about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-05-23Update crates/hir-ty/src/infer/expr.rsLukas Wirth-0/+1
2024-05-23Auto merge of #17140 - harrysarson:harry-unused-self, r=Veykrilbors-2/+53
2024-05-23Auto merge of #125436 - matthiaskrgr:rollup-uijo2ga, r=matthiaskrgrbors-3/+2
2024-05-23Remove unneeded string conversionTobias Bucher-1/+1
2024-05-23Rollup merge of #125222 - Oneirical:fifth, r=jieyouxuMatthias Krüger-1/+0
2024-05-23Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil...Matthias Krüger-2/+2
2024-05-23fmtThe Miri Cronjob Bot-4/+1
2024-05-23Merge from rustcThe Miri Cronjob Bot-345/+82
2024-05-23Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-05-23Auto merge of #125359 - RalfJung:interpret-overflowing-ops, r=oli-obkbors-90/+88
2024-05-22Rewrite and rename `issue-38237` to rmakeOneirical-1/+0
2024-05-22rewrite and rename issue-46239Oneirical-1/+6
2024-05-23Remove `LintDiagnostic::msg`León Orell Valerian Liehr-12/+18
2024-05-22Support mdBook preprocessors for TRPL in rustbookChris Krycho-0/+13
2024-05-22Auto merge of #17270 - davidbarsky:david/fix-completions-from-associated-type...bors-2/+53
2024-05-22rewrite and rename issue-53964Oneirical-1/+0
2024-05-22rewrite issue-30063Oneirical-1/+0
2024-05-22fix: ensure implied bounds from associated types are considered in autocompleteDavid Barsky-2/+53
2024-05-22Auto merge of #17251 - roife:fix-issue-17057, r=Veykrilbors-6/+71
2024-05-22SimplifyLukas Wirth-16/+11
2024-05-22rewrite and rename `issue-24445` to rmakeOneirical-1/+8
2024-05-22internal: refactor `prefer_no_std`/`prefer_prelude` bools into a structDavid Barsky-351/+304
2024-05-22Rewrite `core-no-oom-handling` as rmake.rsOneirical-2/+8
2024-05-23fix: check pseudo-block by local_id instead of ModuleOriginroife-5/+3
2024-05-22Auto merge of #17277 - Veykril:find-path-fixes, r=Veykrilbors-346/+647
2024-05-22Rollup merge of #124896 - RalfJung:miri-intrinsic-fallback, r=oli-obkLeón Orell Valerian Liehr-18/+18
2024-05-22solaris/illumos localtime_r / clock_getime support enabled.David Carlier-29/+44
2024-05-22rustc: Use `tcx.used_crates(())` moreVadim Petrochenkov-3/+3
2024-05-22Auto merge of #17279 - Veykril:format_args-escape, r=Veykrilbors-6/+18
2024-05-22fix: Fix format_args lowering passing incorrect parameters to rustc_parse_formatLukas Wirth-6/+18
2024-05-22Auto merge of #117329 - RalfJung:offset-by-zero, r=oli-obk,scottmcmbors-327/+64
2024-05-22Auto merge of #17248 - mladedav:dm/delay-clear, r=Veykrilbors-1/+10
2024-05-22Auto merge of #17268 - Veykril:signatures, r=Veykrilbors-226/+388
2024-05-22Update assists test fixturesLukas Wirth-29/+18
2024-05-22expectify find_path testsLukas Wirth-184/+447
2024-05-22fix: Fix general find-path inconsistenciesLukas Wirth-193/+242
2024-05-22Migrate `run-make/rustdoc-scrape-examples-macros` to `rmake.rs`Guillaume Gomez-1/+0
2024-05-22clippyRalf Jung-8/+10
2024-05-22Merge from rustcRalf Jung-4136/+9622
2024-05-22Preparing for merge from rustcRalf Jung-1/+1
2024-05-22Auto merge of #125387 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-05-21Auto merge of #125202 - flip1995:clippy-subtree-update, r=Manishearthbors-1120/+4025
2024-05-21Update cargoWeihang Lo-0/+0
2024-05-22The number of tests does not depend on the architecture's pointer widthTobias Bucher-4/+4
2024-05-21tidy: stop special-casing tests/ui entry limitJubilee Young-13/+2
2024-05-21Rollup merge of #125357 - GuillaumeGomez:migrate-rustdoc-scrape-examples-mult...Matthias Krüger-1/+0
2024-05-21Rollup merge of #125310 - workingjubilee:muck-out-the-test-stables, r=NilstriebMatthias Krüger-1/+1
2024-05-21Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u...Philipp Krones-1120/+4025
2024-05-21don't inhibit random field reordering on repr(packed(1))Ralf Jung-3/+3
2024-05-21interpret: make overflowing binops just normal binopsRalf Jung-90/+88