| Age | Commit message (Expand) | Author | Lines |
| 2025-04-24 | Don't warn about `v128` in wasm ABI transition | Alex Crichton | -0/+6 |
| 2025-04-24 | Ignore zero-sized types in wasm future-compat warning | Alex Crichton | -0/+5 |
| 2025-03-27 | Rollup merge of #138980 - tmiasko:collect-var-debug-info, r=compiler-errors | Stuart Cook | -1/+6 |
| 2025-03-26 | Collect items referenced from var_debug_info | Tomasz Miąsko | -1/+6 |
| 2025-03-26 | Stop using Interner in the compiler randomly | Michael Goulet | -3/+3 |
| 2025-03-25 | acquire more accurate HirId for ABI check lints | Ralf Jung | -19/+37 |
| 2025-03-25 | make -Zwasm-c-abi=legacy suppress the lint | Ralf Jung | -4/+5 |
| 2025-03-25 | add FCW to warn about wasm ABI transition | Ralf Jung | -12/+77 |
| 2025-03-12 | Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr | bors | -12/+5 |
| 2025-03-11 | Remove some dead code | Oli Scherer | -5/+0 |
| 2025-03-11 | Explain the actual reason why stripping binders is fine | Oli Scherer | -6/+5 |
| 2025-03-08 | Remove `#![warn(unreachable_pub)]` from all `compiler/` crates. | Nicholas Nethercote | -1/+0 |
| 2025-03-07 | Increase recursion_limit in numerous crates. | Nicholas Nethercote | -0/+1 |
| 2025-03-04 | compiler: use `is_rustic_abi` in abi_check | Jubilee Young | -3/+3 |
| 2025-03-03 | Remove some unnecessary aliases from `rustc_data_structures::sync` | Zalathar | -19/+15 |
| 2025-02-28 | rename BackendRepr::Vector → SimdVector | Ralf Jung | -1/+1 |
| 2025-02-26 | Rollup merge of #137601 - davidtwco:deduplicate-type-has-metadata, r=fmease,b... | León Orell Valerian Liehr | -12/+1 |
| 2025-02-26 | Rollup merge of #137529 - klensy:unused3, r=lcnr | León Orell Valerian Liehr | -1/+1 |
| 2025-02-24 | cleanup few unused args | klensy | -1/+1 |
| 2025-02-24 | ssa/mono: deduplicate `type_has_metadata` | David Wood | -12/+1 |
| 2025-02-23 | Auto merge of #137225 - RalfJung:vectorcall, r=nnethercote | bors | -70/+72 |
| 2025-02-23 | Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr... | Jacob Pratt | -1/+1 |
| 2025-02-23 | Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obk | Matthias Krüger | -7/+6 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -1/+1 |
| 2025-02-22 | Auto merge of #137420 - matthiaskrgr:rollup-rr0q37f, r=matthiaskrgr | bors | -1/+1 |
| 2025-02-21 | clean up autodiff code/comments | Manuel Drehwald | -1/+1 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -1/+1 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -7/+6 |
| 2025-02-22 | Make asm a named field | Michael Goulet | -1/+1 |
| 2025-02-20 | vectorcall ABI: error if sse2 is not available | Ralf Jung | -2/+24 |
| 2025-02-20 | mono-time abi_check: unify error paths for call and definition sites | Ralf Jung | -72/+52 |
| 2025-02-19 | Register USAGE_OF_TYPE_IR_INHERENT, remove inherent usages | Michael Goulet | -3/+2 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -1/+1 |
| 2025-02-15 | abi_unsupported_vector_types: say which type is the problem | Ralf Jung | -11/+16 |
| 2025-02-14 | Normalize closure instance before eagerly monomorphizing it | Michael Goulet | -0/+7 |
| 2025-02-09 | Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrum | bors | -10/+7 |
| 2025-02-08 | Rollup merge of #136706 - workingjubilee:finish-up-rustc-abi-updates, r=compi... | Jubilee | -2/+2 |
| 2025-02-08 | Rustfmt | bjorn3 | -10/+7 |
| 2025-02-07 | compiler: remove rustc_target::abi entirely | Jubilee Young | -2/+2 |
| 2025-02-07 | Remove Linkage::Appending | bjorn3 | -1/+0 |
| 2025-02-07 | Remove Linkage::Private | bjorn3 | -1/+0 |
| 2025-02-03 | Auto merge of #136481 - jieyouxu:rollup-w0lnnqb, r=jieyouxu | bors | -2/+2 |
| 2025-02-03 | Rollup merge of #136464 - nnethercote:rm-TyCtxtAt-for-hooks, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2025-02-03 | Auto merge of #136413 - EnzymeAD:fix-autodiff-comptime-regression, r=oli-obk | bors | -9/+9 |
| 2025-02-03 | Remove hook calling via `TyCtxtAt`. | Nicholas Nethercote | -2/+2 |
| 2025-02-02 | run less code if cfg(llvm_enzyme) isn't used | Manuel Drehwald | -0/+4 |
| 2025-02-01 | test compile time fixes | Manuel Drehwald | -9/+5 |
| 2025-02-01 | Rename `tcx.ensure()` to `tcx.ensure_ok()` | Zalathar | -1/+1 |
| 2025-01-31 | Auto merge of #134424 - 1c3t3a:null-checks, r=saethlin | bors | -0/+3 |
| 2025-01-31 | Insert null checks for pointer dereferences when debug assertions are enabled | Bastian Kersting | -0/+3 |