about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-04-13bless mir opt testsBastian Kauschke-157/+730
2020-04-13allow const generics in const fnBastian Kauschke-17/+4
2020-04-13Auto merge of #71105 - Dylan-DPC:rollup-nezezxr, r=Dylan-DPCbors-69/+287
2020-04-13Rollup merge of #71087 - JohnTitor:impl-self-ty, r=eddybDylan DPC-4/+4
2020-04-13Rollup merge of #71051 - ryr3:fix_try_into, r=estebankDylan DPC-65/+283
2020-04-13Add test case for type aliasing `impl Sized`Samrat Man Singh-0/+17
2020-04-13Auto merge of #70989 - eddyb:mir-opt-32-pr-ci, r=Mark-Simulacrumbors-1/+78
2020-04-13Add proper explanation of error code E0657PankajChaudhary5-0/+1
2020-04-13Remove `FnCtxt::impl_self_ty`Yuki Okushi-4/+4
2020-04-13Auto merge of #71023 - mati865:mingw-unwind-linking-cleanup, r=Amanieubors-0/+12
2020-04-12Rollup merge of #71064 - dwrensha:issue-69130, r=eddybDylan DPC-1/+29
2020-04-12Rollup merge of #67766 - sapir:fix-unused-in-or-pattern-warning, r=matthewjasperDylan DPC-26/+180
2020-04-12fix issue 69130David Renshaw-1/+29
2020-04-12Add long error explanation for E0708 #61137bishtpawan-0/+1
2020-04-12Add blessed tests after compiler message fixYashhwanth Ram-65/+225
2020-04-12Fix order of comparison and remove incorrect case for ints in typeck/demand.rsYashhwanth Ram-0/+58
2020-04-12Auto merge of #69707 - estebank:impl-trait-missing-bounds, r=Centrilbors-3/+125
2020-04-12Auto merge of #69926 - RoccoDev:master, r=estebank,varkorbors-129/+491
2020-04-11fix rebaseEsteban Küber-5/+5
2020-04-11Try to use the first char in the trait name as type paramEsteban Küber-6/+6
2020-04-11Account for existing names when suggesting adding a type paramEsteban Küber-8/+30
2020-04-11Account for type params with boundsEsteban Küber-1/+24
2020-04-11Handle `impl Trait` where `Trait` has an assoc type with missing boundsEsteban Küber-0/+77
2020-04-11Auto merge of #71031 - Dylan-DPC:rollup-zr8hh86, r=Dylan-DPCbors-27/+32
2020-04-11[windows] Add testcase to make sure executables are self-containedMateusz Mikuła-0/+12
2020-04-11Rollup merge of #71021 - robojumper:71000-mir-assert-syntax, r=jonas-schievinkDylan DPC-24/+24
2020-04-11Rollup merge of #71020 - pyfisch:unicode-version, r=sfacklerDylan DPC-2/+2
2020-04-11Rollup merge of #70937 - mati865:mingw-staticlib-suffix, r=petrochenkovDylan DPC-1/+6
2020-04-11Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakisbors-2/+1
2020-04-11rustc: Add a warning count upon completionRoccoDev-129/+491
2020-04-11Use write!-style syntax for MIR assert terminatorrobojumper-24/+24
2020-04-11Store UNICODE_VERSION as a tuplePyfisch-2/+2
2020-04-11tests: add missing `// no-system-llvm` annotation to #69841 test.Eduard-Mihai Burtescu-0/+1
2020-04-11tests: don't use only-64bit in mir-opt tests.Eduard-Mihai Burtescu-1/+77
2020-04-11Auto merge of #69573 - pnkfelix:issue-53114-add-tests, r=Centrilbors-0/+300
2020-04-11Rollup merge of #70982 - ldm0:fncoerce, r=eddybMazdak Farrokhzad-0/+14
2020-04-11Rollup merge of #70957 - oli-obk:lazy_repeat_length_eval_ice, r=matthewjasperMazdak Farrokhzad-0/+10
2020-04-11Rollup merge of #69573 - pnkfelix:issue-53114-add-tests, r=CentrilMazdak Farrokhzad-0/+300
2020-04-10Auto merge of #70994 - Centril:rollup-lftv0a3, r=Centrilbors-351/+499
2020-04-10--bless youMazdak Farrokhzad-8/+8
2020-04-10Rollup merge of #70938 - tmiasko:thread-test-case, r=hanna-kruppeMazdak Farrokhzad-0/+57
2020-04-10Rollup merge of #69745 - estebank:predicate-obligations-3, r=nikomatsakis,eddybMazdak Farrokhzad-351/+442
2020-04-10Auto merge of #66605 - GuillaumeGomez:drop-python2, r=Mark-Simulacrumbors-1/+1
2020-04-10copy test cases to `if let` as well.Felix S. Klock II-2/+59
2020-04-10Update src/test/ui/binding/issue-53114-safety-checks.rsFelix S Klock II-1/+1
2020-04-10Update src/test/ui/binding/issue-53114-borrow-checks.rsFelix S Klock II-1/+1
2020-04-10tests encoding current behavior for various cases of "binding" to _.Felix S. Klock II-0/+243
2020-04-10Add ThreadSanitizer test caseTomasz Miąsko-0/+57
2020-04-10Enforce Python 3 as much as possibleGuillaume Gomez-1/+1
2020-04-10Tidy fixDonough Liu-1/+1