about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2025-02-03Merge pull request #19066 from alibektas/slice_pattern_type_inferenceLukas Wirth-31/+183
2025-02-03Merge pull request #19086 from Veykril/push-ponvylutpnwwLukas Wirth-6/+87
2025-02-03Fix some mir eval/loweringsLukas Wirth-6/+87
2025-02-03Merge pull request #19085 from Veykril/push-sknwykqmlottLukas Wirth-6/+25
2025-02-03Do not use make use of `InferenceResult::has_errors` flag for mir buildingLukas Wirth-6/+25
2025-02-03Revert tests::patterns::infer_patternAli Bektas-37/+35
2025-02-03Add a test to monitor whats going onAli Bektas-6/+54
2025-02-03Make higher levels adapt Bodys exprs having ExprOrPatId valuesAli Bektas-33/+32
2025-02-03Make Pat::Range's start and end Option<ExprId>Ali Bektas-26/+48
2025-02-03Rollup merge of #136441 - jieyouxu:cleanup-is-rustdoc, r=compiler-errors许杰友 Jieyou Xu (Joe)-5/+2
2025-02-03Rollup merge of #136438 - RalfJung:offset_from_ub_errors, r=oli-obk许杰友 Jieyou Xu (Joe)-3/+45
2025-02-03tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`Askar Safin-82/+84
2025-02-03Merge pull request #19062 from darichey/scip-fix-module-namesLukas Wirth-100/+133
2025-02-03Split cache priming into distinct phasesLukas Wirth-34/+95
2025-02-03Use a different hir type for patterns in pattern types than we use in match p...Oli Scherer-2/+18
2025-02-03compiletest: use `--stage` number directly instead of deriving from `--stage-id`许杰友 Jieyou Xu (Joe)-30/+28
2025-02-03Merge from rustcThe Miri Cronjob Bot-246/+144
2025-02-03Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-02-03Remove a footgun-y feature / relic of the past from the compiletest DSLLeón Orell Valerian Liehr-8/+0
2025-02-02Rollup merge of #136452 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-545/+1347
2025-02-02Rollup merge of #136445 - bjorn3:diag_ctxt_cleanup, r=oli-obkMatthias Krüger-21/+8
2025-02-02Rollup merge of #136339 - veera-sivarajan:ignore-arm-unknown-headers, r=jieyouxuMatthias Krüger-0/+4
2025-02-02Merge pull request #4142 from joboet/apple-futexRalf Jung-53/+626
2025-02-02shim Apple's futex primitivesjoboet-53/+626
2025-02-02Merge pull request #4172 from RalfJung/miri_get_backtraceRalf Jung-51/+14
2025-02-02Auto merge of #136448 - matthiaskrgr:rollup-pdim5di, r=matthiaskrgrbors-224/+131
2025-02-02Rollup merge of #136422 - nnethercote:convert-lint-functions, r=NoratriebMatthias Krüger-224/+131
2025-02-02files: make write take callback to store result, rather than writing to 'dest...Ralf Jung-69/+72
2025-02-02files: make read take callback to store result, rather than writing to 'dest'...Ralf Jung-69/+86
2025-02-02Auto merge of #136376 - weihanglo:update-cargo, r=weihanglobors-0/+0
2025-02-02Use fallback fluent bundle from inner emitter in SilentEmitterbjorn3-12/+2
2025-02-02Slightly simplify DiagCtxt::make_silentbjorn3-1/+1
2025-02-02Some cleanups around EarlyDiagCtxtbjorn3-8/+5
2025-02-02fix use of deprecated rand APIRalf Jung-1/+1
2025-02-02Merge from rustcRalf Jung-5/+47
2025-02-02Preparing for merge from rustcRalf Jung-1/+1
2025-02-02miri_get_backtrace: stop supporting the v0 protocolRalf Jung-51/+14
2025-02-02compiletest: remove useless path join in `rustdoc_json` runtest logic许杰友 Jieyou Xu (Joe)-2/+1
2025-02-02miri: improve error when offset_from preconditions are violatedRalf Jung-3/+45
2025-02-02compiletest: cleanup `is_rustdoc` logic许杰友 Jieyou Xu (Joe)-3/+1
2025-02-02Rollup merge of #136279 - Zalathar:ensure-ok, r=oli-obkMatthias Krüger-1/+1
2025-02-02More rustfmt hang investigationsLukas Wirth-14/+18
2025-02-02Convert two `rustc_middle::lint` functions to `Span` methods.Nicholas Nethercote-224/+131
2025-02-01Update cargoWeihang Lo-0/+0
2025-02-01Rollup merge of #130514 - compiler-errors:unsafe-binders, r=oli-obkMatthias Krüger-1/+3
2025-02-01Test getrandom 0.3Eduardo Sánchez Muñoz-1/+35
2025-02-01Bump rand to 0.9 and getrandom to 0.3Eduardo Sánchez Muñoz-35/+99
2025-02-01tests: port `split-debuginfo` to rmake.rs许杰友 Jieyou Xu (Joe)-1/+0
2025-02-01run-make-support: add some stable `rustc` flag helpers许杰友 Jieyou Xu (Joe)-0/+12
2025-02-01run-make-support: add `shallow_find_directories` helper许杰友 Jieyou Xu (Joe)-5/+22