| Age | Commit message (Expand) | Author | Lines |
| 2018-07-25 | Improve readability in a few sorts | ljedrz | -7/+3 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -2/+0 |
| 2018-07-24 | Auto merge of #52181 - QuietMisdreavus:panicked-tester, r=GuillaumeGomez | bors | -5/+17 |
| 2018-07-24 | force the doctest rustc thread to share the name of the test | QuietMisdreavus | -5/+17 |
| 2018-07-23 | dump lints _after_ parsing macros | mark | -7/+9 |
| 2018-07-23 | Extend ParseSess to support buffering lints | mark | -0/+8 |
| 2018-07-19 | Auto merge of #52197 - euclio:exit-code, r=oli-obk | bors | -13/+35 |
| 2018-07-18 | Auto merge of #52375 - oli-obk:the_early_lint_pass_gets_the_worm, r=Manishearth | bors | -1/+5 |
| 2018-07-18 | rustc: distinguish compilation failure from ICE | Andy Russell | -13/+35 |
| 2018-07-17 | Rollup merge of #52338 - RalfJung:miri, r=oli-obk | kennytm | -18/+18 |
| 2018-07-17 | Rollup merge of #52435 - ljedrz:misc_capacity, r=estebank | kennytm | -1/+2 |
| 2018-07-17 | Auto merge of #52285 - ljedrz:dyn_librustc_driver, r=nikomatsakis | bors | -51/+53 |
| 2018-07-16 | Calculate the exact capacity for 2 HashMaps | ljedrz | -1/+2 |
| 2018-07-16 | ItemKind | csmoe | -18/+18 |
| 2018-07-14 | Lint the use of async as an identifier | Oliver Schneider | -1/+5 |
| 2018-07-12 | Add missing dyn in driver.rs | ljedrz | -1/+1 |
| 2018-07-12 | Deny bare trait objects in librustc_driver | ljedrz | -50/+52 |
| 2018-07-10 | Auto merge of #52100 - nielx:fix/rust_driver-stacklimit, r=cramertj | bors | -1/+21 |
| 2018-07-07 | Revert changes to bootstrap, rustc_driver and fix {core,std}simd | bjorn3 | -12/+2 |
| 2018-07-07 | Remove unused rustc_driver dependency on ar | bjorn3 | -2/+0 |
| 2018-07-07 | Move some functions out of rustc_codegen_llvm and fix metadata_only backend | bjorn3 | -2/+12 |
| 2018-07-06 | Haiku: work around the lack of setrlimit | Niels Sascha Reedijk | -1/+21 |
| 2018-07-05 | Do not run AST borrowck when -Zborrowck=mir | Santiago Pastorino | -1/+5 |
| 2018-06-30 | Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertj | bors | -1/+1 |
| 2018-06-28 | Use `Ident`s for associated item definitions in HIR | Vadim Petrochenkov | -1/+1 |
| 2018-06-27 | Generate the `NodeId` for `existential type` in the AST | Oliver Schneider | -1/+1 |
| 2018-06-24 | Attempt to fix hygiene for global_allocator | Mark Mansi | -1/+10 |
| 2018-06-21 | Parse async fn header. | Without Boats | -6/+6 |
| 2018-06-20 | Rename structures in ast | varkor | -1/+1 |
| 2018-06-20 | Remove AngleBracketedArgs impl | varkor | -5/+11 |
| 2018-06-20 | Make method and variable names more consistent | varkor | -1/+1 |
| 2018-06-20 | Rename "parameter" to "arg" | varkor | -1/+1 |
| 2018-06-20 | Rename PathParameter(s) to GenericArg(s) | varkor | -2/+2 |
| 2018-06-20 | Consolidate PathParameters and AngleBracketedParameterData | varkor | -1/+1 |
| 2018-06-19 | Auto merge of #51383 - Zoxc:parallel-stuff, r=nikomatsakis | bors | -5/+3 |
| 2018-06-19 | Parallel code | John Kåre Alsaker | -5/+3 |
| 2018-06-18 | Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakis | bors | -1/+1 |
| 2018-06-18 | Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix | bors | -0/+1 |
| 2018-06-15 | Fix compile error | Fabian Drinck | -1/+1 |
| 2018-06-14 | Circumvent const fn problem | Fabian Drinck | -1/+1 |
| 2018-06-14 | Fix compile error | Fabian Drinck | -1/+1 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -9/+9 |
| 2018-06-11 | Update tests | Oliver Schneider | -0/+1 |
| 2018-06-08 | Rollup merge of #51394 - nnethercote:NCA-depths, r=nikomatsakis | Mark Rousskov | -3/+4 |
| 2018-06-06 | Reduce the amount of unsafe code and mark handle_deadlock as unsafe | John Kåre Alsaker | -3/+4 |
| 2018-06-06 | Update Rayon version | John Kåre Alsaker | -1/+1 |
| 2018-06-06 | Make queries block and handle query cycles | John Kåre Alsaker | -3/+10 |
| 2018-06-06 | Use scope tree depths to speed up `nearest_common_ancestor`. | Nicholas Nethercote | -3/+4 |
| 2018-06-05 | Add comment | bjorn3 | -0/+12 |
| 2018-06-05 | Impl CompilerCalls for CompileController instead of AdHocCompilerCalls | bjorn3 | -24/+57 |