| Age | Commit message (Expand) | Author | Lines |
| 2025-07-09 | compiler: recomment `needs_fn_once_adapter_shim` | Jubilee Young | -8/+6 |
| 2025-07-09 | Add opaque TypeId handles for CTFE | Oli Scherer | -0/+1 |
| 2025-07-09 | Port `#[fundamental]` to the new attribute system | Pavel Grigorenko | -2/+1 |
| 2025-07-09 | Port `#[type_const]` to the new attribute system | Pavel Grigorenko | -2/+3 |
| 2025-07-09 | Port `#[const_trait]` to the new attribute system | Pavel Grigorenko | -7/+4 |
| 2025-07-07 | Auto merge of #143182 - xdoardo:more-addrspace, r=workingjubilee | bors | -7/+7 |
| 2025-07-07 | compiler: Parse `p-` specs in datalayout string, allow definition of custom d... | Edoardo Marangoni | -7/+7 |
| 2025-07-06 | Rewrite empty attribute lint | Jonathan Brouwer | -5/+2 |
| 2025-07-05 | Auto merge of #139598 - compiler-errors:no-bound-var-symbol, r=WaffleLapkin | bors | -145/+109 |
| 2025-07-05 | Rollup merge of #143372 - cjgillot:bare-glob-map, r=petrochenkov | Matthias Krüger | -4/+0 |
| 2025-07-05 | Rollup merge of #143085 - JonathanBrouwer:non_exhaustive_parser, r=jdonszelmann | Matthias Krüger | -1/+4 |
| 2025-07-04 | Port `#[non_exhaustive]` to the new attribute parsing infrastructure | Jonathan Brouwer | -1/+4 |
| 2025-07-04 | Nits | Michael Goulet | -1/+1 |
| 2025-07-04 | Fix elided lifetimes in rustdoc | Michael Goulet | -4/+4 |
| 2025-07-04 | Fix pretty printing of placeholder types | Michael Goulet | -8/+12 |
| 2025-07-04 | Same for types | Michael Goulet | -6/+6 |
| 2025-07-04 | Remove Symbol for Named LateParam/Bound variants | Michael Goulet | -130/+90 |
| 2025-07-04 | Auto merge of #114669 - cjgillot:metadata-wp, r=petrochenkov | bors | -0/+4 |
| 2025-07-04 | Rollup merge of #143308 - compiler-errors:no-pointer-like, r=oli-obk | Matthias Krüger | -5/+9 |
| 2025-07-04 | Reuse metadata file from work products. | Camille GILLOT | -0/+4 |
| 2025-07-04 | Remove names_imported_by_glob_use query. | Camille GILLOT | -4/+0 |
| 2025-07-04 | Auto merge of #143247 - cjgillot:metadata-no-red, r=petrochenkov | bors | -12/+10 |
| 2025-07-03 | Remove PointerLike trait | Michael Goulet | -5/+9 |
| 2025-07-03 | Rollup merge of #143038 - Qelxiros:142676-private-dependency-traits, r=tgross35 | Jana Dönszelmann | -1/+1 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -5/+5 |
| 2025-07-02 | avoid suggesting traits from private dependencies | Jeremy Smart | -1/+1 |
| 2025-07-02 | Hash resolutions. | Camille GILLOT | -6/+6 |
| 2025-07-02 | Do not depend on FOREVER_RED_NODE. | Camille GILLOT | -6/+4 |
| 2025-07-02 | Auto merge of #142974 - cuviper:stage0-bump, r=Mark-Simulacrum | bors | -4/+3 |
| 2025-07-01 | Remove support for dyn* | Michael Goulet | -28/+1 |
| 2025-07-01 | Update `cfg(bootstrap)` | Josh Stone | -4/+3 |
| 2025-07-01 | Auto merge of #142921 - JonathanBrouwer:rustc_attributes_parser, r=oli-obk | bors | -26/+4 |
| 2025-06-29 | give Pointer::into_parts a more scary name and offer a safer alternative | Ralf Jung | -1/+1 |
| 2025-06-27 | Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead | Matthias Krüger | -4/+4 |
| 2025-06-27 | Report infer ty errors during hir ty lowering | Oli Scherer | -0/+1 |
| 2025-06-27 | Port `#[rustc_layout_scalar_valid_range_start/end]` to the new attribute pars... | Jonathan Brouwer | -26/+4 |
| 2025-06-27 | Auto merge of #142223 - compiler-errors:perf-wf, r=lcnr | bors | -1/+67 |
| 2025-06-27 | Auto merge of #143074 - compiler-errors:rollup-cv64hdh, r=compiler-errors | bors | -38/+23 |
| 2025-06-26 | Rollup merge of #142927 - compiler-errors:note-find-const, r=BoxyUwU | Michael Goulet | -35/+14 |
| 2025-06-26 | const-eval: allow constants to refer to mutable/external memory, but reject s... | Ralf Jung | -3/+9 |
| 2025-06-26 | Rollup merge of #141311 - folkertdev:tidy-natural-sort, r=jieyouxu | Matthias Krüger | -7/+7 |
| 2025-06-26 | Change const trait bound syntax from ~const to [const] | Oli Scherer | -4/+4 |
| 2025-06-25 | make `tidy-alphabetical` use a natural sort | Folkert de Vries | -7/+7 |
| 2025-06-25 | Rollup merge of #142146 - workingjubilee:doubt-that-cmse-nonsecure-abis-alway... | Jana Dönszelmann | -5/+5 |
| 2025-06-25 | Auto merge of #142746 - compiler-errors:super-implied-outlives, r=lcnr | bors | -0/+7 |
| 2025-06-25 | compiler: Trim the misleading C from ExternAbi::CCmse* | Jubilee Young | -5/+5 |
| 2025-06-24 | Add rust-invalid ABI | Michael Goulet | -1/+2 |
| 2025-06-24 | Introduce trivial WF functions, use it in fast path | Michael Goulet | -1/+67 |
| 2025-06-23 | Uplift find_const_ty_from_env | Michael Goulet | -43/+0 |
| 2025-06-23 | Add note to find_const_ty_from_env | Michael Goulet | -5/+27 |