about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-10-26suggest calling the method of the same name when method not foundyukang-16/+61
2022-10-23Auto merge of #103431 - Dylan-DPC:rollup-oozfo89, r=Dylan-DPCbors-264/+541
2022-10-23Rollup merge of #103305 - c410-f3r:moar-errors, r=petrochenkovDylan DPC-1/+1
2022-10-23Rollup merge of #103249 - petrochenkov:revaddids, r=oli-obkDylan DPC-36/+26
2022-10-23Rollup merge of #103226 - compiler-errors:delay-if-need-infer, r=lcnrDylan DPC-18/+23
2022-10-23Rollup merge of #103192 - petrochenkov:noalltraits, r=jyn514Dylan DPC-133/+117
2022-10-23Rollup merge of #101908 - chenyukang:fix-101880, r=estebankDylan DPC-53/+165
2022-10-23Rollup merge of #101293 - compiler-errors:lt-is-actually-char, r=estebankDylan DPC-23/+209
2022-10-23Auto merge of #103345 - Nilstrieb:diag-flat, r=compiler-errorsbors-1694/+1666
2022-10-23Update translation testsNilstrieb-342/+356
2022-10-23Migrate all diagnosticsNilstrieb-1318/+1279
2022-10-23Generate fluent message constant in a flat module for all cratesNilstrieb-34/+31
2022-10-23Auto merge of #103426 - matthiaskrgr:rollup-n6dqdy8, r=matthiaskrgrbors-252/+471
2022-10-23Rollup merge of #103412 - finnbear:fix_docs_typo_string_leak, r=thomccMatthias Krüger-1/+1
2022-10-23Rollup merge of #103401 - GuillaumeGomez:gui-test-headings-cleanup, r=notriddleMatthias Krüger-100/+76
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-23Auto merge of #102660 - camsteffen:uninhabited-perf, r=oli-obkbors-354/+338
2022-10-22Fix typo in docs of `String::leak`.Finn Bear-1/+1
2022-10-22Auto merge of #103240 - BelovDV:issue-102290, r=petrochenkovbors-0/+4
2022-10-22Introduce InhabitedPredicateCameron Steffen-354/+338
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-22Use functions for headings rustodoc GUI testGuillaume Gomez-100/+76
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-22Recover unclosed char literal being parsed as lifetimeMichael Goulet-23/+209
2022-10-22Introduce subst_iter and subst_iter_copied on EarlyBinderMichael Goulet-57/+59
2022-10-22nit: Inline may_need_dropMichael Goulet-16/+12
2022-10-22Check needs_infer before needs_drop in HIR generator analysisMichael Goulet-6/+15
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