Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix codegen for set[T] parameters | LemonBoy | 2018-09-15 | 3 | -8/+20 |
| | | | | | | | | Sometimes sets are materialized as arrays and we must treat them as such: the CPP backend is pickier than the C one and would sometimes produce invalid code. Fixes #8967 | ||||
* | Merge pull request #8966 from LemonBoy/fix-8964 | Andreas Rumpf | 2018-09-14 | 3 | -14/+20 |
|\ | | | | | Fix hashing for codegenProc (sic) types | ||||
| * | Fix hashing for codegenProc (sic) types | LemonBoy | 2018-09-14 | 3 | -14/+20 |
| | | | | | | | | | | | | | | Since the name mangling is inhibited we should take the user-supplied name during the sighash computation. Fixes #8964 | ||||
* | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2018-09-14 | 1 | -0/+17 |
|\ \ | |||||
| * | | Test case for #6163 (#8960) | genotrance | 2018-09-14 | 1 | -0/+17 |
| |/ | | | | | | | * Test case for #6163 | ||||
* | | make tests green again | Araq | 2018-09-14 | 1 | -1/+1 |
| | | |||||
* | | make tcompilerapi green, don't assue projectPath exists | Araq | 2018-09-14 | 1 | -5/+8 |
| | | |||||
* | | adjust travis build, don't test Nimble in Nim | Araq | 2018-09-14 | 1 | -5/+5 |
| | | |||||
* | | better file handling for .line directives | Araq | 2018-09-14 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'devel' into araq-better-docgen | Araq | 2018-09-14 | 27 | -161/+384 |
|\| | |||||
| * | Merge pull request #8956 from genotrance/devel | LemonBoy | 2018-09-12 | 4 | -3/+24 |
| |\ | | | | | | | Test cases for #6969 #7346 #7581 | ||||
| | * | Fix system.nim line number test case failure | Ganesh Viswanathan | 2018-09-12 | 1 | -3/+3 |
| | | | |||||
| | * | Test cases for #6969 #7346 #7581 | Ganesh Viswanathan | 2018-09-12 | 3 | -0/+21 |
| |/ | |||||
| * | Merge pull request #8941 from timotheecour/pr_fix_8928 | Andreas Rumpf | 2018-09-12 | 2 | -2/+24 |
| |\ | | | | | | | fix #8928 regression | ||||
| | * | add testcase | Timothee Cour | 2018-09-11 | 1 | -0/+19 |
| | | | |||||
| | * | fix #8928 | Timothee Cour | 2018-09-11 | 1 | -2/+5 |
| | | | |||||
| * | | Merge pull request #8949 from nim-lang/araq-for-loop-expressions | Andreas Rumpf | 2018-09-12 | 9 | -81/+163 |
| |\ \ | | | | | | | | | For loop expressions | ||||
| | * | | add tcollect test for the new for-loops as expressions feature | Andreas Rumpf | 2018-09-11 | 1 | -0/+63 |
| | | | | |||||
| | * | | extended system.type/typeof to support an upcoming 'collect' macro that ↵ | Andreas Rumpf | 2018-09-11 | 5 | -56/+67 |
| | | | | | | | | | | | | | | | | works much better than sugar.lc | ||||
| | * | | fixes merge conflicts | Andreas Rumpf | 2018-09-11 | 887 | -43099/+48825 |
| | |\ \ | |||||
| | | * \ | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2018-09-11 | 32 | -151/+489 |
| | | |\ \ | |||||
| | * | | | | steps to get for loops as expressions | Andreas Rumpf | 2018-02-28 | 4 | -25/+41 |
| | | | | | | |||||
| * | | | | | Fix add(string, cstring) when the lhs is null (#8951) | LemonBoy | 2018-09-12 | 2 | -3/+8 |
| | | | | | | |||||
| * | | | | | Fix concat behaviour for uninitialized strings (#8950) | LemonBoy | 2018-09-11 | 2 | -10/+17 |
| | |_|_|/ | |/| | | | |||||
| * | | | | Fix semantic pass with borrowed magic procs (#8945) | LemonBoy | 2018-09-11 | 2 | -0/+11 |
| | | | | | | | | | | | | | | | Reported by pqflx3 on the forum. | ||||
| * | | | | Always emit hti object types if needed (#8940) | LemonBoy | 2018-09-11 | 2 | -1/+9 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | The compiler is now smart enough to emit types only if needed without all the importc tricks. This also fixes a codegen bug where, if all the stars align correctly, typeinfo doesn't include any definition of `TNimType` but uses it. Found by @skilchen in #8938 | ||||
| * | | | JS strings have no trailing zero anymore (#8936) | LemonBoy | 2018-09-11 | 3 | -35/+22 |
| | | | | |||||
| * | | | Narrowing casts are applied after every op if needed (#8918) | LemonBoy | 2018-09-08 | 2 | -32/+86 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This way we make sure not to end up with weird values every now and then. Fixes #7300 Fixes #8909 | ||||
| * | | | Fix insert/delete for JS (#8915) | LemonBoy | 2018-09-08 | 2 | -2/+14 |
| | | | | | | | | | | | | Fixes #8914 | ||||
| * | | | Fix AST generation for case statements (#8908) | LemonBoy | 2018-09-07 | 2 | -1/+12 |
| | | | | | | | | | | | | Fixes #7534 | ||||
| * | | | Don't segfault if the line is empty (#8906) | LemonBoy | 2018-09-07 | 1 | -3/+3 |
| | | | | |||||
| * | | | Fix type comparison in semConv (#8907) | LemonBoy | 2018-09-07 | 2 | -1/+9 |
| | | | | | | | | | | | | Fixes #8905 | ||||
* | | | | fixes #8883 | Araq | 2018-09-14 | 3 | -5/+669 |
| | | | | |||||
* | | | | fixes #8961 | Araq | 2018-09-14 | 3 | -5/+14 |
| | | | | |||||
* | | | | disable Nimble dependencies for appveyor | Araq | 2018-09-14 | 43 | -7/+27230 |
| | | | | |||||
* | | | | 'koch web' is now 'koch docs' | Araq | 2018-09-14 | 1 | -1/+1 |
| | | | | |||||
* | | | | make documentation generator tests green again | Araq | 2018-09-13 | 4 | -6/+11 |
| | | | | |||||
* | | | | nim doc: simplifiy index generation | Araq | 2018-09-13 | 1 | -7/+10 |
| | | | | |||||
* | | | | integrate 'koch web' features into koch; deprecate 'nimweb' tool | Araq | 2018-09-13 | 6 | -76/+352 |
| | | | | |||||
* | | | | cleanup lib.rst, remove deprecated modules | Araq | 2018-09-13 | 1 | -28/+1 |
| | | | | |||||
* | | | | index generation for docgen knows about subdirectories; index knows about ↵ | Araq | 2018-09-13 | 6 | -41/+1337 |
| | | | | | | | | | | | | | | | | enum values; fixes import statement for runnableExamples | ||||
* | | | | nim doc: fixes cross-link generation when --out is used | Araq | 2018-09-10 | 2 | -5/+10 |
| | | | | |||||
* | | | | build nimble in debug mode to enable stack traces | Araq | 2018-09-10 | 1 | -1/+1 |
| | | | | |||||
* | | | | appveyor: attempt to make the build more robust | Araq | 2018-09-10 | 1 | -3/+2 |
| | | | | |||||
* | | | | some protection against injected doc comments from templates | Araq | 2018-09-08 | 2 | -7/+12 |
| | | | | |||||
* | | | | 'nim doc': fixes index generation regression | Araq | 2018-09-08 | 2 | -4/+8 |
| | | | | |||||
* | | | | fixes merge conflict | Araq | 2018-09-07 | 0 | -0/+0 |
|\ \ \ \ | |||||
| * | | | | fixes bootstrapping problems | Araq | 2018-09-07 | 3 | -3/+3 |
| | | | | | |||||
| * | | | | added a test for 'nim doc' | Andreas Rumpf | 2018-09-07 | 10 | -7/+2696 |
| | | | | | |||||
| * | | | | compiler refactoring; use typesafe path handing; docgen: render symbols ↵ | Andreas Rumpf | 2018-09-07 | 45 | -505/+817 |
| | | | | | | | | | | | | | | | | | | | | between modules |