about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-08Rollup merge of #140800 - GuillaumeGomez:rustdoc-tempdir-removal, r=jieyouxuMatthias Krüger-3/+11
2025-05-08Rollup merge of #140716 - Urgau:improve-remap_scope-tests, r=jieyouxuMatthias Krüger-9/+292
2025-05-08Rollup merge of #140707 - compiler-errors:range-pat-struct-norm, r=lcnrMatthias Krüger-9/+41
2025-05-08Rollup merge of #140684 - compiler-errors:unnecessary-assoc, r=lcnrMatthias Krüger-11/+73
2025-05-08Rollup merge of #140341 - saethlin:black-box-qoi, r=Mark-SimulacrumMatthias Krüger-0/+4
2025-05-08Rollup merge of #140095 - nnethercote:rm-word_or_empty, r=jdonszelmannMatthias Krüger-85/+88
2025-05-08Auto merge of #140786 - Kobzol:try-builds-no-deny-warnings, r=jieyouxubors-20/+42
2025-05-08bootstrap: more consistent use of `...` when citing configuration snippetsRalf Jung-2/+2
2025-05-09Add regression test for 125877reddevilmidzy-0/+53
2025-05-08also export metrics from librustdocJane Losare-Lusby-0/+19
2025-05-08Merge pull request #4316 from est31/no_let_chainsRalf Jung-1/+0
2025-05-09fix issue-14725relaxcn-3/+92
2025-05-08Remove let_chains feature as it is stableest31-1/+0
2025-05-08Merge pull request #19507 from Hmikihiro/fix_module_doc_linksLukas Wirth-149/+548
2025-05-08Remove some unnecessary erasesMichael Goulet-7/+1
2025-05-08add signed integers to unnecessary_lints to ensure feature parity with clippybendn-14/+86
2025-05-09Fix `tests/rustdoc-json` pathJieyou Xu-1/+1
2025-05-09Enable triagebot note functionality for rust-lang/rustJieyou Xu-0/+4
2025-05-08Merge pull request #4311 from est31/edition_2024Ralf Jung-12/+11
2025-05-08Auto merge of #140797 - matthiaskrgr:rollup-3km95qh, r=matthiaskrgrbors-2/+80
2025-05-08Structurally resolve in check_ref_cast and calc_adjust_modeMichael Goulet-9/+41
2025-05-08Update miri, cargo-miri and miri-cript to edition 2024est31-12/+11
2025-05-08refactor `probe_and_consider_param_env_candidate`lcnr-15/+14
2025-05-08Merge pull request #4315 from RalfJung/test-cleanupRalf Jung-23/+0
2025-05-08normalization: avoid incompletely constraining GAT argslcnr-23/+111
2025-05-08add assert to check ast_index smaller than INNER_ATTR_SET_BITHayashi Mikihiro-13/+9
2025-05-08Merge pull request #2377 from smanilov/patch-6Tshepang Mbambo-1/+1
2025-05-08remove commented-out test leftoverRalf Jung-1/+0
2025-05-08remove stray stderr fileRalf Jung-22/+0
2025-05-08Do not pretend that `return` is not significantSamuel Tardieu-15/+42
2025-05-08Mention fast try builds in the rustc-dev-guideJakub Beránek-6/+10
2025-05-08Fix minor typo in installation.mdStan Manilov-1/+1
2025-05-08Add release notes for 1.87.0Boxy-0/+166
2025-05-08Make `rustdoc-tempdir-removal` run-make tests work on other platforms than linuxGuillaume Gomez-3/+11
2025-05-08Use span before macro expansion in lint for-loops-over-faliblesxizheyin-21/+15
2025-05-08Add ui test for for-loops-over-faliblesxizheyin-0/+42
2025-05-08Indicate that the warning on black_box is a general property of RustBen Kimock-0/+4
2025-05-08Rework `-Zremap-path-scope` macro test with dependency checkUrgau-9/+103
2025-05-08Do not deny warnings for fast try buildsJakub Beránek-10/+27
2025-05-08Add tests for `-Zremap-path-scope` and paths in diagnostics with depsUrgau-0/+189
2025-05-08Rollup merge of #140759 - dpaoliello:symlink, r=workingjubileeMatthias Krüger-0/+16
2025-05-08Rollup merge of #140758 - dpaoliello:armhazard, r=jieyouxuMatthias Krüger-1/+6
2025-05-08Rollup merge of #140756 - dpaoliello:paclink, r=jieyouxuMatthias Krüger-1/+1
2025-05-08Rollup merge of #140755 - dpaoliello:arm64windebuginfo, r=jieyouxuMatthias Krüger-0/+11
2025-05-08Rollup merge of #140736 - xizheyin:issue-140166, r=petrochenkovMatthias Krüger-0/+46
2025-05-08Auto merge of #140732 - onur-ozkan:use-in-tree-rustfmt, r=Kobzolbors-1/+66
2025-05-08triagebot: `canonicalize-issue-links` → `issue-links` (#14751)Philipp Krones-1/+1
2025-05-08Simplify `is_simple_break_expr`Samuel Tardieu-16/+6
2025-05-08Merge pull request #2323 from smanilov/patch-2Boxy-0/+6
2025-05-08Fix integer_division false negative for NonZero denominatorsAlexey Semenyuk-5/+24