Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update macros.nim | dumndummer | 2015-02-02 | 1 | -1/+1 |
| | | | minor doc comment spelling correction | ||||
* | Added a few AST-construction shortcuts. | Mason McGill | 2015-01-27 | 1 | -37/+51 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Audun Wilhelmsen | 2015-01-02 | 1 | -0/+2 |
|\ | |||||
| * | macros.`$` can now turn a nnkSym into a string. | Dominik Picheta | 2014-12-28 | 1 | -0/+2 |
| | | |||||
* | | Added support for big 'u64 literals | Audun Wilhelmsen | 2015-01-02 | 1 | -17/+15 |
|/ | | | | Removed duplicate "SomeUInt' typedef from unsigned.nim | ||||
* | fixes #1352 | Araq | 2014-12-14 | 1 | -2/+7 |
| | |||||
* | more index terms | Araq | 2014-12-11 | 1 | -2/+3 |
| | |||||
* | minor documentation improvements | Araq | 2014-12-08 | 1 | -3/+6 |
| | |||||
* | deprecated old locking effects | Araq | 2014-12-08 | 1 | -9/+12 |
| | |||||
* | implements 'defer' | Araq | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1643 from def-/fix-locks-case | Andreas Rumpf | 2014-11-12 | 1 | -106/+2 |
|\ | | | | | Fix compile because of case sensitivity | ||||
| * | Remove runtime deadlock prevention as deadlock detection at compile-time is ↵ | def | 2014-11-11 | 1 | -106/+2 |
| | | | | | | | | | | | | | | available Conflicts: lib/core/locks.nim | ||||
| * | Fix compile because of case sensitivity | def | 2014-11-08 | 1 | -1/+1 |
| | | |||||
* | | fixes #1473 | Araq | 2014-11-12 | 1 | -4/+20 |
|/ | |||||
* | Merge branch 'devel' into bigbreak | Araq | 2014-11-03 | 1 | -1/+5 |
|\ | | | | | | | | | | | | | | | Conflicts: lib/impure/db_postgres.nim lib/pure/json.nim lib/pure/math.nim lib/system/atomics.nim | ||||
| * | Adds stringification support for nnkPostfix nodes. | Grzegorz Adam Hankiewicz | 2014-10-11 | 1 | -1/+5 |
| | | |||||
* | | nicer error messages (untested) | Araq | 2014-10-26 | 1 | -0/+1 |
| | | |||||
* | | make tests green | Araq | 2014-08-31 | 1 | -9/+11 |
| | | |||||
* | | Nimrod renamed to Nim | Araq | 2014-08-28 | 2 | -11/+11 |
| | | |||||
* | | Nimrod renamed to Nim | Araq | 2014-08-28 | 4 | -8/+8 |
| | | |||||
* | | more modules updated | Araq | 2014-08-28 | 1 | -74/+74 |
| | | |||||
* | | renamefest | Araq | 2014-08-23 | 1 | -3/+3 |
|/ | |||||
* | fixes #1450 | Araq | 2014-08-14 | 1 | -1/+1 |
| | |||||
* | distinguish between 'defined' and 'declared' | Araq | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | Fixes typeinfo after PR #1408 broke it. | Dominik Picheta | 2014-07-29 | 1 | -10/+10 |
| | |||||
* | Add better support for unsigned ints via typeinfo. | Joshua Cearley | 2014-07-23 | 1 | -0/+53 |
| | |||||
* | fixes #1085 | Araq | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | made large parts of the stdlib gcsafe | Araq | 2014-04-20 | 1 | -37/+40 |
| | |||||
* | merged better html links #850 | Araq | 2014-04-08 | 1 | -2/+2 |
| | |||||
* | failing test case preventing the use of --gc:v2: tsymchoicefield | Zahary Karadjov | 2014-03-24 | 1 | -3/+3 |
| | |||||
* | split the inline and closure iterators into different symbol kinds for ↵ | Zahary Karadjov | 2014-03-06 | 1 | -1/+1 |
| | | | | easier discrimination between them | ||||
* | newProc can now be used to construct iterator defs. | Dominik Picheta | 2014-02-12 | 1 | -1/+1 |
| | |||||
* | macro tests almost green | Araq | 2014-02-03 | 1 | -14/+14 |
| | |||||
* | next steps for closure iterators | Araq | 2014-01-22 | 1 | -2/+2 |
| | |||||
* | parser support anon iterators | Araq | 2014-01-20 | 1 | -6/+12 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-01-13 | 1 | -11/+11 |
|\ | |||||
| * | Merge branch 'upstream' into devel | Zahary Karadjov | 2013-12-29 | 1 | -11/+11 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/ccgutils.nim compiler/msgs.nim compiler/sem.nim compiler/semexprs.nim compiler/seminst.nim compiler/semmagic.nim compiler/semstmts.nim compiler/semtypes.nim compiler/semtypinst.nim compiler/sigmatch.nim compiler/types.nim compiler/vmgen.nim lib/core/macros.nim lib/system.nim tests/reject/tenummix.nim web/news.txt | ||||
| | * | static params: expr[T] is now static[T] | Zahary Karadjov | 2013-12-19 | 1 | -9/+11 |
| | | | | | | | | | | | | | | | | | | | | | This introduces tyStatic and successfully bootstraps and handles few simple test cases. Static params within macros are no longer treated as PNimrodNodes - they are now equivalent to constants of the designated type. | ||||
* | | | case consistency improvements | Araq | 2014-01-11 | 1 | -25/+25 |
|/ / | |||||
* | | case consistency part 6 | Araq | 2013-12-28 | 1 | -15/+15 |
| | | |||||
* | | Merge branch 'master' of https://github.com/Araq/Nimrod into vm2 | Araq | 2013-12-23 | 1 | -2/+34 |
|\ \ | | | | | | | | | | | | | Conflicts: web/news.txt | ||||
| * \ | Merge pull request #764 from gradha/pr_doc_improvements | Andreas Rumpf | 2013-12-20 | 1 | -0/+32 |
| |\ \ | | | | | | | | | Documentation improvements | ||||
| | * | | Adds docstring to macros.newIdentDefs. | Grzegorz Adam Hankiewicz | 2013-12-20 | 1 | -0/+28 |
| | | | | |||||
| | * | | Adds missing ``code-block`` to macros' docstrings. | Grzegorz Adam Hankiewicz | 2013-12-18 | 1 | -0/+4 |
| | |/ | |||||
| * / | Update macros.nim | Billingsly Wetherfordshire | 2013-12-20 | 1 | -2/+2 |
| |/ | |||||
* | | Merge branch 'master' into vm2 | Araq | 2013-12-05 | 1 | -1/+1 |
|\| | | | | | | | | | Conflicts: compiler/sem.nim | ||||
| * | removed 'system.eval' | Araq | 2013-11-27 | 1 | -1/+1 |
| | | |||||
* | | new VM is getting stable | Araq | 2013-10-29 | 1 | -1/+7 |
|/ | |||||
* | support for multiple modules of the same name; niminst supports 'platforms'; ↵ | Araq | 2013-09-24 | 1 | -1/+1 |
| | | | | minor bugfixes | ||||
* | added 'newLit' | Araq | 2013-09-10 | 1 | -1/+21 |
| |