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-09-11
Add landing pads to invokes
Brian Anderson
-4
/
+28
2011-09-11
Add Rust definitions for new LLVM EH instructions
Brian Anderson
-0
/
+29
2011-09-11
Use invoke to call (most) rust functions
Brian Anderson
-1
/
+32
2011-09-11
Add upcall_rust_personality
Brian Anderson
-2
/
+28
2011-09-11
Change the exit status used for valgrind errors and check for it in tests
Brian Anderson
-7
/
+3
2011-09-11
Add a waitpid wrapper to std::run that interprets the exit status on unix
Brian Anderson
-2
/
+48
2011-09-10
Fuzzer: move tys around in addition to exprs
Jesse Ruderman
-21
/
+94
2011-09-10
Fuzzer: first steps of making steal_exprs more generic
Jesse Ruderman
-11
/
+13
2011-09-10
ivec_fuzz: use vec::reversed
Jesse Ruderman
-9
/
+6
2011-09-10
ivec_fuzz: remove obsolete comments
Jesse Ruderman
-5
/
+1
2011-09-10
ivec_fuzz: require shared types, because that's what vec::slide requires
Jesse Ruderman
-8
/
+8
2011-09-10
Fuzzer: Refactor check_whole_compiler so it doesn't halt the fuzzer when it f...
Jesse Ruderman
-12
/
+50
2011-09-09
Fuzzer: update lists of known bugs
Jesse Ruderman
-56
/
+25
2011-09-09
Add missing arm, so pretty-printing the statement 'copy 1;' does not die.
Jesse Ruderman
-0
/
+1
2011-09-09
Make the pretty printer disambiguatae blocks followed by vec expressions.
Jesse Ruderman
-2
/
+6
2011-09-09
Fuzzer: remove exclusions for some issues that have been fixed
Jesse Ruderman
-38
/
+1
2011-09-09
Revert "Make for loops alias the vec elements, rather than copy them"
Marijn Haverbeke
-6
/
+12
2011-09-09
Get rid of vp2i in object field access
Marijn Haverbeke
-18
/
+3
2011-09-09
Make for loops alias the vec elements, rather than copy them
Marijn Haverbeke
-12
/
+6
2011-09-09
Get rid of trans::iter_sequence, use tvec::iter_vec instead
Marijn Haverbeke
-97
/
+15
2011-09-09
Use a Phi node in trans_vec::iter_vec_raw
Marijn Haverbeke
-21
/
+11
2011-09-09
Get rid of some unused upcalls
Marijn Haverbeke
-66
/
+3
2011-09-09
Remove unused logging upcalls from runtime
Marijn Haverbeke
-25
/
+0
2011-09-09
Don't put 0-length array in the lltype of an arg-less variant
Marijn Haverbeke
-1
/
+5
2011-09-09
Fix scope issue in resolution of alt-arm patterns
Marijn Haverbeke
-5
/
+5
2011-09-08
rt: Don't double-print commas when logging e.g. a vec of boxes
Patrick Walton
-0
/
+4
2011-09-08
Merge pull request #867 from paulstansifer/master
Graydon Hoare
-0
/
+0
2011-09-08
rustc: When revoking a cleanup of a unique pointer, zero it out so that the G...
Patrick Walton
-15
/
+25
2011-09-08
rustc: Make unique pointers no longer immediates.
Patrick Walton
-70
/
+88
2011-09-07
Export tag discriminants even for single-variant tags
Brian Anderson
-4
/
+2
2011-09-07
Unwind the stack on task failure
Brian Anderson
-8
/
+41
2011-09-07
Child tasks take a ref to their parents
Brian Anderson
-0
/
+24
2011-09-07
Rewrite spawn yet again
Brian Anderson
-92
/
+85
2011-09-07
Begin compiling with exceptions enabled
Brian Anderson
-2
/
+2
2011-09-07
Refactor task failure a bit
Brian Anderson
-3
/
+3
2011-09-07
Work around destructuring bug
Marijn Haverbeke
-13
/
+21
2011-09-07
Make it possible to take the value of (and bind) native fns
Marijn Haverbeke
-33
/
+28
2011-09-06
Forbid blocks from deinitializing upvars
Tim Chevalier
-7
/
+30
2011-09-06
Merge remote-tracking branch 'graydon/master'
Tim Chevalier
-1
/
+23
2011-09-06
rt: Implement poison-on-free, for debugging memory issues
Patrick Walton
-1
/
+23
2011-09-06
Merge remote-tracking branch 'graydon/master'
Tim Chevalier
-5887
/
+5170
2011-09-03
Remove unused runtime functions. Issue #855
Brian Anderson
-12
/
+0
2011-09-03
Register new snapshots
Brian Anderson
-0
/
+5
2011-09-02
Add a rust_str typedef to the runtime. Issue #855
Brian Anderson
-12
/
+14
2011-09-02
Rename istr-stuff to str in the runtime. Issue #855
Brian Anderson
-13
/
+13
2011-09-02
Rename istr-stuff to str in rustc. Issue #855
Brian Anderson
-11
/
+11
2011-09-02
Rename ty_istr to ty_str. Issue #855
Brian Anderson
-35
/
+35
2011-09-02
Print the type of istrs as 'str' in error messages. Issue #855
Brian Anderson
-4
/
+4
2011-09-02
Stop parsing transitional istr forms. Issue #855
Brian Anderson
-24
/
+1
2011-09-02
Remove transitional code from combine-tests.py. Issue #855
Brian Anderson
-7
/
+1
[prev]
[next]