summary refs log tree commit diff
path: root/src/test/run-pass/struct-order-of-eval-1.rs
AgeCommit message (Expand)AuthorLines
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-09For FRU, evaluate field expressions (into scratch temps) before base expression.Felix S. Klock II-1/+2
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
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-3/+9
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2013-08-17Fix warnings it testsErick Tryzelaar-2/+0
2013-07-23std: remove str::to_owned and str::raw::slice_bytes_ownedErick Tryzelaar-1/+1
2013-06-13Revert "std: convert {vec,str}::to_owned to methods."Brian Anderson-1/+1
2013-06-12std: convert {vec,str}::to_owned to methods.Huon Wilson-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-10renamed str::from_slice to str::to_ownedYoungsoo Son-1/+1
2013-03-06Add regression tests for a subtle aspect of expr_struct translation.Jed Davis-0/+16