summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-01-19Stabilize `round_ties_even`Jules Bertholet-2/+0
2024-01-19Add new intrinsic `is_constant` and optimize `pow`Catherine Flores-0/+27
2024-01-19Rollup merge of #119984 - kpreid:waker-noop, r=dtolnayMatthias Krüger-12/+6
2024-01-19Auto merge of #120121 - matthiaskrgr:rollup-razammh, r=matthiaskrgrbors-2/+11
2024-01-19Teach tidy about line/col information for malformed featuresOli Scherer-6/+26
2024-01-19Rollup merge of #120107 - shepmaster:dead-code-repr-transparent, r=NilstriebMatthias Krüger-2/+2
2024-01-19Rollup merge of #120083 - Zalathar:no-profiler, r=wesleywiserMatthias Krüger-0/+9
2024-01-18Rollup merge of #120102 - eltociear:patch-24, r=oli-obkMatthias Krüger-1/+1
2024-01-18Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasperMatthias Krüger-9/+15
2024-01-18Remove no-longer-needed `allow(dead_code)` from Miri testsJake Goulding-2/+2
2024-01-19Fix typo in munmap_partial.rsIkko Eltociear Ashimine-1/+1
2024-01-18Don't forget that the lifetime on hir types is `'tcx`Oli Scherer-23/+23
2024-01-18Apply suggestions from code reviewSamuel Moelius-2/+4
2024-01-18llvm: simplify data layout checkDavid Wood-3/+4
2024-01-18Rollup merge of #119978 - compiler-errors:async-closure-captures, r=oli-obkMatthias Krüger-42/+82
2024-01-18Rollup merge of #119967 - ShE3py:patkind-err, r=WaffleLapkinMatthias Krüger-7/+16
2024-01-18Rollup merge of #119172 - nnethercote:earlier-NulInCStr, r=petrochenkovMatthias Krüger-0/+4
2024-01-18fix(rust-analyzer): use new pkgid spec to compareWeihang Lo-2/+14
2024-01-18Warn when no profiler runtime means coverage tests won't be run/blessedZalathar-0/+9
2024-01-17Remove unnecessary `let`s and borrowing from `Waker::noop()` usage.Kevin Reid-12/+6
2024-01-17Update cargoWeihang Lo-0/+0
2024-01-17Auto merge of #118708 - davidtwco:target-tier-assembly-test, r=Mark-Simulacrumbors-0/+54
2024-01-17Fix clippyOli Scherer-9/+15
2024-01-17tests: add sanity-check assembly test for every targetDavid Wood-0/+54
2024-01-17Auto merge of #119111 - michaelwoerister:measureme-11, r=Mark-Simulacrumbors-1/+1
2024-01-17Add `PatKind::Err`Lieselotte-7/+16
2024-01-16Update cargoWeihang Lo-0/+0
2024-01-16Auto merge of #116520 - Enselic:large-copy-into-fn, r=oli-obkbors-4/+4
2024-01-16Deal with additional wrapping of async closure body in clippyMichael Goulet-42/+82
2024-01-16Don't allow `.html` files in `tests/mir-opt/`Zalathar-5/+6
2024-01-15compiler: Lower fn call arg spans down to MIRMartin Nordholts-4/+4
2024-01-15Ensure `callee_id`s are body ownersSamuel Moelius-23/+13
2024-01-15Merge commit '9d8889cdfcc3aa0302353fc988ed21ff9bc9925c' into sync-from-raLaurențiu Nicola-1024/+1650
2024-01-15Auto merge of #119581 - Nadrieril:detangle-arena, r=compiler-errorsbors-1/+0
2024-01-14fmtThe Miri Conjob Bot-2/+2
2024-01-14Merge from rustcThe Miri Conjob Bot-38/+48
2024-01-14Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2024-01-13tidy: allow platform-dependent code in `sys`joboet-2/+2
2024-01-13Update measureme crate to version 11Michael Woerister-1/+1
2024-01-13Auto merge of #117285 - joboet:move_platforms_to_pal, r=ChrisDentonbors-35/+35
2024-01-13Merge from rustcThe Miri Conjob Bot-833/+5201
2024-01-13Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2024-01-13Auto merge of #118947 - Bryanskiy:delegStep1, r=petrochenkov,lcnrbors-3/+13
2024-01-12Improve `let_underscore_lock`Nilstrieb-0/+1
2024-01-12Update cargoWeihang Lo-0/+0
2024-01-12rustc_pattern_analysis no longer needs to be passed an arenaNadrieril-1/+0
2024-01-12Rollup merge of #119885 - DianQK:revert-pr-113923, r=petrochenkovGuillaume Gomez-1/+0
2024-01-12Rollup merge of #119819 - chenyukang:yukang-fix-118183-lint, r=davidtwcoGuillaume Gomez-5/+25
2024-01-12Delegation implementation: step 1Bryanskiy-3/+13
2024-01-12check rust lints when an unknown lint is detectedyukang-5/+25