about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-06-07Rollup merge of #72989 - pnkfelix:revert-pr-71840, r=matthewjasperDylan DPC-841/+995
2020-06-06save_analysis: fix panic in `write_sub_paths_truncated`marmeladema-0/+14
2020-06-06Fix #[thread_local] statics as asm! sym operandsAmanieu d'Antras-5/+47
2020-06-06fixup! Add regression test for const generic ICE in #72819Ayaz Hafiz-1/+2
2020-06-06Add regression test for const generic ICE in #72819Ayaz Hafiz-0/+26
2020-06-06Fix link error with #[thread_local] introduced by #71192Amanieu d'Antras-0/+12
2020-06-06Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrumbors-42/+41
2020-06-06save_analysis: fix ice in `get_expr_data`marmeladema-0/+13
2020-06-05Auto merge of #72982 - tblah:riscv-ui-tests, r=estebankbors-65/+83
2020-06-05Ignore windows in the test.Felix S. Klock II-0/+5
2020-06-05Make `need_type_info_err` more conservativeNathan Corbyn-8/+163
2020-06-05Rollup merge of #73019 - matthiaskrgr:test_72960, r=XanewokDylan DPC-1/+3
2020-06-05Rollup merge of #72260 - csmoe:issue-69276, r=estebankDylan DPC-4/+6
2020-06-05add test for #72960Matthias Krüger-1/+3
2020-06-04Treat selection error as ambiguous when error type is presentAaron Hill-181/+9
2020-06-04Don't create impl candidates when obligation contains errorsAaron Hill-0/+28
2020-06-04Add `-Z span-debug` to allow for easier debugging of proc macrosAaron Hill-0/+207
2020-06-04further bless tests.Felix S. Klock II-19/+19
2020-06-04Revert "Defer creating drop trees in MIR lowering until leaving that scope"Felix S. Klock II-3/+3
2020-06-04Revert "Bless mir-opt tests"Felix S. Klock II-819/+973
2020-06-04resolve: Sort E0408 errors by Symbol strTom Eccles-23/+23
2020-06-04test: ui: skip tests which aren't appropriate for RISC-VTom Eccles-42/+60
2020-06-04run-make regression test for issue #70924.Felix S. Klock II-0/+42
2020-06-04test: codegen: skip catch-unwind on riscv64Tom Eccles-0/+9
2020-06-04test: codegen: Add riscv abi llvm intrinsics testTom Eccles-0/+32
2020-06-04test: codegen: riscv64-abi: print value numbers for unnamed func argsTom Eccles-41/+41
2020-06-04test: codegen: skip tests inappropriate for riscv64Tom Eccles-0/+11
2020-06-04Rollup merge of #72923 - Patryk27:fix/52468, r=estebankDylan DPC-6/+68
2020-06-04Rollup merge of #72718 - estebank:impl-trait-obligation-failure, r=matthewjasperDylan DPC-0/+33
2020-06-04resolve error code e0760csmoe-4/+4
2020-06-03Rollup merge of #72900 - jsgf:no-unused-pathless, r=petrochenkovDylan DPC-0/+12
2020-06-03Ensure stack when building MIR for matchesSimonas Kazlauskas-0/+5208
2020-06-03Auto merge of #70107 - lcnr:issue68977, r=eddybbors-16/+172
2020-06-03Rollup merge of #72902 - cuviper:fuse-covariant, r=nikomatsakisDylan DPC-2/+3
2020-06-03Rollup merge of #72848 - camelid:fix-72815, r=varkorDylan DPC-2/+2
2020-06-03Rollup merge of #72820 - jonas-schievink:instcombine-uninit, r=oli-obkDylan DPC-4/+17
2020-06-03Update fulldeps tests and clippyVadim Petrochenkov-30/+29
2020-06-02Improve E0433, so that it suggests missing importsPatryk Wychowaniec-6/+68
2020-06-02Rename the crates in source codeVadim Petrochenkov-12/+12
2020-06-02update testsBastian Kauschke-6/+32
2020-06-02add WellFormedConst predicateBastian Kauschke-10/+140
2020-06-02compiletest: Add name directive for remote runnersTom Eccles-0/+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-01Add a test to ensure Fuse stays covariantJosh Stone-2/+3
2020-06-01Don't count pathless --extern options for unused-crate-dependencies warningsJeremy Fitzhardinge-0/+12
2020-06-02Fix commentRalf Jung-1/+1
2020-06-02normalize adt fields during structural match checkBastian Kauschke-0/+23