| Age | Commit message (Expand) | Author | Lines |
| 2020-03-17 | Rename `from_u32_const` -> `from_u32` | Dylan MacKenzie | -2/+2 |
| 2020-03-17 | Rollup merge of #68746 - matthewjasper:metahygiene, r=petrochenkov | Mazdak Farrokhzad | -0/+25 |
| 2020-03-17 | Rollup merge of #69870 - petrochenkov:cfgacc, r=matthewjasper | Mazdak Farrokhzad | -0/+1 |
| 2020-03-16 | Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakis | bors | -0/+3 |
| 2020-03-16 | Make macro metavars respect (non-)hygiene | Matthew Jasper | -0/+25 |
| 2020-03-16 | Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasper | Dylan DPC | -28/+28 |
| 2020-03-16 | hygiene: `modern` -> `normalize_to_macros_2_0` | Vadim Petrochenkov | -28/+28 |
| 2020-03-15 | Add attributes to allow specializing on traits | Matthew Jasper | -0/+3 |
| 2020-03-14 | Update `visit_item_likes_in_module` | John Kåre Alsaker | -0/+25 |
| 2020-03-13 | Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum | bors | -2/+0 |
| 2020-03-14 | Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC | Yuki Okushi | -5/+1 |
| 2020-03-12 | Rollup merge of #69830 - RalfJung:miri-invalid-terminator, r=oli-obk | Mazdak Farrokhzad | -0/+1 |
| 2020-03-11 | Rollup merge of #69760 - Centril:parse-expr-improve, r=estebank | Mazdak Farrokhzad | -0/+7 |
| 2020-03-11 | Rollup merge of #69825 - lcnr:discriminant, r=oli-obk | Mazdak Farrokhzad | -0/+1 |
| 2020-03-10 | Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddyb | bors | -21/+7 |
| 2020-03-10 | error_block_no_opening_brace: handle closures better | Mazdak Farrokhzad | -0/+7 |
| 2020-03-10 | Store `TokenStream` in `rmeta::MacroDef`. | Mazdak Farrokhzad | -21/+7 |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -2/+0 |
| 2020-03-10 | builtin_macros: Add attribute macro `#[cfg_accessible(path)]` | Vadim Petrochenkov | -0/+1 |
| 2020-03-09 | also handle abort intrinsic with new machine hook | Ralf Jung | -0/+1 |
| 2020-03-08 | constify `mem::discriminant` | Bastian Kauschke | -0/+1 |
| 2020-03-07 | Use ?-operator in more places (clippy::question_mark, had some false negative... | Matthias Krüger | -5/+1 |
| 2020-03-07 | Rollup merge of #69782 - matthiaskrgr:redundant_field_name_rep, r=cramertj | Mazdak Farrokhzad | -1/+1 |
| 2020-03-07 | Rollup merge of #69656 - matthiaskrgr:iter_nth_zero, r=oli-obk | Mazdak Farrokhzad | -3/+3 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -1/+1 |
| 2020-03-05 | Remove eh_unwind_resume lang item | Amanieu d'Antras | -2/+0 |
| 2020-03-05 | Add a new test to reach const_limit setting, although with wrong WARNINGs yet | Christoph Schmidler | -1/+1 |
| 2020-03-05 | Prepare const_limit feature gate and attribute | Christoph Schmidler | -0/+1 |
| 2020-03-03 | use conditions directly | Matthias Krüger | -1/+1 |
| 2020-03-03 | Use .next() instead of .nth(0) on iterators. | Matthias Krüger | -3/+3 |
| 2020-03-01 | Rollup merge of #69580 - matthiaskrgr:map_clone, r=Centril | Yuki Okushi | -1/+1 |
| 2020-03-01 | Auto merge of #69592 - petrochenkov:nosyntax, r=Centril | bors | -1/+1 |
| 2020-02-29 | Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril | Dylan DPC | -2/+2 |
| 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 | use .iter() instead of .into_iter() on references. | Matthias Krüger | -2/+2 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -1/+1 |
| 2020-02-27 | Remove spotlight usage | Guillaume Gomez | -2/+0 |
| 2020-02-26 | rustc_span: Add `Symbol::to_ident_string` for use in diagnostic messages | Vadim Petrochenkov | -0/+8 |
| 2020-02-26 | Rollup merge of #69387 - petrochenkov:idprint, r=Mark-Simulacrum | Dylan DPC | -8/+59 |
| 2020-02-23 | Deduplicate identifier printing a bit | Vadim Petrochenkov | -8/+59 |
| 2020-02-22 | Rename CodeMap to SourceMap follow up | Maxim Zholobak | -4/+4 |
| 2020-02-20 | Rollup merge of #69266 - Zoxc:fix-source-map-race, r=wesleywiser | Dylan DPC | -19/+47 |
| 2020-02-20 | Auto merge of #69256 - nnethercote:misc-inlining, r=Centril | bors | -0/+2 |
| 2020-02-18 | Fix race condition when allocating source files in SourceMap | John Kåre Alsaker | -19/+47 |
| 2020-02-18 | Inline `Symbol::decode` and `Interner::intern`. | Nicholas Nethercote | -0/+2 |
| 2020-02-15 | parser: `macro_rules` is a weak keyword | Vadim Petrochenkov | -1/+4 |
| 2020-02-11 | Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=oli | bors | -0/+2 |
| 2020-02-11 | Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC | Dylan DPC | -2/+0 |
| 2020-02-10 | Add `#[repr(no_niche)]`. | Felix S. Klock II | -0/+2 |