Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | VM: don't inject destructor calls, refs #7041 | Andreas Rumpf | 2018-11-06 | 3 | -22/+26 | |
* | | | compiler cleanup: flag tfOldSchoolExprStmt is gone | Araq | 2018-11-06 | 4 | -13/+3 | |
* | | | removed the undocumented #? strongSpaces parsing mode | Araq | 2018-11-06 | 2 | -18/+12 | |
* | | | language cleanup: the .unchecked pragma is dead | Araq | 2018-11-06 | 7 | -25/+19 | |
* | | | make `mod` on floats available in the VM (#9591) | skilchen | 2018-11-05 | 1 | -1/+5 | |
* | | | fixes #9611 | Andreas Rumpf | 2018-11-03 | 1 | -2/+1 | |
* | | | produce more helpful error messages when overloading resolution fails | Andreas Rumpf | 2018-11-03 | 3 | -8/+15 | |
* | | | fixes #9610 | Andreas Rumpf | 2018-11-03 | 1 | -17/+13 | |
* | | | Fixes #9556 (#9604) [backport] | Neelesh Chandola | 2018-11-02 | 1 | -3/+6 | |
* | | | destructors; fixes #9594 | Araq | 2018-11-02 | 1 | -2/+12 | |
* | | | Added "typeof" and "restrict" to special words. (#9226) | Alexandros Naskos | 2018-11-01 | 1 | -4/+4 | |
* | | | Fixes https://github.com/nim-lang/Nim/issues/6836 (#9595) | Neelesh Chandola | 2018-11-01 | 1 | -2/+2 | |
* | | | Quote do now works with result in block (#7343) | PMunch | 2018-10-31 | 1 | -3/+12 | |
* | | | Merge pull request #9511 from krux02/krux02-devel | Arne Döring | 2018-10-31 | 3 | -9/+22 | |
|\ \ \ | ||||||
| * | | | undo try break | Arne Döring | 2018-10-30 | 1 | -4/+5 | |
| * | | | fixes #5549 | Arne Döring | 2018-10-30 | 1 | -9/+9 | |
| * | | | set code owner | Arne Döring | 2018-10-30 | 1 | -0/+9 | |
| * | | | fix compiler crash | Arne Döring | 2018-10-30 | 1 | -1/+4 | |
* | | | | Change documentation details (closes #5525) (#9542) | Miran | 2018-10-31 | 1 | -1/+1 | |
* | | | | docgen: fixes #9432 [backport] | Araq | 2018-10-31 | 1 | -0/+20 | |
* | | | | docgen: make tests green again [backport] | Araq | 2018-10-30 | 1 | -1/+1 | |
* | | | | docgen: fixes #9235 [backport] | Araq | 2018-10-30 | 1 | -1/+0 | |
* | | | | docgen: fixes #9169 [backport] | Araq | 2018-10-30 | 1 | -24/+15 | |
* | | | | make tmissingbracket compile for C++; refs #7870 | Araq | 2018-10-30 | 1 | -1/+1 | |
* | | | | Sizeof alignof fixes (#9568) | Arne Döring | 2018-10-30 | 1 | -1/+1 | |
* | | | | fixes #5549 | Araq | 2018-10-30 | 1 | -15/+16 | |
* | | | | Nim style checker: document the switch; fixes #9564 | Araq | 2018-10-30 | 5 | -16/+32 | |
* | | | | change system.nim to adhere to the style guide | Araq | 2018-10-30 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | fixes regressions | Araq | 2018-10-30 | 1 | -10/+8 | |
* | | | fixes #8603 | Araq | 2018-10-30 | 1 | -1/+8 | |
* | | | getTypeImpl now returns pragmas for object types (#9538) | jcosborn | 2018-10-30 | 1 | -9/+7 | |
* | | | Cleanup installer.ini (#9558) | Neelesh Chandola | 2018-10-30 | 1 | -13/+0 | |
* | | | Maps `out` keyword to an nnkIdent. Fixes #6011. (#9536) | Dominik Picheta | 2018-10-29 | 1 | -2/+1 | |
* | | | fixes tnre regression | Araq | 2018-10-29 | 1 | -1/+1 | |
* | | | Implements #9434. Minimal Stacktrace for Exceptions in release mode (#9480) | cooldome | 2018-10-28 | 1 | -2/+4 | |
* | | | Remove install.txt and readme.txt (#9521) | Utwo | 2018-10-28 | 1 | -1/+1 | |
* | | | fixes #9532 | Araq | 2018-10-28 | 3 | -3/+3 | |
* | | | make tstatic_t_bug compile with the C++ backend | Araq | 2018-10-28 | 1 | -2/+2 | |
* | | | Merge pull request #9496 from cooldome/vm_float_casts | Arne Döring | 2018-10-28 | 3 | -5/+45 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'devel' into vm_float_casts | Andrii Riabushenko | 2018-10-24 | 5 | -37/+86 | |
| |\ \ \ | ||||||
| * | | | | Add test | Andrii Riabushenko | 2018-10-24 | 2 | -10/+13 | |
| * | | | | improve style | Andrii Riabushenko | 2018-10-24 | 1 | -4/+4 | |
| * | | | | Add int float casts to vm | Andrii Riabushenko | 2018-10-24 | 3 | -3/+40 | |
* | | | | | nimpretty: fixes #9506 | Andreas Rumpf | 2018-10-26 | 1 | -3/+4 | |
* | | | | | fixes #9358 | Andreas Rumpf | 2018-10-26 | 1 | -3/+3 | |
* | | | | | Openmp parallel iterator improvements (#9493) | Mamy Ratsimbazafy | 2018-10-25 | 2 | -6/+1 | |
* | | | | | fixes #9498, typeof is for everybody | Araq | 2018-10-25 | 2 | -6/+11 | |
* | | | | | nimpretty: fixes #9500 | Araq | 2018-10-25 | 1 | -0/+1 | |
* | | | | | nimpretty: fixes #9504 | Araq | 2018-10-25 | 1 | -3/+10 | |
* | | | | | fixes #9507 | Araq | 2018-10-25 | 1 | -8/+10 |