Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | fixes #4497 | Andreas Rumpf | 2016-07-18 | 1 | -1/+1 | |
* | | | | fixes #4496 | Andreas Rumpf | 2016-07-18 | 1 | -1/+1 | |
* | | | | fixes #4478 | Andreas Rumpf | 2016-07-18 | 2 | -9/+49 | |
* | | | | todo.txt update | Andreas Rumpf | 2016-07-18 | 1 | -1/+2 | |
* | | | | added gFuzzyGraphChecking for nimsuggest timeout problems | Andreas Rumpf | 2016-07-17 | 1 | -2/+2 | |
* | | | | Merge pull request #4493 from oderwat/findexe-symlinks | Andreas Rumpf | 2016-07-17 | 2 | -5/+27 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | findExe() now by default follows symlinks. | Hans Raaf | 2016-07-17 | 2 | -5/+27 | |
|/ / / | ||||||
* | | | Merge pull request #4394 from yglukhov/macro-routines2 | Andreas Rumpf | 2016-07-16 | 1 | -0/+8 | |
|\ \ \ | ||||||
| * | | | Added addPragma routine | Yuriy Glukhov | 2016-06-22 | 1 | -0/+8 | |
* | | | | Merge pull request #4488 from mbaulch/fix4346improved | Andreas Rumpf | 2016-07-16 | 2 | -0/+25 | |
|\ \ \ \ | ||||||
| * | | | | Handle tuples with unnamed fields, symbols, and more. Less duplication. | Matthew Baulch | 2016-07-15 | 2 | -5/+6 | |
| * | | | | Fix: Correctly (and more efficiently) handle non-tuple conversions. | Matthew Baulch | 2016-07-14 | 1 | -2/+3 | |
| * | | | | Use target field types in tuple conversions. | Matthew Baulch | 2016-07-14 | 2 | -0/+23 | |
* | | | | | nimsuggest improvements | Andreas Rumpf | 2016-07-16 | 2 | -3/+2 | |
* | | | | | added system.newSeqOfCap for improved efficiency | Andreas Rumpf | 2016-07-15 | 7 | -4/+47 | |
* | | | | | prepare for #3898 | Andreas Rumpf | 2016-07-15 | 2 | -4/+23 | |
* | | | | | version 1 battle plan | Andreas Rumpf | 2016-07-15 | 1 | -13/+13 | |
* | | | | | better be safe than sorry | Andreas Rumpf | 2016-07-15 | 1 | -1/+2 | |
* | | | | | prepare Nim codebase for upcoming parser changes | Andreas Rumpf | 2016-07-15 | 26 | -46/+46 | |
* | | | | | rollback of nimsuggest improvement until we figured out the reasons | Andreas Rumpf | 2016-07-15 | 2 | -9/+13 | |
* | | | | | fixes #2758 | Andreas Rumpf | 2016-07-15 | 2 | -3/+4 | |
* | | | | | fixes #3545 | Andreas Rumpf | 2016-07-15 | 1 | -6/+7 | |
* | | | | | fixes #3548 | Andreas Rumpf | 2016-07-15 | 3 | -8/+26 | |
* | | | | | decent error message for 'var T' problems | Andreas Rumpf | 2016-07-15 | 2 | -15/+16 | |
* | | | | | Merge pull request #4489 from oderwat/faq-vscode | Dominik Picheta | 2016-07-14 | 1 | -1/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Added Visual Studio Code editor support to FAQ | Hans Raaf | 2016-07-14 | 1 | -1/+2 | |
|/ / / / / | ||||||
* | | | | | patchFile: support properly | Andreas Rumpf | 2016-07-14 | 1 | -3/+5 | |
* | | | | | nimscript.patchFile supports $lib and stuff | Araq | 2016-07-14 | 1 | -1/+1 | |
* | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2016-07-14 | 34 | -75/+361 | |
|\ \ \ \ \ | ||||||
| * | | | | | docgen improvement: hidden 'attachedType' span is generated for upcoming docg... | Andreas Rumpf | 2016-07-13 | 1 | -1/+51 | |
| * | | | | | --listCmd also needs to affect linking step | Andreas Rumpf | 2016-07-13 | 2 | -3/+2 | |
| * | | | | | nimsuggest: dependencies are recalculated properly | Andreas Rumpf | 2016-07-13 | 1 | -6/+7 | |
| |/ / / / | ||||||
| * | | | | the Nim compiler supports the jsondoc2 command | Andreas Rumpf | 2016-07-13 | 4 | -25/+64 | |
| * | | | | fixes #3706 | Andreas Rumpf | 2016-07-13 | 5 | -1/+47 | |
| * | | | | fixes #2730 | Andreas Rumpf | 2016-07-13 | 1 | -2/+2 | |
| | |_|/ | |/| | | ||||||
| * | | | Merge pull request #4480 from apahl/devel | Andreas Rumpf | 2016-07-12 | 1 | -0/+33 | |
| |\ \ \ | ||||||
| | * | | | use table literal syntax | Axel Pahl | 2016-07-12 | 1 | -2/+2 | |
| | * | | | explain difference between Table and TableRef in tables.nim | Axel Pahl | 2016-07-12 | 1 | -0/+33 | |
| * | | | | fixes #4429 | Andreas Rumpf | 2016-07-12 | 1 | -1/+3 | |
| * | | | | fixes #4358 | Andreas Rumpf | 2016-07-12 | 1 | -3/+6 | |
| |/ / / | ||||||
| * | | | fixes #4301 | Andreas Rumpf | 2016-07-12 | 1 | -0/+3 | |
| * | | | fixes edge cases in the lexer | Andreas Rumpf | 2016-07-12 | 1 | -3/+5 | |
| * | | | fixes #4471 | Andreas Rumpf | 2016-07-12 | 2 | -3/+26 | |
| * | | | fixes a critical JS codegen bug which caused 'importcpp' statements not to be... | Andreas Rumpf | 2016-07-11 | 1 | -0/+1 | |
| * | | | fixes a strange JS codegen bug | Andreas Rumpf | 2016-07-11 | 1 | -0/+2 | |
| * | | | Merge pull request #4476 from yglukhov/gc-trace-fix | Andreas Rumpf | 2016-07-11 | 1 | -8/+14 | |
| |\ \ \ | ||||||
| | * | | | Fixed crash with leakDetector and threads enabled. | Yuriy Glukhov | 2016-07-11 | 1 | -8/+14 | |
| * | | | | Merge pull request #4477 from kierdavis/4475-segfault | Andreas Rumpf | 2016-07-11 | 2 | -2/+8 | |
| |\ \ \ \ | ||||||
| | * | | | | Add regression test for fix for #4475 | Kier Davis | 2016-07-11 | 1 | -0/+6 | |
| | * | | | | Fix #4475 | Kier Davis | 2016-07-11 | 1 | -2/+2 | |
| | |/ / / |