about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-07-22Increase accuracy of lifetime bound on trait object impl suggestionEsteban Küber-35/+123
2020-07-22Detect when `'static` obligation might come from an `impl`Esteban Küber-107/+161
2020-07-22Rollup merge of #74528 - euclio:intra-link-errors, r=jyn514Manish Goregaokar-117/+117
2020-07-22Rollup merge of #74237 - lzutao:compiletest, r=Mark-SimulacrumManish Goregaokar-8/+8
2020-07-22Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakisManish Goregaokar-5/+5
2020-07-22Rollup merge of #73655 - JamieCunliffe:jamie_va-args-c, r=nikicManish Goregaokar-0/+65
2020-07-22[AVR] Correctly set the pointer address space when constructing pointers to f...Dylan McKay-0/+93
2020-07-21Auto merge of #69749 - davidtwco:issue-46477-polymorphization, r=eddybbors-2/+1296
2020-07-20refactor and reword intra-doc link errorsAndy Russell-117/+117
2020-07-20Rollup merge of #74557 - jakubadamw:issue-74539, r=nagisaManish Goregaokar-0/+33
2020-07-20Rollup merge of #74051 - yodaldevoid:issue_60814, r=nikomatsakisManish Goregaokar-0/+56
2020-07-20Rollup merge of #73323 - davidtwco:issue-73252-wfcheck-foreign-fn-decl, r=ecs...Manish Goregaokar-32/+69
2020-07-20Rollup merge of #72714 - JohnTitor:debug-assert, r=nikomatsakisManish Goregaokar-0/+36
2020-07-20index: introduce and use `FiniteBitSet`David Wood-2/+10
2020-07-20mir: use attribute over `-Z polymorphize-errors`David Wood-70/+117
2020-07-20ty: normalize fn sigs before substDavid Wood-0/+25
2020-07-20mir: `unused_generic_params` queryDavid Wood-2/+1216
2020-07-20Fix an ICE on an invalid `binding @ ...` in a tuple struct patternJakub Adam Wieczorek-0/+33
2020-07-20wf: check foreign fn decls for well-formednessDavid Wood-32/+69
2020-07-19Rollup merge of #74534 - Mark-Simulacrum:rustdoc-stability, r=ManishearthManish Goregaokar-0/+37
2020-07-19Rollup merge of #74516 - lcnr:min-specialization-ice, r=matthewjasperManish Goregaokar-0/+16
2020-07-19Only skip impls of foreign unstable traitsMark Rousskov-0/+37
2020-07-19Add test for an explicit non-'static lifetime in a const argumentGabriel Smith-0/+28
2020-07-19disallow non-static lifetimes in const genericsGabriel Smith-0/+28
2020-07-19do not try fetching the ancestors of errored trait implsBastian Kauschke-0/+16
2020-07-19Add missing : after *llvm-versionLzu Tao-3/+3
2020-07-19Add missing : after min-gdb-versionLzu Tao-5/+5
2020-07-19Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandrybors-22/+255
2020-07-18Rollup merge of #74459 - canova:const-unreachable-unchecked, r=oli-obkManish Goregaokar-0/+81
2020-07-18Rollup merge of #74445 - lcnr:const-generic-ty-decl, r=Dylan-DPCManish Goregaokar-0/+48
2020-07-18Rollup merge of #74071 - petrochenkov:cload3, r=matthewjasperManish Goregaokar-34/+7
2020-07-18rustc_metadata: Make crate loading fully speculativeVadim Petrochenkov-34/+7
2020-07-18Fix debug assertion in typeckYuki Okushi-0/+36
2020-07-17Rollup merge of #74449 - tmiasko:cmpxchg-test, r=nikomatsakisManish Goregaokar-0/+60
2020-07-17Rollup merge of #74448 - davidtwco:improper-ctypes-definitions-boxes, r=david...Manish Goregaokar-63/+46
2020-07-17Rollup merge of #74444 - Alexendoo:test-69414, r=nikomatsakisManish Goregaokar-2/+5
2020-07-17Rollup merge of #74069 - erikdesjardins:bad-niche, r=nikomatsakisManish Goregaokar-3/+28
2020-07-18Update UB test to fail during build with contant errorsNazım Can Altınova-5/+34
2020-07-17Rollup merge of #74452 - Manishearth:module-type-ns, r=jyn514Manish Goregaokar-0/+18
2020-07-17Rollup merge of #74438 - RalfJung:uninit-lint, r=davidtwcoManish Goregaokar-36/+73
2020-07-17Rollup merge of #74411 - jonas-schievink:unbreak-mir, r=matthewjasperManish Goregaokar-7/+0
2020-07-17Rollup merge of #74364 - lcnr:lazy-norm-tests, r=nikomatsakisManish Goregaokar-0/+36
2020-07-17Rollup merge of #74288 - haraldh:test_aslr, r=petrochenkovManish Goregaokar-1/+1
2020-07-17Rollup merge of #74056 - fusion-engineering-forks:fmt-arguments-as-str, r=Ama...Manish Goregaokar-285/+273
2020-07-17Rollup merge of #74009 - mati865:mingw-tests-implib, r=nikomatsakisManish Goregaokar-54/+40
2020-07-17Rollup merge of #73930 - a1phyr:feature_const_option, r=dtolnayManish Goregaokar-0/+14
2020-07-17Add test for module ambiguityManish Goregaokar-0/+18
2020-07-17Add a test for const unsafe_unreachable that triggers UBNazım Can Altınova-0/+35
2020-07-17Add a passing test for const unsafe_unreachableNazım Can Altınova-0/+17
2020-07-17Generating the coverage mapRich Kadel-22/+255