| Age | Commit message (Expand) | Author | Lines |
| 2025-03-07 | Rollup merge of #137977 - nnethercote:less-kw-Empty-1, r=spastorino | Matthias Krüger | -15/+25 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -1/+11 |
| 2025-03-07 | Make synthetic RPITIT assoc ty name handling more rigorous. | Nicholas Nethercote | -12/+20 |
| 2025-03-07 | Pass `Option<Symbol>` to `def_path_data`/`create_def` methods. | Nicholas Nethercote | -5/+7 |
| 2025-03-07 | Factor out repeated `visit_id` calls. | Nicholas Nethercote | -17/+2 |
| 2025-03-07 | Move `visit_id` calls. | Nicholas Nethercote | -16/+9 |
| 2025-03-07 | Increase recursion_limit in numerous crates. | Nicholas Nethercote | -0/+1 |
| 2025-03-06 | Add UseCloned trait related code | Santiago Pastorino | -0/+1 |
| 2025-03-06 | Implement .use keyword as an alias of clone | Santiago Pastorino | -1/+10 |
| 2025-03-06 | Remove the `Option` part of range ends in the HIR | Oli Scherer | -4/+7 |
| 2025-03-06 | Prefer a two value enum over bool | Oli Scherer | -1/+1 |
| 2025-03-03 | Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkov | Matthias Krüger | -1/+4 |
| 2025-03-01 | Implment `#[cfg]` and `#[cfg_attr]` in `where` clauses | Frank King | -1/+4 |
| 2025-03-01 | Rollup merge of #137686 - nbdd0121:asm_const, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2025-02-28 | Rollup merge of #137712 - meithecatte:extract-binding-mode, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+6 |
| 2025-02-27 | Clean up TypeckResults::extract_binding_mode | Maja Kądziołka | -0/+6 |
| 2025-02-27 | Introduce `AssocOp::Binary`. | Nicholas Nethercote | -2/+2 |
| 2025-02-26 | Handle asm const similar to inline const | Gary Guo | -2/+2 |
| 2025-02-24 | lower attr spans and inline some functions to hopefully mitigate perf regress... | Jana Dönszelmann | -1/+29 |
| 2025-02-24 | add test to verify that #132391 can be closed | Jana Dönszelmann | -1/+5 |
| 2025-02-24 | Fix rustdoc and clippy | Jana Dönszelmann | -0/+1 |
| 2025-02-24 | Introduce new-style attribute parsers for several attributes | Jana Dönszelmann | -0/+4 |
| 2025-02-24 | Introduce new parsing infrastructure and types for parsed attributes | Jana Dönszelmann | -62/+113 |
| 2025-02-23 | Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr... | Jacob Pratt | -2/+2 |
| 2025-02-23 | Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obk | Matthias Krüger | -10/+33 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -2/+2 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -8/+8 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -8/+31 |
| 2025-02-22 | Make asm a named field | Michael Goulet | -5/+5 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -3/+3 |
| 2025-02-17 | Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgr | bors | -3/+4 |
| 2025-02-17 | Overhaul the `intravisit::Map` trait. | Nicholas Nethercote | -32/+34 |
| 2025-02-17 | Remove unused `Map::hir_node_by_def_id` method. | Nicholas Nethercote | -4/+0 |
| 2025-02-17 | Clarify `impl Map for !`. | Nicholas Nethercote | -7/+7 |
| 2025-02-16 | Move hashes from rustc_data_structure to rustc_hashes so they can be shared w... | Ben Kimock | -3/+4 |
| 2025-02-13 | Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validity | Michael Goulet | -0/+1 |
| 2025-02-11 | compiler: remove rustc_target reexport of rustc_abi::HashStableContext | Jubilee Young | -3/+1 |
| 2025-02-11 | Rollup merge of #136107 - dingxiangfei2009:coerce-pointee-wellformed, r=compi... | Matthias Krüger | -0/+6 |
| 2025-02-09 | rename the trait to validity and place a feature gate afront | Ding Xiang Fei | -1/+1 |
| 2025-02-09 | introduce CoercePointeeWellformed for coherence checks at typeck stage | Ding Xiang Fei | -0/+6 |
| 2025-02-08 | Rustfmt | bjorn3 | -9/+8 |
| 2025-02-06 | Rollup merge of #136219 - yotamofek:pr/hir-cleanup, r=compiler-errors | Matthias Krüger | -56/+37 |
| 2025-02-06 | Rollup merge of #136393 - oli-obk:pattern-type-lit-oflo-checks, r=compiler-er... | Matthias Krüger | -2/+6 |
| 2025-02-05 | Uniformly handle HIR literals in visitors and lints | Oli Scherer | -2/+6 |
| 2025-02-05 | Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obk | León Orell Valerian Liehr | -0/+6 |
| 2025-02-04 | Rollup merge of #136284 - oli-obk:push-zsxuwnzmonnl, r=lcnr | Matthias Krüger | -5/+34 |
| 2025-02-04 | Rollup merge of #136167 - pitaj:new_range, r=Nadrieril | Jacob Pratt | -1/+45 |
| 2025-02-03 | Express contracts as part of function header and lower it to the contract lan... | Celina G. Val | -0/+2 |
| 2025-02-03 | contracts: added lang items that act as hooks for rustc-injected code to invoke. | Felix S. Klock II | -0/+4 |
| 2025-02-03 | Use a different hir type for patterns in pattern types than we use in match p... | Oli Scherer | -5/+34 |