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
Age
Commit message (
Expand
)
Author
Lines
2011-09-22
XFAIL spawnfail and task-comm-15
Brian Anderson
-0
/
+2
2011-09-22
Add support for mutable unique boxes
Brian Anderson
-1
/
+6
2011-09-22
Convert ty::ty_uniq to contain a mutable type
Brian Anderson
-29
/
+45
2011-09-22
Call drop glue on the thing in a unique box
Brian Anderson
-5
/
+19
2011-09-22
Fix long line
Marijn Haverbeke
-1
/
+2
2011-09-22
Fix missing cast in do_cc
Marijn Haverbeke
-1
/
+1
2011-09-21
rustc: Port the fn and obj traversal logic over from the GC branch. Doesn't a...
Patrick Walton
-26
/
+43
2011-09-21
rt: Implement cycle collection marking. Simple cycles can now be detected.
Patrick Walton
-6
/
+244
2011-09-21
Log and compare unique boxes
Brian Anderson
-0
/
+60
2011-09-21
Remove unused arg from revoke_clean
Brian Anderson
-5
/
+5
2011-09-21
Add an unwind test for failure during unique box construction
Brian Anderson
-0
/
+18
2011-09-21
Add ability to deref unique boxes. Make unique boxes immediates.
Brian Anderson
-20
/
+31
2011-09-21
Add more unwind tests for failure during construction of allocated things
Brian Anderson
-0
/
+36
2011-09-21
Revert "rustc: Make bottom types immediates. Add a |log ret| testcase. Closes...
Marijn Haverbeke
-6
/
+1
2011-09-21
rustc: Make bottom types immediates. Add a |log ret| testcase. Closes #935.
Patrick Walton
-1
/
+6
2011-09-21
rustc: Don't try to spill bottom types, since we can't make any assumptions a...
Patrick Walton
-0
/
+5
2011-09-21
Revert "Implement pattern ranges for all numeric types."
Marijn Haverbeke
-451
/
+25
2011-09-21
Don't write to retptr when returning nil, pass undef for unused params
Marijn Haverbeke
-15
/
+18
2011-09-21
Add target_triple to session::options. Use host triple by default, accept --t...
Graydon Hoare
-14
/
+32
2011-09-21
Revert "rustc: Make bottom types immediates. Add a |log ret| testcase. Closes...
Marijn Haverbeke
-6
/
+1
2011-09-21
Implement pattern ranges for all numeric types.
Josh Matthews
-25
/
+451
2011-09-20
rustc: Make bottom types immediates. Add a |log ret| testcase. Closes #935.
Patrick Walton
-1
/
+6
2011-09-20
Add another testcase for #910
Jesse Ruderman
-0
/
+11
2011-09-20
Re-wrap long line
Jesse Ruderman
-2
/
+2
2011-09-20
rt: Zero out allocations so that the CC won't die if it happens to run while ...
Patrick Walton
-0
/
+2
2011-09-20
rt: Add some debug code (ifdef'd out) for diagnosing marking problems
Patrick Walton
-0
/
+6
2011-09-20
rt: Skip over the reference count properly before walking the contents of the...
Patrick Walton
-0
/
+2
2011-09-20
rt: Remove obsolete comment
Patrick Walton
-1
/
+0
2011-09-20
rt: Increase the tolerance of the vector range sanity check
Patrick Walton
-1
/
+1
2011-09-20
rt: Clean up debugging print statements in rust_obstack.cpp
Patrick Walton
-4
/
+3
2011-09-20
Represent unique creation as a unop in the AST instead of its own expr
Brian Anderson
-20
/
+21
2011-09-20
Make creation of unique boxes work again
Brian Anderson
-3
/
+22
2011-09-20
Parse unique box types
Brian Anderson
-0
/
+18
2011-09-20
rt: First stab at computing internal reference counts
Patrick Walton
-15
/
+161
2011-09-20
Revert trivial commit.
Graydon Hoare
-1
/
+0
2011-09-20
Another trivial commit.
Graydon Hoare
-0
/
+1
2011-09-20
Trivial commit to test reporting to IRC.
Graydon Hoare
-1
/
+1
2011-09-20
rt: Stub code for the cycle collector
Patrick Walton
-0
/
+76
2011-09-20
rt: Make rust_shape.h able to be included in more contexts
Patrick Walton
-1
/
+6
2011-09-20
Ignore #949
Jesse Ruderman
-1
/
+1
2011-09-20
Add @true to common_exprs and fix some exclusions
Jesse Ruderman
-3
/
+4
2011-09-20
rt: Add an on-the-side GC chain
Patrick Walton
-0
/
+8
2011-09-20
rt: Rename rand() to isaac_rand() since the former prevents lots of standard ...
Patrick Walton
-5
/
+5
2011-09-20
rt: Remove the GC alloc chain
Patrick Walton
-9
/
+4
2011-09-20
rt: Remove #include "rust_box.h"
Patrick Walton
-1
/
+0
2011-09-20
Revert "rt: Rename rust_box to rust_box_legacy, as they're about to become se...
Patrick Walton
-7
/
+6
2011-09-20
rt: Remove rust_box.h; I'm going to switch to an external map.
Patrick Walton
-18
/
+0
2011-09-20
rt: Remove upcall_malloc_box and upcall_free_box; I don't think they'll be ne...
Patrick Walton
-37
/
+0
2011-09-20
rustc: Pass actual tydescs to upcall_malloc
Patrick Walton
-4
/
+8
2011-09-20
rustc: Remove trans_raw_malloc, as it's only called from one place
Patrick Walton
-17
/
+10
[prev]
[next]