| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-12-27 | Auto merge of #134830 - matthiaskrgr:rollup-7hdjojz, r=matthiaskrgr | bors | -40/+117 |
| 2024-12-27 | Rollup merge of #134809 - clubby789:nocapture, r=jieyouxu | Matthias Krüger | -3/+36 |
| 2024-12-27 | Rollup merge of #134808 - clubby789:compiletest-remove-stderr, r=jieyouxu | Matthias Krüger | -37/+81 |
| 2024-12-27 | Auto merge of #134803 - clubby789:strip-debuginfo, r=Kobzol | bors | -2/+14 |
| 2024-12-27 | Rollup merge of #134816 - Integral-Tech:pathbuf-refactor, r=lqd | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-12-27 | Rollup merge of #134815 - 9names:sort_platform_md_targets, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -52/+52 |
| 2024-12-27 | Rollup merge of #134806 - notriddle:notriddle/parent-path-is-better, r=Guilla... | 许杰友 Jieyou Xu (Joe) | -9/+10 |
| 2024-12-27 | Rework the driver docs (#2162) | bjorn3 | -198/+272 |
| 2024-12-27 | Add change tracker entry | clubby789 | -0/+5 |
| 2024-12-27 | Document `forbid-output` for UI tests (#2171) | clubby789 | -1/+1 |
| 2024-12-27 | compiletest: Remove/don't write empty 'expected' files | clubby789 | -37/+81 |
| 2024-12-27 | compiletest: Replace `--nocapture` with `--no-capture` | clubby789 | -2/+8 |
| 2024-12-27 | Add `--no-capture` as a bootstrap argument | clubby789 | -2/+24 |
| 2024-12-27 | also clean up eventfd code in the same vein | Ralf Jung | -30/+25 |
| 2024-12-27 | add test for close-while-blocked | Ralf Jung | -8/+78 |