summary refs log tree commit diff
path: root/src/test/run-pass/mod-view-items.rs
AgeCommit message (Collapse)AuthorLines
2012-03-13Overhaul constructor naming in libsBrian Anderson-1/+1
2012-01-21issue #1352: change param order on vec::init_elt, putting block in final ↵Graham Fawcett-1/+1
position. To match the init_fn() and init_fn_mut() changes.
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+1
2011-08-16Port the tests to the typaram foo<T> syntax.Erick Tryzelaar-1/+1
2011-08-16Rename std::ivec to std::vecBrian Anderson-2/+2
2011-08-12Convert run-pass/mod-view-items to ivecsBrian Anderson-2/+2
2011-07-27Reformat for new syntaxMarijn Haverbeke-6/+4
2011-06-30Pretty-print view items in mod itemsBrian Anderson-0/+15
For mods that aren't defined at the file level we were forgetting to print the view items so, e.g. 'mod { use std; }' would not print correctly.