Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | cleanup examples/readme.txt | Andreas Rumpf | 2018-05-28 | 1 | -3/+0 | |
| * | | | | | cleanup old allany.nim example | Andreas Rumpf | 2018-05-28 | 1 | -14/+12 | |
| * | | | | | remove the last global variables in the C code generator | Andreas Rumpf | 2018-05-28 | 2 | -21/+19 | |
| * | | | | | rename 'nimrodVM' to 'nimVM' | Andreas Rumpf | 2018-05-28 | 4 | -9/+7 | |
| * | | | | | vm now free of global variables | Andreas Rumpf | 2018-05-28 | 4 | -17/+12 | |
| * | | | | | vm.nim: evalMacroCounter is not a global variable anymore | Andreas Rumpf | 2018-05-28 | 2 | -6/+6 | |
| * | | | | | jsgen refactoring: use graph.backend field instead of a global variable | Andreas Rumpf | 2018-05-28 | 1 | -11/+10 | |
| * | | | | | Merge branch 'devel' into araq-big-refactoring | Andreas Rumpf | 2018-05-28 | 8 | -12/+36 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | make dependency analyser free of global variables | Andreas Rumpf | 2018-05-28 | 2 | -10/+17 | |
| * | | | | | | removed global variable from rstgen.nim | Andreas Rumpf | 2018-05-27 | 2 | -6/+8 | |
| * | | | | | | cleanup compiler/prettybase to not use redudant global variables | Andreas Rumpf | 2018-05-27 | 5 | -86/+36 | |
| * | | | | | | refactoring: make projectMainIdx typesafe | Andreas Rumpf | 2018-05-27 | 7 | -21/+17 | |
| * | | | | | | refactoring: remove idents.legacy global variable and pass the IdentCache aro... | Andreas Rumpf | 2018-05-27 | 41 | -353/+338 | |
| * | | | | | | refactoring: fewer global variables | Andreas Rumpf | 2018-05-27 | 6 | -43/+36 | |
| * | | | | | | more refactoring | Andreas Rumpf | 2018-05-27 | 11 | -33/+36 | |
| * | | | | | | implements --hint[globalvar]:on switch for quickly finding global variables | Andreas Rumpf | 2018-05-27 | 2 | -3/+7 | |
| * | | | | | | Merge branch 'devel' into araq-big-refactoring | Andreas Rumpf | 2018-05-27 | 9 | -41/+115 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | remove more global variables in the Nim compiler | Andreas Rumpf | 2018-05-27 | 77 | -679/+679 | |
| * | | | | | | | fixes merge conflict | Andreas Rumpf | 2018-05-26 | 16 | -213/+235 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | make travis use GCC instead of clang | Andreas Rumpf | 2018-05-25 | 1 | -1/+0 | |
| * | | | | | | | | fixes yet another index out of bounds issue in renderer.nim | Andreas Rumpf | 2018-05-21 | 1 | -2/+2 | |
| * | | | | | | | | Merge branch 'devel' into araq-big-refactoring | Andreas Rumpf | 2018-05-21 | 16 | -549/+793 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | make tests green again | Andreas Rumpf | 2018-05-18 | 16 | -52/+65 | |
| * | | | | | | | | | os.nim: don't use echo for error reporting | Andreas Rumpf | 2018-05-18 | 1 | -1/+1 | |
| * | | | | | | | | | make semantic checking free of globals | Andreas Rumpf | 2018-05-18 | 3 | -15/+15 | |
| * | | | | | | | | | platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals | Andreas Rumpf | 2018-05-18 | 35 | -678/+538 | |
| * | | | | | | | | | compiler/ropes.nim has no global error handler anymore | Andreas Rumpf | 2018-05-17 | 6 | -42/+48 | |
| * | | | | | | | | | preparations of making compiler/msgs.nim free of global variables | Andreas Rumpf | 2018-05-17 | 38 | -183/+179 | |
| * | | | | | | | | | remove ast.emptyNode global; cleanup configuration.nim | Araq | 2018-05-16 | 29 | -312/+148 | |
| * | | | | | | | | | ccgutils: code cleanup, no globals | Araq | 2018-05-16 | 1 | -108/+1 | |
| * | | | | | | | | | extccomp: no globals anymore | Araq | 2018-05-16 | 7 | -111/+118 | |
* | | | | | | | | | | Fix error message | cooldome | 2018-06-12 | 1 | -2/+2 | |
* | | | | | | | | | | style fixes, typos | cooldome | 2018-06-12 | 2 | -6/+6 | |
* | | | | | | | | | | remove underscores | cooldome | 2018-06-11 | 1 | -5/+5 | |
* | | | | | | | | | | fix comments | cooldome | 2018-06-10 | 2 | -23/+52 | |
* | | | | | | | | | | manual merge | cooldome | 2018-06-10 | 1 | -2/+2 | |
* | | | | | | | | | | manual merge continues | cooldome | 2018-06-10 | 1 | -16/+30 | |
* | | | | | | | | | | manual merge | cooldome | 2018-06-10 | 1 | -470/+0 | |
* | | | | | | | | | | merge devel | cooldome | 2018-06-10 | 309 | -9635/+11910 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Fix type inference with static literals. | LemonBoy | 2018-06-10 | 2 | -1/+13 | |
| * | | | | | | | | | Revert "[RFC] NEP-1.1. Relax 80 chars requirement." | Dominik Picheta | 2018-06-09 | 1 | -2/+2 | |
| * | | | | | | | | | Merge pull request #7873 from ehmry/GenodeEnv | Andreas Rumpf | 2018-06-09 | 11 | -37/+111 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Set Genode Openssl shared-object strings | Emery Hemingway | 2018-06-07 | 1 | -0/+4 | |
| | * | | | | | | | | | Native access to Genode environment | Emery Hemingway | 2018-06-07 | 10 | -37/+107 | |
| | | |_|_|_|_|_|_|/ | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #8000 from yglukhov/nep1.1 | Andreas Rumpf | 2018-06-09 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | NEP-1.1. Relax 80 chars requirement. | Yuriy Glukhov | 2018-06-08 | 1 | -2/+2 | |
| * | | | | | | | | | | Merge pull request #8001 from kaushalmodi/fix-isupper-islower-try2 | Andreas Rumpf | 2018-06-09 | 3 | -49/+152 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Make isUpper (and variants) work for strings with non-alpha chars | Kaushal Modi | 2018-06-08 | 3 | -49/+152 | |
| * | | | | | | | | | | | Change parseEnum to something faster for method parsing in asynchttpserver (#... | hlaaf | 2018-06-08 | 1 | -2/+15 | |
| * | | | | | | | | | | | Merge pull request #7962 from Yardanico/test-ci | Dominik Picheta | 2018-06-08 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | |