about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-11-18Auto merge of #132460 - lcnr:questionable-uwu, r=compiler-errorsbors-89/+99
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-89/+99
2024-11-18Rollup merge of #133158 - lnicola:sync-from-ra, r=lnicolaJacob Pratt-15/+32
2024-11-17Auto merge of #120370 - x17jiri:likely_unlikely_fix, r=saethlinbors-1/+1
2024-11-17Auto merge of #132646 - jieyouxu:liberate-aarch64-gnu-debug, r=Kobzolbors-101/+175
2024-11-17Likely unlikely fixJiri Bobek-1/+1
2024-11-17Auto merge of #125949 - erikdesjardins:nocomponent, r=jieyouxubors-34/+0
2024-11-17Auto merge of #133120 - matthiaskrgr:rollup-4actosy, r=matthiaskrgrbors-21/+7
2024-11-16Rollup merge of #132787 - maxcabrajac:fnctxt, r=petrochenkovMatthias Krüger-21/+7
2024-11-16Fix related documents diagnosticsChayim Refael Friedman-3/+7
2024-11-16Bump xshellLaurențiu Nicola-4/+4
2024-11-16Update cargoWeihang Lo-0/+0
2024-11-15Make Visitor::FnKind and MutVisitor::FnKind compatiblemaxcabrajac-21/+7
2024-11-14Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into clippy-subtree-u...Philipp Krones-286/+1149
2024-11-14Rollup merge of #133013 - matthiaskrgr:crash_aux, r=onur-ozkanGuillaume Gomez-2/+16
2024-11-14compiletest: add `max-llvm-major-version` directive许杰友 Jieyou Xu (Joe)-0/+24
2024-11-13compiletest: known-bug / crashes: allow for an "auxiliary" directory to conta...Matthias Krüger-2/+16
2024-11-13Rollup merge of #132995 - Eclips4:issue-132348, r=jieyouxuMatthias Krüger-0/+29
2024-11-13Address reviewKirill Podoprigora-3/+9
2024-11-13Add ``exact-llvm-major-version`` directiveKirill Podoprigora-0/+23
2024-11-13feat: migrate `reorder_fields` assist to use `SyntaxFactory`Tarek-8/+21
2024-11-13Auto merge of #132556 - clubby789:cargo-update, r=Mark-Simulacrumbors-168/+102
2024-11-13Run `cargo update` and update licensesclubby789-168/+102
2024-11-12Rollup merge of #132948 - RalfJung:const_unicode_case_lookup, r=NoratriebMatthias Krüger-0/+5
2024-11-12Rollup merge of #132657 - mustartt:aix-run-make-support, r=jieyouxuMatthias Krüger-12/+20
2024-11-12Rollup merge of #132541 - RalfJung:const-stable-extern-crate, r=compiler-errorsMatthias Krüger-6/+2
2024-11-12Rollup merge of #131831 - onur-ozkan:improve-rustc-if-unchanged-logic, r=Mark...Matthias Krüger-664/+7
2024-11-12stabilize const_unicode_case_lookupRalf Jung-0/+5
2024-11-12tests/run-make: update `mte-ffi` to use `gcc` as the c compiler explicitlyJieyou Xu-8/+3
2024-11-12run_make_support: add a `gcc` wrapper commandJieyou Xu-101/+180
2024-11-12Auto merge of #132943 - matthiaskrgr:rollup-164l3ej, r=matthiaskrgrbors-250/+295
2024-11-12Rollup merge of #132941 - lnicola:sync-from-ra2, r=lnicolaMatthias Krüger-249/+294
2024-11-12Rollup merge of #132793 - ehuss:update-mdbook, r=Mark-SimulacrumMatthias Krüger-4/+21
2024-11-12Consolidate type system const evaluation under `traits::evaluate_const`Boxy-1/+1
2024-11-11Update the file hashKirill Bulatov-1/+1
2024-11-11Use completion item indices instead of property matching when searching for t...Kirill Bulatov-15/+33
2024-11-11Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomezbors-12/+43
2024-11-11move `src/tools/build_helper` into `src/build_helper`onur-ozkan-664/+7
2024-11-11Merge pull request #18482 from regexident/hir_trait_supertraits_accessorsLaurențiu Nicola-6/+26
2024-11-10refactor flagsHenry Jiang-11/+9
2024-11-11Auto merge of #126597 - estebank:unicode-output, r=fmeasebors-28/+28
2024-11-10Add Unicode block-drawing compiler output supportEsteban Küber-28/+28
2024-11-10Merge pull request #18492 from samestep/docs-dev-no-design-labelLaurențiu Nicola-1/+1
2024-11-10Replace with C-ArchitectureSam Estep-0/+4
2024-11-10fix linux-futex test being accidentally disabledRalf Jung-3/+2
2024-11-10store futexes in per-allocation data rather than globallyRalf Jung-55/+122
2024-11-10ensure that all publicly reachable const fn have const stability infoRalf Jung-6/+2
2024-11-10Merge from rustcRalf Jung-22/+27
2024-11-10Preparing for merge from rustcRalf Jung-1/+1
2024-11-09Rollup merge of #132801 - RalfJung:alloc-mutability, r=oli-obkJubilee-20/+20