about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-03-05bless rustdoc testsAli MJ Al-Nasrawy-2/+2
2023-03-05fix the new unsoundnessAli MJ Al-Nasrawy-4/+18
2023-03-05oops! new unsoundnessAli MJ Al-Nasrawy-41/+21
2023-03-05drop_tracking_mir: diagnose recursive generator.Camille GILLOT-0/+3
2023-03-05Auto merge of #107844 - Zeegomo:no-drop-and-rep, r=cjgillotbors-131/+191
2023-03-05fix inconsistent json outputs from rustdocozkanonur-9/+5
2023-03-05feat: impl better help for `.poll()` not found on `impl Future`Ezra Shaw-0/+24
2023-03-04Rollup merge of #108734 - clubby789:rustdoc-layout-uninhabited, r=GuillaumeGomezMatthias Krüger-0/+8
2023-03-04Rollup merge of #108723 - notriddle:notriddle/where-clause, r=GuillaumeGomezMatthias Krüger-0/+42
2023-03-04Rollup merge of #108627 - estebank:suggestion-hightlight, r=WaffleLapkinMatthias Krüger-0/+65
2023-03-04rustdoc: include link on all.html location headerMichael Howell-0/+14
2023-03-04Don't project to RPITIT that has no default valueMichael Goulet-0/+37
2023-03-04Don't ICE when encountering bound var in builtin copy/clone boundsMichael Goulet-0/+33
2023-03-04rustdoc: function signature search with traits in `where` clauseMichael Howell-0/+42
2023-03-04rustdoc: Note in a type's layout/size if it is uninhabitedclubby789-0/+8
2023-03-04Rollup merge of #108656 - GuillaumeGomez:rustdoc-search-unclosed-generic, r=n...Dylan DPC-0/+10
2023-03-04Rollup merge of #108298 - TaKO8Ki:fix-104440, r=cjgillotDylan DPC-0/+13
2023-03-04tweak debug output and bless testsAli MJ Al-Nasrawy-16/+16
2023-03-04Properly colorize multi-part suggestions in the same lineEsteban Küber-0/+65
2023-03-03Auto merge of #108709 - matthiaskrgr:rollup-j2tjbyx, r=matthiaskrgrbors-28/+82
2023-03-03Add test for unclosed genericGuillaume Gomez-0/+10
2023-03-03Rollup merge of #108292 - compiler-errors:opaque-captures-where, r=oli-obkMatthias Krüger-28/+82
2023-03-03Rollup merge of #108685 - est31:backticks_matchmaking, r=petrochenkovMatthias Krüger-4/+4
2023-03-03Rollup merge of #108674 - flip1995:clippy_backport, r=ManishearthMatthias Krüger-0/+40
2023-03-03Rollup merge of #108667 - compiler-errors:issue-108664, r=estebankMatthias Krüger-0/+26
2023-03-03Rollup merge of #108553 - compiler-errors:non-lt-late-bound-in-anon-ct, r=pet...Matthias Krüger-0/+38
2023-03-03Remove `feature(box_syntax)` from unused allocation list testMaybe Waffle-4/+4
2023-03-03Add unuseless `#[allow(unused_allocation)]`Maybe Waffle-20/+17
2023-03-03Remove some useless `#[allow()]`s in testsMaybe Waffle-3/+1
2023-03-03Add a test for `unused_allocation` lintMaybe Waffle-0/+27
2023-03-03Update expected closure coverage info in testGiacomo Pasini-2/+2
2023-03-03Add needs-unwindGiacomo Pasini-2/+3
2023-03-03Desugars drop and replace at MIR buildGiacomo Pasini-129/+188
2023-03-03ignore bivariant regions in opaque typesAli MJ Al-Nasrawy-20/+2
2023-03-03smarter algorithm for finding an equal regionAli MJ Al-Nasrawy-14/+2
2023-03-03promote subject even if it has unnamed regionsAli MJ Al-Nasrawy-33/+4
2023-03-03add known-bug testsAli MJ Al-Nasrawy-0/+137
2023-03-03Match end user facing unmatched backticks in compiler/est31-4/+4
2023-03-03check if snippet is `)`Takayuki Maeda-0/+13
2023-03-03Label opaque type for 'captures lifetime' error messageMichael Goulet-28/+82
2023-03-02Rollup merge of #108672 - spastorino:new-rpitit-impl-side, r=compiler-errorsMatthias Krüger-0/+11
2023-03-02Rollup merge of #108624 - Nilstrieb:move-it-up, r=WaffleLapkinMatthias Krüger-9/+9
2023-03-02Rollup merge of #108584 - GuillaumeGomez:rustdoc-search-background, r=notriddleMatthias Krüger-2/+41
2023-03-02Rollup merge of #108573 - kornelski:runtimeenvs, r=WaffleLapkinMatthias Krüger-10/+13
2023-03-02Rollup merge of #108557 - Nathan-Fenner:nathanf/adjust-error-span-fix-Some, r...Matthias Krüger-5/+446
2023-03-02Add UI testbwmf2-0/+24
2023-03-02Fix UI testbwmf2-1/+1
2023-03-02Fix array-size-threshold config deserialization errorAlex Macleod-0/+40
2023-03-02Add simple trait testSantiago Pastorino-0/+11
2023-03-02Fix another ICE in point_at_expr_source_of_inferred_typeMichael Goulet-0/+26