Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make --useVersion's documentation reflect reality | Andreas Rumpf | 2019-09-16 | 1 | -1/+1 |
| | |||||
* | fixes #12193 (#12199) | Andreas Rumpf | 2019-09-16 | 2 | -2/+19 |
| | |||||
* | some gc:destructors progress | Andreas Rumpf | 2019-09-16 | 2 | -15/+1 |
| | |||||
* | fixes #12196 | Araq | 2019-09-16 | 2 | -6/+13 |
| | |||||
* | better implementation | Araq | 2019-09-16 | 1 | -2/+8 |
| | |||||
* | fixes a weird quote do regression | Andreas Rumpf | 2019-09-16 | 2 | -2/+3 |
| | |||||
* | make tests green again | Andreas Rumpf | 2019-09-13 | 1 | -1/+1 |
| | |||||
* | changed name mangling for generated C files | Araq | 2019-09-13 | 2 | -3/+3 |
| | |||||
* | fixes #12172 | Araq | 2019-09-13 | 2 | -3/+3 |
| | |||||
* | close #7104 by writing a test | narimiran | 2019-09-13 | 1 | -2/+21 |
| | |||||
* | close #6731 by writing a test case | narimiran | 2019-09-13 | 2 | -0/+5 |
| | |||||
* | count 64 bits at a time instead of 8 (#12159) | Andreas Rumpf | 2019-09-12 | 1 | -3/+9 |
|\ | | | | | | | | | | | | | | | | | | | | | | | * count 64 bits at a time * spacing * only do 64bts on x86 * add amd64 * use while | ||||
| * | use while | Brent Pedersen | 2019-09-11 | 1 | -4/+5 |
| | | |||||
| * | add amd64 | Brent Pedersen | 2019-09-11 | 1 | -1/+1 |
| | | |||||
| * | only do 64bts on x86 | Brent Pedersen | 2019-09-11 | 1 | -3/+4 |
| | | |||||
| * | spacing | Brent Pedersen | 2019-09-09 | 1 | -1/+1 |
| | | |||||
| * | count 64 bits at a time | Brent Pedersen | 2019-09-09 | 1 | -3/+7 |
| | | |||||
* | | no commas for empty importcpp splat params (#12183) | Jasper Jenkins | 2019-09-12 | 2 | -7/+17 |
| | | |||||
* | | Fixed c filenames mangling (#12161) | Yuriy Glukhov | 2019-09-11 | 2 | -4/+4 |
| | | |||||
* | | fixes #12152 (#12165) | Andreas Rumpf | 2019-09-11 | 2 | -0/+29 |
| | | | | | | | | | | | | * fixes #12152 * makes test green | ||||
* | | fixes #12170 (#12176) | Andreas Rumpf | 2019-09-11 | 1 | -2/+2 |
| | | |||||
* | | fixes #12171 (#12173) | Andreas Rumpf | 2019-09-11 | 3 | -12/+35 |
| | | |||||
* | | Revert "Refactored injectdestructors.nim (#11926)" (#12169) | Andreas Rumpf | 2019-09-11 | 1 | -342/+383 |
| | | | | | | This reverts commit 20dec10722eecb1e9b9ee43a3e1cda7533837c72. | ||||
* | | add tensordsl test (#12166) | Arne Döring | 2019-09-11 | 2 | -0/+2 |
| | | | | | | | | | | | | * add tensordsl test * simpler | ||||
* | | fixes #12174 | Araq | 2019-09-11 | 1 | -0/+1 |
| | | |||||
* | | Fix to the relevant path of the docs. (#12162) | Benny Elgazar | 2019-09-10 | 1 | -1/+1 |
| | | |||||
* | | fixes #12051 | Araq | 2019-09-10 | 3 | -4/+31 |
| | | |||||
* | | closureiters.nim: finish the bugfix | Andreas Rumpf | 2019-09-10 | 1 | -1/+1 |
| | | |||||
* | | typo | Andreas Rumpf | 2019-09-10 | 1 | -1/+1 |
| | | |||||
* | | parsejson: typo | Andreas Rumpf | 2019-09-10 | 1 | -1/+1 |
| | | |||||
* | | Allow ProcTy in addPragma and friends (#12158) | Yuriy Glukhov | 2019-09-10 | 1 | -6/+12 |
| | | |||||
* | | Fixed yield in nnkChckRange (#12160) | Yuriy Glukhov | 2019-09-10 | 2 | -2/+16 |
| | | |||||
* | | Small ast.nim cleanup (#12156) | Clyybber | 2019-09-09 | 54 | -573/+559 |
| | | | | | | | | | | * Remove sonsLen * Use Indexable | ||||
* | | Merge pull request #12153 from dumjyl/get_type-range | Andreas Rumpf | 2019-09-08 | 2 | -7/+13 |
|\ \ | | | | | | | fix range.getType crash | ||||
| * | | fix range.getType crash | Jasper Jenkins | 2019-09-05 | 2 | -7/+13 |
| | | | |||||
* | | | fix #12130 ; improve naming scheme in fakePackageName (#12149) | Andreas Rumpf | 2019-09-08 | 2 | -7/+4 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | * fix #12130 ; improve naming scheme in fakePackageName * fix tests | ||||
| * | | | fix tests | Timothee Cour | 2019-09-06 | 1 | -2/+1 |
| | | | | |||||
| * | | | fix #12130 ; improve naming scheme in fakePackageName | Timothee Cour | 2019-09-06 | 1 | -5/+3 |
| | | | | |||||
* | | | | error for NimNode index kind (#12154) | Jasper Jenkins | 2019-09-08 | 4 | -6/+34 |
| | | | | |||||
* | | | | proper bugfix | Araq | 2019-09-08 | 1 | -1/+2 |
| | | | | |||||
* | | | | added a simple debugging helper | Araq | 2019-09-08 | 1 | -0/+9 |
| | | | | |||||
* | | | | fixes #11675 | Araq | 2019-09-08 | 2 | -1/+15 |
| | | | | |||||
* | | | | fixes #12091 | Araq | 2019-09-08 | 1 | -1/+9 |
| | | | | |||||
* | | | | streams.nim: indentation change | Araq | 2019-09-08 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fix mode_t posix definitions (fixes #12119) (#12132) | pgkos | 2019-09-06 | 6 | -26/+37 |
|/ / / | | | | | | | | | | | | | * fixes #12119 | ||||
* | | | fixes a critical --gc:boehm regression | Andreas Rumpf | 2019-09-06 | 2 | -5/+7 |
| | | | |||||
* | | | Fix #12133 - use libgc.so.4.0 for OpenBSD (#12134) | Euan | 2019-09-06 | 1 | -0/+2 |
| | | | |||||
* | | | #12141 Define SDL lib name for OpenBSD and FreeBSD (#12143) | Euan | 2019-09-06 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | * Define SDL lib name for OpenBSD and FreeBSD * Merge Linux and FreeBSD definitions | ||||
* | | | exportc now mangles same as importc, fixes #10578 (#12144) | Timothee Cour | 2019-09-06 | 7 | -34/+76 |
| | | | | | | | | | | | | | | | | | | | | | * fixes #10578 * add tests * add changelog * add {.exportcpp.} | ||||
* | | | fixes #12125 (#12131) | Andreas Rumpf | 2019-09-06 | 4 | -23/+61 |
| | | | | | | | | | | | | * fixes #12125 |