| Age | Commit message (Expand) | Author | Lines |
| 2024-12-29 | an EpollEventInterest does not need to ref both its FD and its ready list | Ralf Jung | -15/+18 |
| 2024-12-29 | triagebot: enable merge conflict notification | Ralf Jung | -0/+8 |
| 2024-12-29 | Allow macro-declared test steps to have docstrings and attributes | Zalathar | -21/+32 |
| 2024-12-29 | Consolidate the macros for declaring compiletest suites | Zalathar | -82/+81 |
| 2024-12-29 | Auto merge of #134867 - rust-lang:cargo_update, r=clubby789 | bors | -14/+14 |
| 2024-12-29 | Auto merge of #134864 - Zalathar:rollup-suc8ay9, r=Zalathar | bors | -28/+16 |
| 2024-12-29 | cargo update | github-actions | -14/+14 |
| 2024-12-28 | Start using mdbook-linkcheck2 (#2103) | Martin Liška | -14/+8 |
| 2024-12-29 | Rollup merge of #134850 - tamird:rustc-private-book-update, r=bjorn3 | Stuart Cook | -2/+5 |
| 2024-12-29 | Rollup merge of #134849 - Zalathar:debuginfo-prefixes, r=lqd,clubby789,jieyouxu | Stuart Cook | -26/+11 |
| 2024-12-28 | epoll: avoid some clones | Ralf Jung | -28/+24 |
| 2024-12-28 | nits: librustdoc::clean | Alexis (Poliorcetics) Bourget | -12/+10 |
| 2024-12-28 | Auto merge of #134848 - Zalathar:check-compiletest, r=jieyouxu | bors | -0/+4 |
| 2024-12-28 | Consider `Enum::Variant` even when it comes from a different crate | Chayim Refael Friedman | -39/+66 |
| 2024-12-28 | Show variance of parameters on hover | Lukas Wirth | -12/+69 |
| 2024-12-28 | Auto merge of #134845 - jieyouxu:temp-drop-warning, r=onur-ozkan | bors | -13/+4 |
| 2024-12-28 | Simplify | Lukas Wirth | -101/+89 |
| 2024-12-28 | Get rid of constrain and solve steps | Lukas Wirth | -95/+44 |
| 2024-12-28 | Remove unnecessary VarianceTerm | Lukas Wirth | -74/+31 |
| 2024-12-28 | Implement parameter variance inference | Lukas Wirth | -37/+1271 |
| 2024-12-28 | Merge pull request #18778 from Veykril/push-oontvoqmxkno | Lukas Wirth | -3/+15 |
| 2024-12-28 | epoll: keep strong reference while blocking | Ralf Jung | -39/+27 |
| 2024-12-28 | Add DynTyExt::principal_id | Lukas Wirth | -12/+24 |
| 2024-12-28 | Downgrade salsa log levels | Lukas Wirth | -68/+86 |
| 2024-12-28 | fix: Fix flycheck diagnostics flickering for binary targets | Lukas Wirth | -3/+15 |
| 2024-12-28 | Document virality of `feature(rustc_private)` | Tamir Duberstein | -2/+5 |
| 2024-12-28 | Auto merge of #134790 - onur-ozkan:cfg-test, r=clubby789 | bors | -22/+19 |
| 2024-12-28 | FD handling: avoid unnecessary dynamic downcasts | Ralf Jung | -247/+243 |
| 2024-12-29 | Simplify `DebuggerCommands::parse_from` to only take one prefix | Zalathar | -20/+11 |
| 2024-12-29 | Remove the unused `cdbg-*` debugger directive prefix | Zalathar | -7/+1 |
| 2024-12-28 | bootstrap: Allow `./x check compiletest` | Zalathar | -0/+4 |
| 2024-12-28 | Document `x test --no-capture` (#2174) | clubby789 | -0/+8 |
| 2024-12-28 | bootstrap: drop warning for top-level test suite path check | 许杰友 Jieyou Xu (Joe) | -13/+4 |
| 2024-12-28 | Remove the `-test` suffix from normalize directives (#2172) | Stuart Cook | -8/+4 |
| 2024-12-28 | remove deprecated option `parallel-compiler` | onur-ozkan | -10/+5 |
| 2024-12-28 | read to `String` directly without extra conversion | onur-ozkan | -2/+1 |
| 2024-12-28 | remove an invalid FIXME note | onur-ozkan | -2/+3 |
| 2024-12-28 | fix toolchain flag parsing | Ryan Mehri | -0/+1 |
| 2024-12-28 | Rollup merge of #134840 - Zalathar:normalize, r=jieyouxu | Stuart Cook | -22/+25 |
| 2024-12-28 | Rollup merge of #134829 - jieyouxu:migrate-libs-through-symlinks, r=lqd | Stuart Cook | -1/+0 |
| 2024-12-28 | tests: migrate `branch-protection-check-IBT` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-12-28 | tests: migrate `libs-through-symlink` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -1/+0 |
| 2024-12-28 | compiletest: Make a FIXME for escaped newlines less confusing | Zalathar | -1/+3 |
| 2024-12-28 | compiletest: Only pass the post-colon value to `parse_normalize_rule` | Zalathar | -21/+22 |
| 2024-12-27 | Only include SCIP SymbolInformation for first inherent impl | Michael Sloan | -33/+52 |
| 2024-12-27 | Message updates from review | Michael Sloan | -4/+4 |
| 2024-12-27 | Auto merge of #134690 - clubby789:ci-clang-lto, r=Kobzol | bors | -2/+11 |
| 2024-12-27 | Update crates/ide/src/moniker.rs | Michael Sloan | -2/+1 |
| 2024-12-27 | Update crates/ide/src/moniker.rs | Michael Sloan | -2/+1 |
| 2024-12-27 | fix doc typo | Erithax | -1/+1 |