about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-12-17Auto merge of #56810 - sinkuu:build_match, r=oli-obkbors-0/+168
2018-12-17tidyShotaro Yamada-1/+1
2018-12-17Add MIR testShotaro Yamada-0/+85
2018-12-17Auto merge of #56764 - sinkuu:simpcfg_bb0, r=matthewjasperbors-0/+54
2018-12-17Auto merge of #56642 - nikic:llvm-6, r=alexcrichtonbors-13/+2
2018-12-16Rollup merge of #56850 - alexreg:fix-self-in-typedefs, r=petrochenkovMazdak Farrokhzad-0/+78
2018-12-16Rollup merge of #56793 - QuietMisdreavus:better-doctests, r=GuillaumeGomezMazdak Farrokhzad-0/+30
2018-12-16Rollup merge of #56790 - rust-lang:borrowck-niche-discriminants, r=nikomatsakisMazdak Farrokhzad-7/+60
2018-12-16Rollup merge of #56789 - alexcrichton:simd_select_bitmask, r=rkruppeMazdak Farrokhzad-4/+22
2018-12-16Rollup merge of #56761 - estebank:path-display, r=zackmdavisMazdak Farrokhzad-0/+21
2018-12-16Rollup merge of #56706 - oli-obk:const_unsafe_fn, r=CentrilMazdak Farrokhzad-98/+26
2018-12-16Rollup merge of #56439 - JohnGinger:master, r=nikomatsakisMazdak Farrokhzad-0/+11
2018-12-15Auto merge of #56203 - aheart:master, r=varkorbors-0/+26
2018-12-15Corrected expected test err messages.Alexander Regueiro-10/+10
2018-12-15Added test for issue #56835.Alexander Regueiro-0/+25
2018-12-15Fixed issue #56199.Alexander Regueiro-0/+53
2018-12-15Rollup merge of #56679 - euclio:external-doc-parse, r=estebankPietro Albini-6/+63
2018-12-15Rollup merge of #56677 - aelred:must-use-on-traits, r=estebankPietro Albini-0/+47
2018-12-15Auto merge of #56840 - pietroalbini:rollup, r=pietroalbinibors-4/+156
2018-12-15Rollup merge of #56760 - estebank:dedup-bounds, r=oli-obkPietro Albini-2/+25
2018-12-15Rollup merge of #56755 - estebank:impl-trait-lt-sugg, r=cramertjPietro Albini-0/+55
2018-12-15Rollup merge of #56746 - pnkfelix:issue-56537-add-test-of-closure-using-regio...Pietro Albini-0/+74
2018-12-15Rollup merge of #56738 - turboladen:fix-private_no_mangle_fns-message, r=zack...Pietro Albini-2/+2
2018-12-15Auto merge of #56584 - davidtwco:issue-53990, r=nikomatsakisbors-2/+10
2018-12-15Auto merge of #56540 - oli-obk:less_const_hackery, r=varkorbors-12/+159
2018-12-15Improve `match` MIR generation for rangesShotaro Yamada-0/+83
2018-12-14Auto merge of #56572 - kevgrasso:let_self_err_dev, r=estebankbors-1/+8
2018-12-14rustc: Add an unstable `simd_select_bitmask` intrinsicAlex Crichton-4/+22
2018-12-14Auto merge of #56818 - kennytm:rollup-2, r=kennytmbors-9/+105
2018-12-14add test for parsing comments in doctest headersQuietMisdreavus-0/+30
2018-12-14Rollup merge of #56789 - alexcrichton:simd_select_bitmask, r=rkruppekennytm-4/+74
2018-12-14Rollup merge of #56756 - tromey:Bug-56730-btree-pretty-printer, r=alexcrichtonkennytm-1/+5
2018-12-14Rollup merge of #56748 - kinnison:kinnison/fix-56734, r=dtolnaykennytm-4/+5
2018-12-14Rollup merge of #56695 - varkor:let-exhaustive-range, r=estebankkennytm-0/+8
2018-12-14Rollup merge of #56637 - ollie27:rustdoc_proc_macro_local_reexport, r=QuietMi...kennytm-0/+13
2018-12-14Auto merge of #56568 - notriddle:master, r=alexcrichtonbors-1/+1
2018-12-13debug logging, added conditional error message, tests updatedKevyn Grasso-1/+8
2018-12-14Auto merge of #56351 - davidtwco:issue-55396-stabilize-linker-flavor, r=nagisabors-30/+2
2018-12-13Update panic message to be clearer about env-varsDaniel Silverstone-4/+5
2018-12-13rustc: Add an unstable `simd_select_bitmask` intrinsicAlex Crichton-4/+74
2018-12-13Make determining the discriminant a normal Shallow readMatthew Jasper-7/+60
2018-12-13Wording changesEsteban Küber-2/+2
2018-12-13Update tests to show diagnosticsOliver Scherer-20/+129
2018-12-13Stabilize `linker-flavor` flag.David Wood-30/+2
2018-12-13Make SimplifyCfg collapse goto chains from bb0Shotaro Yamada-0/+54
2018-12-12Suggest using `.display()` when trying to print a `Path`Esteban Küber-0/+21
2018-12-12Deduplicate unsatisfied trait boundsEsteban Küber-2/+25
2018-12-12Disable btree pretty-printers on older gdbsTom Tromey-1/+5
2018-12-12Account for `impl Trait` when suggesting lifetimeEsteban Küber-0/+55
2018-12-12rustc: Switch `extern` functions to abort by default on panicAlex Crichton-3/+17