about summary refs log tree commit diff
path: root/src/test/run-pass/option-ext.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2017-06-13Merge crate `collections` into `alloc`Murarth-2/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-1/+1
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-1/+1
2013-08-17Fix warnings it testsErick Tryzelaar-4/+2
2013-06-10std: replace str::find_str* with a methodHuon Wilson-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+3
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-25use + mode for (almost) everything when not using legacy modesNiko Matsakis-2/+2
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-4/+4
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-1/+1
2012-04-05simplify typing rule for vector addition: use mutability of LHSNiko Matsakis-0/+8