about summary refs log tree commit diff
path: root/src/test/compile-fail/check-static-values-constraints.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-123/+0
2017-09-09Stabilize drop_types_in_const.Eduard-Mihai Burtescu-26/+1
2017-08-28rustc_mir: conservatively deny non-noop drops in constant contexts.Eduard-Mihai Burtescu-1/+2
2017-08-09rustc: Rearchitect lints to be emitted more eagerlyAlex Crichton-0/+1
2017-01-12Mark even more tests as gate testsest31-0/+2
2016-05-07Implement RFC 1440 "Allow Drop types in statics/const functions".Eduard Burtescu-13/+13
2016-05-07test: adjust for the move to MIR-based const checking.Eduard Burtescu-0/+1
2015-05-21Make various fixes:Niko Matsakis-1/+1
2015-02-16rustc: merge check_static into check_const.Eduard Burtescu-7/+8
2015-01-08Update compile fail tests to use isize.Huon Wilson-4/+4
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+2
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-17/+21
2014-10-09test: Convert statics to constantsAlex Crichton-23/+27
2014-10-02tests: remove uses of Gc.Eduard Burtescu-4/+0
2014-08-09Fix misspelled comments for tests.Joseph Crail-1/+1
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-07-04librustc: Remove the `&LIFETIME EXPR` production from the language.Patrick Walton-2/+2
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-9/+10
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-2/+5
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-5/+6
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-4/+6
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-20Allow static items that don't fulfill `Freeze`Flavio Percoco-24/+0
2014-02-27Immutable static items should be `Freeze` Fixes #12432Flavio Percoco-0/+26
2014-02-27Forbid certain types for static itemsFlavio Percoco-0/+128