summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2018-06-2615-52/+248
|\
| * Merge pull request #8117 from LemonBoy/cmd-verbosity-levelDominik Picheta2018-06-251-1/+4
| |\
| | * Warn the user if the specified verbosity level is wrongLemonBoy2018-06-251-1/+4
| * | Merge pull request #8105 from LemonBoy/concept-high-low-indexAndreas Rumpf2018-06-254-4/+35
| |\ \
| | * | More concept fixesLemonBoy2018-06-244-4/+35
| * | | Merge pull request #7964 from LemonBoy/fix-7936Andreas Rumpf2018-06-251-2/+9
| |\ \ \ | | |_|/ | |/| |
| | * | Use the resolved typedesc in semVarOrLetLemonBoy2018-06-231-2/+9
| * | | Merge pull request #8072 from LemonBoy/fix-6899-6280Andreas Rumpf2018-06-241-2/+2
| |\ \ \ | | |_|/ | |/| |
| | * | Fix minor codegen issue with static data typesLemonBoy2018-06-191-2/+2
| * | | Merge pull request #8084 from LemonBoy/fix-7905Andreas Rumpf2018-06-242-3/+37
| |\ \ \
| | * | | Don't blow up with recursive objectsLemonBoy2018-06-222-4/+18
| | * | | Discriminate gensym'd type names in sigHashLemonBoy2018-06-222-2/+22
| | |/ /
| * | | Support setting foreground/background colors to terminal defaults (#8073)Kaushal Modi2018-06-241-8/+32
| * | | Merge pull request #8092 from FedericoCeratto/patch-10Andreas Rumpf2018-06-241-1/+1
| |\ \ \
| | * | | Minor doc fixFederico Ceratto2018-06-231-1/+1
| |/ / /
| * | | Change inconsistent paramaters in times.nim (#8091)Oscar NihlgÄrd2018-06-231-28/+19
| * | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2018-06-228-17/+154
| |\ \ \
| | * \ \ Merge pull request #8062 from LemonBoy/fix-7825Andreas Rumpf2018-06-213-2/+101
| | |\ \ \
| | | * | | Fix constant folding for shl/notLemonBoy2018-06-193-2/+101
| * | | | | varints module: critical bugfixAndreas Rumpf2018-06-221-1/+8
* | | | | | fixes docgen regression caused by refactorings; fixes #8097Araq2018-06-261-5/+3
| |/ / / / |/| | | |
* | | | | nimpretty: bugfixes; refs #8078Araq2018-06-204-5/+42
* | | | | fixes #8076Araq2018-06-201-10/+11
|/ / / /
* | | | Merge branch 'araq-nimpretty' into develAndreas Rumpf2018-06-209-24/+669
|\ \ \ \
| * | | | nimpretty: added more code claimed to not be workingAndreas Rumpf2018-06-202-0/+26
| * | | | nimpretty: fixes more reported issuesAndreas Rumpf2018-06-203-3/+10
| * | | | nimpretty: also test on Windows/AppveyorAndreas Rumpf2018-06-191-0/+2
| * | | | nimpretty: don't produce trailing whitespace; fixes the rendering of unary op...Andreas Rumpf2018-06-193-11/+16
| * | | | nimpretty: proper command line handling; added tests; travis ensures these st...Andreas Rumpf2018-06-198-17/+622
* | | | | Pegs AST read access (#8050)gemath2018-06-193-2/+102
* | | | | Merge pull request #7771 from nim-lang/nim-in-action-fixesAndreas Rumpf2018-06-1912-1/+646
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Workaround VM bug in strutilsDominik Picheta2018-06-172-4/+5
| * | | | Adds smaller code samples from Chapters 1-3 to the tester.Dominik Picheta2018-06-1711-1/+642
| * | | | Exports unicode.toUpper/toLower in strutils module.Dominik Picheta2018-06-171-0/+3
* | | | | Merge pull request #8047 from kaushalmodi/add-styledWriteDominik Picheta2018-06-191-25/+59
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Convert styledWriteLine and styledEcho to templatesKaushal Modi2018-06-181-35/+7
| * | | | Add styledWrite macroKaushal Modi2018-06-181-12/+74
* | | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2018-06-192-5/+9
|\| | | |
| * | | | Changed tutorial documentation referring to 'constant' to 'immutable' (#8056)mboratko2018-06-181-2/+3
| * | | | Add support for italic and strikethrough ANSI escape codes (#8048)Kaushal Modi2018-06-171-3/+6
* | | | | nimpretty improvementsAndreas Rumpf2018-06-193-43/+60
* | | | | nimpretty: don't touch dense binary operatorsAndreas Rumpf2018-06-171-9/+13
|/ / / /
* | | | testament: minor code formating changeAndreas Rumpf2018-06-171-1/+1
* | | | nimpretty: fixes pragma renderingAndreas Rumpf2018-06-171-1/+1
|/ / /
* | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2018-06-163-66/+144
|\ \ \
| * \ \ Merge pull request #8039 from yglukhov/proc-pragmasAndreas Rumpf2018-06-163-66/+144
| |\ \ \
| | * | | Added more tests to toverflwYuriy Glukhov2018-06-151-6/+69
| | * | | Fixed proto optionsYuriy Glukhov2018-06-151-0/+1
| | * | | Fixed stacktrace/linetrace proc pragmas when appended by macro pragmaYuriy Glukhov2018-06-142-60/+74
* | | | | nimpretty: stuff that doesn't workAndreas Rumpf2018-06-161-6/+34