| Age | Commit message (Expand) | Author | Lines |
| 2024-06-22 | Add `#[rustc_dump_{predicates,item_bounds}]` | León Orell Valerian Liehr | -0/+2 |
| 2024-06-21 | Rollup merge of #126530 - beetrees:f16-inline-asm-riscv, r=Amanieu | Jubilee | -0/+2 |
| 2024-06-21 | Add `f16` inline ASM support for RISC-V | beetrees | -0/+2 |
| 2024-06-21 | Auto merge of #123165 - oli-obk:no_ord_def_id3, r=cjgillot | bors | -32/+15 |
| 2024-06-21 | Add `rust_analyzer` as a predefined tool | Lukas Wirth | -0/+1 |
| 2024-06-20 | [GVN] Add tests for generic pointees with PtrMetadata | Scott McMurray | -0/+1 |
| 2024-06-20 | rustc_span: Optimize span parent get/set methods | Vadim Petrochenkov | -35/+70 |
| 2024-06-19 | Rollup merge of #126668 - fmease:rm-rustc_dump_program_clauses-attrs, r=fee1-... | fee1-dead | -2/+0 |
| 2024-06-19 | Remove now NOP attrs `#[rustc_dump{,_env}_program_clauses]` | León Orell Valerian Liehr | -2/+0 |
| 2024-06-19 | Rollup merge of #125293 - dingxiangfei2009:tail-expr-temp-lifetime, r=esteban... | 许杰友 Jieyou Xu (Joe) | -0/+1 |
| 2024-06-18 | tail expression behind terminating scope | Ding Xiang Fei | -0/+1 |
| 2024-06-17 | [perf] More span update benchmarking | Vadim Petrochenkov | -30/+11 |
| 2024-06-16 | Auto merge of #126543 - petrochenkov:upctxt4, r=cjgillot | bors | -15/+25 |
| 2024-06-16 | rustc_span: Minor improvements | Vadim Petrochenkov | -10/+14 |
| 2024-06-16 | rustc_span: Optimize more hygiene operations using `Span::map_ctxt` | Vadim Petrochenkov | -15/+25 |
| 2024-06-15 | Rollup merge of #125829 - petrochenkov:upctxt2, r=michaelwoerister | Matthias Krüger | -113/+178 |
| 2024-06-14 | Auto merge of #118958 - c410-f3r:concat-again, r=petrochenkov | bors | -0/+1 |
| 2024-06-13 | Add a new concat metavar expr | Caio | -0/+1 |
| 2024-06-13 | rustc_span: Remove transmutes from span encoding | Vadim Petrochenkov | -15/+37 |
| 2024-06-13 | rustc_span: By-value interface for ctxt update | Vadim Petrochenkov | -28/+22 |
| 2024-06-13 | rustc_span: Add conveniences for working with span formats | Vadim Petrochenkov | -100/+149 |
| 2024-06-13 | LangItem-ify Coroutine trait in solvers | Michael Goulet | -0/+2 |
| 2024-06-12 | Un-unsafe the `StableOrd` trait | Alan Egerton | -2/+2 |
| 2024-06-10 | rustc_span: Optimize syntax context updates in spans | Vadim Petrochenkov | -68/+144 |
| 2024-06-08 | offset_of: allow (unstably) taking the offset of slice tail fields | Ralf Jung | -0/+1 |
| 2024-06-06 | Parse unsafe attributes | carbotaniuman | -0/+1 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -0/+2 |
| 2024-06-05 | Rollup merge of #125921 - Zalathar:buckets, r=oli-obk | Matthias Krüger | -0/+64 |
| 2024-06-05 | Add unsafe_extern_blocks feature flag | Santiago Pastorino | -0/+1 |
| 2024-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -0/+1 |
| 2024-06-04 | Add `Span::trim_end` | Zalathar | -0/+26 |
| 2024-06-04 | Add unit tests for `Span::trim_start` | Zalathar | -0/+38 |
| 2024-06-03 | rustc_span: Inline some hot functions | Vadim Petrochenkov | -0/+2 |
| 2024-05-31 | Auto merge of #124662 - zetanumbers:needs_async_drop, r=oli-obk | bors | -0/+1 |
| 2024-05-30 | Auto merge of #124636 - tbu-:pr_env_unsafe, r=petrochenkov | bors | -0/+1 |
| 2024-05-29 | Make `std::env::{set_var, remove_var}` unsafe in edition 2024 | Tobias Bucher | -0/+1 |
| 2024-05-29 | Add lang item for AsyncFnKindHelper::Upvars | Michael Goulet | -0/+1 |
| 2024-05-29 | Add lang item for Future::Output | Michael Goulet | -1/+1 |
| 2024-05-29 | Add lang items for AsyncFn's associated types | Michael Goulet | -0/+3 |
| 2024-05-29 | Optimize async drop glue for some old types | Daria Sukhonina | -0/+1 |
| 2024-05-28 | Add custom mir support for `PtrMetadata` | Scott McMurray | -0/+1 |
| 2024-05-28 | Add an intrinsic for `ptr::metadata` | Scott McMurray | -0/+1 |
| 2024-05-22 | Remove `#[macro_use]` extern crate tracing` from `rustc_span`. | Nicholas Nethercote | -3/+3 |
| 2024-05-22 | Add a useful comment. | Nicholas Nethercote | -0/+3 |
| 2024-05-21 | Auto merge of #125358 - matthiaskrgr:rollup-mx841tg, r=matthiaskrgr | bors | -0/+1 |
| 2024-05-21 | Rollup merge of #125266 - workingjubilee:stream-plastic-love, r=RalfJung,nikic | Matthias Krüger | -0/+1 |
| 2024-05-20 | Implement BOXED_SLICE_INTO_ITER | Michael Goulet | -1/+1 |
| 2024-05-20 | Rollup merge of #125314 - jdonszelmann:global-registration-feature-gate, r=pn... | Matthias Krüger | -0/+1 |
| 2024-05-18 | compiler: add simd_ctpop intrinsic | Jubilee Young | -0/+1 |
| 2024-05-14 | create a feature gate | jdonszelmann | -0/+1 |