about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-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
2020-07-17Fix various tests to run on windows-gnuMateusz Mikuła-42/+39
2020-07-17Auto merge of #72983 - Lezzz:rename-typeck, r=nikomatsakisbors-234/+234
2020-07-17improper_ctypes_definitions: allow `Box`David Wood-63/+46
2020-07-17Remove invalid testMateusz Mikuła-11/+0
2020-07-17Create implib for dlls when testing MinGW targetsMateusz Mikuła-1/+1
2020-07-17Make fmt::Arguments::as_str() return a 'static str.Mara Bos-285/+273
2020-07-17add test for #62878Bastian Kauschke-0/+48
2020-07-17document test changesErik Desjardins-4/+12
2020-07-17compare tagged/niche-filling layout and pick the best oneErik Desjardins-3/+20
2020-07-17Add regression test for #69414Alex Macleod-2/+5
2020-07-17warn about uninit multi-variant enumsRalf Jung-36/+73
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-234/+234
2020-07-16Update src/test/rustdoc/intra-doc-crate/auxiliary/hidden.rsManish Goregaokar-2/+2
2020-07-16Add test for doc(hidden) intra-doc cross-crate reexportsManish Goregaokar-0/+29
2020-07-16Rollup merge of #74351 - lzutao:remove-rustc-internal-compiler-warns, r=Mark-...Manish Goregaokar-4/+6
2020-07-16Rollup merge of #73269 - mzohreva:mz/sgx-wait-timeout, r=jethrogbManish Goregaokar-5/+2
2020-07-17Test codegen of compare_exchange operationsTomasz Miąsko-0/+60
2020-07-16Fix invalid lintJoshua Nelson-12/+12
2020-07-16Add (broken and ignored) test for #73829Joshua Nelson-2/+4
2020-07-16Support intra-doc links on trait and module re-exportsJoshua Nelson-0/+46
2020-07-16Support intra-doc links on macro re-exportsJoshua Nelson-0/+42
2020-07-16rand -> my_randJoshua Nelson-4/+4
2020-07-16 #![deny(intra_doc_resolution_failure)]Joshua Nelson-0/+12
2020-07-16Add test for submodules in inner crateJoshua Nelson-3/+20
2020-07-16Add test for documenting the re-exportJoshua Nelson-0/+13
2020-07-16Add test for re-exportsJoshua Nelson-0/+28
2020-07-16Add tests for basic intra-doc linksJoshua Nelson-0/+11
2020-07-16Don't assign `()` to `!` MIR localsJonas Schievink-7/+0