summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Revert changes in osproc.nimDmitry Polienko2016-07-191-43/+6
* Fix passing environment in startProcess (win)Dmitry Polienko2016-07-182-6/+75
* Merge pull request #4463 from flyx/tables-equals-no-KeyErrorAndreas Rumpf2016-07-191-5/+4
|\
| * Use getOrDefault for tables.`==`Felix Krause2016-07-081-7/+5
| * `==` in tables should not raise KeyErrorFelix Krause2016-07-071-2/+3
* | Merge pull request #4498 from mbaulch/fix4388Andreas Rumpf2016-07-181-5/+4
|\ \
| * | Random module: fix links, improve header.Matthew Baulch2016-07-181-5/+4
* | | make tests green againAndreas Rumpf2016-07-181-1/+1
* | | fixes #4497Andreas Rumpf2016-07-181-1/+1
* | | fixes #4496Andreas Rumpf2016-07-181-1/+1
* | | fixes #4478Andreas Rumpf2016-07-182-9/+49
* | | todo.txt updateAndreas Rumpf2016-07-181-1/+2
* | | added gFuzzyGraphChecking for nimsuggest timeout problemsAndreas Rumpf2016-07-171-2/+2
* | | Merge pull request #4493 from oderwat/findexe-symlinksAndreas Rumpf2016-07-172-5/+27
|\ \ \ | |/ / |/| |
| * | findExe() now by default follows symlinks.Hans Raaf2016-07-172-5/+27
|/ /
* | Merge pull request #4394 from yglukhov/macro-routines2Andreas Rumpf2016-07-161-0/+8
|\ \
| * | Added addPragma routineYuriy Glukhov2016-06-221-0/+8
* | | Merge pull request #4488 from mbaulch/fix4346improvedAndreas Rumpf2016-07-162-0/+25
|\ \ \
| * | | Handle tuples with unnamed fields, symbols, and more. Less duplication.Matthew Baulch2016-07-152-5/+6
| * | | Fix: Correctly (and more efficiently) handle non-tuple conversions.Matthew Baulch2016-07-141-2/+3
| * | | Use target field types in tuple conversions.Matthew Baulch2016-07-142-0/+23
* | | | nimsuggest improvementsAndreas Rumpf2016-07-162-3/+2
* | | | added system.newSeqOfCap for improved efficiencyAndreas Rumpf2016-07-157-4/+47
* | | | prepare for #3898Andreas Rumpf2016-07-152-4/+23
* | | | version 1 battle planAndreas Rumpf2016-07-151-13/+13
* | | | better be safe than sorryAndreas Rumpf2016-07-151-1/+2
* | | | prepare Nim codebase for upcoming parser changesAndreas Rumpf2016-07-1526-46/+46
* | | | rollback of nimsuggest improvement until we figured out the reasonsAndreas Rumpf2016-07-152-9/+13
* | | | fixes #2758Andreas Rumpf2016-07-152-3/+4
* | | | fixes #3545Andreas Rumpf2016-07-151-6/+7
* | | | fixes #3548Andreas Rumpf2016-07-153-8/+26
* | | | decent error message for 'var T' problemsAndreas Rumpf2016-07-152-15/+16
* | | | Merge pull request #4489 from oderwat/faq-vscodeDominik Picheta2016-07-141-1/+2
|\ \ \ \
| * | | | Added Visual Studio Code editor support to FAQHans Raaf2016-07-141-1/+2
|/ / / /
* | | | patchFile: support properlyAndreas Rumpf2016-07-141-3/+5
* | | | nimscript.patchFile supports $lib and stuffAraq2016-07-141-1/+1
* | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2016-07-1434-75/+361
|\ \ \ \
| * | | | docgen improvement: hidden 'attachedType' span is generated for upcoming docg...Andreas Rumpf2016-07-131-1/+51
| * | | | --listCmd also needs to affect linking stepAndreas Rumpf2016-07-132-3/+2
| * | | | nimsuggest: dependencies are recalculated properlyAndreas Rumpf2016-07-131-6/+7
| |/ / /
| * | | the Nim compiler supports the jsondoc2 commandAndreas Rumpf2016-07-134-25/+64
| * | | fixes #3706Andreas Rumpf2016-07-135-1/+47
| * | | fixes #2730Andreas Rumpf2016-07-131-2/+2
| * | | Merge pull request #4480 from apahl/develAndreas Rumpf2016-07-121-0/+33
| |\ \ \
| | * | | use table literal syntaxAxel Pahl2016-07-121-2/+2
| | * | | explain difference between Table and TableRef in tables.nimAxel Pahl2016-07-121-0/+33
| * | | | fixes #4429Andreas Rumpf2016-07-121-1/+3
| * | | | fixes #4358Andreas Rumpf2016-07-121-3/+6
| |/ / /
| * | | fixes #4301Andreas Rumpf2016-07-121-0/+3
| * | | fixes edge cases in the lexerAndreas Rumpf2016-07-121-3/+5