about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-14Call poly_project_and_unify_type on types that contain inference typesAaron Hill-0/+34
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-14use tracking issue instead of original issueAriel Ben-Yehuda-3/+3
2018-12-14add coherence future-compat warnings for marker-only trait objectsAriel Ben-Yehuda-0/+167
2018-12-14process nested obligations in autoderefAriel Ben-Yehuda-0/+34
2018-12-14simplify deprecation and stability renderingAndy Russell-10/+30
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-14fix issue 54153 by ignoring issue-18804 test on windows/mac.Felix S. Klock II-0/+5
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-13Add targets thumbv7neon-linux-androideabi and thumbv7neon-unknown-linux-gnuea...Henri Sivonen-0/+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
2018-12-12Add test of current behavior (infer free region within closure body) previous...Felix S. Klock II-0/+74
2018-12-12Auto merge of #56092 - alexcrichton:no-more-std-subodules, r=Mark-Simulacrumbors-60/+56
2018-12-12Auto merge of #56010 - euclio:intra-doc-spans, r=QuietMisdreavusbors-24/+163
2018-12-11Fix private_no_mangle_fns message grammarSteve Loveless-2/+2
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-60/+56
2018-12-11Auto merge of #53497 - fukatani:test-debuginfo-function-call, r=tromeybors-0/+52
2018-12-11Auto merge of #56243 - RalfJung:test-deterministic, r=alexcrichtonbors-1/+1
2018-12-11Add function call test, Update gdb and test docker image install gdb by ppa.Unknown-0/+52
2018-12-11Update testsvarkor-3/+3
2018-12-11Add a mir-opt testvarkor-0/+37
2018-12-11Restore old match behaviourvarkor-3/+27
2018-12-11Fix some misbehaving testsvarkor-3/+5
2018-12-11Make liveness analysis respect privacyvarkor-2/+3