| Age | Commit message (Expand) | Author | Lines |
| 2015-06-20 | Auto merge of #26417 - brson:feature-err, r=steveklabnik | bors | -2/+6 |
| 2015-06-20 | Auto merge of #26382 - alexcrichton:less-racy-path, r=brson | bors | -7/+0 |
| 2015-06-18 | Make a better error message for using #[feature] on stable rust | Brian Anderson | -2/+6 |
| 2015-06-19 | rustc: remove Repr and UserString. | Eduard Burtescu | -37/+26 |
| 2015-06-19 | rustc: replace Repr/UserString impls with Debug/Display ones. | Eduard Burtescu | -7/+4 |
| 2015-06-19 | rustc: use the TLS type context in Repr and UserString. | Eduard Burtescu | -20/+20 |
| 2015-06-19 | rustc: use Repr and UserString instead of ppaux::ty_to_string. | Eduard Burtescu | -6/+4 |
| 2015-06-19 | rustc: enforce stack discipline on ty::ctxt. | Eduard Burtescu | -145/+172 |
| 2015-06-19 | rustc_resolve: don't require redundant arguments to resolve_crate. | Eduard Burtescu | -6/+2 |
| 2015-06-19 | rustc: remove ownership of tcx from trans' context. | Eduard Burtescu | -46/+41 |
| 2015-06-17 | rustc_driver: Frob the global PATH less | Alex Crichton | -7/+0 |
| 2015-06-17 | More test fixes and fallout of stability changes | Alex Crichton | -2/+2 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -1/+0 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -3/+4 |
| 2015-06-12 | Cleanup: rename middle::ty::sty and its variants. | Eli Friedman | -1/+1 |
| 2015-06-11 | Auto merge of #26199 - swgillespie:issue-26092, r=alexcrichton | bors | -2/+2 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -1/+1 |
| 2015-06-10 | fix #26092 by returning an empty OS string when the output file path has no f... | swgillespie | -2/+2 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -5/+5 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -3/+4 |
| 2015-05-27 | Remove build date from the output of --version | Johannes Oertel | -5/+0 |
| 2015-05-27 | Auto merge of #25741 - richo:backtrace-message, r=alexcrichton | bors | -1/+4 |
| 2015-05-26 | Make caching in stability work. This improves stability check performance | Ariel Ben-Yehuda | -1/+1 |
| 2015-05-24 | Auto merge of #25168 - Manishearth:register_attr, r=eddyb | bors | -3/+5 |
| 2015-05-23 | driver: Only emit the RUST_BACKTRACE message if not present | Richo Healey | -1/+4 |
| 2015-05-20 | Auto merge of #25350 - alexcrichton:msvc, r=brson | bors | -1/+1 |
| 2015-05-19 | rustc: Shorten MSVC metadata section name | Alex Crichton | -1/+1 |
| 2015-05-17 | Auto merge of #25387 - eddyb:syn-file-loader, r=nikomatsakis | bors | -2/+2 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 2015-05-14 | Move configuration 1 phase before crate metadata collection | Kevin Ballard | -11/+11 |
| 2015-05-14 | syntax: refactor (Span)Handler and ParseSess constructors to be methods. | Eduard Burtescu | -2/+2 |
| 2015-05-10 | Rollup merge of #25252 - inrustwetrust:crate-type-attribute, r=alexcrichton | Manish Goregaokar | -5/+2 |
| 2015-05-10 | Upgraded warning for invalid crate_type attribute syntax to an error | inrustwetrust | -5/+2 |
| 2015-05-07 | Add support for registering attributes with rustc in plugins | Manish Goregaokar | -3/+5 |
| 2015-05-05 | rustc: Fix more verbatim paths leaking to gcc | Alex Crichton | -1/+2 |
| 2015-05-01 | std: Remove index notation on slice iterators | Alex Crichton | -5/+5 |
| 2015-04-30 | Auto merge of #24884 - michaelsproul:extended-errors, r=nrc | bors | -3/+4 |
| 2015-04-30 | Add metadata output to the diagnostics system. | Michael Sproul | -3/+4 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -1/+0 |
| 2015-04-27 | Auto merge of #23606 - quantheory:associated_const, r=nikomatsakis | bors | -0/+24 |
| 2015-04-24 | Auto merge of #24553 - nikomatsakis:issue-22779-overconstrained-impl, r=pnkfelix | bors | -1/+3 |
| 2015-04-24 | fix rustc_driver tests | Niko Matsakis | -1/+3 |
| 2015-04-23 | Functional changes for associated constants. Cross-crate usage of associated ... | Sean Patrick Santos | -0/+24 |
| 2015-04-18 | Return nonzero exit code if there are errors at a stop point | Florian Hahn | -5/+10 |
| 2015-04-18 | Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton | bors | -4/+2 |
| 2015-04-17 | Auto merge of #24461 - nikomatsakis:issue-22077-unused-lifetimes, r=aturon | bors | -1/+6 |
| 2015-04-17 | Fix some missing cases | Niko Matsakis | -1/+6 |
| 2015-04-17 | Rollup merge of #24430 - laumann:trace-macros-flag, r=pnkfelix | Manish Goregaokar | -0/+1 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -4/+2 |
| 2015-04-16 | Auto merge of #24437 - fhahn:issue-24434, r=alexcrichton | bors | -2/+3 |