| Age | Commit message (Expand) | Author | Lines |
| 2014-09-24 | handling fallout from entry api | Alexis Beingessner | -2/+6 |
| 2014-09-22 | Revert "Prefer bundled gcc. External gcc can still be used if one provides a... | Alex Crichton | -2/+2 |
| 2014-09-21 | auto merge of #17419 : anchovieshat/rust/remove_no_opt, r=cmr | bors | -5/+1 |
| 2014-09-21 | auto merge of #17412 : vadimcn/rust/gccpref, r=alexcrichton | bors | -2/+2 |
| 2014-09-21 | Move -Z lto to -C lto. | Colin Davidson | -3/+3 |
| 2014-09-21 | Remove -Z no-opt flag. | Colin Davidson | -5/+1 |
| 2014-09-20 | Prefer bundled gcc. External gcc can still be used if one provides a full pa... | Vadim Chugunov | -2/+2 |
| 2014-09-19 | rollup merge of #17338 : nick29581/variants-namespace | Alex Crichton | -5/+5 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -5/+5 |
| 2014-09-18 | rustc: move freevar finding to resolve. | Eduard Burtescu | -11/+9 |
| 2014-09-17 | auto merge of #17264 : bkoropoff/rust/issue-17252, r=nick29581 | bors | -0/+3 |
| 2014-09-17 | move feature_gate to libsyntax | Nick Cameron | -8/+19 |
| 2014-09-17 | move std_inject to libsyntax | Nick Cameron | -2/+8 |
| 2014-09-17 | move most of front to libsyntax | Nick Cameron | -15/+9 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -15/+15 |
| 2014-09-15 | auto merge of #17208 : kmcallister/rust/llvm-diagnostics, r=thestinger | bors | -3/+42 |
| 2014-09-14 | Separate static item recursion check into its own pass | Brian Koropoff | -0/+3 |
| 2014-09-14 | Add help diagnostic messages | P1start | -0/+6 |
| 2014-09-14 | rustc: fix fallout from using ptr::P. | Eduard Burtescu | -116/+113 |
| 2014-09-12 | Add -C remark for LLVM optimization remarks | Keegan McAllister | -1/+40 |
| 2014-09-12 | Fix bad error message copypasta | Keegan McAllister | -2/+2 |
| 2014-09-11 | Append target-specific tools directory ($(RUST)/bin/rustlib/<triple>/bin/) to... | Vadim Chugunov | -3/+19 |
| 2014-09-08 | rustc: fix fallout from the addition of a 'tcx lifetime on tcx. | Eduard Burtescu | -6/+6 |
| 2014-09-08 | rustc: use a TypedArena to allocate types in the type context. | Eduard Burtescu | -10/+17 |
| 2014-09-08 | auto merge of #16933 : nick29581/rust/dst-rvalue, r=nikomatsakis | bors | -0/+3 |
| 2014-09-08 | Forbid unsized rvalues | Nick Cameron | -0/+3 |
| 2014-09-07 | Changed addl_lib_search_paths from HashSet to Vec | inrustwetrust | -3/+3 |
| 2014-09-05 | run optimization and codegen on worker threads | Stuart Pernsteiner | -4/+17 |
| 2014-09-05 | move back::link::write into a separate file | Stuart Pernsteiner | -25/+26 |
| 2014-09-05 | split CrateContext into shared and local pieces | Stuart Pernsteiner | -0/+1 |
| 2014-08-30 | auto merge of #16419 : huonw/rust/pretty-expanded-hygiene, r=pnkfelix | bors | -555/+619 |
| 2014-08-30 | rustc: implement a pretty mode to print ident/name's ctxt & gensyms. | Huon Wilson | -0/+50 |
| 2014-08-30 | Add lint groups; define built-in lint groups `bad_style` and `unused` | P1start | -13/+61 |
| 2014-08-29 | rustc: remove a trait that is unnecessary after pretty move. | Huon Wilson | -31/+21 |
| 2014-08-29 | rustc: move pretty printing into its own module. | Huon Wilson | -555/+579 |
| 2014-08-28 | auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton | bors | -1/+1 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -1/+1 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -2/+2 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -2/+2 |
| 2014-08-15 | auto merge of #16435 : vadimcn/rust/windows, r=pcwalton | bors | -4/+5 |
| 2014-08-14 | auto merge of #16332 : brson/rust/slicestab, r=aturon | bors | -3/+3 |
| 2014-08-13 | librustc: Parse, but do not fully turn on, the `ref` keyword for | Patrick Walton | -4/+12 |
| 2014-08-13 | core: Change the argument order on splitn and rsplitn for strs. | Brian Anderson | -3/+3 |
| 2014-08-12 | Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")] | Vadim Chugunov | -1/+2 |
| 2014-08-12 | Replace all references to "Win32" with "Windows". | Vadim Chugunov | -4/+4 |
| 2014-08-09 | pretty-printer: let users choose particular items to pretty print. | Felix S. Klock II | -75/+319 |
| 2014-07-29 | Port Rust to DragonFlyBSD | Michael Neumann | -13/+15 |
| 2014-07-22 | Remove ancient GC cfg flags | Steven Fackler | -6/+0 |
| 2014-07-21 | rustdoc: Add an --extern flag analagous to rustc's | Tom Jakubowski | -1/+1 |
| 2014-07-21 | Address review feedback | Brian Anderson | -2/+6 |