about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-02-02Simplify diffOli Scherer-2/+2
2022-02-02Undo a diffOli Scherer-2/+2
2022-02-02Inline a function that is only used onceOli Scherer-53/+39
2022-02-02Remove unnecessary fieldOli Scherer-24/+12
2022-02-02Remove unnecessary closure in favour of just passing the argument directlyOli Scherer-17/+20
2022-02-02Remove the `Instantiator` now that we don't recurse within it anymoreOli Scherer-28/+19
2022-02-02Inline a function that is only ever used in one placeOli Scherer-68/+2
2022-02-02Fixup changes that aren't neccessary anymoreOli Scherer-7/+2
2022-02-02This can't happen anymore. An opaque type can't end up with itself as its hid...Oli Scherer-37/+4
2022-02-02We're equating hidden types eagerly nowOli Scherer-4/+0
2022-02-02Add some tests to show what happens when you compare two opaque types that ar...Oli Scherer-0/+64
2022-02-02Update an outdated test explanationOli Scherer-2/+2
2022-02-02Test recursive TAIT declarationsOli Scherer-0/+80
2022-02-02Add explanation for early abort in TAIT hidden type computationOli Scherer-0/+9
2022-02-02Add backcompat hack to supportOli Scherer-16/+28
2022-02-02Clean up leftovers from eager hidden type mergingOli Scherer-109/+34
2022-02-02Eagerly merge hidden types.Oli Scherer-79/+125
2022-02-02Stop generating inference vars for nested impl trait and let type equality ha...Oli Scherer-50/+70
2022-02-02Register member constraints on the final merged hidden typeOli Scherer-96/+62
2022-02-02blessOli Scherer-5/+5
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-2096/+2645
2022-02-02More sanity checksOli Scherer-2/+7
2022-02-02Expose current span to type equality checking in nllOli Scherer-0/+15
2022-02-02Add a convenient way to inject rustc flags somewhere late in the bootstrap pi...Oli Scherer-0/+6
2022-02-02Found suspicious comparison of constantsOli Scherer-0/+3
2022-02-02Update some commentsOli Scherer-5/+1
2022-02-02Add some sanity assertions to make sure we use the opaque types correctlyOli Scherer-2/+14
2022-02-02Add roll back infrastructure for opaque type cachesOli Scherer-37/+113
2022-02-02Auto merge of #93312 - pierwill:map-all-local-trait-impls, r=cjgillotbors-7/+5
2022-02-02Use Option::then in two placesest31-2/+2
2022-02-02add teststamaron-0/+24
2022-02-02Auto merge of #93154 - michaelwoerister:fix-generic-closure-and-generator-deb...bors-121/+287
2022-02-02Auto merge of #8382 - tamaroning:suggest_iter_instead_of_into_iter, r=giraffatebors-25/+26
2022-02-02Auto merge of #93573 - matthiaskrgr:rollup-nrjmygz, r=matthiaskrgrbors-25/+248
2022-02-02better suggestion for duplicated `where`Michael Goulet-9/+147
2022-02-02Emit valid HTML from rustdocJacob Hoffman-Andrews-133/+127
2022-02-01don't suggest adding `let` due to expressions inside of `while` loopMichael Goulet-8/+33
2022-02-01Merge portable-simd#203 - deantvv/add-spectral-normJubilee-0/+77
2022-02-01Use multipart suggestion for code wrappingMichael Howell-52/+50
2022-02-02Rollup merge of #93560 - steffahn:a_typo, r=petrochenkovMatthias Krüger-2/+2
2022-02-02Rollup merge of #93559 - danielframpton:link-args-typo, r=oli-obkMatthias Krüger-1/+1
2022-02-02Rollup merge of #93531 - TheColdVoid:patch-1, r=m-ou-seMatthias Krüger-1/+1
2022-02-02Rollup merge of #93493 - GKFX:char-docs-2, r=scottmcmMatthias Krüger-10/+108
2022-02-02Rollup merge of #93420 - jsha:adjust-settings-layout, r=GuillaumeGomezMatthias Krüger-8/+16
2022-02-02Rollup merge of #92788 - estebank:colon-colon, r=cjgillotMatthias Krüger-1/+102
2022-02-02Rollup merge of #92758 - mfrw:mfrw/rustdoc-impl-write, r=GuillaumeGomezMatthias Krüger-2/+18
2022-02-01Fix unicode slicing bugMichael Howell-3/+3
2022-02-01In retrospect, MachineApplicable is probably too confidentMichael Howell-1/+1
2022-02-01rustdoc: correct unclosed HTML tags as genericsMichael Howell-9/+281
2022-02-01Make rustc use `RUST_BACKTRACE=full` by defaultAaron Hill-0/+36