index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
boot
/
be
/
abi.ml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't write to NULL after calling C natives returning void.
Roy Frostig
2010-07-25
1
-1
/
+1
*
Notify copy glue of dst-initialization and fix _vec.alloc issues in lib and r...
Roy Frostig
2010-07-22
1
-2
/
+3
*
Added a message passing system based on lock free queues for inter-thread com...
Michael Bebenita
2010-07-19
1
-1
/
+1
*
Stub an interface to the (as-yet-nonexistent) structural comparison glue in t...
Patrick Walton
2010-07-18
1
-0
/
+2
*
More renaming of GEP offsets in abi/trans. This should settle it. Also, fix...
Roy Frostig
2010-07-16
1
-5
/
+10
*
Clean up nomenclature in the Abi constants brigade. Purge magic GEP numbers ...
Roy Frostig
2010-07-16
1
-14
/
+22
*
Define (in Abi) and use named constants for indices of elements of an obj IL ...
Roy Frostig
2010-07-15
1
-0
/
+4
*
Make the x86 backend push an extra word as closure/obj arg when emitting any ...
Roy Frostig
2010-07-15
1
-1
/
+1
*
Begin moving closure-or-obj pointer out to front of call args by changing the...
Roy Frostig
2010-07-15
1
-5
/
+5
*
Rename 'exterior' to 'box' and 'interior' to 'local' (at least wrt. slots; ke...
Graydon Hoare
2010-06-30
1
-11
/
+11
*
Add sever-glue, for missing first stage of sweep.
Graydon Hoare
2010-06-25
1
-2
/
+3
*
Emit gc glue and rearrange crate glue offsets slightly to have a regular order.
Graydon Hoare
2010-06-25
1
-0
/
+1
*
Unlink (doubly) gc chain on free.
Graydon Hoare
2010-06-25
1
-0
/
+1
*
Enlarge gc header to doubly-link the gc chain.
Graydon Hoare
2010-06-25
1
-2
/
+3
*
Populate tree.
Graydon Hoare
2010-06-23
1
-0
/
+207