aboutsummaryrefslogtreecommitdiff
path: root/src/comp/back/abi.rs
Commit message (Expand)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-2/+2
* rustc: Bump the number of native glues to 8Patrick Walton2011-05-061-1/+1
* rustc: Emit pure native glue; we don't call it yetPatrick Walton2011-04-291-4/+13
* Implement destructors in rustcMarijn Haverbeke2011-04-291-0/+1
* rustc: Add an operation field to compare glue with ==, <=, and < modesPatrick Walton2011-04-181-0/+5
* rustc: Create stub glue for structural comparisonPatrick Walton2011-04-181-0/+2
* Remove silly legacy glue-offset encoding, predicate runtime adjustments by AB...Graydon Hoare2011-04-091-6/+6
* Change rust_vec to have a 16-byte header, to 16-byte-align vec-body data. Maj...Graydon Hoare2011-04-021-1/+2
* Trans nomenclature tidy-up: upcall vs. native vs. extern.Graydon Hoare2011-03-251-4/+4
* Another go at changing compile-command, this time using RBUILD env var.Graydon Hoare2011-03-251-1/+1
* Revert "Bulk-edit compile commands in emacs chatter to point to assumed build...Graydon Hoare2011-03-251-1/+1
* Bulk-edit compile commands in emacs chatter to point to assumed build/ dir of...Graydon Hoare2011-03-251-1/+1
* Every upcall needs a task pointer to find the C stack. It is just that whenRafael Ávila de Espíndola2011-03-211-2/+5
* Assortment of additional work on vec-append. Not done yet.Graydon Hoare2011-03-031-2/+2
* Sketch out some more pieces of vec-append.Graydon Hoare2011-03-021-0/+4
* Add ABI tagging to crates, adjust rustc output and runtime stack-frame setup ...Graydon Hoare2011-02-221-0/+3
* Capture typarams into obj, independent of body tydesc.Graydon Hoare2011-02-031-1/+2
* Add bzero glue and preliminary code for dynamic size/align calculations.Graydon Hoare2011-01-181-0/+4
* Use homebrew memcpy, not llvm intrinsic. Can't run the latter on a rust stack.Graydon Hoare2011-01-171-0/+8
* Sketch closure-forming logic for nontrivial bindings.Graydon Hoare2011-01-051-0/+6
* Mop up cases of s/copy/take/, remove 'binding' terminology, whitespace police...Graydon Hoare2010-12-201-13/+5
* rustc: Build tydescs for types, and make all take and drop operations go thro...Patrick Walton2010-12-201-0/+11
* Remove calltup fields from ABI, add binding fields.Graydon Hoare2010-12-161-6/+17
* Teach rustc about const tag value, begin work on trans_copy_ty, make uint's t...Graydon Hoare2010-11-091-0/+3
* Translate exit-task glue such that rustc's output programs exit properly.Graydon Hoare2010-09-271-0/+4
* More work on trans, almost getting to the point of emitting an upcall.Graydon Hoare2010-09-241-0/+12
* Declare the global and upcall glues as ValueRefs in rustc's trans.Graydon Hoare2010-09-231-0/+2
* Translate a bunch of the material (lltrans, llasm, abi) from rustboot to rust...Graydon Hoare2010-09-231-0/+46