about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-12-28rustc_lint: Prevent triplication of 'unknown lint' lintMartin Nordholts-392/+42
2023-12-28rustc_lint: Prevent multiple 'incompatible with previous forbid' lintsMartin Nordholts-204/+8
2023-12-28rustc_lint: Prevent multiple 'lint ignored' lintsMartin Nordholts-58/+4
2023-12-28rustc_lint: Rename `warn_about_weird_lints` to `lint_added_lints`Martin Nordholts-8/+8
2023-12-28rustc_error_codes: Update expected error in E0453.mdMartin Nordholts-2/+2
2023-12-28Auto merge of #119368 - coder-s-cat:master, r=WaffleLapkinbors-4/+4
2023-12-28Fix some commentscuishuang-4/+4
2023-12-28Auto merge of #119349 - zetanumbers:liveness-pass-refactor, r=WaffleLapkinbors-8/+2
2023-12-28Auto merge of #119336 - Zalathar:find-ancestor, r=petrochenkovbors-22/+6
2023-12-27Auto merge of #119105 - dtolnay:paren, r=WaffleLapkinbors-44/+358
2023-12-27Auto merge of #119099 - fmease:always-const-trait-bounds, r=fee1-deadbors-223/+505
2023-12-27Auto merge of #117303 - sjwang05:issue-117245, r=estebankbors-0/+230
2023-12-27Auto merge of #119302 - Mark-Simulacrum:relative-spans, r=WaffleLapkinbors-3/+24
2023-12-27move walk_expr outside of every match branchzetanumbers-8/+2
2023-12-27coverage: Unexpand spans with `find_ancestor_inside_same_ctxt`Zalathar-22/+6
2023-12-27Support relative offsets when encoding spansMark Rousskov-3/+24
2023-12-27Introduce `const Trait` (always-const trait bounds)León Orell Valerian Liehr-223/+505
2023-12-27Auto merge of #119327 - notriddle:notriddle/plusencoding, r=GuillaumeGomezbors-1/+11
2023-12-27Auto merge of #119343 - matthiaskrgr:rollup-vkt8lst, r=matthiaskrgrbors-49/+47
2023-12-27Rollup merge of #119337 - mu001999:dead_code/clean, r=WaffleLapkinMatthias Krüger-17/+2
2023-12-27Rollup merge of #119175 - veera-sivarajan:fix-cast-to-slice, r=WaffleLapkinMatthias Krüger-32/+45
2023-12-27Auto merge of #119233 - Nadrieril:keep-whole-pat-around, r=compiler-errorsbors-9/+9
2023-12-27Remove dead codesr01and-17/+2
2023-12-26Suggest `=>` --> `>=` in conditionssjwang05-0/+230
2023-12-27Auto merge of #119334 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-12-26Update cargoWeihang Lo-0/+0
2023-12-27Auto merge of #119328 - estebank:might_coerce_eq_typo, r=compiler-errorsbors-3/+36
2023-12-26Suggest `=` to `==` in more cases, even in the face of reference mismatchEsteban Küber-3/+36
2023-12-26Keep reference to the original `Pat` in `DeconstructedPat`Nadrieril-9/+9
2023-12-26Auto merge of #118431 - sjwang05:issue-44695, r=estebankbors-174/+668
2023-12-26rustdoc: treat query string `+` as spaceMichael Howell-1/+11
2023-12-26Auto merge of #119324 - compiler-errors:rollup-c6eqcg9, r=compiler-errorsbors-179/+249
2023-12-26Rollup merge of #119323 - lukas-code:test-never-to-infinite, r=compiler-errorsMichael Goulet-1/+31
2023-12-26Rollup merge of #119307 - compiler-errors:pat-lifetimes, r=NadrierilMichael Goulet-104/+111
2023-12-26Rollup merge of #119297 - cjgillot:issue-119267, r=petrochenkovMichael Goulet-62/+50
2023-12-26Rollup merge of #119240 - compiler-errors:lang-item-more, r=petrochenkovMichael Goulet-11/+16
2023-12-26Rollup merge of #119235 - Urgau:missing-feature-gate-sanitizer-cfi-cfgs, r=Ni...Michael Goulet-1/+41
2023-12-26Auto merge of #119042 - bvanjoi:fix-118697-2, r=compiler-errorsbors-2/+69
2023-12-26add test for coercing never to infinite typeLukas Markeffsky-0/+30
2023-12-26rename testsLukas Markeffsky-1/+1
2023-12-26Auto merge of #119133 - scottmcm:assert-unchecked, r=thomccbors-1/+68
2023-12-26Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebankbors-98/+160
2023-12-26Auto merge of #119315 - RalfJung:miri, r=RalfJungbors-150/+155
2023-12-26Auto merge of #119313 - matthiaskrgr:rollup-41x48j6, r=matthiaskrgrbors-7/+7
2023-12-26fallback `default` to `None` during ast-loweing for lifetime binderbohan-2/+69
2023-12-26Rollup merge of #119303 - GuillaumeGomez:update-sysinfo, r=onur-ozkanMatthias Krüger-5/+5
2023-12-26Rollup merge of #119294 - jyn514:configure-change-id, r=onur-ozkanMatthias Krüger-1/+1
2023-12-26Rollup merge of #119287 - AlexBuz:patch-1, r=the8472Matthias Krüger-1/+1
2023-12-26Auto merge of #3241 - rust-lang:rustup-2023-12-26, r=RalfJungbors-3128/+3029
2023-12-26Auto merge of #119285 - lch361:split-no-panic, r=the8472bors-4/+12