about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-04-11Auto merge of #69573 - pnkfelix:issue-53114-add-tests, r=Centrilbors-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-10Rollup merge of #70913 - eddyb:rc-arc-diagnostic-items, r=matthewjasperMazdak Farrokhzad-7/+7
2020-04-10Rollup merge of #70784 - estebank:suggest-type-fundamental-method, r=matthewj...Mazdak Farrokhzad-2/+16
2020-04-09Consider methods on fundamental `impl` when method is not found on numeric typeEsteban Küber-2/+16
2020-04-09Rollup merge of #70939 - varkor:const-generics-regression-tests, r=CentrilMazdak Farrokhzad-0/+64
2020-04-09Add regression test for #61522varkor-0/+40
2020-04-09Add regression test for #66596varkor-0/+24
2020-04-09Rollup merge of #70918 - tobithiel:fix_forbid_override, r=davidtwcoMazdak Farrokhzad-0/+17
2020-04-09Rollup merge of #70916 - Centril:track-caller-ffi, r=eddybMazdak Farrokhzad-21/+78
2020-04-09Rollup merge of #70822 - jonas-schievink:curse-of-the-recursion, r=ecstatic-m...Mazdak Farrokhzad-0/+18
2020-04-09Rollup merge of #70367 - nikomatsakis:issue-69307, r=Aaron1011Mazdak Farrokhzad-0/+53
2020-04-09track_caller: support on FFI importsMazdak Farrokhzad-18/+50
2020-04-09Auto merge of #70936 - Dylan-DPC:rollup-2ng3e5h, r=Dylan-DPCbors-34/+93
2020-04-08Small tweaks to required bound spanEsteban Küber-321/+318
2020-04-08Use `PredicateObligation`s instead of `Predicate`sEsteban Küber-91/+185
2020-04-08Rollup merge of #70912 - estebank:reduce-type-param-sugg-verbosity, r=davidtwcoDylan DPC-8/+0
2020-04-08Rollup merge of #70906 - gizmondo:66107, r=estebankDylan DPC-25/+56
2020-04-08Rollup merge of #70828 - ollie27:rustdoc_external_macro_src, r=eddybDylan DPC-1/+37
2020-04-08Auto merge of #70721 - anyska:bless-all-mir-opt, r=oli-obkbors-4139/+10197
2020-04-08Add ignore-wasm32-bare to mir-opt tests that need it.Ana-Maria Mihalache-338/+340
2020-04-08rustdoc: Don't try to load source files from external cratesOliver Middleton-1/+37
2020-04-08Rollup merge of #70789 - lcnr:macros, r=varkorDylan DPC-22/+49
2020-04-08Suggest move for closures and async blocks in more cases.Alex Aktsipetrov-25/+56
2020-04-08Replace "rc"/"arc" lang items with Rc/Arc diagnostic items.Eduard-Mihai Burtescu-7/+7
2020-04-07rustc_session: forbid lints override regardless of positionTobias Thiel-0/+17
2020-04-08track_caller: harden naked interactionsMazdak Farrokhzad-3/+28
2020-04-07Do not suggest adding type param when `use` is already suggestedEsteban Küber-8/+0
2020-04-07Remove old mir-opt test format.Ana-Maria Mihalache-80/+2
2020-04-07Normalize away pairs of line:col numbers.Ana-Maria Mihalache-166/+166
2020-04-07Add EMIT_MIR_FOR_EACH_BIT_WIDTH to tests that need it.Ana-Maria Mihalache-488/+1855
2020-04-07--bless more mir-opt tests.Ana-Maria Mihalache-1013/+2254
2020-04-07remove false positives of unused_bracesBastian Kauschke-22/+49
2020-04-07--bless all mir-opt tests.Ana-Maria Mihalache-3046/+6572
2020-04-07Rollup merge of #70857 - faern:use-assoc-int-float-consts, r=dtolnayDylan DPC-1/+1
2020-04-07Rollup merge of #70846 - tmiasko:compiler-builtins-codegen-units, r=alexcrichtonDylan DPC-0/+40
2020-04-07Auto merge of #70164 - eddyb:walk-generic-arg, r=nikomatsakisbors-2/+2
2020-04-07Use assoc integer constants in librustc_*Linus Färnstrand-1/+1
2020-04-06traits/coherence: stop using `Ty::walk_shallow`.Eduard-Mihai Burtescu-2/+2
2020-04-06add nested regression testNiko Matsakis-0/+30