about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-10-23Rollup merge of #103399 - smoelius:unknown-lint-maybe-incorrect, r=fee1-deadMatthias Krüger-1/+1
2022-10-23Rollup merge of #103388 - notriddle:notriddle/result-description, r=Guillaume...Matthias Krüger-3/+3
2022-10-23Rollup merge of #103368 - compiler-errors:normalization-ambiguity-bug, r=oli-obkMatthias Krüger-2/+178
2022-10-23Rollup merge of #103355 - compiler-errors:rpitit-default-check, r=oli-obkMatthias Krüger-14/+63
2022-10-23Rollup merge of #103354 - clubby789:escape-string-literals, r=compiler-errorsMatthias Krüger-8/+83
2022-10-23Rollup merge of #103328 - compiler-errors:trivial-false-const-sugg, r=jackh726Matthias Krüger-66/+7
2022-10-23Rollup merge of #103123 - compiler-errors:early-binder-iter, r=cjgillotMatthias Krüger-57/+59
2022-10-22Auto merge of #103240 - BelovDV:issue-102290, r=petrochenkovbors-0/+4
2022-10-22Auto merge of #103400 - weihanglo:update-cargo, r=weihanglobors-8/+18
2022-10-22Auto merge of #103398 - Dylan-DPC:rollup-cj6w00o, r=Dylan-DPCbors-67/+153
2022-10-22Update cargoWeihang Lo-8/+18
2022-10-22Change `unknown_lint` applicability to `MaybeIncorrect`Samuel Moelius-1/+1
2022-10-22Rollup merge of #103360 - ChrisDenton:isterm-filetype, r=thomccDylan DPC-2/+12
2022-10-22Rollup merge of #103346 - HeroicKatora:metadata_of_const_pointer_argument, r=...Dylan DPC-3/+7
2022-10-22Rollup merge of #103329 - saethlin:nonnull-precondition, r=thomccDylan DPC-1/+5
2022-10-22Rollup merge of #103280 - finnbear:impl_string_leak_2, r=joshtriplettDylan DPC-1/+30
2022-10-22Rollup merge of #103224 - compiler-errors:semi-after-closure-in-macro, r=fee1...Dylan DPC-0/+18
2022-10-22Rollup merge of #103190 - fmease:rustdoc-render-bounds-of-cross-crate-gat-par...Dylan DPC-22/+41
2022-10-22Rollup merge of #102602 - WaffleLapkin:linty_action, r=estebankDylan DPC-38/+40
2022-10-22Auto merge of #103231 - ecnelises:le_fix, r=lcnrbors-4/+2
2022-10-22Auto merge of #103227 - lcnr:bye-bye-unevaluated-const, r=oli-obkbors-191/+131
2022-10-22Don't erroneously deny semicolons after closure expr within parentheses in a ...Michael Goulet-0/+18
2022-10-22Introduce subst_iter and subst_iter_copied on EarlyBinderMichael Goulet-57/+59
2022-10-21rustdoc: remove unused CSS class `.result-description`Michael Howell-3/+3
2022-10-22Auto merge of #103196 - Nilstrieb:no-meta-query, r=cjgillotbors-25/+18
2022-10-22Auto merge of #103172 - pcwalton:deduced-param-attrs, r=oli-obkbors-9/+393
2022-10-22Update UI testsclubby789-4/+45
2022-10-22Properly escape quotes when suggesting switching between char/string literalsclubby789-4/+38
2022-10-21Auto merge of #103375 - matthiaskrgr:rollup-4xrs7f2, r=matthiaskrgrbors-163/+293
2022-10-22Rollup merge of #103370 - notriddle:notriddle/out-of-band, r=GuillaumeGomezMatthias Krüger-1/+0
2022-10-22Rollup merge of #103364 - notriddle:notriddle/toggles, r=jshaMatthias Krüger-10/+27
2022-10-22Rollup merge of #103359 - WaffleLapkin:drain_no_mut_qqq, r=scottmcmMatthias Krüger-3/+1
2022-10-22Rollup merge of #103351 - oli-obk:tilde_const_impls, r=fee1-deadMatthias Krüger-102/+119
2022-10-22Rollup merge of #103341 - Rageking8:add-test-for-issue-97607, r=compiler-errorsMatthias Krüger-0/+12
2022-10-22Rollup merge of #103340 - RalfJung:winconsole, r=thomccMatthias Krüger-5/+4
2022-10-22Rollup merge of #103339 - Rageking8:fix-some-typos, r=fee1-deadMatthias Krüger-6/+6
2022-10-22Rollup merge of #103335 - SarthakSingh31:issue-89008, r=jackh726Matthias Krüger-36/+11
2022-10-22Rollup merge of #102635 - lcnr:incoherent_auto_trait_objects, r=jackh726Matthias Krüger-0/+113
2022-10-21rustdoc: remove unused CSS `.out-of-band { font-weight: normal }`Michael Howell-1/+0
2022-10-21Auto merge of #101263 - lopopolo:lopopolo/c-unwind-fn-ptr-impls, r=thomccbors-9/+23
2022-10-21testsMichael Goulet-0/+159
2022-10-21Delay ambiguity span bug in normalize query iff not rustdocMichael Goulet-2/+19
2022-10-21Auto merge of #101077 - sunshowers:signal-mask-inherit, r=sunshowersbors-79/+143
2022-10-21rustdoc: prevent method summary margin from being applied to docblocksMichael Howell-2/+25
2022-10-21rustdoc: merge identical CSS blocksMichael Howell-8/+2
2022-10-21Reduce false positives in msys2 detectionChris Denton-2/+12
2022-10-21Remove incorrect comment in `Vec::drain`Maybe Waffle-3/+1
2022-10-21Auto merge of #98450 - lqd:doc-metadata, r=lqd,GuillaumeGomezbors-14/+111
2022-10-21Handle RPITITs properly in register_hidden_typeMichael Goulet-14/+63
2022-10-21Require Drop impls to have the same constness on its bounds as the bounds on ...Oli Scherer-53/+116