| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes #1944 | Araq | 2015-01-18 | 1 | -0/+10 |
* | nimfix now in its own directory; single file mode now the default | Araq | 2014-10-05 | 1 | -1/+1 |
* | 'pretty' command does not exist anymore; improvements for nimfix | Araq | 2014-09-10 | 1 | -1/+0 |
* | some improvements for nimfix | Araq | 2014-09-09 | 1 | -0/+10 |
* | added nimfix tool | Araq | 2014-09-05 | 1 | -2/+25 |
* | updated the compiler to use the new symbol names | Araq | 2014-08-28 | 1 | -8/+5 |
* | the big renamefest: first steps | Araq | 2014-08-22 | 1 | -46/+45 |
* | Renamed considerAccents to considerQuotedIdent | Clay Sweetser | 2014-05-26 | 1 | -10/+10 |
* | Fixes #1200 | Clay Sweetser | 2014-05-24 | 1 | -1/+2 |
* | Renamed 'considerAcc' to 'considerAccents' for clarity | Clay Sweetser | 2014-05-24 | 1 | -10/+10 |
* | make some tests green | Zahary Karadjov | 2014-03-16 | 1 | -1/+4 |
* | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Zahary Karadjov | 2014-03-06 | 1 | -1/+1 |
|\ |
|
| * | bugfix: unreported 'compiles' bug | Araq | 2014-03-05 | 1 | -1/+1 |
* | | split the inline and closure iterators into different symbol kinds for easier... | Zahary Karadjov | 2014-03-06 | 1 | -1/+1 |
|/ |
|
* | fixes #892 | Araq | 2014-02-14 | 1 | -0/+1 |
* | bugfix: immediate templates are preferred consistently (danger: breaks code) | Araq | 2014-02-04 | 1 | -1/+13 |
* | 'nil' as a statement is deprecated, use an empty 'discard' instead | Araq | 2014-01-19 | 1 | -1/+1 |
* | case consistency: cs:partial bootstraps on windows | Araq | 2013-12-29 | 1 | -7/+7 |
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -7/+7 |
* | case consistency part 1 | Araq | 2013-12-27 | 1 | -43/+43 |
* | attempt to merge newtempl | Araq | 2013-12-24 | 1 | -2/+5 |
* | small REPL improvements | Araq | 2013-06-28 | 1 | -1/+2 |
* | fixes #437, fixes #436 | Araq | 2013-05-18 | 1 | -1/+1 |
* | merged the persistent scopes work with the delayed proc compilation strategy | Zahary Karadjov | 2013-05-12 | 1 | -3/+1 |
|\ |
|
* | | get rid of TOverloadIter.stackPtr | Zahary Karadjov | 2013-05-12 | 1 | -28/+36 |
* | | get rid of ImportTablePos and ModuleTablePos | Zahary Karadjov | 2013-05-12 | 1 | -53/+52 |
* | | get rid of the SymTab* procs in astalgo | Zahary Karadjov | 2013-05-12 | 1 | -19/+60 |
* | | switch to a linked list of scopes | Zahary Karadjov | 2013-05-11 | 1 | -8/+4 |
|/ |
|
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
* | fixes #73 | Araq | 2012-09-23 | 1 | -4/+8 |
* | distinguish properly between nkOpen and nkClosedSymChoice | Araq | 2012-08-26 | 1 | -2/+2 |
* | next steps to hygienic templates | Araq | 2012-08-20 | 1 | -14/+9 |
* | idetools: 'usages' and 'def' should work now; documented js backend | Araq | 2012-08-05 | 1 | -10/+13 |
* | idetools improvements | Araq | 2012-08-03 | 1 | -1/+8 |
* | made compiler more robust for idetools support | Araq | 2012-07-30 | 1 | -4/+9 |
* | better error handling for better idetools support | Araq | 2012-07-29 | 1 | -9/+22 |
* | improvements for idetools; system.compiles improved | Araq | 2012-07-29 | 1 | -1/+6 |
* | next steps for closure consistency; fixes #176 | Araq | 2012-07-25 | 1 | -1/+1 |
* | bugfix: UFCS for templates (ttempl3.nim enhanced) | Araq | 2012-05-27 | 1 | -10/+11 |
* | genSym support for hygienic macros and templates. | Zahary Karadjov | 2012-03-26 | 1 | -1/+6 |
* | allowing definitions of procs and templates to be overridden in local scopes | Zahary Karadjov | 2012-03-14 | 1 | -2/+9 |
* | 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 | -1/+4 |
* | bugfix: the code gen can now handle alias TLock = TSysLock; this fixes thread... | Araq | 2011-12-23 | 1 | -1/+1 |
* | support for C++ code generation; importcpp and importobjc pragmas | Araq | 2011-08-07 | 1 | -2/+2 |
* | bugfix: forwarding of generic procs now works | Araq | 2011-07-30 | 1 | -1/+1 |
* | preparations for 0.8.12 | Araq | 2011-07-10 | 1 | -4/+4 |
* | intsets are now a proper module and part of the stdlib | Araq | 2011-06-14 | 1 | -8/+8 |
* | cleaned up the tests; fixes #30; fixes #26 | Araq | 2011-05-01 | 1 | -30/+44 |
* | got rid of some arcane module names | Araq | 2011-04-21 | 1 | -1/+1 |