| Age | Commit message (Expand) | Author | Lines |
| 2018-08-14 | Auto merge of #53354 - kennytm:rollup, r=kennytm | bors | -4/+6 |
| 2018-08-14 | Rollup merge of #53229 - varkor:rlimits_min, r=nikomatsakis | kennytm | -1/+3 |
| 2018-08-14 | Rollup merge of #53226 - QuietMisdreavus:editions-for-all, r=estebank | kennytm | -3/+3 |
| 2018-08-14 | Auto merge of #53085 - ljedrz:cleanup_syntax_structures, r=ljedrz | bors | -5/+5 |
| 2018-08-14 | syntax: gensym the injected std/core extern crates in the Rust 2018 edition. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-08-13 | Move SmallVec and ThinVec out of libsyntax | ljedrz | -5/+5 |
| 2018-08-10 | Auto merge of #53073 - Mark-Simulacrum:data-structures, r=pnkfelix | bors | -1/+1 |
| 2018-08-09 | Don't set rlimit to a lower value than the current | varkor | -1/+3 |
| 2018-08-09 | set the syntax edition in the driver's phase 1 | QuietMisdreavus | -3/+3 |
| 2018-08-09 | Move Fingerprint to data structures | Mark Rousskov | -1/+1 |
| 2018-08-09 | [nll] librustc_driver: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-06 | Auto merge of #53002 - QuietMisdreavus:brother-may-i-have-some-loops, r=pnkfelix | bors | -24/+79 |
| 2018-08-04 | Use diagnostic API on Session | Mark Rousskov | -1/+1 |
| 2018-08-04 | Move basic_options to impl of Default | Mark Rousskov | -1/+1 |
| 2018-08-04 | Normalize variants of CrateType to standard style | Mark Rousskov | -9/+9 |
| 2018-08-03 | Move unused trait functions to inherent functions | Mark Rousskov | -2/+1 |
| 2018-08-03 | Store concrete crate stores where possible | Mark Rousskov | -15/+14 |
| 2018-08-02 | First pass at json output | Wesley Wiser | -0/+4 |
| 2018-08-02 | Basic profiling | Wesley Wiser | -0/+11 |
| 2018-08-02 | preserve order if blocks are between items | QuietMisdreavus | -9/+9 |
| 2018-08-02 | more fixes for everybody_loops | QuietMisdreavus | -1/+9 |
| 2018-08-02 | make `everybody_loops` keep item declarations | QuietMisdreavus | -24/+71 |
| 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 |