| Age | Commit message (Expand) | Author | Lines |
| 2025-07-13 | query RPITIT in a trait or impl | bohan | -16/+25 |
| 2025-07-13 | compute all rpitit of a trait | bohan | -0/+6 |
| 2025-07-12 | Port `#[automatically_derived]` to the new attribute parsing infrastructure | Jonathan Brouwer | -2/+2 |
| 2025-07-11 | Rollup merge of #143769 - tmiasko:rm-backward-switch-int, r=lqd | Matthias Krüger | -39/+1 |
| 2025-07-11 | Rollup merge of #143716 - workingjubilee:document-some-codegen-backend-stuff,... | Matthias Krüger | -8/+6 |
| 2025-07-11 | Rollup merge of #143403 - GrigorenkoPV:attributes/traits, r=jdonszelmann | Matthias Krüger | -13/+11 |
| 2025-07-11 | Remove support for SwitchInt edge effects in backward dataflow analyses | Tomasz Miąsko | -39/+1 |
| 2025-07-11 | Auto merge of #142911 - mejrs:unsized, r=compiler-errors | bors | -0/+4 |
| 2025-07-10 | Rollup merge of #143744 - fmease:lta-expand-proper-depth, r=compiler-errors | Trevor Gross | -2/+4 |
| 2025-07-10 | Properly track the depth when expanding free alias types | León Orell Valerian Liehr | -2/+4 |
| 2025-07-10 | interpret/allocation: expose init + write_wildcards on a range | Nia Espera | -24/+37 |
| 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 | -5/+32 |
| 2025-07-09 | Port `#[rustc_coherence_is_core]` to the new attribute system | Pavel Grigorenko | -2/+3 |
| 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-08 | Error on moving unsized values rather than ICE'ing | mejrs | -0/+4 |
| 2025-07-08 | Auto merge of #143621 - matthiaskrgr:rollup-p1ce8l7, r=matthiaskrgr | bors | -7/+2 |
| 2025-07-08 | Rollup merge of #143571 - lcnr:has_nested-bb, r=compiler-errors | Matthias Krüger | -7/+2 |
| 2025-07-08 | Auto merge of #143433 - oli-obk:ty_span_qry, r=compiler-errors | bors | -2/+17 |
| 2025-07-07 | Auto merge of #143601 - matthiaskrgr:rollup-9iw2sqk, r=matthiaskrgr | bors | -2/+0 |
| 2025-07-07 | Auto merge of #143182 - xdoardo:more-addrspace, r=workingjubilee | bors | -27/+26 |
| 2025-07-07 | Remove unused allow attrs | Yotam Ofek | -2/+0 |
| 2025-07-07 | remove `has_nested` | lcnr | -7/+2 |
| 2025-07-07 | Add `ty_span` query | Oli Scherer | -2/+17 |
| 2025-07-07 | compiler: Parse `p-` specs in datalayout string, allow definition of custom d... | Edoardo Marangoni | -27/+26 |
| 2025-07-06 | Rewrite empty attribute lint | Jonathan Brouwer | -5/+2 |
| 2025-07-05 | Remove yields_in_scope from the scope tree. | Camille GILLOT | -92/+0 |
| 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 | -7/+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 | -1/+12 |
| 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 | -1/+12 |
| 2025-07-04 | Remove names_imported_by_glob_use query. | Camille GILLOT | -7/+0 |
| 2025-07-04 | Auto merge of #143247 - cjgillot:metadata-no-red, r=petrochenkov | bors | -13/+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 | Rollup merge of #134006 - klensy:typos, r=nnethercote | Jana Dönszelmann | -9/+9 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -9/+9 |
| 2025-07-03 | Rollup merge of #143324 - RalfJung:native-call-prep, r=oli-obk | Matthias Krüger | -9/+2 |
| 2025-07-02 | avoid suggesting traits from private dependencies | Jeremy Smart | -1/+1 |
| 2025-07-02 | Auto merge of #143338 - matthiaskrgr:rollup-ykaxh04, r=matthiaskrgr | bors | -5/+14 |