| Age | Commit message (Expand) | Author | Lines |
| 2013-06-28 | librustc: Fix even *MORE* merge fallout! | Patrick Walton | -3/+3 |
| 2013-06-28 | librustc: Fix even *more* merge fallout! | Patrick Walton | -9/+10 |
| 2013-06-28 | libextra: Fix even more merge fallout. | Patrick Walton | -8/+2 |
| 2013-06-28 | librustc: Fix more merge fallout. | Patrick Walton | -13/+24 |
| 2013-06-28 | librustc: Fix merge fallout and test cases. | Patrick Walton | -46/+743 |
| 2013-06-28 | Rewrite each_path to allow performance improvements in the future. | Patrick Walton | -360/+574 |
| 2013-06-28 | librustc: Fix merge fallout. | Patrick Walton | -37/+34 |
| 2013-06-28 | librustc: Rewrite reachability and forbid duplicate methods in type implement... | Patrick Walton | -944/+1314 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -207/+314 |
| 2013-06-28 | libsyntax: Remove "copy" pattern bindings from the language | Patrick Walton | -6/+11 |
| 2013-06-28 | libstd: Fix merge fallout. | Patrick Walton | -2/+3 |
| 2013-06-28 | librustc: Add a small vector optimization for GEPi. Shaves a second off trans... | Patrick Walton | -5/+14 |
| 2013-06-28 | libsyntax: Fix merge fallout | Patrick Walton | -2/+4 |
| 2013-06-28 | librustc: Disallow "mut" from distributing over bindings. | Patrick Walton | -41/+181 |
| 2013-06-28 | librustc: Change "Owned" to "Send" everywhere | Patrick Walton | -222/+222 |
| 2013-06-28 | librustc: Rename Const to Freeze | Patrick Walton | -42/+42 |
| 2013-06-28 | librustc: Change Const to Freeze in the compiler | Patrick Walton | -27/+34 |
| 2013-06-28 | librustc: Rename Owned to Send in the compiler | Patrick Walton | -54/+65 |
| 2013-06-28 | auto merge of #7436 : kballard/rust/term-dumb, r=cmr | bors | -4/+7 |
| 2013-06-28 | ctags: add macros | Philipp Brüschweiler | -0/+1 |
| 2013-06-28 | auto merge of #7426 : thestinger/rust/zero-size-noncopyable, r=catamorphism | bors | -18/+55 |
| 2013-06-28 | std: adjust run.rs test for android | Young-il Choi | -3/+149 |
| 2013-06-28 | auto merge of #7397 : catamorphism/rust/rustpkg_path, r=catamorphism | bors | -11/+94 |
| 2013-06-28 | auto merge of #7272 : Aatch/rust/namegen_thunk, r=thestinger | bors | -45/+40 |
| 2013-06-28 | Remove useless namegen thunk | James Miller | -45/+40 |
| 2013-06-27 | rustpkg: Implement RUST_PATH | Tim Chevalier | -11/+94 |
| 2013-06-28 | fix stage0 build | Daniel Micay | -5/+8 |
| 2013-06-27 | rc: add missing `#[unsafe_no_drop_flag]` | Daniel Micay | -0/+2 |
| 2013-06-27 | std: unused import fix for android | Young-il Choi | -1/+0 |
| 2013-06-27 | extra: unused import fix for android | Young-il Choi | -1/+7 |
| 2013-06-27 | Rename #[no_drop_flag] to #[unsafe_no_drop_flag] | Birunthan Mohanathas | -5/+5 |
| 2013-06-27 | util: make NonCopyable 0 size (instead of 1 byte) | Daniel Micay | -13/+40 |
| 2013-06-27 | auto merge of #7410 : luqmana/rust/bare-self, r=catamorphism | bors | -33/+73 |
| 2013-06-27 | mk: Make windows installer work with -pre versions | Brian Anderson | -1/+2 |
| 2013-06-27 | Add test for #5321. | Luqman Aden | -0/+25 |
| 2013-06-27 | librustc: Always pass self ByRef. | Luqman Aden | -33/+48 |
| 2013-06-27 | auto merge of #7432 : michaelwoerister/rust/WP3, r=jdm | bors | -97/+1317 |
| 2013-06-27 | mk: add mechanisms for triggering clean-llvm builds from commits | Graydon Hoare | -0/+0 |
| 2013-06-27 | testsuite: Add test cases, some xfailed | Tim Chevalier | -0/+149 |
| 2013-06-27 | rustpkg: Silence extra output from rustpkg tests | Tim Chevalier | -3/+7 |
| 2013-06-27 | auto merge of #7430 : huonw/rust/vec-kill, r=thestinger | bors | -718/+545 |
| 2013-06-27 | Teach extra::term::Terminal.reset() to handle missing op | Kevin Ballard | -4/+7 |
| 2013-06-27 | auto merge of #7414 : gifnksm/rust/max_by, r=catamorphism | bors | -0/+62 |
| 2013-06-27 | debuginfo: Some corrections after review. | Michael Woerister | -29/+16 |
| 2013-06-27 | debuginfo: Formatting cleanup. | Michael Woerister | -22/+12 |
| 2013-06-27 | debuginfo: Added test case for function arguments. | Michael Woerister | -0/+51 |
| 2013-06-27 | debuginfo: Added test case for local variables declared with destructuring. | Michael Woerister | -0/+33 |
| 2013-06-27 | debuginfo: Added more tests for region pointers (tuples, structs). | Michael Woerister | -0/+125 |
| 2013-06-27 | debuginfo: Fixed some instances of gdb wrongly printing u8/i8 values as chars. | Michael Woerister | -6/+6 |
| 2013-06-27 | debuginfo: Added test cases for region pointers into heap boxes for basic types. | Michael Woerister | -0/+230 |