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
Age
Commit message (
Expand
)
Author
Lines
2011-08-26
Add rustc::middle::cstrcache for getting c string bufs safely
Brian Anderson
-0
/
+30
2011-08-26
Add a valgrind suppression for the llvm::User leak
Brian Anderson
-0
/
+6
2011-08-26
Don't run the stage0 compiler under valgrind when CFG_VALGRIND_COMPILE
Brian Anderson
-1
/
+8
2011-08-26
Mostly-trivial commit to test build cycle on windows service.
Graydon Hoare
-0
/
+1
2011-08-26
Revert "Revert "Use typestate constraints for trans_be""
Tim Chevalier
-6
/
+13
2011-08-26
Merge remote-tracking branch 'graydon/master' into snap
Tim Chevalier
-39
/
+29
2011-08-26
Register snapshot
Tim Chevalier
-0
/
+5
2011-08-26
Pass stuff to take_ty, free_ty, and drop_ty by address, even when immediate
Marijn Haverbeke
-39
/
+29
2011-08-26
Revert "Use typestate constraints for trans_be"
Tim Chevalier
-13
/
+6
2011-08-26
Use typestate constraints for trans_be
Tim Chevalier
-6
/
+13
2011-08-26
Test case for checks on pattern-bound vars
Tim Chevalier
-0
/
+16
2011-08-26
Let typestate constraints mention pattern-bound vars
Tim Chevalier
-5
/
+10
2011-08-25
Remove remaining use of 'pred' and make 'pred' a non-reserved word. Huzzah\!
Tim Chevalier
-8
/
+2
2011-08-25
Docs for pure fn and unchecked
Tim Chevalier
-5
/
+60
2011-08-25
Remove typestate workaround that's no longer necessary
Tim Chevalier
-4
/
+1
2011-08-25
Test case for unchecked blocks
Tim Chevalier
-0
/
+41
2011-08-25
Support unchecked blocks
Tim Chevalier
-19
/
+55
2011-08-25
Change "pred" to "pure fn" in all libraries and test cases
Tim Chevalier
-31
/
+33
2011-08-25
Change "pred" to "pure fn" within the compiler.
Tim Chevalier
-2
/
+2
2011-08-25
Update docs for macro-related stuff.
Paul Stansifer
-53
/
+78
2011-08-25
Register snapshot
Tim Chevalier
-0
/
+5
2011-08-25
Allow pure fns to have any return type
Tim Chevalier
-15
/
+47
2011-08-25
rt: Null check in walk_obj_contents. Prevents marking from crashing when call...
Patrick Walton
-0
/
+2
2011-08-25
rt: Remember the number of captured type descriptors for objects in the type ...
Patrick Walton
-1
/
+12
2011-08-25
Move ast::pat_id_map to ast::util
Brian Anderson
-5
/
+5
2011-08-25
Removing mention of domain, updating the communication examples.
Eric Holk
-62
/
+23
2011-08-25
rustc: Add an extra flag to object tydescs so that shapes know how to find th...
Patrick Walton
-72
/
+103
2011-08-25
Cleaning up task and comm exports, updating all the test cases.
Eric Holk
-522
/
+542
2011-08-25
Fix istr::unsafe_from_bytes. Issue #855
Brian Anderson
-1
/
+9
2011-08-24
rt: Fix walk_obj_contents for type-parameteric objects. Hash tables can be lo...
Patrick Walton
-27
/
+41
2011-08-24
rt: Factor out type param construction into from_tydesc and from_obj_shape. (...
Patrick Walton
-31
/
+50
2011-08-24
Register new snapshots
Brian Anderson
-0
/
+5
2011-08-24
hmm, this should have been in the last commit. Oops.
Tim Chevalier
-0
/
+1
2011-08-24
Change "pred" to "pure fn" (but still accept "pred")
Tim Chevalier
-7
/
+11
2011-08-24
Test that processes that are supposed to fail return a non-zero status
Brian Anderson
-0
/
+4
2011-08-24
rt: Print out fields of objects when logging them
Patrick Walton
-2
/
+35
2011-08-24
XFAIL task-comm-2. Doesn't work under windows
Brian Anderson
-0
/
+5
2011-08-24
Fix combine-tests.py for new ivec regime
Brian Anderson
-1
/
+1
2011-08-24
Return an error code after fail under win32
Brian Anderson
-1
/
+1
2011-08-24
mk: Introduce CFG_DISABLE_OPTIMIZE_CXX
Patrick Walton
-6
/
+13
2011-08-24
Revert "Back out copy-glue"
Marijn Haverbeke
-7
/
+111
2011-08-24
Use memmove to load istr literals. Issue #855
Brian Anderson
-11
/
+4
2011-08-24
Back out copy-glue
Marijn Haverbeke
-111
/
+7
2011-08-24
Use a single builder object throughout
Marijn Haverbeke
-113
/
+271
2011-08-24
Move to a more lightweight builder system
Marijn Haverbeke
-1194
/
+1147
2011-08-24
Ensure values created in an alt guard are cleaned up properly
Marijn Haverbeke
-2
/
+3
2011-08-24
Remove rust_start_ivec
Marijn Haverbeke
-9
/
+0
2011-08-24
Optimize += [x] into a simple push operation
Marijn Haverbeke
-14
/
+82
2011-08-24
Check for is_terminated after translating a block
Marijn Haverbeke
-1
/
+1
2011-08-23
Resolve a number of FIXMEs
Brian Anderson
-49
/
+10
[prev]
[next]