Jon Meow
|
36ed79dc25
Convert Statement to use Ptr (#788)
|
4 年 前 |
Jon Meow
|
fd89bcb4aa
Convert Pattern and Expression to Ptr (#787)
|
4 年 前 |
Jon Meow
|
e93a361032
Use Ptr for Member (#786)
|
4 年 前 |
Jon Meow
|
3ec550a85f
Replace int lines with file-associated SourceLocations (#779)
|
4 年 前 |
Jon Meow
|
5b18f24db0
Switch allocation of FunctionDefinition to use Ptr (#785)
|
4 年 前 |
Jon Meow
|
367f9e4e94
Rename struct to class per #651 (#765)
|
4 年 前 |
Jon Meow
|
925c60b669
Change Declaration passing to use Ptr (#758)
|
4 年 前 |
Geoff Romer
|
7138ee400f
Support complex type patterns in bindings. (#759)
|
4 年 前 |
Geoff Romer
|
2295658697
More detailed traces for type checking (#760)
|
4 年 前 |
Jon Meow
|
c6ebe0db67
Add `Ptr` and `RawNew` for migration (#751)
|
4 年 前 |
Jon Meow
|
d3c7ca3131
Remove FunctionDefinition's default constructor (#735)
|
4 年 前 |
Jon Meow
|
250ce4ab00
Add string parsing and a print builtin (#721)
|
4 年 前 |
Jon Meow
|
d5564280ab
Switch Statement to use inheritance+cast (#718)
|
4 年 前 |
Jon Meow
|
dbcd6ad20d
Switch Expression to use inheritance+cast (#712)
|
4 年 前 |
Jon Meow
|
4e0307efbc
Switch Member to use inheritance+cast (#713)
|
4 年 前 |
Jon Meow
|
6164cdfd6d
Verify that provision/omission of return types matches (#717)
|
4 年 前 |
Jon Meow
|
c1148caf7d
Switch Declaration to use inheritance+cast (#714)
|
4 年 前 |
Jon Meow
|
2e9e4f4cb3
Migrate remaining exits to FATAL_*_ERROR calls (#704)
|
4 年 前 |
Jon Meow
|
5749413b28
Add TupleValue::Empty for the common empty tuple case (#708)
|
4 年 前 |
Jon Meow
|
7e91fbc276
Switch Value to use the inherit/cast model (#703)
|
4 年 前 |
Jon Meow
|
6ae9cc3cf8
Add support for `return;` (#678)
|
4 年 前 |
Jon Meow
|
9829f188b7
Move all new's to global_arena, and remove ASAN disabling (#690)
|
4 年 前 |
Geoff Romer
|
6ac3adfa53
Factor out a `Pattern` sum type from `Expression` (#685)
|
4 年 前 |
Jon Meow
|
f0af3cb795
Switch from llvm::errs()+exit() to FATAL_USER_ERROR() stream-based handling. (#670)
|
4 年 前 |
Jeremy G. Siek
|
864b3bde02
Generic functions, first baby step (#658)
|
4 年 前 |
Jon Meow
|
034f3600e3
Add a FatalUserError macro to help print user-caused errors. (#668)
|
4 年 前 |
Jon Meow
|
f3cbfc04c6
Move tracing_flag into a common directory (#669)
|
4 年 前 |
Jon Meow
|
8fccecadeb
Refactor output to be more streaming-focused. (#666)
|
4 年 前 |
Geoff Romer
|
def98d1182
Add support for `_` placeholder. (#661)
|
4 年 前 |
Geoff Romer
|
c3c89a77a4
Delete functions that are redundant with Get methods (#664)
|
4 年 前 |