about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2018-08-21Auto merge of #53530 - kennytm:rollup, r=kennytmbors-18/+19
2018-08-21Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJungkennytm-6/+6
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-10/+10
2018-08-20Removed `raw_identifiers` feature gate.Alexander Regueiro-13/+0
2018-08-20Replace usages of ptr::offset with ptr::{add,sub}.Corey Farwell-6/+6
2018-08-19Stabilize macro_vis_matcherJakub Kozlowski-2/+3
2018-08-19Fix typos found by codespell.Matthias Krüger-10/+10
2018-08-19Implement simple codegen for unsized rvalues.Masaki Hara-0/+98
2018-08-18Auto merge of #53324 - alexreg:self_in_typedefs, r=eddybbors-0/+40
2018-08-18Added tests.Alexander Regueiro-0/+40
2018-08-17Auto merge of #50911 - petrochenkov:macuse, r=alexcrichtonbors-56/+51
2018-08-17Rollup merge of #53413 - eddyb:featured-in-the-latest-edition, r=varkorCorey Farwell-1/+1
2018-08-17Fix undesirable falloutVadim Petrochenkov-51/+51
2018-08-17Stabilize `use_extern_macros`Vadim Petrochenkov-5/+0
2018-08-17rustc_resolve: don't allow paths starting with `::crate`.Eduard-Mihai Burtescu-3/+4
2018-08-17rustc_resolve: overhaul `#![feature(uniform_paths)]` error reporting.Eduard-Mihai Burtescu-1/+8
2018-08-16tests: prefer edition: directives to compile-flags:--edition.Eduard-Mihai Burtescu-1/+1
2018-08-15Auto merge of #53133 - Zoxc:gen-int, r=eddybbors-0/+35
2018-08-15Auto merge of #53212 - sunjay:nll-raw-cast, r=nikomatsakisbors-0/+35
2018-08-14Rollup merge of #53208 - BurntPizza:protect-the-environment, r=alexcrichtonkennytm-0/+29
2018-08-14Auto merge of #53335 - eddyb:issue-53333, r=petrochenkovbors-0/+17
2018-08-14rustc_resolve: crates only exist in the type namespace.Eduard-Mihai Burtescu-0/+17
2018-08-14Auto merge of #52895 - draganmladjenovic:minmax_qnan, r=alexcrichtonbors-0/+7
2018-08-14#[feature(uniform_paths)]: allow `use x::y;` to resolve through `self::x`, no...Taylor Cramer-0/+301
2018-08-14rustc_resolve: fix special-case for one-segment import paths.Eduard-Mihai Burtescu-0/+110
2018-08-09Don't panic on std::env::vars() when env in null.BurntPizza-0/+29
2018-08-09Added regression test for NLL raw pointer cast bugSunjay Varma-0/+35
2018-08-07Rollup merge of #53093 - 0e4ef622:issue-52169-fix, r=petrochenkovkennytm-0/+24
2018-08-07Rollup merge of #53068 - MajorBreakfast:spawn, r=cramertjkennytm-13/+13
2018-08-07Record adjustments and original type for expressions in the generator interiorJohn Kåre Alsaker-0/+35
2018-08-07Auto merge of #51007 - AstralSorcerer:master, r=nagisabors-1/+1
2018-08-06Rename Executor trait to SpawnJosef Reinhard Brandl-13/+13
2018-08-05Enable macros to pass $:literal to another macroMatthew Tran-0/+24
2018-08-05Fix 2018 edition testsvarkor-12/+1
2018-08-05Remove references to unknown feature `io`varkor-7/+1
2018-08-05Fix stage 2 testsvarkor-0/+3
2018-08-05Fix run-pass-fulldeps testsvarkor-68/+2
2018-08-05Convert unknown_features lint into an errorvarkor-312/+3
2018-08-05Remove panic-runtime opt-outvarkor-9/+0
2018-08-05Fix test/run-passvarkor-85/+36
2018-08-05Remove unnecessary or invalid feature attributesvarkor-1/+1
2018-08-02Auto merge of #52890 - djrenren:test-visibility, r=petrochenkovbors-0/+38
2018-08-01Rollup merge of #52915 - Zoxc:refine-gen-borrow-analysis, r=eddybPietro Albini-0/+25
2018-08-01Rollup merge of #52876 - cuviper:const-endianness-be, r=kennytmPietro Albini-1/+1
2018-08-01Make sure we prepare for thin LTO whenever we are emitting bitcodeColin Pronovost-1/+1
2018-07-31Auto merge of #52234 - petrochenkov:macuse2, r=Mark-Simulacrumbors-0/+22
2018-07-31Don't count MIR locals as borrowed after StorageDead when finding locals live...John Kåre Alsaker-0/+25
2018-07-31run-pass/simd-intrinsic-float-minmax: Force use of qNaN on Mipsdragan.mladjenovic-0/+7
2018-07-30Just tidying upJohn Renner-3/+8
2018-07-30Reexport tests without polluting namespacesJohn Renner-0/+33