Eric Holk
|
8afb1a7c63
|
refactor: Move the LLVM type and constant constructors into a new module.
|
2011-07-14 17:08:45 -07:00 |
|
Patrick Walton
|
e76f44453b
|
rustc: First stab at interior string literals, untested as of yet
|
2011-07-14 11:47:20 -07:00 |
|
Graydon Hoare
|
39151f2ad8
|
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
|
2011-07-13 15:44:09 -07:00 |
|
Marijn Haverbeke
|
8d68b0462a
|
Refactor out some repetetive code in trans_alt
|
2011-07-13 11:33:46 +02:00 |
|
Marijn Haverbeke
|
be4f7354b4
|
Add box patterns
An @ can now be prepended to a pattern to unbox something during
pattern matching.
Closes #661
|
2011-07-13 11:11:43 +02:00 |
|
Marijn Haverbeke
|
12d5532166
|
Use switches rather than chained conditionals to compile alt matches
This also moves the alt-related trans code into its own file.
Closes #467
|
2011-07-13 00:38:24 +02:00 |
|