| Age | Commit message (Expand) | Author | Lines |
| 2020-05-04 | fix typo in function name | Andy Russell | -3/+3 |
| 2020-05-04 | Rollup merge of #71773 - tshepang:links, r=davidtwco | Dylan DPC | -2/+2 |
| 2020-05-02 | fix rustdoc warnings | Tshepang Lekhonkhobe | -1/+3 |
| 2020-05-01 | doc: misc rustdoc things | Tshepang Lekhonkhobe | -2/+4 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -19/+13 |
| 2020-04-18 | Move `MapInPlace` to rustc_data_structures | Yuki Okushi | -1/+1 |
| 2020-04-16 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -1/+1 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -8/+4 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -13/+14 |
| 2020-03-25 | Rename `def_span` to `guess_head_span` | Esteban Küber | -5/+5 |
| 2020-03-24 | defatalize expand_test_or_bench | Mazdak Farrokhzad | -8/+8 |
| 2020-03-24 | defatalize get_test_runner | Mazdak Farrokhzad | -10/+10 |
| 2020-03-24 | nix remaining rustc_expand::panictry! uses. | Mazdak Farrokhzad | -15/+18 |
| 2020-03-23 | Rollup merge of #70269 - matthiaskrgr:clippy_closures, r=Dylan-DPC | Mazdak Farrokhzad | -2/+2 |
| 2020-03-23 | Rollup merge of #70248 - Centril:unroot, r=petrochenkov | Mazdak Farrokhzad | -2/+2 |
| 2020-03-22 | Rollup merge of #70266 - petrochenkov:prochead, r=varkor | Dylan DPC | -5/+8 |
| 2020-03-22 | remove redundant closures (clippy::redundant_closure) | Matthias Krüger | -2/+2 |
| 2020-03-22 | proc_macro_harness: Use item header spans for errors | Vadim Petrochenkov | -5/+8 |
| 2020-03-22 | parse: nix new_sub_parser_from_file | Mazdak Farrokhzad | -2/+2 |
| 2020-03-21 | parse: nix unused `root_module_name`. | Mazdak Farrokhzad | -1/+1 |
| 2020-03-21 | use let instead of match for matches with single bindings (clippy::match_sing... | Matthias Krüger | -2/+3 |
| 2020-03-21 | Rollup merge of #70187 - matthiaskrgr:cl2ppy, r=Mark-Simulacrum | Mazdak Farrokhzad | -9/+8 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -9/+8 |
| 2020-03-20 | expand_include: set `.directory` to dir of included file. | Mazdak Farrokhzad | -1/+12 |
| 2020-03-18 | fix pre-expansion linting infra | Mazdak Farrokhzad | -3/+3 |
| 2020-03-18 | outline modules: parse -> expand. | Mazdak Farrokhzad | -3/+2 |
| 2020-03-17 | Rollup merge of #69870 - petrochenkov:cfgacc, r=matthewjasper | Mazdak Farrokhzad | -4/+60 |
| 2020-03-12 | ast: `Mac`/`Macro` -> `MacCall` | Vadim Petrochenkov | -7/+7 |
| 2020-03-10 | builtin_macros: Add attribute macro `#[cfg_accessible(path)]` | Vadim Petrochenkov | -0/+56 |
| 2020-03-10 | expand: Implement support for retrying macro expansions | Vadim Petrochenkov | -3/+3 |
| 2020-03-09 | expand/builtin_macros: Minor cleanup | Vadim Petrochenkov | -1/+1 |
| 2020-03-09 | rustc_parse: Use `Token::ident` where possible | Vadim Petrochenkov | -33/+32 |
| 2020-03-08 | Rollup merge of #69548 - LeSeulArtichaut:assert-errors, r=petrochenkov | Mazdak Farrokhzad | -8/+4 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2020-03-06 | Turn trailing tokens in `assert!()` into hard errors | LeSeulArtichaut | -8/+4 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -1/+1 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-03-05 | Use more efficient &&str to String conversion (clippy::inefficient_to_string) | Matthias Krüger | -1/+1 |
| 2020-03-05 | Use righthand '&' instead of lefthand "ref". (clippy::toplevel_ref_arg) | Matthias Krüger | -9/+9 |
| 2020-03-02 | use values() or keys() respectively when iterating only over keys or values o... | Matthias Krüger | -1/+1 |
| 2020-03-01 | Rollup merge of #69580 - matthiaskrgr:map_clone, r=Centril | Yuki Okushi | -1/+1 |
| 2020-03-01 | Rollup merge of #69579 - petrochenkov:noprevspan, r=Centril | Yuki Okushi | -7/+7 |
| 2020-03-01 | Auto merge of #69592 - petrochenkov:nosyntax, r=Centril | bors | -94/+96 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -94/+96 |
| 2020-02-29 | Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril | Dylan DPC | -1/+1 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | use .copied() instead of .map(|x| *x) on iterators | Matthias Krüger | -1/+1 |
| 2020-02-29 | parser: `prev_span` -> `prev_token.span` | Vadim Petrochenkov | -7/+7 |
| 2020-02-29 | use .iter() instead of .into_iter() on references. | Matthias Krüger | -1/+1 |
| 2020-02-29 | Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum | Dylan DPC | -2/+2 |