Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | it's the year 2014 | Araq | 2014-01-19 | 1 | -3/+3 |
| | |||||
* | introduce tyFromExpr; fixes #618 | Zahary Karadjov | 2014-01-04 | 1 | -7/+0 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -9/+9 |
| | |||||
* | case consistency part 1 | Araq | 2013-12-27 | 1 | -1/+1 |
| | |||||
* | fixes #531 | Araq | 2013-07-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-05-14 | 1 | -16/+16 |
|\ | |||||
| * | get rid of the SymTab* procs in astalgo | Zahary Karadjov | 2013-05-12 | 1 | -2/+2 |
| | | |||||
| * | switch to a linked list of scopes | Zahary Karadjov | 2013-05-11 | 1 | -14/+14 |
| | | |||||
* | | todo.txt changes | Araq | 2013-05-11 | 1 | -5/+0 |
|/ | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | bugfix: 'indexOf' for tuple fields works | Araq | 2013-03-11 | 1 | -5/+0 |
| | |||||
* | fixes for the new overloading resolution | Araq | 2013-03-03 | 1 | -5/+10 |
| | |||||
* | bugfix: threads should work again; fixes #220 | Araq | 2012-10-12 | 1 | -4/+5 |
| | |||||
* | allow 'mixin' in generics | Araq | 2012-10-12 | 1 | -50/+69 |
| | |||||
* | syntax compatibility between do blocks and stmt blocks | Zahary Karadjov | 2012-10-04 | 1 | -11/+2 |
| | | | | | | | | | | | | See the section `do notation` in the manual for more info. * nkMacroStmt has been removed Macro statements are now mapped to regular nkCall nodes. The support for additional clauses (such as else, except, of, etc) have been restored - they will now appear as additional arguments for the nkCall node (as nkElse, nkExcept, etc nodes) * fixed some regressions in the `is` operator and semCompiles | ||||
* | the `is` operator now works with type classes and type variables | Zahary Karadjov | 2012-10-03 | 1 | -10/+10 |
| | | | | | bugfixes: the DLL tests were failing on Mac OS X, due to an incorrect DynlibFormat | ||||
* | bugfix: allow tuple constructors in generic code | Zahary Karadjov | 2012-10-03 | 1 | -0/+3 |
| | |||||
* | fixes #194 | Araq | 2012-09-20 | 1 | -1/+8 |
| | |||||
* | bugfix: 'defined/compiles' open an implicit mixin scope in generics | Araq | 2012-09-18 | 1 | -3/+6 |
| | |||||
* | made tests green again | Araq | 2012-09-18 | 1 | -5/+12 |
| | |||||
* | stricter symbol lookup in generics | Araq | 2012-09-17 | 1 | -8/+10 |
| | |||||
* | first steps for overloading support of passing blocks; bugfix: test results ↵ | Araq | 2012-09-11 | 1 | -6/+29 |
| | | | | of 'compile' are not overwritten | ||||
* | parameter passing works the same for macros and templates; use callsite ↵ | Araq | 2012-08-28 | 1 | -2/+2 |
| | | | | magic to access the invokation AST | ||||
* | distinguish properly between nkOpen and nkClosedSymChoice | Araq | 2012-08-26 | 1 | -6/+7 |
| | |||||
* | next steps to hygienic templates | Araq | 2012-08-20 | 1 | -1/+1 |
| | |||||
* | first steps to make templates hygienic | Araq | 2012-08-20 | 1 | -11/+11 |
| | |||||
* | bugfix: bind context for generics | Araq | 2012-07-24 | 1 | -3/+3 |
| | |||||
* | added system.||; lacks runtime support | Araq | 2012-05-23 | 1 | -1/+1 |
| | |||||
* | experimental support for preserving local variable names in the generated code | Zahary Karadjov | 2012-04-13 | 1 | -0/+2 |
| | |||||
* | `do' keyword in the grammar for lambda blocks | Zahary Karadjov | 2012-02-10 | 1 | -2/+2 |
| | |||||
* | bugfix: removed newSons legacy | Araq | 2012-01-07 | 1 | -1/+2 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | bugfix: preliminary symbol declaration in first pass of generics | Araq | 2011-12-30 | 1 | -9/+11 |
| | |||||
* | implemented 'let' statement | Araq | 2011-11-29 | 1 | -1/+1 |
| | |||||
* | small bugfixes to make more tests green | Araq | 2011-11-02 | 1 | -2/+4 |
| | |||||
* | lazy loading of body ast implemented | Araq | 2011-10-30 | 1 | -2/+3 |
| | |||||
* | 'bind' as a declarative statement | Araq | 2011-10-10 | 1 | -37/+46 |
| | |||||
* | bugfixes for semantic checking; thread implementation pushed the compiler | Araq | 2011-06-04 | 1 | -41/+53 |
| | |||||
* | cleaned up the tests; fixes #30; fixes #26 | Araq | 2011-05-01 | 1 | -7/+2 |
| | |||||
* | big repo cleanup | Araq | 2011-04-12 | 1 | -0/+245 |