Paul Stansifer
|
29f32b4a72
|
m1!{...} -> m1!(...)
|
2012-08-23 11:14:14 -07:00 |
|
Paul Stansifer
|
a9cc5066ee
|
Change syntax extension syntax: #m[...] -> m!{...} .
|
2012-07-30 18:38:15 -07:00 |
|
Michael Sullivan
|
92743dc2a6
|
Move the world over to using the new style string literals and types. Closes #2907.
|
2012-07-14 01:03:43 -07:00 |
|
Michael Sullivan
|
98e161f00e
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
Michael Sullivan
|
e7760470b4
|
Make a bunch of tests stop using the deprecated vector syntax.
|
2012-06-28 17:33:15 -07:00 |
|
Michael Sullivan
|
329eca6044
|
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
|
2012-06-25 20:00:46 -07:00 |
|
Michael Sullivan
|
797856cbde
|
Use unboxed vecs for string shape glue.
|
2012-06-18 15:54:37 -07:00 |
|
Michael Sullivan
|
e67b5b25a6
|
Introduce a SHAPE_UNBOXED_VEC shape in order to seperate out vector logic.
|
2012-06-12 17:01:13 -07:00 |
|
Niko Matsakis
|
c68345e57e
|
add a log_str() function and allow '%?' in fmt strings to use it
|
2012-01-11 10:32:54 -08:00 |
|