| Age | Commit message (Expand) | Author | Lines |
| 2013-05-29 | etc: Fix more check-fast breakage. rs=burningtree | Patrick Walton | -0/+1 |
| 2013-05-29 | test: Fix problem with check-fast. rs=burningtree | Patrick Walton | -1/+1 |
| 2013-05-29 | librustc: add some imports to back/passes.rs rs=burningtree | Erick Tryzelaar | -0/+2 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -445/+1831 |
| 2013-05-29 | libsyntax: Stop parsing mutable fields | Patrick Walton | -15/+6 |
| 2013-05-29 | libsyntax: Make `drop` no longer a keyword | Patrick Walton | -2/+0 |
| 2013-05-29 | librustc: Redo the unsafe checker and make unsafe methods not callable from s... | Patrick Walton | -136/+288 |
| 2013-05-29 | auto merge of #6799 : Aatch/rust/pass-refactor, r=graydon | bors | -496/+321 |
| 2013-05-29 | auto merge of #6803 : Thiez/rust/native_fmax_fmin, r=brson | bors | -4/+19 |
| 2013-05-29 | auto merge of #6733 : alexcrichton/rust/issue-2400, r=brson | bors | -19/+15 |
| 2013-05-29 | Changed to a more efficient implementation. | Matthijs Hofstra | -16/+4 |
| 2013-05-29 | auto merge of #6800 : june0cho/rust/issue5984, r=pcwalton | bors | -3/+3 |
| 2013-05-29 | Replaced calls to external fmin/fmax by a Rust implementation. | Matthijs Hofstra | -4/+31 |
| 2013-05-29 | auto merge of #6796 : sfackler/rust/FromBase64-type-fix, r=bstrie | bors | -16/+16 |
| 2013-05-29 | auto merge of #6794 : thestinger/rust/align_zero, r=pcwalton | bors | -1/+1 |
| 2013-05-29 | Further refactor optimization pass handling | James Miller | -496/+321 |
| 2013-05-29 | auto merge of #6793 : graydon/rust/drop-ast-before-llvm, r=Aatch | bors | -56/+60 |
| 2013-05-28 | auto merge of #6789 : luqmana/rust/compiletest-fix, r=thestinger | bors | -0/+1 |
| 2013-05-29 | Fix vec::mut_slice | june0cho | -3/+3 |
| 2013-05-28 | auto merge of #6784 : nikomatsakis/rust/moves-into-borrowck, r=pcwalton | bors | -1363/+2203 |
| 2013-05-28 | auto merge of #6778 : Aatch/rust/pass-refactor, r=graydon | bors | -98/+717 |
| 2013-05-29 | Remove extraneous defs from export file | James Miller | -3/+0 |
| 2013-05-28 | auto merge of #6780 : june0cho/rust/issue5984, r=brson | bors | -2/+9 |
| 2013-05-28 | Un-ignore rusti/rustpkg tests on i686 | Alex Crichton | -7/+3 |
| 2013-05-28 | Define rustc's host triple at compile time | Alex Crichton | -12/+12 |
| 2013-05-29 | Remove now-unused import | James Miller | -1/+1 |
| 2013-05-29 | Remove passes that were causing bad optmizations | James Miller | -14/+19 |
| 2013-05-29 | Move the initial dead prototype removal pass | James Miller | -6/+5 |
| 2013-05-29 | Fix pass creation typo | James Miller | -1/+1 |
| 2013-05-29 | Refactor optimization pass handling. | James Miller | -97/+715 |
| 2013-05-28 | Generalized implementation of FromBase64 | Steven Fackler | -16/+16 |
| 2013-05-28 | auto merge of #6740 : Aatch/rust/atomic-types, r=brson | bors | -68/+118 |
| 2013-05-28 | auto merge of #6731 : thomaslee/rust/issue-6575, r=pcwalton | bors | -51/+100 |
| 2013-05-28 | Update documentation for moves | Niko Matsakis | -124/+270 |
| 2013-05-28 | Reconcile treatment of &mut with the docs | Niko Matsakis | -16/+18 |
| 2013-05-28 | Reconcile docs and code, adding examples and adding RESTR_CLAIM | Niko Matsakis | -33/+165 |
| 2013-05-28 | Update docs on the formal basis of the borrow checker. | Niko Matsakis | -635/+527 |
| 2013-05-28 | Move checking for moves and initialization of local variables and patterns into | Niko Matsakis | -614/+1282 |
| 2013-05-28 | auto merge of #6775 : yjh0502/rust/issue_6696, r=catamorphism | bors | -2/+16 |
| 2013-05-28 | use the type's alignment for generated memsets | Daniel Micay | -1/+1 |
| 2013-05-28 | librustc: drop AST before running LLVM, frees 400mb on a librustc build | Graydon Hoare | -56/+60 |
| 2013-05-28 | auto merge of #6707 : catamorphism/rust/issue-5543, r=catamorphism | bors | -0/+102 |
| 2013-05-28 | testsuite: Add main function to issue-5554 test | Tim Chevalier | -2/+1 |
| 2013-05-28 | auto merge of #6774 : alexcrichton/rust/silence-warnings, r=graydon | bors | -172/+168 |
| 2013-05-28 | Silence various warnings throughout test modules | Alex Crichton | -172/+168 |
| 2013-05-28 | compiletest: Add #[no_core] to fix check-stage1. | Luqman Aden | -0/+1 |
| 2013-05-28 | `noalias` on all `&mut` parameters is too coarse | Daniel Micay | -6/+3 |
| 2013-05-28 | auto merge of #6783 : hoelzro/rust/master, r=bstrie | bors | -5/+0 |
| 2013-05-28 | Remove colorcolumn setting | Rob Hoelz | -5/+0 |
| 2013-05-28 | auto merge of #6773 : lkuper/rust/alt-to-match, r=thestinger | bors | -0/+0 |