summary refs log tree commit diff
path: root/src/compiletest/errors.rs
AgeCommit message (Expand)AuthorLines
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-2/+2
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-2/+2
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-5/+5
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-5/+5
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-4/+4
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-2/+0
2012-02-23Finish cleanup of core::strMarijn Haverbeke-1/+1
2012-02-23(core::str) remove len_bytes aliasKevin Cantu-2/+2
2012-02-23(core::str) replace uses of unsafe::slice_bytes; replace find[_from]_bytes wi...Kevin Cantu-3/+3
2012-02-13(core::str) add find_bytes and export it...Kevin Cantu-3/+5
2012-02-12(core::str) rename byte_len -> len_bytes and rename char_len -> lenKevin Cantu-2/+2
2012-02-01Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes andKevin Cantu-2/+2
2012-02-01Propagating unsafe::slice 3Kevin Cantu-3/+3
2012-01-11Major clean-up of std::ioMarijn Haverbeke-2/+1
2012-01-04extend tester so that error msgs can be attached to linesNiko Matsakis-0/+54