summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'devel' of https://github.com/nim-lang/Nim into fix_2753data-man2018-05-19123-5914/+6168
|\
| * added experimental undokumented std/varints moduleAndreas Rumpf2018-05-191-0/+145
| |
| * Fixes CritBitTree.inc's bug (#7838)Dmitry Atamanov2018-05-182-4/+15
| | | | | | | | | | | | * Fixes CritBitTree.inc's bug * Update changelog
| * Merge pull request #7841 from coffeepots/patch-5Dmitry Atamanov2018-05-181-1/+1
| |\ | | | | | | Fix typo in "out of bounds" error message
| | * Fix typo in "out of bounds" error messagecoffeepots2018-05-181-1/+1
| |/
| * Provide configuration for Genode toolchainEmery Hemingway2018-05-181-0/+8
| |
| * move parsejson logic into its own standard lib moduleAraq2018-05-182-505/+547
| |
| * keep unicode.nim warning freeAraq2018-05-181-4/+4
| |
| * keep algorithm.nim warning freeAraq2018-05-181-6/+6
| |
| * Merge pull request #7835 from data-man/fix_facDmitry Atamanov2018-05-171-1/+12
| |\ | | | | | | Fixes factorial's bug
| | * Fixes factorial's bugdata-man2018-05-171-1/+12
| |/
| * Allow better optimisations by removing NOINLINE from module init procsYuriy Glukhov2018-05-161-4/+4
| |
| * Merge branch 'devel' into araq-big-refactoringAraq2018-05-151-0/+3
| |\
| | * fixes #7817Araq2018-05-141-0/+3
| | |
| * | documentation generator works againAndreas Rumpf2018-05-152-9/+9
| | |
| * | make tests green on UnixAndreas Rumpf2018-05-152-5/+6
| | |
| * | make tests green againAraq2018-05-1420-33/+33
| | |
| * | fixes testament compilationAraq2018-05-1441-338/+1026
| |\|
| * | make nimsuggest compile againAndreas Rumpf2018-05-141-10/+10
| | |
| * | options.nim: no global variables anymoreAndreas Rumpf2018-05-1346-507/+509
| | |
| * | move more globals into the config objectAndreas Rumpf2018-05-136-93/+101
| | |
| * | make nimsuggest compile againAndreas Rumpf2018-05-137-89/+97
| | |
| * | bootstrapping worksAndreas Rumpf2018-05-131-1/+1
| | |
| * | compiler compiles again; simple programs do workAndreas Rumpf2018-05-134-158/+152
| | |
| * | the remaining passes all compile againAndreas Rumpf2018-05-138-117/+129
| | |
| * | C code generator compiles againAndreas Rumpf2018-05-1211-202/+208
| | |
| * | sem pass compiles againAndreas Rumpf2018-05-1212-263/+269
| | |
| * | semstmts compiles againAndreas Rumpf2018-05-126-198/+192
| | |
| * | more modules compile againAndreas Rumpf2018-05-1215-518/+544
| | |
| * | more modules compile againAndreas Rumpf2018-05-1212-235/+259
| | |
| * | transf and vmgen compile againAndreas Rumpf2018-05-129-223/+234
| | |
| * | lambda lifting compiles againAndreas Rumpf2018-05-123-149/+154
| | |
| * | pragmas compiles againAndreas Rumpf2018-05-115-269/+272
| | |
| * | sigmatch compiles againAndreas Rumpf2018-05-113-61/+63
| | |
| * | docgen compiles againAndreas Rumpf2018-05-112-64/+69
| | |
| * | move more global variables into ConfigRefAndreas Rumpf2018-05-1111-101/+109
| | |
| * | avoid more global variablesAndreas Rumpf2018-05-119-62/+80
| | |
| * | sempass2 compiles againAndreas Rumpf2018-05-113-81/+85
| | |
| * | guards.nim does compileAndreas Rumpf2018-05-1113-230/+241
| | |
| * | lookups compiles againAndreas Rumpf2018-05-103-81/+80
| | |
| * | semfold compiles againAndreas Rumpf2018-05-102-250/+252
| | |
| * | big refactoring: mores stuff compilesAndreas Rumpf2018-05-106-99/+82
| | |
| * | big refactoring: magicsys compiles againAndreas Rumpf2018-05-1010-239/+264
| | |
| * | big refactoring: parser compiles againAndreas Rumpf2018-05-1015-1229/+1157
| | |
| * | remove hardly used TimeMachine featureAndreas Rumpf2018-05-064-59/+3
| | |
* | | Added testdata-man2018-05-151-0/+12
| | |
* | | Fixes #2753data-man2018-05-141-1/+1
| |/ |/|
* | Adds TextAreaElement type.Dominik Picheta2018-05-141-1/+7
| |
* | Adds onpopstate and proc related to Events to dom module.Dominik Picheta2018-05-141-0/+3
| |
* | Minor fixes to enable tccGanesh Viswanathan2018-05-143-4/+4
| |