| Age | Commit message (Expand) | Author | Lines |
| 2025-03-13 | Auto merge of #138416 - Manishearth:rollup-fejor9p, r=Manishearth | bors | -192/+168 |
| 2025-03-12 | Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr | bors | -18/+7 |
| 2025-03-12 | Rollup merge of #138394 - lcnr:yeet-variant, r=compiler-errors | Manish Goregaokar | -5/+2 |
| 2025-03-12 | Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan... | Manish Goregaokar | -1/+0 |
| 2025-03-12 | Rollup merge of #138280 - folkertdev:mir-dump-asm-const, r=compiler-errors | Manish Goregaokar | -1/+4 |
| 2025-03-12 | Rollup merge of #137504 - nnethercote:remove-Map-4, r=Zalathar | Manish Goregaokar | -186/+162 |
| 2025-03-12 | Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan... | Matthias Krüger | -1/+0 |
| 2025-03-12 | Rollup merge of #137701 - cuviper:sharded-hashtable, r=fmease | Matthias Krüger | -17/+7 |
| 2025-03-12 | Auto merge of #138083 - nnethercote:rm-NtItem-NtStmt, r=petrochenkov | bors | -0/+1 |
| 2025-03-12 | remove unnecessary variant | lcnr | -5/+2 |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -81/+51 |
| 2025-03-12 | Rename `hir_attrs` query as `hir_attr_map`. | Nicholas Nethercote | -4/+4 |
| 2025-03-12 | Adjust `Map`'s `to_string` functionality. | Nicholas Nethercote | -118/+124 |
| 2025-03-11 | Auto merge of #138366 - matthiaskrgr:rollup-cn16m7q, r=matthiaskrgr | bors | -9/+6 |
| 2025-03-11 | Rollup merge of #138352 - RalfJung:miri-native-calls-exposed, r=oli-obk | Matthias Krüger | -0/+5 |
| 2025-03-11 | Rollup merge of #138296 - compiler-errors:deanonymous, r=lcnr | Matthias Krüger | -9/+1 |
| 2025-03-11 | Auto merge of #128440 - oli-obk:defines, r=lcnr | bors | -0/+5 |
| 2025-03-11 | miri native_calls: ensure we actually expose *mutable* provenance to the memo... | Ralf Jung | -0/+5 |
| 2025-03-11 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -0/+5 |
| 2025-03-11 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-10 | Convert `ShardedHashMap` to use `hashbrown::HashTable` | Josh Stone | -17/+7 |
| 2025-03-10 | fix ICE in pretty-printing `global_asm!` | Folkert de Vries | -1/+4 |
| 2025-03-10 | Revert "Use workspace lints for crates in `compiler/` #138084" | 许杰友 Jieyou Xu (Joe) | -3/+1 |
| 2025-03-10 | Remove AdtFlags::IS_ANONYMOUS and Copy/Clone condition for anonymous ADT | Michael Goulet | -9/+1 |
| 2025-03-09 | Auto merge of #137695 - nnethercote:always-inline-query_get_at, r=saethlin | bors | -1/+1 |
| 2025-03-09 | Rollup merge of #138160 - jdonszelmann:move-find-attr2, r=oli-obk | Matthias Krüger | -20/+22 |
| 2025-03-09 | Rollup merge of #138158 - moulins:move-layout-to-rustc_abi, r=workingjubilee | Matthias Krüger | -34/+13 |
| 2025-03-09 | Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxu | Matthias Krüger | -1/+3 |
| 2025-03-09 | Rollup merge of #138040 - thaliaarchi:use-prelude-size-of.compiler, r=compile... | Matthias Krüger | -19/+18 |
| 2025-03-09 | Rollup merge of #136968 - oli-obk:bye-bye, r=compiler-errors | Matthias Krüger | -52/+1 |
| 2025-03-08 | Move SIMD layout logic to `rustc_abi` | Moulins | -6/+1 |
| 2025-03-08 | Remove most manual LayoutData creations and move them to `rustc_abi` | Moulins | -28/+12 |
| 2025-03-08 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-08 | Specify rust lints for `compiler/` crates via Cargo. | Nicholas Nethercote | -0/+3 |
| 2025-03-07 | compiler: Use size_of from the prelude instead of imported | Thalia Archibald | -19/+18 |
| 2025-03-07 | Rollup merge of #138150 - nnethercote:streamline-intravisit-visit_id, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-03-07 | Rollup merge of #137977 - nnethercote:less-kw-Empty-1, r=spastorino | Matthias Krüger | -6/+8 |
| 2025-03-07 | Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis | Matthias Krüger | -2/+33 |
| 2025-03-07 | depend more on attr_data_structures and move find_attr! there | Jana Dönszelmann | -20/+22 |
| 2025-03-07 | Make synthetic RPITIT assoc ty name handling more rigorous. | Nicholas Nethercote | -4/+6 |
| 2025-03-07 | Pass `Option<Symbol>` to `def_path_data`/`create_def` methods. | Nicholas Nethercote | -2/+2 |
| 2025-03-07 | Move `visit_id` calls. | Nicholas Nethercote | -1/+1 |
| 2025-03-07 | Increase recursion_limit in numerous crates. | Nicholas Nethercote | -0/+1 |
| 2025-03-07 | Auto merge of #138127 - compiler-errors:rollup-kcarqrz, r=compiler-errors | bors | -0/+5 |
| 2025-03-06 | Account for UseCloned on expr_use_visitor | Santiago Pastorino | -0/+17 |
| 2025-03-06 | Generate the right MIR for by use closures | Santiago Pastorino | -2/+5 |
| 2025-03-06 | Implement .use keyword as an alias of clone | Santiago Pastorino | -0/+11 |
| 2025-03-06 | Rollup merge of #137920 - RalfJung:provenance-map-emptiness, r=oli-obk | Michael Goulet | -22/+22 |
| 2025-03-06 | Rollup merge of #137820 - meithecatte:instantiate-opt, r=BoxyUwU | Michael Goulet | -1/+9 |
| 2025-03-06 | Rollup merge of #137764 - compiler-errors:always-applicable-negative-impl, r=... | Michael Goulet | -2/+2 |