about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-02-03Bless all pretty printer tests and ui testsDavid Tolnay-22/+23
2022-02-03Remove defaultness from ImplItem.Camille GILLOT-4/+6
2022-02-03Improve self-referential diagnostic somewhatOli Scherer-8/+8
2022-02-03Auto merge of #93621 - JohnTitor:rollup-1bcud0x, r=JohnTitorbors-0/+69
2022-02-03Fix ret > 1 bound if shadowed by constkadmin-0/+31
2022-02-03Add some new tests with amusing diagnosticsOli Scherer-4/+91
2022-02-03Add tests for lifetime-swaps, not just type param swapsOli Scherer-0/+33
2022-02-03Rollup merge of #93566 - Aaron1011:rustc-backtrace, r=davidtwcoYuki Okushi-0/+27
2022-02-03Rollup merge of #92802 - compiler-errors:deduplicate-stack-trace, r=oli-obkYuki Okushi-0/+42
2022-02-03Auto merge of #92932 - ouz-a:master, r=oli-obkbors-0/+15
2022-02-03Auto merge of #93146 - workingjubilee:use-std-simd, r=Mark-Simulacrumbors-12/+37
2022-02-03debuginfo: Bring back DW_AT_containing_type for vtables after it has accident...Michael Woerister-26/+49
2022-02-03Auto merge of #93432 - Kobzol:stable-hash-isize-hash-compression, r=the8472bors-6/+6
2022-02-02Auto merge of #93101 - Mark-Simulacrum:library-backtrace, r=yaahcbors-0/+35
2022-02-02Add more *-unwind ABI variantsAmanieu d'Antras-2/+186
2022-02-02Configure panic hook backtrace behaviorMark Rousskov-0/+35
2022-02-02Rollup merge of #93574 - compiler-errors:bad-let-suggestion, r=lcnrMatthias Krüger-0/+17
2022-02-02Rollup merge of #93571 - compiler-errors:better-where-suggestion, r=lcnrMatthias Krüger-0/+109
2022-02-02Rollup merge of #93542 - GuillaumeGomez:lifetime-elision, r=oli-obkMatthias Krüger-0/+5
2022-02-02Rollup merge of #93221 - alyssaverkade:fix-93093, r=wesleywiserMatthias Krüger-0/+26
2022-02-02fix ICE when parsing lifetime as function argumentMichael Goulet-4/+41
2022-02-02Only prevent TAITs from defining each other, RPIT and async are fine, they on...Oli Scherer-20/+2
2022-02-02Prevent two opaque types in their defining scopes from being defined via the ...Oli Scherer-15/+153
2022-02-02Ensure we error in case of non-higher-kinded lifetimesOli Scherer-2/+49
2022-02-02Avoid an ICE in the presence of HKLOli Scherer-0/+15
2022-02-02Add regression testOli Scherer-0/+19
2022-02-02Reduce follow-up errors that are not helpfulOli Scherer-207/+31
2022-02-02Bail out early if there already were errorsOli Scherer-35/+2
2022-02-02Make the error for opaque types that have no hidden types a bit informativeOli Scherer-55/+109
2022-02-02Make a span more usefulOli Scherer-12/+5
2022-02-02Guess head span of async blocksOli Scherer-16/+5
2022-02-02undo a useless changeOli Scherer-3/+4
2022-02-02Hide further opaque type errors if items that could constrain the opaque type...Oli Scherer-123/+34
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-02Eagerly merge hidden types.Oli Scherer-44/+80
2022-02-02Stop generating inference vars for nested impl trait and let type equality ha...Oli Scherer-34/+70
2022-02-02Register member constraints on the final merged hidden typeOli Scherer-52/+33
2022-02-02blessOli Scherer-5/+5
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-1395/+1569
2022-02-02Auto merge of #93154 - michaelwoerister:fix-generic-closure-and-generator-deb...bors-68/+193
2022-02-02better suggestion for duplicated `where`Michael Goulet-0/+109
2022-02-02Emit valid HTML from rustdocJacob Hoffman-Andrews-98/+99
2022-02-01don't suggest adding `let` due to expressions inside of `while` loopMichael Goulet-0/+17
2022-02-01Use multipart suggestion for code wrappingMichael Howell-35/+40
2022-02-02Rollup merge of #93420 - jsha:adjust-settings-layout, r=GuillaumeGomezMatthias Krüger-0/+6
2022-02-02Rollup merge of #92788 - estebank:colon-colon, r=cjgillotMatthias Krüger-0/+60
2022-02-01rustdoc: correct unclosed HTML tags as genericsMichael Howell-0/+208
2022-02-01Make rustc use `RUST_BACKTRACE=full` by defaultAaron Hill-0/+27