| Age | Commit message (Expand) | Author | Lines |
| 2018-08-02 | First pass at json output | Wesley Wiser | -0/+4 |
| 2018-08-02 | Basic profiling | Wesley Wiser | -0/+11 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -13/+13 |
| 2018-07-29 | Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb | bors | -8/+4 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -8/+4 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -2/+2 |
| 2018-07-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -9/+4 |
| 2018-07-28 | Auto merge of #52355 - pietroalbini:zfeature, r=eddyb | bors | -1/+5 |
| 2018-07-28 | Don't format!() string literals | ljedrz | -13/+13 |
| 2018-07-28 | Rollup merge of #52781 - ljedrz:avoid_vec_arguments, r=nikomatsakis | kennytm | -9/+9 |
| 2018-07-27 | Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum | bors | -2/+0 |
| 2018-07-27 | Add the -Zcrate-attr=foo nightly rustc flag to inject crate attributes | Pietro Albini | -1/+5 |
| 2018-07-27 | Use slices where a vector is not necessary | ljedrz | -9/+9 |
| 2018-07-27 | Simplify | Shotaro Yamada | -2/+2 |
| 2018-07-27 | Use str::repeat | Shotaro Yamada | -7/+2 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -2/+2 |
| 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 |