| Age | Commit message (Expand) | Author | Lines |
| 2024-06-25 | RFC 2383: Stabilize `lint_reasons` :tada: | xFrednet | -5/+5 |
| 2024-06-24 | Rollup merge of #126682 - Zalathar:coverage-attr, r=lcnr | Michael Goulet | -11/+15 |
| 2024-06-24 | Rollup merge of #125575 - dingxiangfei2009:derive-smart-ptr, r=davidtwco | Michael Goulet | -0/+8 |
| 2024-06-24 | coverage: Tighten validation of `#[coverage(off)]` and `#[coverage(on)]` | Zalathar | -10/+14 |
| 2024-06-24 | coverage: Forbid multiple `#[coverage(..)]` attributes | Zalathar | -1/+1 |
| 2024-06-24 | Rollup merge of #126177 - carbotaniuman:unsafe_attr_errors, r=jieyouxu | Matthias Krüger | -5/+1 |
| 2024-06-23 | Add hard error and migration lint for unsafe attrs | carbotaniuman | -5/+1 |
| 2024-06-23 | Rollup merge of #126830 - RalfJung:unsized-fn-params, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-06-24 | SmartPointer derive-macro | Xiangfei Ding | -0/+8 |
| 2024-06-22 | Rollup merge of #126552 - fee1-dead-contrib:rmfx, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-06-22 | Make `effects` an incomplete feature | Deadbeef | -1/+1 |
| 2024-06-22 | make unsized_fn_params an internal feature | Ralf Jung | -1/+1 |
| 2024-06-22 | Add `#[rustc_dump_{predicates,item_bounds}]` | León Orell Valerian Liehr | -0/+8 |
| 2024-06-20 | Auto merge of #116088 - nbdd0121:unwind, r=Amanieu,RalfJung | bors | -2/+2 |
| 2024-06-19 | Rollup merge of #126668 - fmease:rm-rustc_dump_program_clauses-attrs, r=fee1-... | fee1-dead | -8/+0 |
| 2024-06-19 | Stabilise c_unwind | Gary Guo | -2/+2 |
| 2024-06-19 | Remove now NOP attrs `#[rustc_dump{,_env}_program_clauses]` | León Orell Valerian Liehr | -8/+0 |
| 2024-06-19 | Rollup merge of #125293 - dingxiangfei2009:tail-expr-temp-lifetime, r=esteban... | 许杰友 Jieyou Xu (Joe) | -0/+2 |
| 2024-06-17 | Delay a bug and mark precise_capturing as not incomplete | Michael Goulet | -1/+1 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -1/+1 |
| 2024-06-18 | tail expression behind terminating scope | Ding Xiang Fei | -0/+2 |
| 2024-06-14 | Auto merge of #118958 - c410-f3r:concat-again, r=petrochenkov | bors | -0/+2 |
| 2024-06-13 | Add a new concat metavar expr | Caio | -0/+2 |
| 2024-06-12 | Auto merge of #126273 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrum | bors | -7/+7 |
| 2024-06-12 | Use `tidy` to sort crate attributes for all compiler crates. | Nicholas Nethercote | -1/+3 |
| 2024-06-11 | replace version placeholder | Pietro Albini | -7/+7 |
| 2024-06-08 | offset_of: allow (unstably) taking the offset of slice tail fields | Ralf Jung | -0/+2 |
| 2024-06-06 | Fix ordering | carbotaniuman | -2/+2 |
| 2024-06-06 | Remove extraneous attribute | carbotaniuman | -1/+0 |
| 2024-06-06 | Add unsafe to `ffi_pure` and `ffi_const` | carbotaniuman | -2/+2 |
| 2024-06-06 | Fix doc comment | carbotaniuman | -1/+2 |
| 2024-06-06 | Error on unsafe on non-unsafe attribute | carbotaniuman | -2/+6 |
| 2024-06-06 | Reorder `unsafe` macro cases | carbotaniuman | -12/+12 |
| 2024-06-06 | Parse unsafe attributes | carbotaniuman | -3/+54 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -0/+2 |
| 2024-06-06 | Rollup merge of #125168 - Jules-Bertholet:match-ergonomics-2024-align-with-rf... | Matthias Krüger | -4/+3 |
| 2024-06-05 | Add unsafe_extern_blocks feature flag | Santiago Pastorino | -0/+2 |
| 2024-06-04 | Rollup merge of #124486 - beetrees:vectorcall-tracking-issue, r=ehuss | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-06-01 | Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,... | bors | -2/+2 |
| 2024-05-29 | Make `std::env::{set_var, remove_var}` unsafe in edition 2024 | Tobias Bucher | -0/+6 |
| 2024-05-15 | Gate implicit mutable by-reference bindings behind `mut ref` | Jules Bertholet | -2/+2 |
| 2024-05-15 | Remove `ref_pat_everywhere` | Jules Bertholet | -2/+1 |
| 2024-05-06 | Auto merge of #124747 - MasterAwesome:master, r=davidtwco | bors | -0/+3 |
| 2024-05-05 | Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwco | Guillaume Gomez | -2/+2 |
| 2024-05-04 | Implement do_not_recommend in the new solver | Michael Goulet | -1/+1 |
| 2024-05-03 | Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxu | Michael Goulet | -6/+0 |
| 2024-05-02 | Stabilize exclusive_range | Ross Smyth | -2/+2 |
| 2024-05-02 | Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...` | Martin Nordholts | -6/+0 |
| 2024-05-01 | Replace version placeholders for 1.79 | Mark Rousskov | -14/+14 |
| 2024-05-01 | Stabilize `custom_code_classes_in_docs` feature | Guillaume Gomez | -2/+2 |