| Age | Commit message (Expand) | Author | Lines |
| 2025-02-24 | remove support for rustc_intrinsic_must_be_overridden from the compiler | Ralf Jung | -203/+70 |
| 2025-02-24 | remove uses of rustc_intrinsic_must_be_overridden from standard library | Ralf Jung | -1433/+357 |
| 2025-02-24 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-02-24 | Merge pull request #2259 from jyn514/nvim-config | DianQK | -4/+29 |
| 2025-02-24 | use lua locals | jyn | -5/+5 |
| 2025-02-24 | Add a span to `CompilerBuiltinsCannotCall` | Trevor Gross | -6/+16 |
| 2025-02-23 | document how to setup RA for nvim automatically | jyn | -4/+29 |
| 2025-02-24 | Auto merge of #137271 - nikic:gep-nuw-2, r=scottmcm | bors | -29/+93 |
| 2025-02-24 | Make #[used] work when linking with ld64 | Mads Marquart | -9/+202 |
| 2025-02-24 | Added into_value const function to ControlFlow<T, T> | Madhav Madhusoodanan | -0/+21 |
| 2025-02-23 | Auto merge of #137497 - tgross35:rollup-1oeclrr, r=tgross35 | bors | -441/+406 |
| 2025-02-24 | Fix some `use` items that import more than necessary. | Nicholas Nethercote | -4/+4 |
| 2025-02-24 | Move `impl` blocks out of `rustc_middle/src/mir/syntax.rs`. | Nicholas Nethercote | -112/+106 |
| 2025-02-23 | Auto merge of #137476 - onur-ozkan:137469, r=jieyouxu | bors | -47/+14 |
| 2025-02-23 | Rollup merge of #137483 - bend-n:😅, r=Noratrieb | Trevor Gross | -51/+51 |
| 2025-02-23 | Rollup merge of #137452 - Shourya742:2025-02-23-add-module-level-doc-for-core... | Trevor Gross | -0/+7 |
| 2025-02-23 | Rollup merge of #137451 - compiler-errors:synm, r=Noratrieb | Trevor Gross | -1/+1 |
| 2025-02-23 | Rollup merge of #137297 - tgross35:update-builtins, r=tgross35 | Trevor Gross | -6/+6 |
| 2025-02-23 | Rollup merge of #137099 - yotamofek:pr/rustdoc/fix-ignored-test-directives, r... | Trevor Gross | -17/+17 |
| 2025-02-23 | Rollup merge of #136637 - Pyr0de:binary-format, r=Noratrieb | Trevor Gross | -48/+102 |
| 2025-02-23 | Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35 | Trevor Gross | -208/+127 |
| 2025-02-23 | Rollup merge of #136439 - yotamofek:pr/codegen-ssa-no-indexing, r=Noratrieb | Trevor Gross | -110/+95 |
| 2025-02-23 | Use `as_chunks` in `analyze_source_file_sse2` | real-eren | -7/+5 |
| 2025-02-23 | configure.py: don't instruct user to run nonexistent program | наб | -1/+1 |
| 2025-02-24 | tests: tighten `CHECK-NOT`s to make `str-to-string-128690.rs` less likely to ... | 许杰友 Jieyou Xu (Joe) | -4/+6 |
| 2025-02-23 | Fixed tidy error | Tapan Prakash | -1/+1 |
| 2025-02-23 | Merge pull request #19191 from Veykril/push-yzzlosskwrxs | Lukas Wirth | -131/+23 |
| 2025-02-23 | fixed by differentiating glob export | Tapan Prakash | -0/+40 |
| 2025-02-23 | Remove `limit` crate in favor `usize` | Lukas Wirth | -131/+23 |
| 2025-02-23 | rename sub_ptr 😅 | bendn | -51/+51 |
| 2025-02-23 | add MSRV check for `repeat_vec_with_capacity` (#14126) | Manish Goregaokar | -4/+34 |
| 2025-02-23 | Fix documentation for unstable sort | yukang | -15/+33 |
| 2025-02-23 | Stabilize `core::str::from_utf8_mut` | Waffle Lapkin | -3/+2 |
| 2025-02-23 | Auto merge of #137225 - RalfJung:vectorcall, r=nnethercote | bors | -108/+172 |
| 2025-02-23 | stabilize extract_if | bendn | -22/+9 |
| 2025-02-23 | bootstrap: remove redundant `to_path_buf()` | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-02-23 | bootstrap: remove `--build-base` and use `--build-root` and `--build-test-sui... | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2025-02-23 | compiletest: disambiguate between root build dir vs test suite specific build... | 许杰友 Jieyou Xu (Joe) | -38/+51 |
| 2025-02-23 | Include private items in completions for local crates | Tim Hutt | -1/+4 |
| 2025-02-23 | Remove unused `OutputType::ThinLinkBitcode` | DianQK | -16/+2 |
| 2025-02-23 | Save pre-link bitcode to `ModuleCodegen` | DianQK | -22/+33 |
| 2025-02-23 | Add `new_regular` and `new_allocator` to `ModuleCodegen` | DianQK | -28/+23 |
| 2025-02-23 | Document bitcode in `OutputType` | DianQK | -0/+5 |
| 2025-02-23 | The embedded bitcode should always be prepared for LTO/ThinLTO | DianQK | -69/+265 |
| 2025-02-23 | Win: use existing wrappers for `SetFileInformationByHandle` in `File::open_na... | Dennis Duda | -25/+11 |
| 2025-02-23 | add FIXME note on `Builder::compiler_for` | onur-ozkan | -0/+3 |
| 2025-02-23 | avoid `compiler_for` for dist tools and force the current compiler | onur-ozkan | -47/+11 |
| 2025-02-23 | Merge pull request #19209 from niller-g/master | Lukas Wirth | -73/+68 |
| 2025-02-23 | Return error on unexpected termination in `Thread::join`. | Mahmoud Mazouz | -1/+5 |
| 2025-02-23 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -1102/+543 |