about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-06-08Rollup merge of #72912 - GuillaumeGomez:add-e0755, r=estebankDylan DPC-0/+20
2020-06-08Rollup merge of #73001 - ilya-bobyr:master, r=dtolnayRalf Jung-1/+10
2020-06-08Rollup merge of #72799 - Aaron1011:feature/span-debug, r=petrochenkovRalf Jung-0/+207
2020-06-08Rollup merge of #72026 - botika:master, r=estebankRalf Jung-1/+108
2020-06-08Auto merge of #73046 - marmeladema:save-analysis-fix-path, r=Xanewokbors-0/+27
2020-06-07Add tests for E0758Guillaume Gomez-0/+20
2020-06-07Free `default()` forwarding to `Default::default()`Ilya Bobyr-1/+10
2020-06-06Order the Rust and C ABIs first to reduce test churnJake Goulding-12/+12
2020-06-06save_analysis: fix panic in `write_sub_paths_truncated`marmeladema-0/+14
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-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-04Add `-Z span-debug` to allow for easier debugging of proc macrosAaron Hill-0/+207
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-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-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-02Improve E0433, so that it suggests missing importsPatryk Wychowaniec-6/+68
2020-06-02update testsBastian Kauschke-6/+32
2020-06-02add WellFormedConst predicateBastian Kauschke-10/+140
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-01test miri-unleash TLS accessesRalf Jung-3/+55
2020-06-01Add test for #72554.Esteban Küber-0/+33
2020-05-31Correct generic parameter ordering in error notecamelid-2/+2
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 #72637 - euclio:env-hygiene, r=davidtwcoRalf Jung-0/+8
2020-05-30Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkovRalf Jung-12/+133