summary refs log tree commit diff
path: root/src/test/run-pass/log-str.rs
AgeCommit message (Expand)AuthorLines
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-1/+1
2012-06-28Make a bunch of tests stop using the deprecated vector syntax.Michael Sullivan-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-1/+1
2012-06-18Use unboxed vecs for string shape glue.Michael Sullivan-1/+1
2012-06-12Introduce a SHAPE_UNBOXED_VEC shape in order to seperate out vector logic.Michael Sullivan-2/+2
2012-01-11add a log_str() function and allow '%?' in fmt strings to use itNiko Matsakis-0/+4