| Age | Commit message (Expand) | Author | Lines |
| 2020-08-10 | Auto merge of #74953 - JulianKnodt:master, r=lcnr | bors | -7/+11 |
| 2020-08-09 | Change Ord impl for ParamKindOrd | kadmin | -1/+0 |
| 2020-08-09 | Switched to unordered field in ParamKindOrd | kadmin | -2/+6 |
| 2020-08-09 | Add ParamKindOrd::ConstUnordered variant | kadmin | -2/+1 |
| 2020-08-09 | Blessed old test where error message had changed | kadmin | -4/+1 |
| 2020-08-09 | Test lifetimes after types after consts forbidden | kadmin | -6/+6 |
| 2020-08-09 | Added +1 test for only works w/ feat const gen | kadmin | -2/+5 |
| 2020-08-08 | Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkov | bors | -41/+39 |
| 2020-08-08 | Rm restriction on ord of default types w/ consts | kadmin | -1/+2 |
| 2020-08-08 | Allow types to come after consts in AST validation | julianknodt | -0/+1 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -41/+39 |
| 2020-08-05 | impl review | Bastian Kauschke | -1/+1 |
| 2020-08-05 | add min_const_generics feature gate | Bastian Kauschke | -4/+11 |
| 2020-08-04 | rustc_ast: `(Nested)MetaItem::check_name` -> `has_name` | Vadim Petrochenkov | -2/+2 |
| 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 |