summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | update the doccooldome2018-04-293-4/+10
| * | | | | Add a testcooldome2018-04-291-0/+37
| * | | | | Merge branch 'devel' into range_float_typecooldome2018-04-2615-79/+146
| |\ \ \ \ \
| * | | | | | Implement float range typescooldome2018-04-264-89/+145
* | | | | | | Merge pull request #8120 from krux02/basic-debuggingAndreas Rumpf2018-06-263-9/+9
|\ \ \ \ \ \ \
| * | | | | | | readded -d:debug flagArne Döring2018-06-261-1/+1
| * | | | | | | make basic debugging possibleArne Döring2018-06-263-9/+9
* | | | | | | | Merge pull request #7681 from nim-lang/typedesc-reformsAndreas Rumpf2018-06-2639-270/+1702
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'devel' into typedesc-reformsAndreas Rumpf2018-06-2647-165/+1918
| |\ \ \ \ \ \ \ \
| * | | | | | | | | requested pull-request changesZahary Karadjov2018-06-165-18/+25
| * | | | | | | | | allow referencing other parameters in default parameter valuesZahary Karadjov2018-06-1610-31/+244
| * | | | | | | | | fix #6928; fix #7208Zahary Karadjov2018-06-164-3/+37
| * | | | | | | | | fix some breakage after rebasingZahary Karadjov2018-06-162-2/+2
| * | | | | | | | | Support default type parametersZahary Karadjov2018-06-163-3/+34
| * | | | | | | | | fixes #7222; fixes #5595; fixes #3747Zahary Karadjov2018-06-1615-65/+321
| * | | | | | | | | document the new `type[T]` and `static[T]` featuresZahary Karadjov2018-06-164-71/+104
| * | | | | | | | | Implement the `is` operator for the new static and typedesc type classesZahary Karadjov2018-06-1610-55/+210
| * | | | | | | | | Bugfix: the size of an array may be a static tuple elementZahary Karadjov2018-06-162-8/+35
| * | | | | | | | | Bugfix: aliases to generic types were not considered implicit generic parametersZahary Karadjov2018-06-162-0/+20
| * | | | | | | | | A minimal patch enabling the new typedesc and static types syntaxZahary Karadjov2018-06-1610-110/+228
| * | | | | | | | | Starting test recording the current state of the parserZahary Karadjov2018-06-161-0/+481
| * | | | | | | | | stdlib workZahary Karadjov2018-06-163-9/+66
* | | | | | | | | | Merge pull request #8108 from LemonBoy/fix-5958Andreas Rumpf2018-06-265-15/+23
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Adjust some tests to make them passLemonBoy2018-06-253-15/+12
| * | | | | | | | | | Make `static` blocks introduce their own scopeLemonBoy2018-06-242-0/+11
* | | | | | | | | | | Merge pull request #7800 from GULPF/vm-nil-fixAndreas Rumpf2018-06-264-23/+79
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Improve vm support for ref typesOscar Nihlgård2018-06-264-23/+79
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #8123 from jwollen/cfile_extensionsAndreas Rumpf2018-06-262-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Don't remove extension of source files twice, if filenames contain dotsJörg Wollenschläger2018-06-262-2/+2
|/ / / / / / / / / /
* | | | | | | | | | nimpretty: detect '; vs ,' style based on the first usage of the token in par...Araq2018-06-262-2/+8
* | | | | | | | | | 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