about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-10-02Ignore now-broken mir-opt testJonas Schievink-1/+4
2020-10-02Improve E0777 help messageGuillaume Gomez-1/+14
2020-10-02Permit ty::Bool in const generics for v0 manglingMark Rousskov-0/+18
2020-10-02resolve: prohibit anon const non-static lifetimesDavid Wood-0/+48
2020-10-02Auto merge of #77396 - wesleywiser:disable-simplifyarmidentity, r=oli-obkbors-151/+189
2020-10-02Fix span for incorrect pattern field and add labelEsteban Küber-6/+14
2020-10-02Implement Make `handle_alloc_error` default to panic (for no_std + liballoc)Harald Hoyer-2/+187
2020-10-02Add various `min_const_generics` regression testsvarkor-0/+296
2020-10-02Fix missing diagnostic span for `impl Trait` with const genericsvarkor-0/+30
2020-10-01Disable the SimplifyArmIdentity mir-optWesley Wiser-151/+189
2020-10-02Rollup merge of #77375 - petrochenkov:inherext, r=oli-obkYuki Okushi-8/+24
2020-10-02Rollup merge of #77147 - fusion-engineering-forks:static-mutex, r=dtolnayYuki Okushi-12/+4
2020-10-02Revert "resolve: Avoid "self-confirming" import resolutions in one more case"Vadim Petrochenkov-5/+39
2020-10-01Uplift drop-bounds lint from clippyMichael Howell-0/+83
2020-10-01Create E0777 error code for "invalid literal in derive"Guillaume Gomez-0/+15
2020-10-01Auto merge of #76971 - bugadani:issue-75659, r=Amanieubors-0/+63
2020-10-01Regression test for case in #77361Dylan MacKenzie-0/+16
2020-10-01Only test on x86_64Dániel Buga-0/+1
2020-10-01Auto merge of #74839 - alarsyo:multiple_return_terminators, r=oli-obkbors-122/+108
2020-10-01Bless mir-opt tests for 32 bitAntoine Martin-16/+12
2020-10-01Add test for multiple terminator optimizationAntoine Martin-0/+44
2020-10-01Bless mir-opt tests with new optAntoine Martin-106/+52
2020-10-01Auto merge of #77354 - ecstatic-morse:const-checking-moar-errors, r=oli-obkbors-355/+345
2020-09-30Warn on method call mutating const, even if it has destructorDavid Tolnay-2/+27
2020-09-30Add test of VEC.push on a constDavid Tolnay-7/+9
2020-10-01Add a regression test for issue-75299Yuki Okushi-0/+11
2020-10-01Add a regression test for issue-74244Yuki Okushi-0/+29
2020-10-01Add a regression test for issue-72565Yuki Okushi-0/+16
2020-10-01Add a regression test for issue-68951Yuki Okushi-0/+9
2020-10-01Add a regression test for issue-66501Yuki Okushi-0/+12
2020-09-30Test a type with drop glue but no Drop implDavid Tolnay-13/+33
2020-09-30Add test of const item mutation with Drop implDavid Tolnay-12/+24
2020-10-01Auto merge of #77379 - camelid:improve-wording-crate-resolution-error, r=davi...bors-2/+2
2020-10-01Rollup merge of #77371 - camelid:remove-extra-space-in-diagnostic, r=varkorDylan DPC-0/+18
2020-10-01Rollup merge of #77360 - oli-obk:zst_const_pat_regression, r=RalfJungDylan DPC-0/+9
2020-10-01Rollup merge of #77343 - varkor:rustc_args_required_const-validation, r=lcnrDylan DPC-0/+74
2020-10-01Rollup merge of #77324 - Aaron1011:fix/const-item-mutation-ptr, r=petrochenkovDylan DPC-24/+35
2020-10-01Rollup merge of #77303 - lcnr:const-evaluatable-TooGeneric, r=oli-obk,varkorDylan DPC-41/+49
2020-10-01Rollup merge of #77153 - Aaron1011:fix/better-recursive-expand, r=petrochenkovDylan DPC-0/+86
2020-09-30Improve wording for external crate resolution errorCamelid-2/+2
2020-09-30Auto merge of #77372 - jonas-schievink:rollup-e5bdzga, r=jonas-schievinkbors-0/+56
2020-09-30rustc_metadata: Do not forget to encode inherent impls for foreign typesVadim Petrochenkov-8/+24
2020-09-30Rollup merge of #77345 - samlich:test-issue-74761, r=lcnrJonas Schievink-0/+31
2020-09-30Rollup merge of #77331 - hameerabbasi:issue-74906, r=lcnrJonas Schievink-0/+25
2020-09-30Remove trailing space in error messageCamelid-1/+1
2020-09-30Auto merge of #75810 - hug-dev:cmse-nonsecure-entry, r=jonas-schievinkbors-0/+94
2020-09-30Remove E0019, use E0015 for inline assembly in a constDylan MacKenzie-3/+3
2020-09-30Add test for error messageCamelid-0/+18
2020-09-30Add more tests and check for ABIHugues de Valon-4/+62
2020-09-30Backport LLVM apfloat commit to rustc_apfloatest31-0/+24