| Age | Commit message (Expand) | Author | Lines |
| 2013-08-12 | fix build with the new snapshot compiler | Daniel Micay | -10/+0 |
| 2013-08-11 | auto merge of #8427 : brson/rust/rustc-stack, r=thestinger | bors | -1/+7 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -2/+2 |
| 2013-08-09 | rustc: Obey RUST_MIN_STACK env var | Brian Anderson | -1/+7 |
| 2013-08-10 | Increase system stack size. | Dmitry Ermolov | -1/+1 |
| 2013-08-09 | auto merge of #8362 : sfackler/rust/env, r=alexcrichton | bors | -0/+11 |
| 2013-08-08 | auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichton | bors | -3/+3 |
| 2013-08-08 | env! syntax extension changes | Steven Fackler | -0/+11 |
| 2013-08-07 | misc help message fix | Do Nhat Minh | -3/+3 |
| 2013-08-07 | rustc: Use 4MB stacks. Needed for unoptimized builds apparently. | Brian Anderson | -1/+9 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -6/+5 |
| 2013-08-06 | Move EnumSet into libextra | Sangeun Kim | -1/+0 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -4/+4 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -4/+4 |
| 2013-07-27 | Remove unnecessary #[path = "***/mod.rs"] lines. | OGINO Masanori | -6/+0 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/lib* | Birunthan Mohanathas | -17/+17 |
| 2013-07-20 | rm obsolete no-op lints | Daniel Micay | -2/+0 |
| 2013-07-18 | hashmap: Remove .consume() has rename .consume_iter() to .consume() | blake2-ppc | -1/+1 |
| 2013-07-18 | Silence various warnings in bootstrap build. | Felix S. Klock II | -1/+0 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -4/+8 |
| 2013-07-16 | Sort lint attributes to print them in a more sane way | Alex Crichton | -11/+14 |
| 2013-07-14 | Allow non-uppercase-statics by default | Alex Crichton | -2/+0 |
| 2013-07-13 | Fix running code via '-Z jit' | Alex Crichton | -1/+5 |
| 2013-07-11 | Add simple control-flow-graph abstraction based on graph, currently unused | Niko Matsakis | -0/+2 |
| 2013-07-11 | rustc: Add new graph library, based on code from region_infernece | Niko Matsakis | -0/+1 |
| 2013-07-09 | auto merge of #7117 : jensnockert/rust/freestanding, r=cmr | bors | -2/+2 |
| 2013-07-08 | Bump version numbers to 0.8-pre | Brian Anderson | -1/+1 |
| 2013-07-08 | Replaces the free-standing functions in f32, &c. | Jens Nockert | -2/+2 |
| 2013-07-07 | remove some method resolve workarounds | Daniel Micay | -2/+2 |
| 2013-07-01 | rustc: add a lint to enforce uppercase statics. | Huon Wilson | -0/+1 |
| 2013-06-30 | Bump version from 0.7-pre to 0.7 | Brian Anderson | -1/+1 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -24/+18 |
| 2013-06-28 | librustc: Rewrite reachability and forbid duplicate methods in type implement... | Patrick Walton | -0/+1 |
| 2013-06-25 | auto merge of #7269 : luqmana/rust/drop, r=thestinger | bors | -1/+1 |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -1/+1 |
| 2013-06-25 | remove `each` from vec, HashMap and HashSet | Daniel Micay | -1/+1 |
| 2013-06-25 | Rename all files with the 'rc' extension | Alex Crichton | -0/+369 |
| 2012-11-28 | Register snapshots | Brian Anderson | -261/+0 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -0/+10 |
| 2012-11-17 | Merge remote-tracking branch 'brson/codemap' | Brian Anderson | -1/+1 |
| 2012-11-15 | rt: bump log levels up by one, fix tautological-compare error (and permit tur... | Graydon Hoare | -1/+1 |
| 2012-11-12 | Remove CodeMap box typedef from codemap | Brian Anderson | -1/+1 |
| 2012-11-07 | Rename src/rustc to src/librustc. Use the driver crate | Brian Anderson | -0/+251 |