Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implemented arrow like operators | Araq | 2014-12-08 | 1 | -23/+22 |
* | compiler\parser.nim | Araq | 2014-12-08 | 2 | -37/+36 |
* | got rid of old code that used to be required for bootstrapping | Araq | 2014-12-08 | 1 | -90/+5 |
* | minor documentation improvements | Araq | 2014-12-08 | 1 | -3/+6 |
* | deprecated old locking effects | Araq | 2014-12-08 | 1 | -9/+12 |
* | final version before removal | Araq | 2014-12-08 | 1 | -0/+74 |
* | fixes #1712 | Araq | 2014-12-07 | 1 | -2/+2 |
* | bugfix: do not use unknown conditional symbols | Araq | 2014-12-05 | 1 | -5/+5 |
* | implemented 'experimental' switch | Araq | 2014-12-05 | 12 | -7/+49 |
* | implements 'defer' | Araq | 2014-12-04 | 12 | -20/+45 |
* | fixes regression due to object assignment fixes | Araq | 2014-12-01 | 3 | -9/+11 |
* | fixes #1687 | Araq | 2014-11-30 | 1 | -1/+1 |
* | fixes #1684 | Araq | 2014-11-30 | 2 | -0/+17 |
* | fixes regression that caused pegs to not compile | Araq | 2014-11-29 | 2 | -1/+2 |
* | smileys configurable; safer image attribute handling | Araq | 2014-11-29 | 3 | -21/+28 |
* | fixes #1489, fixes #1490 | Araq | 2014-11-28 | 2 | -13/+42 |
* | pegs module compiles again | Araq | 2014-11-28 | 1 | -1/+1 |
* | fixes #1039 | Araq | 2014-11-28 | 1 | -1/+1 |
* | implemented procCall builtin | Araq | 2014-11-28 | 11 | -52/+63 |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-11-27 | 1 | -1/+5 |
|\ | |||||
| * | fixes #642 | Araq | 2014-11-23 | 1 | -1/+5 |
* | | fixes #1539 | Araq | 2014-11-27 | 4 | -119/+38 |
* | | doc improvements | Araq | 2014-11-27 | 2 | -3/+3 |
* | | fixes #1657 | Araq | 2014-11-27 | 2 | -2/+15 |
* | | fixes #1547 | Araq | 2014-11-27 | 3 | -2/+20 |
* | | fixes #1672 | Araq | 2014-11-25 | 1 | -10/+7 |
|/ | |||||
* | fixes #1337 | Araq | 2014-11-23 | 3 | -83/+33 |
* | more robust against unknown line info | Araq | 2014-11-22 | 1 | -1/+1 |
* | fixes #1669 | Araq | 2014-11-22 | 2 | -3/+11 |
* | fixes #837 | Araq | 2014-11-21 | 6 | -16/+61 |
* | fixes #939 | Araq | 2014-11-20 | 1 | -4/+16 |
* | fixes #916 | Araq | 2014-11-20 | 3 | -5/+14 |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-11-20 | 1 | -0/+7 |
|\ | |||||
| * | Merge pull request #1665 from flaviut/patch-1 | Varriount | 2014-11-19 | 1 | -0/+7 |
| |\ | |||||
| | * | Add fancy build status buttons! | Flaviu Tamas | 2014-11-18 | 1 | -0/+7 |
* | | | fixes #1562, fixes #1543 | Araq | 2014-11-20 | 5 | -5/+51 |
|/ / | |||||
* | | fixes #1666 | Araq | 2014-11-20 | 1 | -3/+3 |
* | | fixes #836 | Araq | 2014-11-19 | 2 | -0/+20 |
* | | fixes #1053, fixes #924 | Araq | 2014-11-19 | 3 | -11/+72 |
|/ | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-11-18 | 1 | -0/+2 |
|\ | |||||
| * | Ensure Request.body is initialised. | Dominik Picheta | 2014-11-17 | 1 | -0/+2 |
* | | fixes #1274 | Araq | 2014-11-18 | 2 | -1/+17 |
|/ | |||||
* | fixes #1548 | Araq | 2014-11-17 | 5 | -45/+27 |
* | fixes #940 | Araq | 2014-11-17 | 6 | -5/+38 |
* | fixes #206 | Araq | 2014-11-16 | 2 | -1/+20 |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-11-16 | 3 | -2/+10 |
|\ | |||||
| * | Merge pull request #1661 from trustable-code/PR7 | Andreas Rumpf | 2014-11-16 | 1 | -1/+2 |
| |\ | |||||
| | * | Fix issue #1660 | Simon Krauter | 2014-11-15 | 1 | -1/+2 |
| * | | Merge pull request #1662 from eliezedeck/devel | Andreas Rumpf | 2014-11-16 | 2 | -1/+8 |
| |\ \ | | |/ | |/| | |||||
| | * | Uses execve() in osproc on OpenWrt and uClibc-based platforms. | Elie Zedeck | 2014-11-16 | 1 | -1/+5 |