| Age | Commit message (Expand) | Author | Lines |
| 2020-08-02 | Replace from log to tracing in libsrustrustc_ast_lowering, librustc_ast_passe... | bishtpawan | -2/+2 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 |
| 2020-07-23 | tweak wording | Bastian Kauschke | -1/+1 |
| 2020-07-22 | require type defaults to be after const generic parameters | Bastian Kauschke | -6/+19 |
| 2020-07-16 | Revert "Remove spotlight usage" | Manish Goregaokar | -0/+1 |
| 2020-06-23 | Record span of `const` kw in GenericParamKind | Ayaz Hafiz | -3/+3 |
| 2020-06-09 | [AVR] Add AVR platform support | Jake Goulding | -0/+8 |
| 2020-05-17 | Disallow forbidden usage of non-ascii identifiers. | Charles Lew | -2/+37 |
| 2020-05-14 | Minor fixes to comments | JOE1994 | -1/+1 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -3/+4 |
| 2020-05-04 | Add docstring to `deny_equality_constraints` | Esteban Küber | -0/+2 |
| 2020-05-04 | On incorrect equality constraint likely to be assoc type, suggest appropriate... | Esteban Küber | -11/+83 |
| 2020-04-13 | allow const generics in const fn | Bastian Kauschke | -24/+1 |
| 2020-04-06 | Rollup merge of #70519 - estebank:constraints-before-args-spans, r=Centril | Mazdak Farrokhzad | -14/+55 |
| 2020-04-05 | Reduce the visual clutter | Esteban Küber | -2/+7 |
| 2020-04-05 | review comments: use `partition_map` | Esteban Küber | -21/+13 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -8/+6 |
| 2020-03-29 | review comment: wording | Esteban Küber | -8/+1 |
| 2020-03-29 | Suggest correct order for arguments when encountering early constraints | Esteban Küber | -21/+35 |
| 2020-03-28 | Suggest correct order for args and constraints | Esteban Küber | -0/+23 |
| 2020-03-28 | Point at all constraints before args | Esteban Küber | -14/+28 |
| 2020-03-27 | add the label back but make it shorter | Mazdak Farrokhzad | -1/+2 |
| 2020-03-27 | address some review comments | Mazdak Farrokhzad | -5/+1 |
| 2020-03-27 | parse: move constraint/arg restriction to ast_validation. | Mazdak Farrokhzad | -12/+48 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -2/+2 |
| 2020-03-26 | Rollup merge of #70424 - lcnr:nit, r=Centril | Mazdak Farrokhzad | -5/+1 |
| 2020-03-26 | introduce `negative_impls` feature gate and document | Niko Matsakis | -5/+5 |
| 2020-03-26 | simplify match stmt | Bastian Kauschke | -5/+1 |
| 2020-03-25 | Rename `def_span` to `guess_head_span` | Esteban Küber | -3/+3 |
| 2020-03-21 | Rollup merge of #70032 - lcnr:issue69970, r=varkor | Dylan DPC | -0/+2 |
| 2020-03-19 | sort generic param order in generics_of | Bastian Kauschke | -0/+2 |
| 2020-03-16 | Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakis | bors | -6/+14 |
| 2020-03-16 | ast/hir: `MacroDef::legacy` -> `MacroDef::macro_rules` | Vadim Petrochenkov | -1/+1 |
| 2020-03-15 | Rollup merge of #69589 - petrochenkov:maccall, r=Centril | Mazdak Farrokhzad | -4/+4 |
| 2020-03-15 | Add `min_specialization` feature | Matthew Jasper | -6/+14 |
| 2020-03-12 | ast: `Mac`/`Macro` -> `MacCall` | Vadim Petrochenkov | -4/+4 |
| 2020-03-12 | Rollup merge of #69722 - estebank:negative-impl-span-ast, r=Centril | Mazdak Farrokhzad | -53/+82 |
| 2020-03-11 | review comments | Esteban Küber | -51/+53 |
| 2020-03-10 | review comments | Esteban Küber | -37/+16 |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -1/+0 |
| 2020-03-06 | review comment | Esteban Küber | -15/+10 |
| 2020-03-06 | Suggest removal of auto trait super traits and type params | Esteban Küber | -1/+13 |
| 2020-03-06 | Further tweak spans in ast validation errors | Esteban Küber | -11/+48 |
| 2020-03-05 | review comments | Esteban Küber | -28/+24 |
| 2020-03-04 | Tweak output for invalid negative impl AST errors | Esteban Küber | -14/+22 |
| 2020-03-01 | ast: Unmerge structures for associated items and foreign items | Vadim Petrochenkov | -2/+2 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -15/+15 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-27 | Auto merge of #68434 - varkor:astconv-mismatch-error, r=nikomatsakis | bors | -65/+17 |
| 2020-02-27 | Remove spotlight usage | Guillaume Gomez | -1/+0 |