| Age | Commit message (Expand) | Author | Lines |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -27/+21 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -1/+1 |
| 2021-10-04 | Rollup merge of #89494 - FabianWolff:issue-84075, r=davidtwco | Jubilee | -13/+36 |
| 2021-10-03 | Deny `where` clauses on `auto` traits | Fabian Wolff | -13/+36 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -1/+1 |
| 2021-09-15 | Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwco | Manish Goregaokar | -68/+0 |
| 2021-09-15 | Auto merge of #88558 - fee1-dead:const-drop, r=oli-obk | bors | -1/+3 |
| 2021-09-09 | Manually crafted revert of d4ad050ce5778a09566f6f9ec172565815d54604 . | Felix S. Klock II | -68/+0 |
| 2021-09-09 | Allow ~const bounds on inherent impls | Deadbeef | -1/+3 |
| 2021-09-08 | Fatal error for functions with more than 65535 arguments | Noble-Mushtak | -0/+14 |
| 2021-09-02 | Auto merge of #87114 - cjgillot:abilint, r=estebank | bors | -2/+41 |
| 2021-08-31 | Lint Abi in ast validation. | Camille GILLOT | -2/+41 |
| 2021-08-31 | Rollup merge of #88418 - fee1-dead:trait-assoc-tilde-const, r=oli-obk | Mara Bos | -2/+2 |
| 2021-08-30 | allow unordered const/ty params if any cg feature is active | lcnr | -1/+1 |
| 2021-08-28 | Allow `~const` bounds on trait assoc functions | Deadbeef | -2/+2 |
| 2021-08-27 | Fix visiting twice | Deadbeef | -15/+6 |
| 2021-08-27 | Introduce `~const` | Deadbeef | -52/+100 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -7/+62 |
| 2021-08-12 | Adjust `#[no_mangle]`-related checks and lints for `impl` items | hyd-dev | -0/+4 |
| 2021-06-17 | Auto merge of #86164 - FabianWolff:issue-86053, r=davidtwco | bors | -1/+1 |
| 2021-06-13 | simplify validate_generic_param_order | klensy | -39/+36 |
| 2021-06-09 | Handle C-variadic arguments properly when reporting region errors | Fabian Wolff | -1/+1 |
| 2021-05-29 | Make lifetime ordering error pretty print const param defaults | Ellen | -3/+6 |
| 2021-05-16 | Check and deny anonymous fields on `ast_validation` | jedel1043 | -70/+184 |
| 2021-04-25 | Auto merge of #84299 - lcnr:const-generics-defaults-name-res, r=varkor | bors | -1/+1 |
| 2021-04-21 | Review comments | Jack Huey | -29/+25 |
| 2021-04-21 | loosen ordering restricts for `const_generics_defaults` | lcnr | -1/+1 |
| 2021-04-21 | Move nested quantification check to ast_validation | Jack Huey | -9/+38 |
| 2021-04-07 | Disable using non-ascii identifiers in extern blocks. | Charles Lew | -1/+23 |
| 2021-03-23 | progress, stuff compiles now | lcnr | -17/+9 |
| 2021-03-23 | Some refactoring | varkor | -1/+1 |
| 2021-03-23 | Add has_default to GenericParamDefKind::Const | kadmin | -0/+11 |
| 2021-02-18 | ast: Keep expansion status for out-of-line module items | Vadim Petrochenkov | -2/+4 |
| 2021-02-01 | Box the biggest ast::ItemKind variants | Dániel Buga | -12/+18 |
| 2021-01-10 | Auto merge of #79414 - sasurau4:feature/add-suggestion-for-pattern-in-fns-wit... | bors | -8/+17 |
| 2021-01-02 | reduce borrowing and (de)referencing around match patterns (clippy::match_ref... | Matthias Krüger | -3/+3 |
| 2021-01-01 | make `const_generics_defaults` use the unstable syntax mechanism | Rémy Rakic | -14/+0 |
| 2021-01-01 | adjust const generics defaults FIXMEs to the new feature gate | Rémy Rakic | -1/+1 |
| 2021-01-01 | first pass at default values for const generics | Julian Knodt | -2/+16 |
| 2020-12-31 | Rollup merge of #80519 - max-heller:issue-80512-fix, r=varkor | Dylan DPC | -25/+31 |
| 2020-12-30 | Take type defaults into account in suggestions to reorder generic parameters | max-heller | -25/+31 |
| 2020-12-30 | Rename kw::Invalid -> kw::Empty | Joshua Nelson | -1/+1 |
| 2020-12-26 | stabilize min_const_generics | Bastian Kauschke | -6/+4 |
| 2020-12-21 | add suggest for PatternsInWithoutBody | Daiki Ihara | -8/+17 |
| 2020-12-08 | Clarify the 'default is only allowed on...' error | Camelid | -1/+1 |
| 2020-11-27 | Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkov | bors | -1/+3 |
| 2020-11-25 | ast and parser | b-naber | -1/+3 |
| 2020-11-17 | Use `span_suggestion_verbose` instead of `span_suggestion` for `fn` with qual... | ThePuzzlemaker | -1/+1 |
| 2020-11-08 | Collapse all uses of `target.options.foo` into `target.foo` | Vadim Petrochenkov | -1/+1 |
| 2020-10-29 | Fix typos | Dániel Buga | -1/+1 |