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
|
985b52be6d
|
Support prefix notation for vstore strings. Closes #2906.
|
2012-07-13 17:03:49 -07:00 |
|
Michael Sullivan
|
2ea9c8df0f
|
Accept prefix notation for writing the types of str/~ and friends.
|
2012-07-12 16:52:26 -07:00 |
|
Brian Anderson
|
d1fc2b5995
|
Convert to new closure syntax
|
2012-07-01 19:19:32 -07:00 |
|
Niko Matsakis
|
5e13d19cc0
|
s/block()/fn()/g
|
2012-01-23 19:06:33 -08:00 |
|
Niko Matsakis
|
3f3bfeec27
|
make "native fn" the type for bare functions, remove fn exprs
|
2012-01-13 06:27:35 -08:00 |
|
Niko Matsakis
|
8b911587df
|
rename sendfn to fn~, lambda to fn@
|
2012-01-10 13:31:06 -08:00 |
|
Graydon Hoare
|
8387896dda
|
Remove proto_sugar and 'lambda' as keyword, commit to fn@.
|
2012-01-09 16:12:48 -08:00 |
|
Brian Anderson
|
393deeb06f
|
Merge branch 'unwind'
Conflicts:
src/comp/middle/trans.rs
src/comp/middle/trans_build.rs
src/lib/run_program.rs
src/test/compiletest/runtest.rs
|
2011-09-12 09:36:51 -07:00 |
|
Brian Anderson
|
69d6e0d208
|
Add some more unwind tests
They worked without modifications, but I wrote them so we're keeping them.
Issue #236
|
2011-09-11 17:31:41 -07:00 |
|