index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
boot
/
be
Age
Commit message (
Expand
)
Author
Lines
2010-07-26
Slight shaving on RA, no more optimizing today. It's fast enough for now.
Graydon Hoare
-8
/
+9
2010-07-26
Do some more iflog-guarding.
Graydon Hoare
-61
/
+43
2010-07-25
Don't write to NULL after calling C natives returning void.
Roy Frostig
-4
/
+7
2010-07-22
Notify copy glue of dst-initialization and fix _vec.alloc issues in lib and r...
Roy Frostig
-2
/
+3
2010-07-19
Added a message passing system based on lock free queues for inter-thread com...
Michael Bebenita
-1
/
+1
2010-07-18
Stub an interface to the (as-yet-nonexistent) structural comparison glue in t...
Patrick Walton
-0
/
+2
2010-07-16
More renaming of GEP offsets in abi/trans. This should settle it. Also, fix...
Roy Frostig
-5
/
+10
2010-07-16
Clean up nomenclature in the Abi constants brigade. Purge magic GEP numbers ...
Roy Frostig
-17
/
+25
2010-07-16
Remove the __PAGEZERO segment from shared MachO libraries. This avoids a
Jeffrey Yasskin
-10
/
+14
2010-07-16
In Mach-O shared libraries, avoid counting an extra load command. Closes #99.
Jeffrey Yasskin
-1
/
+7
2010-07-15
Define (in Abi) and use named constants for indices of elements of an obj IL ...
Roy Frostig
-0
/
+4
2010-07-15
Make the x86 backend push an extra word as closure/obj arg when emitting any ...
Roy Frostig
-3
/
+5
2010-07-15
Begin moving closure-or-obj pointer out to front of call args by changing the...
Roy Frostig
-5
/
+5
2010-07-12
Delete some dead code in x86.
Graydon Hoare
-8
/
+0
2010-07-02
Hey, what's a coding sprint without an uncovered register allocation bug? No ...
Graydon Hoare
-1
/
+2
2010-06-30
Rename 'exterior' to 'box' and 'interior' to 'local' (at least wrt. slots; ke...
Graydon Hoare
-15
/
+15
2010-06-28
Some fixme-to-issue housekeeping.
Graydon Hoare
-2
/
+3
2010-06-25
Fix register-use bugs in sweep pass, factor sweep pass out and call twice for...
Graydon Hoare
-57
/
+73
2010-06-25
Add sever-glue, for missing first stage of sweep.
Graydon Hoare
-2
/
+3
2010-06-25
Pass type parameters to free function called from sweep loop.
Graydon Hoare
-9
/
+16
2010-06-25
Fix bad register use in GC sweep pass.
Graydon Hoare
-5
/
+9
2010-06-25
Remove obsolete comment.
Graydon Hoare
-1
/
+0
2010-06-25
I hear actually loading the next pointer into the right register helps when w...
Graydon Hoare
-8
/
+7
2010-06-25
Debug GC glue enough that marking passes.
Graydon Hoare
-16
/
+33
2010-06-25
Update comment to reflect slightly-improved GC situation.
Graydon Hoare
-8
/
+2
2010-06-25
Emit gc glue and rearrange crate glue offsets slightly to have a regular order.
Graydon Hoare
-0
/
+2
2010-06-25
Return at end of GC glue.
Graydon Hoare
-0
/
+1
2010-06-25
Unlink (doubly) gc chain on free.
Graydon Hoare
-0
/
+1
2010-06-25
Enlarge gc header to doubly-link the gc chain.
Graydon Hoare
-2
/
+3
2010-06-25
Sketch out gc glue.
Graydon Hoare
-12
/
+111
2010-06-24
Add fmt module, move out some common format helpers, add instruction-selectio...
Graydon Hoare
-72
/
+136
2010-06-23
Populate tree.
Graydon Hoare
-0
/
+9059
[prev]