about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2017-09-19Adjust dependency-resolution errors to be more consistentSamuel Holland-2/+2
2017-09-19Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnikbors-0/+14
2017-09-16Rollup merge of #44590 - oli-obk:allow_unused_mut_on_vars, r=eddybAlex Crichton-0/+8
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-44/+5
2017-09-16`--cap-lints allow` switches off `can_emit_warnings`Zack M. Davis-0/+22
2017-09-15Get `allow(unused_mut)` to work on `let` bindingsOliver Schneider-0/+8
2017-09-13honor #[rustc_const_unstable] attributesAlex Burka-2/+52
2017-09-13Auto merge of #44456 - eddyb:stable-drop-const, r=nikomatsakisbors-80/+7
2017-09-12Auto merge of #44275 - eddyb:deferred-ctfe, r=nikomatsakisbors-11/+35
2017-09-11Auto merge of #44442 - Aaron1011:promote-static-ref, r=eddybbors-0/+16
2017-09-11rustc: evaluate fixed-length array length expressions lazily.Eduard-Mihai Burtescu-11/+35
2017-09-10Auto merge of #44079 - gaurikholkar:named_conf, r=nikomatsakisbors-20/+16
2017-09-10Rollup merge of #44464 - Dushistov:master, r=alexcrichtonGuillaume Gomez-0/+16
2017-09-10Rollup merge of #44332 - tirr-c:issue-44021, r=petrochenkovGuillaume Gomez-0/+16
2017-09-10Rollup merge of #44262 - alexcrichton:repr-128-gate, r=nikomatsakisGuillaume Gomez-0/+17
2017-09-09add test for #41229Evgeniy A. Dushistov-0/+16
2017-09-09Don't promote references to statics that occur in non-static locationsAaron Hill-0/+16
2017-09-09Stabilize drop_types_in_const.Eduard-Mihai Burtescu-80/+7
2017-09-09Auto merge of #44212 - eddyb:drop-const, r=nikomatsakisbors-3/+10
2017-09-09adding E0623 for LateBound regionsgaurikholkar-20/+16
2017-09-08Auto merge of #44142 - alexcrichton:dllimport-query, r=nikomatsakisbors-12/+28
2017-09-07Auto merge of #43931 - eddyb:const-local-key, r=alexcrichtonbors-1/+1
2017-09-06Rollup merge of #44317 - Dushistov:master, r=arielb1Mark Simulacrum-0/+13
2017-09-05add feature gate doc_masked and testsQuietMisdreavus-0/+14
2017-09-05Fix misdetection of upstream intercrate ambiguity.Masaki Hara-2/+2
2017-09-05Add downstream tests for intercrate ambiguity hints.Masaki Hara-0/+64
2017-09-05Print more detailed trait-ref for intercrate ambiguity.Masaki Hara-4/+4
2017-09-05Add tests for intercrate ambiguity hints.Masaki Hara-1/+88
2017-09-05rustc: Move stability functionality into queriesAlex Crichton-12/+22
2017-09-05rustc: Remove lang item methods from CrateStoreAlex Crichton-0/+2
2017-09-05rustc: Remove a number of mutable fields in cstoreAlex Crichton-0/+4
2017-09-05Expect pipe symbol after closure parameter listsWonwoo Choi-0/+16
2017-09-05Auto merge of #44248 - oli-obk:spans, r=jseyfriedbors-0/+5
2017-09-04Add test for #22706Evgeniy A. Dushistov-0/+13
2017-09-04Produce expansion info for more builtin macrosOliver Schneider-0/+5
2017-09-04Make the LocalKey facade of thread_local! inlineable cross-crate.Eduard-Mihai Burtescu-1/+1
2017-09-03Auto merge of #44261 - alexcrichton:u128-ffi-unsafe, r=eddybbors-1/+3
2017-09-03implement improved on_unimplemented directivesAriel Ben-Yehuda-1/+1
2017-09-02Allow Drop types in const's too, with #![feature(drop_types_in_const)].Eduard-Mihai Burtescu-3/+10
2017-09-01rustc: Flag {i,u}128 as unsafe for FFIAlex Crichton-1/+3
2017-09-01rustc: Separately feature gate repr(i128)Alex Crichton-0/+17
2017-09-01Implement RFC 1925Matt Ickstadt-0/+36
2017-08-30Auto merge of #43932 - eddyb:const-scoping, r=nikomatsakisbors-1/+28
2017-08-30Auto merge of #43880 - arielb1:noninvasive-probe, r=nikomatsakisbors-15/+0
2017-08-29remove the hacky selection impl in `method::probe`Ariel Ben-Yehuda-15/+0
2017-08-29Auto merge of #44111 - zackmdavis:feature_attr_error_span, r=nikomatsakisbors-12/+10
2017-08-28feature error span on attr. for fn_must_use, SIMD/align, macro reëxportZack M. Davis-12/+10
2017-08-28rustc_mir: conservatively deny non-noop drops in constant contexts.Eduard-Mihai Burtescu-1/+28
2017-08-28Merge branch 'master' of https://github.com/rust-lang/rust into genJohn Kåre Alsaker-5/+60
2017-08-27Address review comments, second turnTatsuyuki Ishi-1/+13