Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'devel' of https://github.com/nim-lang/Nim into fix_2753 | data-man | 2018-05-19 | 123 | -5914/+6168 |
|\ | |||||
| * | added experimental undokumented std/varints module | Andreas Rumpf | 2018-05-19 | 1 | -0/+145 |
| | | |||||
| * | Fixes CritBitTree.inc's bug (#7838) | Dmitry Atamanov | 2018-05-18 | 2 | -4/+15 |
| | | | | | | | | | | | | * Fixes CritBitTree.inc's bug * Update changelog | ||||
| * | Merge pull request #7841 from coffeepots/patch-5 | Dmitry Atamanov | 2018-05-18 | 1 | -1/+1 |
| |\ | | | | | | | Fix typo in "out of bounds" error message | ||||
| | * | Fix typo in "out of bounds" error message | coffeepots | 2018-05-18 | 1 | -1/+1 |
| |/ | |||||
| * | Provide configuration for Genode toolchain | Emery Hemingway | 2018-05-18 | 1 | -0/+8 |
| | | |||||
| * | move parsejson logic into its own standard lib module | Araq | 2018-05-18 | 2 | -505/+547 |
| | | |||||
| * | keep unicode.nim warning free | Araq | 2018-05-18 | 1 | -4/+4 |
| | | |||||
| * | keep algorithm.nim warning free | Araq | 2018-05-18 | 1 | -6/+6 |
| | | |||||
| * | Merge pull request #7835 from data-man/fix_fac | Dmitry Atamanov | 2018-05-17 | 1 | -1/+12 |
| |\ | | | | | | | Fixes factorial's bug | ||||
| | * | Fixes factorial's bug | data-man | 2018-05-17 | 1 | -1/+12 |
| |/ | |||||
| * | Allow better optimisations by removing NOINLINE from module init procs | Yuriy Glukhov | 2018-05-16 | 1 | -4/+4 |
| | | |||||
| * | Merge branch 'devel' into araq-big-refactoring | Araq | 2018-05-15 | 1 | -0/+3 |
| |\ | |||||
| | * | fixes #7817 | Araq | 2018-05-14 | 1 | -0/+3 |
| | | | |||||
| * | | documentation generator works again | Andreas Rumpf | 2018-05-15 | 2 | -9/+9 |
| | | | |||||
| * | | make tests green on Unix | Andreas Rumpf | 2018-05-15 | 2 | -5/+6 |
| | | | |||||
| * | | make tests green again | Araq | 2018-05-14 | 20 | -33/+33 |
| | | | |||||
| * | | fixes testament compilation | Araq | 2018-05-14 | 41 | -338/+1026 |
| |\| | |||||
| * | | make nimsuggest compile again | Andreas Rumpf | 2018-05-14 | 1 | -10/+10 |
| | | | |||||
| * | | options.nim: no global variables anymore | Andreas Rumpf | 2018-05-13 | 46 | -507/+509 |
| | | | |||||
| * | | move more globals into the config object | Andreas Rumpf | 2018-05-13 | 6 | -93/+101 |
| | | | |||||
| * | | make nimsuggest compile again | Andreas Rumpf | 2018-05-13 | 7 | -89/+97 |
| | | | |||||
| * | | bootstrapping works | Andreas Rumpf | 2018-05-13 | 1 | -1/+1 |
| | | | |||||
| * | | compiler compiles again; simple programs do work | Andreas Rumpf | 2018-05-13 | 4 | -158/+152 |
| | | | |||||
| * | | the remaining passes all compile again | Andreas Rumpf | 2018-05-13 | 8 | -117/+129 |
| | | | |||||
| * | | C code generator compiles again | Andreas Rumpf | 2018-05-12 | 11 | -202/+208 |
| | | | |||||
| * | | sem pass compiles again | Andreas Rumpf | 2018-05-12 | 12 | -263/+269 |
| | | | |||||
| * | | semstmts compiles again | Andreas Rumpf | 2018-05-12 | 6 | -198/+192 |
| | | | |||||
| * | | more modules compile again | Andreas Rumpf | 2018-05-12 | 15 | -518/+544 |
| | | | |||||
| * | | more modules compile again | Andreas Rumpf | 2018-05-12 | 12 | -235/+259 |
| | | | |||||
| * | | transf and vmgen compile again | Andreas Rumpf | 2018-05-12 | 9 | -223/+234 |
| | | | |||||
| * | | lambda lifting compiles again | Andreas Rumpf | 2018-05-12 | 3 | -149/+154 |
| | | | |||||
| * | | pragmas compiles again | Andreas Rumpf | 2018-05-11 | 5 | -269/+272 |
| | | | |||||
| * | | sigmatch compiles again | Andreas Rumpf | 2018-05-11 | 3 | -61/+63 |
| | | | |||||
| * | | docgen compiles again | Andreas Rumpf | 2018-05-11 | 2 | -64/+69 |
| | | | |||||
| * | | move more global variables into ConfigRef | Andreas Rumpf | 2018-05-11 | 11 | -101/+109 |
| | | | |||||
| * | | avoid more global variables | Andreas Rumpf | 2018-05-11 | 9 | -62/+80 |
| | | | |||||
| * | | sempass2 compiles again | Andreas Rumpf | 2018-05-11 | 3 | -81/+85 |
| | | | |||||
| * | | guards.nim does compile | Andreas Rumpf | 2018-05-11 | 13 | -230/+241 |
| | | | |||||
| * | | lookups compiles again | Andreas Rumpf | 2018-05-10 | 3 | -81/+80 |
| | | | |||||
| * | | semfold compiles again | Andreas Rumpf | 2018-05-10 | 2 | -250/+252 |
| | | | |||||
| * | | big refactoring: mores stuff compiles | Andreas Rumpf | 2018-05-10 | 6 | -99/+82 |
| | | | |||||
| * | | big refactoring: magicsys compiles again | Andreas Rumpf | 2018-05-10 | 10 | -239/+264 |
| | | | |||||
| * | | big refactoring: parser compiles again | Andreas Rumpf | 2018-05-10 | 15 | -1229/+1157 |
| | | | |||||
| * | | remove hardly used TimeMachine feature | Andreas Rumpf | 2018-05-06 | 4 | -59/+3 |
| | | | |||||
* | | | Added test | data-man | 2018-05-15 | 1 | -0/+12 |
| | | | |||||
* | | | Fixes #2753 | data-man | 2018-05-14 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Adds TextAreaElement type. | Dominik Picheta | 2018-05-14 | 1 | -1/+7 |
| | | |||||
* | | Adds onpopstate and proc related to Events to dom module. | Dominik Picheta | 2018-05-14 | 1 | -0/+3 |
| | | |||||
* | | Minor fixes to enable tcc | Ganesh Viswanathan | 2018-05-14 | 3 | -4/+4 |
| | |