about summary refs log tree commit diff
path: root/src/test/run-pass/new-box-syntax.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-04-03Remove all unstable placement featuresAidan Hobson Sayers-8/+2
2015-09-24Remove the deprecated box(PLACE) syntax.Eduard Burtescu-3/+3
2015-07-23fix pretty printing tests by opting into the features that the expanded code ...Felix S. Klock II-0/+4
2015-07-22refine set of allowed warnings in `new-box-syntax.rs` test.Felix S. Klock II-1/+1
2015-07-22Add actual use of the `struct Structure` lying dormant in `new-box-syntax.rs`.Felix S. Klock II-0/+5
2015-07-22Add new feature gate opt-in necessary for `new-box-syntax.rs`.Felix S. Klock II-0/+1
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-2/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-5/+5
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-01-30Remove all `i` suffixesTobias Bucher-4/+4
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+1
2015-01-08run-pass tests: Add feature attributes to enable box pat/expr syntax in vario...Felix S. Klock II-0/+2
2014-10-02tests: remove uses of Gc.Eduard Burtescu-8/+1
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-2/+1
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-6/+6
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-4/+4
2014-02-07Added tests to make tidyDerek Guenther-0/+10
2014-01-09librustc: Implement placement `box` for GC and unique pointers.Patrick Walton-2/+20
2013-12-15libstd: Fix merge fallout.Patrick Walton-1/+1
2013-12-15libsyntax: Implement the new `box` syntax for unique pointers.Patrick Walton-0/+8