| Age | Commit message (Expand) | Author | Lines |
| 2022-10-26 | Rollup merge of #95710 - fee1-dead-contrib:stabilize_arbitrary_enum_discrimin... | Dylan DPC | -61/+1 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -30/+30 |
| 2022-10-22 | Stabilize arbitrary_enum_discriminant, take 2 | Deadbeef | -61/+1 |
| 2022-10-22 | Rollup merge of #103351 - oli-obk:tilde_const_impls, r=fee1-dead | Matthias Krüger | -49/+3 |
| 2022-10-21 | Remove needless special cases and dead code | Oli Scherer | -49/+3 |
| 2022-10-21 | Rollup merge of #103051 - davidtwco:translation-tidying-up, r=compiler-errors | Dylan DPC | -20/+6 |
| 2022-10-20 | Improve "`~const` is not allowed here" message | Deadbeef | -20/+43 |
| 2022-10-17 | ast_passes: use derive more | David Wood | -20/+6 |
| 2022-10-10 | errors: `AddToDiagnostic::add_to_diagnostic_with` | David Wood | -3/+9 |
| 2022-10-10 | Rollup merge of #102868 - compiler-errors:rename-assoc-tyalias-to-ty, r=TaKO8Ki | Dylan DPC | -3/+3 |
| 2022-10-10 | Rename AssocItemKind::TyAlias to AssocItemKind::Type | Michael Goulet | -3/+3 |
| 2022-10-08 | Split slice part of feature(half_open_range_patterns) to [...]_in_slices | Urgau | -2/+5 |
| 2022-09-26 | Rollup merge of #102273 - woppopo:relax_const_bound, r=fee1-dead | Matthias Krüger | -4/+3 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-26 | Allow `~const` bounds on non-const functions | woppopo | -4/+3 |
| 2022-09-22 | Improve the help message for an invalid calling convention | khyperia | -202/+18 |
| 2022-09-21 | UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic | Jhonny Bill Mena | -1/+1 |
| 2022-09-21 | UPDATE - rename DiagnosticHandler trait to IntoDiagnostic | Jhonny Bill Mena | -27/+27 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -0/+3 |
| 2022-09-14 | Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillot | bors | -11/+9 |
| 2022-09-13 | Address code review comments | Eric Holk | -14/+4 |
| 2022-09-13 | Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errors | bors | -21/+1 |
| 2022-09-12 | Introduce dyn_star feature flag | Eric Holk | -1/+14 |
| 2022-09-12 | Remove unused span argument from `walk_fn`. | Nicholas Nethercote | -4/+4 |
| 2022-09-12 | Remove `path_span` argument to the `visit_path_segment` methods. | Nicholas Nethercote | -7/+5 |
| 2022-09-09 | Rollup merge of #101573 - lcnr:param-kind-ord, r=BoxyUwU | Dylan DPC | -2/+2 |
| 2022-09-09 | Make async fn in traits work | Michael Goulet | -18/+0 |
| 2022-09-08 | update `ParamKindOrd` | lcnr | -2/+2 |
| 2022-09-02 | Refactor and re-use BindingAnnotation | Cameron Steffen | -2/+2 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -2/+3 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -1/+1 |
| 2022-08-30 | Stabilize GATs | Jack Huey | -21/+1 |
| 2022-08-29 | Migrate stable let_chains error to session diagnostics | Nilstrieb | -23/+10 |
| 2022-08-29 | Revert let_chains stabilization | Nilstrieb | -1/+29 |
| 2022-08-25 | Rollup merge of #99332 - jyn514:stabilize-label-break-value, r=petrochenkov | Yuki Okushi | -9/+0 |
| 2022-08-23 | Stabilize `#![feature(label_break_value)]` | Joshua Nelson | -9/+0 |
| 2022-08-22 | Replace #[error(..)] etc. to #[diag(..)] | finalchild | -23/+23 |
| 2022-08-22 | Migrate forbidden_default and *_without_body | finalchild | -76/+152 |
| 2022-08-22 | Support #[fatal(..)] | finalchild | -2/+2 |
| 2022-08-22 | Migrate fn_param_forbidden_self and rename others to have prefix fn_param_ | finalchild | -23/+25 |
| 2022-08-22 | Rename c_var_args_without_named_arg to c_var_args_is_sole_param | finalchild | -3/+3 |
| 2022-08-22 | Migrate doc_comment_on_fn_param, forbidden_attr_on_fn_param | finalchild | -12/+17 |
| 2022-08-22 | Migrate forbidden_lifetime_bound, forbidden_non_lifetime_param, too_many_para... | finalchild | -26/+42 |
| 2022-08-22 | Migrate trait_fn_const | finalchild | -0/+8 |
| 2022-08-22 | Migrate trait_fn_async | finalchild | -10/+12 |
| 2022-08-22 | Tidy | finalchild | -1/+1 |
| 2022-08-22 | Migrate deprecated_where_clause_location, forbidden_assoc_constraint, keyword... | finalchild | -24/+57 |
| 2022-08-22 | Migrate forbidden_let | finalchild | -18/+38 |
| 2022-08-17 | Reenable early feature-gates as future-compat warnings | Christopher Durham | -23/+35 |