about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-12-28Auto merge of #134845 - jieyouxu:temp-drop-warning, r=onur-ozkanbors-13/+4
2024-12-28SimplifyLukas Wirth-101/+89
2024-12-28Get rid of constrain and solve stepsLukas Wirth-95/+44
2024-12-28Remove unnecessary VarianceTermLukas Wirth-74/+31
2024-12-28Implement parameter variance inferenceLukas Wirth-37/+1271
2024-12-28Merge pull request #18778 from Veykril/push-oontvoqmxknoLukas Wirth-3/+15
2024-12-28epoll: keep strong reference while blockingRalf Jung-39/+27
2024-12-28Add DynTyExt::principal_idLukas Wirth-12/+24
2024-12-28Downgrade salsa log levelsLukas Wirth-68/+86
2024-12-28fix: Fix flycheck diagnostics flickering for binary targetsLukas Wirth-3/+15
2024-12-28Document virality of `feature(rustc_private)`Tamir Duberstein-2/+5
2024-12-28Auto merge of #134790 - onur-ozkan:cfg-test, r=clubby789bors-22/+19
2024-12-28FD handling: avoid unnecessary dynamic downcastsRalf Jung-247/+243
2024-12-29Simplify `DebuggerCommands::parse_from` to only take one prefixZalathar-20/+11
2024-12-29Remove the unused `cdbg-*` debugger directive prefixZalathar-7/+1
2024-12-28bootstrap: Allow `./x check compiletest`Zalathar-0/+4
2024-12-28Document `x test --no-capture` (#2174)clubby789-0/+8
2024-12-28bootstrap: drop warning for top-level test suite path check许杰友 Jieyou Xu (Joe)-13/+4
2024-12-28Remove the `-test` suffix from normalize directives (#2172)Stuart Cook-8/+4
2024-12-28remove deprecated option `parallel-compiler`onur-ozkan-10/+5
2024-12-28read to `String` directly without extra conversiononur-ozkan-2/+1
2024-12-28remove an invalid FIXME noteonur-ozkan-2/+3
2024-12-28fix toolchain flag parsingRyan Mehri-0/+1
2024-12-28Rollup merge of #134840 - Zalathar:normalize, r=jieyouxuStuart Cook-22/+25
2024-12-28Rollup merge of #134829 - jieyouxu:migrate-libs-through-symlinks, r=lqdStuart Cook-1/+0
2024-12-28tests: migrate `branch-protection-check-IBT` to rmake.rs许杰友 Jieyou Xu (Joe)-1/+0
2024-12-28tests: migrate `libs-through-symlink` to rmake.rs许杰友 Jieyou Xu (Joe)-1/+0
2024-12-28compiletest: Make a FIXME for escaped newlines less confusingZalathar-1/+3
2024-12-28compiletest: Only pass the post-colon value to `parse_normalize_rule`Zalathar-21/+22
2024-12-27Only include SCIP SymbolInformation for first inherent implMichael Sloan-33/+52
2024-12-27Message updates from reviewMichael Sloan-4/+4
2024-12-27Auto merge of #134690 - clubby789:ci-clang-lto, r=Kobzolbors-2/+11
2024-12-27Update crates/ide/src/moniker.rsMichael Sloan-2/+1
2024-12-27Update crates/ide/src/moniker.rsMichael Sloan-2/+1
2024-12-27fix doc typoErithax-1/+1
2024-12-27Auto merge of #134830 - matthiaskrgr:rollup-7hdjojz, r=matthiaskrgrbors-40/+117
2024-12-27Rollup merge of #134809 - clubby789:nocapture, r=jieyouxuMatthias Krüger-3/+36
2024-12-27Rollup merge of #134808 - clubby789:compiletest-remove-stderr, r=jieyouxuMatthias Krüger-37/+81
2024-12-27Auto merge of #134803 - clubby789:strip-debuginfo, r=Kobzolbors-2/+14
2024-12-27Rollup merge of #134816 - Integral-Tech:pathbuf-refactor, r=lqd许杰友 Jieyou Xu (Joe)-2/+2
2024-12-27Rollup merge of #134815 - 9names:sort_platform_md_targets, r=jieyouxu许杰友 Jieyou Xu (Joe)-52/+52
2024-12-27Rollup merge of #134806 - notriddle:notriddle/parent-path-is-better, r=Guilla...许杰友 Jieyou Xu (Joe)-9/+10
2024-12-27Rework the driver docs (#2162)bjorn3-198/+272
2024-12-27Add change tracker entryclubby789-0/+5
2024-12-27Document `forbid-output` for UI tests (#2171)clubby789-1/+1
2024-12-27compiletest: Remove/don't write empty 'expected' filesclubby789-37/+81
2024-12-27compiletest: Replace `--nocapture` with `--no-capture`clubby789-2/+8
2024-12-27Add `--no-capture` as a bootstrap argumentclubby789-2/+24
2024-12-27also clean up eventfd code in the same veinRalf Jung-30/+25
2024-12-27add test for close-while-blockedRalf Jung-8/+78