summary refs log tree commit diff
path: root/src/test/compile-fail/check-static-values-constraints.rs
AgeCommit message (Expand)AuthorLines
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