| Age | Commit message (Expand) | Author | Lines |
| 2013-04-30 | This test case now parses | John Clements | -3/+5 |
| 2013-04-30 | this test still doesn't pass, but at least it parses... | John Clements | -6/+8 |
| 2013-04-30 | Got test cases to pass, after some major surgery | John Clements | -16/+21 |
| 2013-04-30 | Fix error messages harder | Tim Chevalier | -2/+2 |
| 2013-04-30 | auto merge of #6136 : jld/rust/simplifycfg-unrevert, r=thestinger | bors | -0/+24 |
| 2013-04-30 | remove some unused mut decls | Niko Matsakis | -18/+16 |
| 2013-04-30 | borrowck: fix critical bug prevent us from ever using write guards :) | Niko Matsakis | -24/+6 |
| 2013-04-30 | auto merge of #6134 : jld/rust/issue-6117, r=catamorphism | bors | -2/+18 |
| 2013-04-30 | auto merge of #6118 : brson/rust/too-much-recursion, r=thestinger | bors | -22/+0 |
| 2013-04-30 | Reverse accidental src/llvm reversion in 876483dcf, and add test. | Jed Davis | -0/+24 |
| 2013-04-30 | The null case of a nullable-poiner enum might not be nullary. | Jed Davis | -2/+18 |
| 2013-05-01 | Remove mach_sty | Seo Sanghyeon | -20/+2 |
| 2013-04-30 | iter: add max and min functions | Daniel Micay | -2/+66 |
| 2013-04-30 | allover: numerous unused muts etc | Niko Matsakis | -53/+41 |
| 2013-04-30 | rustc: work around issue with default-method-simple, fix some rebase | Niko Matsakis | -7/+29 |
| 2013-04-30 | rustc: remove modes | Niko Matsakis | -6/+4 |
| 2013-04-30 | correct used_mut annotations for args, inherited case | Niko Matsakis | -61/+24 |
| 2013-04-30 | dataflow: fix flow of information through pattern variants | Niko Matsakis | -2/+1 |
| 2013-04-30 | changed to impl trait for type stx | John Clements | -1/+1 |
| 2013-04-30 | This test case is obsolete for two reasons | John Clements | -26/+0 |
| 2013-04-30 | this issue is a dup of another one that has a correct test case | John Clements | -24/+0 |
| 2013-04-30 | remove (non-parsing) test related to impl d for d feature | John Clements | -80/+0 |
| 2013-04-30 | deleted two tests intended to test RUST_CC_ZEAL, an apparently defunct flag f... | John Clements | -50/+0 |
| 2013-04-30 | iter: add a find function | Daniel Micay | -0/+29 |
| 2013-04-30 | char: fix unused import warning | Daniel Micay | -0/+1 |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -4277/+6449 |
| 2013-04-30 | desnapshot | Niko Matsakis | -125/+8 |
| 2013-04-30 | adapt to snapshot | Niko Matsakis | -1364/+3 |
| 2013-04-30 | I modified the doc of from_elem, from_fn, I think it returns an owned vector | Sangeun Kim | -4/+4 |
| 2013-04-30 | auto merge of #6121 : luqmana/rust/newtype-cc, r=graydon | bors | -0/+29 |
| 2013-04-30 | Change flags to -Z print-link-args and --link-args | James Miller | -16/+5 |
| 2013-04-29 | auto merge of #6108 : gifnksm/rust/bigint-shift-bug, r=brson | bors | -21/+39 |
| 2013-04-29 | auto merge of #6107 : catamorphism/rust/mkdir_recursive, r=brson | bors | -22/+119 |
| 2013-04-29 | rustc / test: Fix error message | Tim Chevalier | -6/+6 |
| 2013-04-29 | librustc: Fix drop finalizer not running for newtype structs. | Luqman Aden | -0/+1 |
| 2013-04-29 | auto merge of #6073 : huonw/rust/core-rust-isaac, r=pcwalton | bors | -47/+234 |
| 2013-04-29 | Add test for cross crate newtype struct in match pattern. | Luqman Aden | -0/+21 |
| 2013-04-29 | librustc: Fix pattern matching on cross crate newtype structs. | Luqman Aden | -0/+8 |
| 2013-04-29 | test: Remove run-pass/too-much-recursion.rs | Brian Anderson | -22/+0 |
| 2013-04-29 | rustc: Only accept main functions at the crate level. #4433 | Brian Anderson | -63/+93 |
| 2013-04-29 | core: Turn off the local heap in newsched in stage0 to work around windows bu... | Brian Anderson | -0/+19 |
| 2013-04-30 | core: add some inlining hints to methods/fns in rand. | Huon Wilson | -1/+32 |
| 2013-04-30 | core: a pure Rust implementation of the ISAAC RNG. | Huon Wilson | -46/+202 |
| 2013-04-29 | rustc: Move code for discovering the crate entry point into its own pass | Brian Anderson | -79/+122 |
| 2013-04-29 | rustc: Change At to Managed and Uniq to Owned | Tim Chevalier | -7/+7 |
| 2013-04-29 | libstd: Fix merge fallout. | Patrick Walton | -18/+14 |
| 2013-04-29 | librustc: Fix merge fallout. | Patrick Walton | -0/+2 |
| 2013-04-29 | test: Fix more tests. | Patrick Walton | -6/+6 |
| 2013-04-29 | librustc: Forbid type implementations on typedefs. | Patrick Walton | -84/+193 |
| 2013-04-29 | librustc: Change labels to use the lifetime notation `'`. | Patrick Walton | -37/+76 |