| Age | Commit message (Expand) | Author | Lines |
| 2018-09-07 | switch to using `NonZeroU32` to represent indices | Niko Matsakis | -9/+14 |
| 2018-09-04 | Move #[test_case] to a syntax extension | John Renner | -1/+0 |
| 2018-08-31 | Add deprecated_name argument to the register lint group functions | flip1995 | -2/+2 |
| 2018-08-28 | Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc. | Eduard-Mihai Burtescu | -4/+4 |
| 2018-08-27 | Remove Node* prefix from AnnNode | varkor | -19/+19 |
| 2018-08-27 | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakis | bors | -0/+1 |
| 2018-08-27 | Move with_globals setup from run_compiler to run | John Kåre Alsaker | -28/+28 |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -1/+1 |
| 2018-08-19 | mv codemap source_map | Donato Sciarra | -3/+3 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -8/+8 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -2/+2 |
| 2018-08-19 | mv filemap source_file | Donato Sciarra | -1/+1 |
| 2018-08-19 | mv CodeMap SourceMap | Donato Sciarra | -4/+4 |
| 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 |