summary refs log tree commit diff
path: root/src/test/compile-fail/bad-module.rs
AgeCommit message (Expand)AuthorLines
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-05Mark crate metadata with a version tag. Close #3390.Graydon Hoare-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-1/+0
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
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-2/+2
2011-12-02Be less specific in 'unresolved import' error patternsMarijn Haverbeke-1/+1
2011-08-20ReformatBrian Anderson-1/+1
2011-08-18More misc ivec->vec renamingBrian Anderson-2/+2
2011-08-16Rename std::ivec to std::vecBrian Anderson-1/+1
2011-08-12Remove last uses of vec::lenBrian Anderson-3/+3
2011-07-27Reformat for new syntaxMarijn Haverbeke-3/+1
2011-06-14Remove some unnecessary xfailsTim Chevalier-1/+0
2011-05-24Stop showing a 'cyclic import' message for unresolved importsMarijn Haverbeke-2/+2
2011-05-24Improve nonexistent-module error messageTim Chevalier-0/+7