| Age | Commit message (Expand) | Author | Lines |
| 2024-03-30 | Implement "&<pat> everywhere" | Jules Bertholet | -0/+2 |
| 2024-03-29 | Auto merge of #123080 - Jules-Bertholet:mut-ref-mut, r=Nadrieril | bors | -0/+2 |
| 2024-03-27 | Feature gate | Jules Bertholet | -0/+2 |
| 2024-03-27 | Eliminate `UbCheck` for non-standard libraries | DianQK | -0/+4 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -0/+2 |
| 2024-03-22 | Rollup merge of #122843 - WaffleLapkin:semicolon-vs-the-never, r=compiler-errors | Matthias Krüger | -2/+5 |
| 2024-03-21 | Change syntax of the never type attribute thingy | Maybe Waffle | -2/+5 |
| 2024-03-20 | Add barest-bones deref patterns | Nadrieril | -0/+2 |
| 2024-03-19 | branch 1.78: replace-version-placeholder | Mark Rousskov | -11/+11 |
| 2024-03-19 | Rollup merge of #122695 - surechen:make_only_local_explict_argument, r=lcnr | Matthias Krüger | -203/+273 |
| 2024-03-19 | Change only_local to enum type and change the macros to always require a vari... | surechen | -203/+273 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -2/+2 |
| 2024-03-18 | Rollup merge of #122060 - clubby789:stabilize-imported-main, r=lcnr | Matthias Krüger | -2/+2 |
| 2024-03-16 | Auto merge of #121926 - tgross35:f16-f128-step3-feature-gate, r=compiler-erro... | bors | -0/+4 |
| 2024-03-15 | Add `rustc_never_type_mode = "no_fallback"` | Maybe Waffle | -1/+1 |
| 2024-03-15 | Add `rustc_never_type_mode` crate-level attribute to allow experimenting | Maybe Waffle | -0/+7 |
| 2024-03-14 | Add feature gates for `f16` and `f128` | Trevor Gross | -0/+4 |
| 2024-03-14 | change some attribute to only_local | surechen | -18/+55 |
| 2024-03-13 | privacy: Stabilize lint `unnameable_types` | Vadim Petrochenkov | -2/+2 |
| 2024-03-11 | Rollup merge of #121840 - oli-obk:freeze, r=dtolnay | Jacob Pratt | -0/+2 |
| 2024-03-10 | diagnostics: Do not suggest using `#[unix_sigpipe]` without a value | Martin Nordholts | -1/+1 |
| 2024-03-08 | Stabilize associated type bounds | Michael Goulet | -2/+2 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -0/+2 |
| 2024-03-07 | Rollup merge of #119888 - weiznich:stablize_diagnostic_namespace, r=compiler-... | Guillaume Gomez | -2/+2 |
| 2024-03-06 | Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ... | Matthias Krüger | -2/+2 |
| 2024-03-06 | Stabilize `imported_main` | clubby789 | -2/+2 |
| 2024-03-05 | Add postfix-match experimental feature | Ross Smyth | -0/+2 |
| 2024-03-06 | Rewrite the `untranslatable_diagnostic` lint. | Nicholas Nethercote | -2/+2 |
| 2024-03-05 | Rollup merge of #122014 - surechen:change_attributes_to_local_20240304, r=lcnr | Matthias Krüger | -13/+26 |
| 2024-03-05 | Change some attributes to only_local. | surechen | -13/+26 |
| 2024-03-04 | Add a scheme for moving away from `extern "rust-intrinsic"` entirely | Oli Scherer | -0/+4 |
| 2024-03-03 | Add new `pattern_complexity` attribute to add possibility to limit and check ... | Guillaume Gomez | -0/+6 |
| 2024-02-29 | Forbid implementing `Freeze` even if the trait is stabilized | Oli Scherer | -0/+2 |
| 2024-02-29 | Rollup merge of #121740 - surechen:change_attribute_to_local_20240228, r=lcnr | Jacob Pratt | -18/+45 |
| 2024-02-28 | Changing some attributes to only_local. | surechen | -18/+45 |
| 2024-02-27 | Stabilize the `#[diagnostic]` namespace and `#[diagnostic::on_unimplemented]`... | Georg Semmler | -2/+2 |
| 2024-02-27 | Changing some attributes to only_local. | surechen | -22/+41 |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -2/+3 |
| 2024-02-26 | Rollup merge of #121493 - surechen:edit_attribute_only_local, r=lcnr | Matthias Krüger | -18/+44 |
| 2024-02-25 | Rollup merge of #119590 - ChrisDenton:cfg-target-abi, r=Nilstrieb | Matthias Krüger | -3/+2 |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -2/+3 |
| 2024-02-25 | Auto merge of #121114 - Nilstrieb:no-inline!, r=saethlin | bors | -0/+4 |
| 2024-02-24 | Stabilize `cfg_target_abi` | Chris Denton | -3/+2 |
| 2024-02-24 | Add `#[rustc_no_mir_inline]` for standard library UB checks | Nilstrieb | -0/+4 |
| 2024-02-24 | Add asm label support to AST and HIR | Gary Guo | -0/+2 |
| 2024-02-23 | Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-02-23 | By changing some attributes to only_local, reducing encoding attributes in th... | surechen | -18/+44 |
| 2024-02-20 | Stabilize `LazyCell` and `LazyLock` (`lazy_cell`) | Peter Jaszkowiak | -1/+0 |
| 2024-05-22 | Auto merge of #125326 - weiznich:move/do_not_recommend_to_diganostic_namespac... | bors | -6/+0 |
| 2024-05-21 | Move `#[do_not_recommend]` to the `#[diagnostic]` namespace | Georg Semmler | -6/+0 |