Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes regression: NimForum compiles again | Araq | 2015-09-21 | 1 | -8/+2 |
| | |||||
* | fixes #3268 | Araq | 2015-09-18 | 1 | -1/+1 |
| | |||||
* | fixes #3329 | Araq | 2015-09-18 | 1 | -1/+1 |
| | |||||
* | fixes the most pressing regressions introduced by the new handling of a[i] ↵ | Araq | 2015-09-16 | 1 | -6/+28 |
| | | | | in the compiler | ||||
* | first attempt to fix 'a[i]' handling in generics | Araq | 2015-09-12 | 1 | -0/+23 |
| | |||||
* | fixes #1965 | Araq | 2015-08-10 | 1 | -2/+2 |
| | |||||
* | breaking change: symbol lookups in generics follows spec more closely; fixes ↵ | Araq | 2015-08-07 | 1 | -61/+63 |
| | | | | #2664 | ||||
* | interpret `tuple` as a class and `tuple[]` as the empty tuple | Max Zerzouri | 2015-03-06 | 1 | -1/+1 |
| | | | | | | | | When the indentation syntax is allowed it is always interpreted as a tuple: type Unit = tuple | ||||
* | Fix documentations for declared (instead of defined) | def | 2015-02-18 | 1 | -1/+1 |
| | |||||
* | nimsuggest improvements | Araq | 2015-01-30 | 1 | -14/+38 |
| | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | fix #1056 | Zahary Karadjov | 2014-12-31 | 1 | -1/+2 |
| | |||||
* | fix #1789 (binding to static params during generic proc sigmatch) | Zahary Karadjov | 2014-12-31 | 1 | -1/+7 |
| | |||||
* | fixes #1120 | Araq | 2014-12-25 | 1 | -2/+0 |
| | |||||
* | fixes #1039 | Araq | 2014-11-28 | 1 | -1/+1 |
| | |||||
* | fixes #1337 | Araq | 2014-11-23 | 1 | -13/+22 |
| | |||||
* | fixes #940 | Araq | 2014-11-17 | 1 | -1/+1 |
| | |||||
* | 'pretty' command does not exist anymore; improvements for nimfix | Araq | 2014-09-10 | 1 | -14/+31 |
| | |||||
* | fixes #1444 | Araq | 2014-08-31 | 1 | -7/+13 |
| | |||||
* | updated the compiler to use the new symbol names | Araq | 2014-08-28 | 1 | -4/+4 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | the big renamefest: first steps | Araq | 2014-08-22 | 1 | -2/+2 |
| | |||||
* | fixes latest regression | Araq | 2014-07-11 | 1 | -1/+1 |
| | |||||
* | fixes #1011 | Araq | 2014-07-09 | 1 | -3/+34 |
| | |||||
* | Renamed considerAccents to considerQuotedIdent | Clay Sweetser | 2014-05-26 | 1 | -2/+2 |
| | |||||
* | Renamed 'considerAcc' to 'considerAccents' for clarity | Clay Sweetser | 2014-05-24 | 1 | -2/+2 |
| | | | | | Added documentation string to 'considerAccents' Modified renderParamType's assertion to allow nkAcc nodes. | ||||
* | compiler prepared for the new comment handling | Araq | 2014-04-30 | 1 | -0/+1 |
| | |||||
* | propagate semExpr flags in macro/template expansion | Zahary Karadjov | 2014-04-06 | 1 | -4/+4 |
| | |||||
* | fixes wrong commit | Araq | 2014-03-22 | 1 | -2/+0 |
| | |||||
* | fixes #1006 | Araq | 2014-03-22 | 1 | -0/+2 |
| | |||||
* | split the inline and closure iterators into different symbol kinds for ↵ | Zahary Karadjov | 2014-03-06 | 1 | -2/+2 |
| | | | | easier discrimination between them | ||||
* | fixes 'newSeq[T]' instantiation bug | Araq | 2014-02-09 | 1 | -7/+4 |
| | |||||
* | 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 |
| |