about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-09-03Auto merge of #88428 - petrochenkov:stmtid, r=Aaron1011bors-0/+25
2021-09-03Auto merge of #88386 - estebank:unmatched-delims, r=jackh726bors-64/+64
2021-09-03Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebankbors-0/+18
2021-09-02Auto merge of #85868 - Aaron1011:projection-cache, r=jackh726bors-32/+33
2021-09-02Rollup merge of #88592 - b-naber:region_substs, r=oli-obkMara Bos-0/+26
2021-09-02Rollup merge of #88573 - camelid:rustdoc-assoc-panic, r=GuillaumeGomezMara Bos-0/+32
2021-09-02Rollup merge of #88565 - lqd:issue-83190, r=spastorinoMara Bos-0/+49
2021-09-02Rollup merge of #88543 - m-ou-se:closure-migration-macro-block-fragment, r=es...Mara Bos-0/+86
2021-09-02Rollup merge of #88512 - m-ou-se:array-into-iter-deref-stuff, r=estebankMara Bos-82/+31
2021-09-02Report cycle error using 'deepest' obligation in the cycleAaron Hill-19/+38
2021-09-02Preserve most sub-obligations in the projection cacheAaron Hill-33/+15
2021-09-02add testb-naber-0/+26
2021-09-02expand: Treat more macro calls as statement macro callsVadim Petrochenkov-0/+25
2021-09-01rustdoc: Don't panic on ambiguous inherent associated typesNoah Lev-0/+32
2021-09-01Auto merge of #88490 - GuillaumeGomez:associated-types-implementors-display, ...bors-12/+31
2021-09-01Remove implementors settingGuillaume Gomez-10/+1
2021-09-01add regression test for issue 83190Rémy Rakic-0/+49
2021-09-01Auto merge of #88269 - prconrad:doctest-persist-binaries, r=jyn514bors-0/+32
2021-09-01Add tests for implementors associated types displayGuillaume Gomez-12/+40
2021-09-01Rollup merge of #88525 - notriddle:notriddle/coherence-dyn-auto-trait, r=petr...Mara Bos-0/+29
2021-09-01Rollup merge of #88410 - camelid:fix-assoc-bold, r=GuillaumeGomezMara Bos-0/+15
2021-09-01Rollup merge of #88350 - programmerjake:add-ppc-cr-xer-clobbers, r=AmanieuMara Bos-0/+60
2021-09-01Rollup merge of #86376 - asquared31415:extern-no-mangle-84204, r=Mark-SimulacrumMara Bos-0/+72
2021-09-01Auto merge of #88121 - camelid:better-recursive-alias-error, r=estebankbors-18/+113
2021-09-01Auto merge of #87688 - camsteffen:let-else, r=cjgillotbors-45/+395
2021-08-31Move test to run-make-fulldeps to avoid compiler flag bugPatrick Conrad-0/+0
2021-08-31Add test for closure migration where body is a block fragment.Mara Bos-0/+86
2021-08-31Remove bolding on associated constantsNoah Lev-0/+15
2021-08-31Rollup merge of #88504 - m-ou-se:turbofish-please-stay, r=oli-obkMara Bos-0/+81
2021-08-31Rollup merge of #88501 - m-ou-se:prelude-collusion-oh-no-macros-help, r=estebankMara Bos-0/+115
2021-08-31Rollup merge of #88418 - fee1-dead:trait-assoc-tilde-const, r=oli-obkMara Bos-6/+178
2021-08-31Rollup merge of #88399 - nagisa:nagisa/aapcs-on-aarch, r=petrochenkovMara Bos-27/+99
2021-08-31Rollup merge of #88391 - GuillaumeGomez:fix-json-enum-variant, r=camelid,notr...Mara Bos-0/+17
2021-08-31Change wording to less jaron-y "non-auto trait"Michael Howell-2/+2
2021-08-31Add macro test for prelude collision suggestions.Mara Bos-0/+115
2021-08-31Rollup merge of #88509 - m-ou-se:dyn-no-left-shift-right-shift-just-single-an...Mara Bos-0/+71
2021-08-31Rollup merge of #88503 - m-ou-se:array-into-inter-ambiguous, r=cjgillotMara Bos-0/+70
2021-08-31Rollup merge of #88497 - m-ou-se:prelude-collision-glob, r=nikomatsakisMara Bos-1/+32
2021-08-31Rollup merge of #88496 - m-ou-se:prelude-collision-lifetime-generics, r=petro...Mara Bos-20/+96
2021-08-31Rollup merge of #88450 - notriddle:notriddle/maybe_whole_expr, r=cjgillotMara Bos-0/+62
2021-08-31Rollup merge of #88413 - spastorino:weird-return-types-tait-test, r=oli-obkMara Bos-0/+16
2021-08-31Rollup merge of #88409 - spastorino:autoleakage-tait-test, r=oli-obkMara Bos-0/+100
2021-08-31Rollup merge of #88408 - spastorino:inference-cycle-tait-test, r=oli-obkMara Bos-0/+63
2021-08-31Rollup merge of #88406 - spastorino:tait-nest-infer-test, r=oli-obkMara Bos-0/+56
2021-08-31Auto merge of #88467 - sexxi-goose:issue-88431, r=nikomatsakisbors-34/+70
2021-08-30fix(rustc_typeck): produce better errors for dyn auto traitMichael Howell-0/+29
2021-08-31Auto merge of #88414 - Aaron1011:guess-foreign-head-span, r=estebankbors-14/+76
2021-08-30Fix testsCameron Steffen-33/+33
2021-08-30Add let-else testsCameron Steffen-0/+322
2021-08-30Handle irrufutable or unreachable let-elseCameron Steffen-12/+21