about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-12-13Auto merge of #105667 - matthiaskrgr:rollup-fexlc0b, r=matthiaskrgrbors-2360/+2246
2022-12-13Rollup merge of #105500 - oli-obk:unhide_unknown_spans, r=estebankMatthias Krüger-1570/+275
2022-12-13Rollup merge of #105476 - estebank:moves-n-borrows, r=compiler-errorsMatthias Krüger-779/+1777
2022-12-13Rollup merge of #105464 - nbdd0121:hir, r=compiler-errorsMatthias Krüger-11/+75
2022-12-13Rollup merge of #105147 - nbdd0121:inline_const_unsafe, r=oli-obkMatthias Krüger-0/+119
2022-12-13Auto merge of #102813 - Akida31:issue-64915/simpler_diagnostic_when_passing_a...bors-14/+56
2022-12-13Account for dereference expressionsEsteban Küber-133/+186
2022-12-13Fix span for `&mut ` removal suggestionEsteban Küber-29/+29
2022-12-13Suggest `ref` for some patterns as a fallbackEsteban Küber-53/+460
2022-12-13Do not suggest borrowing binding in pattern in let elseEsteban Küber-13/+14
2022-12-13Change pattern borrowing suggestions to be verboseEsteban Küber-737/+1274
2022-12-13fix testsakida31-8/+0
2022-12-13Auto merge of #105646 - lqd:revert-thinlto, r=Mark-Simulacrumbors-1/+1
2022-12-13reduce to single suggestion for all argumentsakida31-76/+42
2022-12-13change error messageakida31-20/+24
2022-12-13Remove `hint` from help messageakida31-20/+20
2022-12-13Fix stderr of tests which have improved diagnosticsakida31-0/+80
2022-12-13Auto merge of #105612 - oli-obk:bind_rustdoc, r=GuillaumeGomezbors-101/+162
2022-12-13bless fulldeps testsOli Scherer-3/+1
2022-12-13Use a label instead of a note for the drop site to create denser diagnosticsOli Scherer-35/+15
2022-12-13Stop pointing to operators if their libcore method source is not availableOli Scherer-64/+15
2022-12-13Avoid rendering empty annotationsOli Scherer-158/+50
2022-12-13Don't emit empty notesOli Scherer-29/+1
2022-12-13Clarify what "this" meansOli Scherer-33/+33
2022-12-13Inform the user which trait is meant in the diagnostic itself instead of rely...Oli Scherer-22/+22
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-1481/+393
2022-12-13Auto merge of #105350 - compiler-errors:faster-binder-relate, r=oli-obkbors-0/+38
2022-12-13Fast path some binder relationsMichael Goulet-0/+38
2022-12-13Add tests (currently broken) for unsafe + inline const patGary Guo-0/+39
2022-12-13Add testsGary Guo-0/+80
2022-12-13Revert "enable ThinLTO for rustc on x86_64-apple-darwin dist builds"Rémy Rakic-1/+1
2022-12-13Rollup merge of #105640 - lukas-code:miri-beta, r=Mark-SimulacrumMatthias Krüger-25/+31
2022-12-13Rollup merge of #105639 - notriddle:notriddle/text-css, r=GuillaumeGomezMatthias Krüger-3/+2
2022-12-13Rollup merge of #105636 - GuillaumeGomez:extend-gui-test, r=notriddleMatthias Krüger-0/+2
2022-12-13Rollup merge of #105629 - notriddle:notriddle/method-toggle-trait, r=Guillaum...Matthias Krüger-3/+13
2022-12-13Rollup merge of #105332 - estebank:iterator-chains, r=oli-obkMatthias Krüger-122/+319
2022-12-13Rollup merge of #104864 - chenyukang:yukang/fix-104700-binding, r=estebankMatthias Krüger-0/+32
2022-12-13Adjust miri to still be optionalMark Rousskov-25/+31
2022-12-12rustdoc: remove `type="text/css" from stylesheet linksMichael Howell-3/+2
2022-12-12Add check for local-storage value when changing "display line numbers" settingsGuillaume Gomez-0/+2
2022-12-12rustdoc: stop treating everything in a trait item as a methodMichael Howell-3/+13
2022-12-12Rollup merge of #105619 - notriddle:notriddle/source-pre-overflow, r=Guillaum...Matthias Krüger-1/+0
2022-12-12Rollup merge of #105561 - TaKO8Ki:fix-105449, r=fee1-deadMatthias Krüger-0/+59
2022-12-12rustdoc: remove no-op CSS `.source pre { overflow: auto }`Michael Howell-1/+0
2022-12-12Avoid trying to normalize unnormalizable typesOli Scherer-2/+6
2022-12-12Round 3: require binders for substsOli Scherer-28/+49
2022-12-12normalize receiver substs and erase the regionsTakayuki Maeda-0/+59
2022-12-12Round 2: make clean_middle_ty take a binderOli Scherer-56/+92
2022-12-12Round 1: add some binders (fails due to losing bound vars and then rebinding ...Oli Scherer-26/+26
2022-12-12Auto merge of #105592 - matthiaskrgr:rollup-1cazogq, r=matthiaskrgrbors-19/+1