summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-07-30Fix #[track_caller] shims for trait objects.Adam Perry-0/+25
2020-07-30Add a test for pattern matching within a tupleMark Rousskov-0/+7
2020-07-30Revert "Fix an ICE on an invalid `binding @ ...` in a tuple struct pattern"Mark Rousskov-33/+0
2020-07-25The const propagator cannot trace references.Oliver Scherer-40/+166
2020-07-23Fix an ICE on an invalid `binding @ ...` in a tuple struct patternJakub Adam Wieczorek-0/+33
2020-07-22Use `ReEmpty(U0)` as the implicit region bound in typeckMatthew Jasper-0/+101
2020-07-10Change how compiler-builtins gets many CGUsAlex Crichton-40/+0
2020-07-10Perform obligation deduplication to avoid buggy `ExistentialMismatch`Esteban Küber-0/+26
2020-07-10rustc_lexer: Simplify shebang parsing once moreVadim Petrochenkov-5/+9
2020-07-10rustdoc: Rename invalid_codeblock_attribute lint to be pluralOliver Middleton-6/+6
2020-07-10rustdoc: Fix doc aliases with crate filteringOliver Middleton-0/+37
2020-06-26Beta backport of PR #73005 (obligation error impl candidate)Aaron Hill-181/+37
2020-06-26Ensure stack when building MIR for matchesSimonas Kazlauskas-0/+5208
2020-06-26Don't run test on emscripten which doesn't have threadsAmanieu d'Antras-0/+1
2020-06-26Add -O compile flag to testAmanieu d'Antras-0/+1
2020-06-26Fix link error with #[thread_local] introduced by #71192Amanieu d'Antras-0/+12
2020-06-26Allow inference regions when relating constsTyler Mandry-0/+12
2020-06-26Disable the `SimplifyArmIdentity` pass on betaWesley Wiser-61/+82
2020-06-26Add regression test for #73431Dylan MacKenzie-0/+29
2020-06-13further bless tests.Felix S. Klock II-19/+19
2020-06-13Revert "Defer creating drop trees in MIR lowering until leaving that scope"Felix S. Klock II-3/+3
2020-06-13Revert "Bless mir-opt tests"Felix S. Klock II-819/+973
2020-06-13normalize adt fields during structural match checkBastian Kauschke-0/+23
2020-06-13Add regression test for #73137Dylan MacKenzie-0/+42
2020-06-13Revert "Auto merge of #71956 - ecstatic-morse:remove-requires-storage-analysi...Mark Rousskov-2/+2
2020-06-02Rollup merge of #72893 - RalfJung:unleash-tls, r=ecstatic-morseYuki Okushi-3/+55
2020-06-02Rollup merge of #72825 - Amanieu:asm-warning, r=davidtwcoYuki Okushi-10/+16
2020-06-02Rollup merge of #72795 - petrochenkov:identgroup, r=nikomatsakisYuki Okushi-33/+99
2020-06-02Rollup merge of #72775 - JohnTitor:await-sugg, r=estebankYuki Okushi-0/+35
2020-06-02Fix commentRalf Jung-1/+1
2020-06-01test miri-unleash TLS accessesRalf Jung-3/+55
2020-06-01Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiserbors-0/+53
2020-06-01Rollup merge of #72823 - matthewjasper:describe-queries, r=eddybDylan DPC-56/+61
2020-05-31Rollup merge of #72807 - xiaotianrandom:fix-assoc-type-diagnostics, r=estebankDylan DPC-0/+29
2020-05-31Add descriptions for all queriesMatthew Jasper-56/+61
2020-05-31Clarify errors and warnings about the transition to the new asm!Amanieu d'Antras-10/+16
2020-05-31Rollup merge of #72715 - estebank:trailing-comma-where, r=petrochenkovRalf Jung-1/+1
2020-05-31Add a test for wrong assoc type diagnosticsXIAO Tian-0/+29
2020-05-31Add a test for `$:ident` in proc macro inputVadim Petrochenkov-0/+94
2020-05-31test-macros: Avoid always producing errors in `#[derive(Print)]`Vadim Petrochenkov-33/+5
2020-05-30Rollup merge of #72772 - RalfJung:valid-char, r=petrochenkovRalf Jung-1/+1
2020-05-30Rollup merge of #72757 - petrochenkov:shebang, r=varkorRalf Jung-0/+14
2020-05-30Rollup merge of #72668 - awoimbee:give-fn-parenthetical-notation-parentheses,...Ralf Jung-0/+68
2020-05-30Rollup merge of #72666 - ivanloz:profile_emit_flag, r=matthewjasperRalf Jung-0/+3
2020-05-30Rollup merge of #72657 - flip1995:impl_lint_pass-ty, r=matthewjasperRalf Jung-0/+26
2020-05-30Rollup merge of #72637 - euclio:env-hygiene, r=davidtwcoRalf Jung-0/+8
2020-05-30Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkovRalf Jung-12/+133
2020-05-30Tweak wording and spans of `'static` `dyn Trait`/`impl Trait` requirementsEsteban Küber-135/+65
2020-05-30Account for enclosing item when suggesting new lifetime nameEsteban Küber-10/+63
2020-05-30Tweak type parameter errors to reduce verbosityEsteban Küber-363/+55