about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-03-30Add a testJonas Schievink-0/+23
2020-03-30rustc -> rustc_middle part 5 -- fix testsMazdak Farrokhzad-24/+24
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-3/+3
2020-03-29Auto merge of #70009 - estebank:sugg-bound, r=Centrilbors-492/+377
2020-03-29Tweak `suggest_constraining_type_param`Esteban Küber-492/+377
2020-03-29Rollup merge of #70540 - jonas-schievink:link-attr-template, r=varkorDylan DPC-2/+2
2020-03-29add a build-pass test for issue 62220Dodo-0/+22
2020-03-29#[link]: mention wasm_import_module instead of cfgJonas Schievink-2/+2
2020-03-29Rollup merge of #68692 - jyn514:vec-from-array, r=LukasKalbertodtMazdak Farrokhzad-7/+25
2020-03-29Auto merge of #70370 - petrochenkov:nosmatch, r=Centrilbors-33/+33
2020-03-28Auto merge of #66938 - GuillaumeGomez:lint-for-no-crate-level-doc, r=Dylan-DPCbors-0/+15
2020-03-28Rollup merge of #70418 - PankajChaudhary5:master, r=Dylan-DPCDylan DPC-0/+2
2020-03-28Auto merge of #70261 - Centril:angle-args-partition, r=varkorbors-69/+152
2020-03-28Auto merge of #70095 - jsgf:link-native, r=nagisabors-0/+8
2020-03-27Rollup merge of #70457 - Centril:non-exhaustive-scrutinee-type, r=estebankMazdak Farrokhzad-0/+263
2020-03-27Rollup merge of #70434 - Centril:fix-34421, r=estebankMazdak Farrokhzad-0/+55
2020-03-27Rollup merge of #70345 - nnethercote:rm-no_integrated_as, r=alexcrichtonMazdak Farrokhzad-11/+0
2020-03-27add the label back but make it shorterMazdak Farrokhzad-16/+32
2020-03-27Implement -Zlink-native-librariesJeremy Fitzhardinge-0/+8
2020-03-27Auto merge of #69916 - oli-obk:mir_bless, r=eddybbors-138/+795
2020-03-27Auto merge of #70282 - ssomers:btreemap_gdb_pretty_print, r=Mark-Simulacrumbors-4/+15
2020-03-27address some review commentsMazdak Farrokhzad-81/+56
2020-03-27parse: improve recovery for assoc eq constraints.Mazdak Farrokhzad-0/+68
2020-03-27parse: move constraint/arg restriction to ast_validation.Mazdak Farrokhzad-71/+95
2020-03-27suggest semi on expr mac!() good as stmt mac!().Mazdak Farrokhzad-0/+55
2020-03-27non-exhastive diagnostic: add note re. scrutinee typeMazdak Farrokhzad-0/+263
2020-03-27Auto merge of #68404 - Amanieu:llvm-asm, r=estebankbors-402/+422
2020-03-27Remove `no_integrated_as` mode.Nicholas Nethercote-11/+0
2020-03-27Rollup merge of #70435 - Alexendoo:test-66706, r=CentrilDylan DPC-0/+45
2020-03-27Rollup merge of #70344 - Centril:hir-pretty, r=eddybDylan DPC-9/+9
2020-03-27Rollup merge of #69936 - Aaron1011:fix/suggestion-cycle, r=varkorDylan DPC-0/+71
2020-03-26Test and fix gdb pretty printing againStein Somers-4/+15
2020-03-26Rollup merge of #70428 - Centril:move-to-mod, r=petrochenkovDylan DPC-0/+89
2020-03-26Rollup merge of #70413 - AminArria:match-pattern-incorrect-warning, r=Centril...Dylan DPC-0/+22
2020-03-26Add regression test for #66706Alex Macleod-0/+45
2020-03-26Update tests to use llvm_asm!Amanieu d'Antras-400/+420
2020-03-26Rename asm! to llvm_asm!Amanieu d'Antras-2/+2
2020-03-26Add tests based on issue #70372 commentsAmin Arria-0/+22
2020-03-26Enable `--bless`ing of MIR dumpsOliver Scherer-138/+795
2020-03-26error_bad_item_kind: add help textMazdak Farrokhzad-0/+89
2020-03-26Rollup merge of #70417 - rakshith-ravi:master, r=CentrilMazdak Farrokhzad-0/+36
2020-03-26Rollup merge of #70411 - ogoffart:fix-62691, r=eddybMazdak Farrokhzad-0/+7
2020-03-26wip pacify the merciless ui testsNiko Matsakis-1/+1
2020-03-26add test for negative specializes negativeNiko Matsakis-0/+13
2020-03-26move stderr file tooNiko Matsakis-0/+0
2020-03-26give the negative-impls-builtin test a more sensible nameNiko Matsakis-0/+0
2020-03-26comment the `typeck-negative-impls-builtin` testNiko Matsakis-0/+3
2020-03-26move feature-gate-negative-impls test to traits/negative-implsNiko Matsakis-0/+0
2020-03-26create a tracking issue and link to itNiko Matsakis-3/+3
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-96/+159