summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | cleanup examples/readme.txtAndreas Rumpf2018-05-281-3/+0
| * | | | | cleanup old allany.nim exampleAndreas Rumpf2018-05-281-14/+12
| * | | | | remove the last global variables in the C code generatorAndreas Rumpf2018-05-282-21/+19
| * | | | | rename 'nimrodVM' to 'nimVM'Andreas Rumpf2018-05-284-9/+7
| * | | | | vm now free of global variablesAndreas Rumpf2018-05-284-17/+12
| * | | | | vm.nim: evalMacroCounter is not a global variable anymoreAndreas Rumpf2018-05-282-6/+6
| * | | | | jsgen refactoring: use graph.backend field instead of a global variableAndreas Rumpf2018-05-281-11/+10
| * | | | | Merge branch 'devel' into araq-big-refactoringAndreas Rumpf2018-05-288-12/+36
| |\ \ \ \ \
| * | | | | | make dependency analyser free of global variablesAndreas Rumpf2018-05-282-10/+17
| * | | | | | removed global variable from rstgen.nimAndreas Rumpf2018-05-272-6/+8
| * | | | | | cleanup compiler/prettybase to not use redudant global variablesAndreas Rumpf2018-05-275-86/+36
| * | | | | | refactoring: make projectMainIdx typesafeAndreas Rumpf2018-05-277-21/+17
| * | | | | | refactoring: remove idents.legacy global variable and pass the IdentCache aro...Andreas Rumpf2018-05-2741-353/+338
| * | | | | | refactoring: fewer global variablesAndreas Rumpf2018-05-276-43/+36
| * | | | | | more refactoringAndreas Rumpf2018-05-2711-33/+36
| * | | | | | implements --hint[globalvar]:on switch for quickly finding global variablesAndreas Rumpf2018-05-272-3/+7
| * | | | | | Merge branch 'devel' into araq-big-refactoringAndreas Rumpf2018-05-279-41/+115
| |\ \ \ \ \ \
| * | | | | | | remove more global variables in the Nim compilerAndreas Rumpf2018-05-2777-679/+679
| * | | | | | | fixes merge conflictAndreas Rumpf2018-05-2616-213/+235
| |\ \ \ \ \ \ \
| * | | | | | | | make travis use GCC instead of clangAndreas Rumpf2018-05-251-1/+0
| * | | | | | | | fixes yet another index out of bounds issue in renderer.nimAndreas Rumpf2018-05-211-2/+2
| * | | | | | | | Merge branch 'devel' into araq-big-refactoringAndreas Rumpf2018-05-2116-549/+793
| |\ \ \ \ \ \ \ \
| * | | | | | | | | make tests green againAndreas Rumpf2018-05-1816-52/+65
| * | | | | | | | | os.nim: don't use echo for error reportingAndreas Rumpf2018-05-181-1/+1
| * | | | | | | | | make semantic checking free of globalsAndreas Rumpf2018-05-183-15/+15
| * | | | | | | | | platform.nim doesn't use globals anymore; prepare msgs.nim for not using globalsAndreas Rumpf2018-05-1835-678/+538
| * | | | | | | | | compiler/ropes.nim has no global error handler anymoreAndreas Rumpf2018-05-176-42/+48
| * | | | | | | | | preparations of making compiler/msgs.nim free of global variablesAndreas Rumpf2018-05-1738-183/+179
| * | | | | | | | | remove ast.emptyNode global; cleanup configuration.nimAraq2018-05-1629-312/+148
| * | | | | | | | | ccgutils: code cleanup, no globalsAraq2018-05-161-108/+1
| * | | | | | | | | extccomp: no globals anymoreAraq2018-05-167-111/+118
* | | | | | | | | | Fix error messagecooldome2018-06-121-2/+2
* | | | | | | | | | style fixes, typoscooldome2018-06-122-6/+6
* | | | | | | | | | remove underscorescooldome2018-06-111-5/+5
* | | | | | | | | | fix commentscooldome2018-06-102-23/+52
* | | | | | | | | | manual mergecooldome2018-06-101-2/+2
* | | | | | | | | | manual merge continuescooldome2018-06-101-16/+30
* | | | | | | | | | manual mergecooldome2018-06-101-470/+0
* | | | | | | | | | merge develcooldome2018-06-10309-9635/+11910
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Fix type inference with static literals.LemonBoy2018-06-102-1/+13
| * | | | | | | | | Revert "[RFC] NEP-1.1. Relax 80 chars requirement."Dominik Picheta2018-06-091-2/+2
| * | | | | | | | | Merge pull request #7873 from ehmry/GenodeEnvAndreas Rumpf2018-06-0911-37/+111
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Set Genode Openssl shared-object stringsEmery Hemingway2018-06-071-0/+4
| | * | | | | | | | | Native access to Genode environmentEmery Hemingway2018-06-0710-37/+107
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Merge pull request #8000 from yglukhov/nep1.1Andreas Rumpf2018-06-091-2/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | NEP-1.1. Relax 80 chars requirement.Yuriy Glukhov2018-06-081-2/+2
| * | | | | | | | | | Merge pull request #8001 from kaushalmodi/fix-isupper-islower-try2Andreas Rumpf2018-06-093-49/+152
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Make isUpper (and variants) work for strings with non-alpha charsKaushal Modi2018-06-083-49/+152
| * | | | | | | | | | | Change parseEnum to something faster for method parsing in asynchttpserver (#...hlaaf2018-06-081-2/+15
| * | | | | | | | | | | Merge pull request #7962 from Yardanico/test-ciDominik Picheta2018-06-081-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |