summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | fixes #1131Araq2015-02-104-4/+15
* | | | | | | | | | cleaned up some testsAraq2015-02-1025-8/+19
* | | | | | | | | | temptyseqs works againAraq2015-02-104-17/+25
* | | | | | | | | | fixes #2070Araq2015-02-102-19/+29
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Async await try statement fixes.Dominik Picheta2015-02-093-11/+89
* | | | | | | | | stop after first failing C compilation for --parallelBuild:1Araq2015-02-091-1/+3
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge pull request #2087 from flaviut/patch-1Andreas Rumpf2015-02-091-5/+21
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Clean up build iconsFlaviu Tamas2015-02-071-5/+21
* | | | | | | | Merge pull request #2059 from def-/getchVarriount2015-02-091-0/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | Document terminal.getchdef2015-02-041-0/+2
| * | | | | | | | Add copyright headerdef2015-02-031-0/+9
| * | | | | | | | Add terminal.getch to get a single characterdef2015-02-031-0/+26
* | | | | | | | | tables work in 'const' sections; echo supports 'nil' strings; minor cleanupsAraq2015-02-0911-52/+69
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge pull request #2093 from reactormonk/json-test-fixAndreas Rumpf2015-02-081-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | apparently the json spacing changedSimon Hafner2015-02-081-1/+1
|/ / / / / / / /
* | | | | | | | 'nimsuggest' compiles againAraq2015-02-081-11/+13
* | | | | | | | fixes #2004Araq2015-02-084-23/+49
* | | | | | | | fixes #2073Araq2015-02-084-4/+20
* | | | | | | | fixes #2073; language spec change: arrow like operators are not right associa...Araq2015-02-083-6/+5
* | | | | | | | fixes #1956Araq2015-02-082-3/+5
* | | | | | | | better error messageAraq2015-02-081-1/+3
* | | | | | | | merged #2083 manuallyAraq2015-02-083-2/+25
| |/ / / / / / |/| | | | | |
| | | | | | * Fixed website banner HTML & JavascriptPhilipWitte2015-02-0811-212/+219
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #2085 from flaviut/clarify-messagereactormonk2015-02-081-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Clarify "instantiation from here"Flaviu Tamas2015-02-071-1/+1
|/ / / / /
* | | | | Merge pull request #1869 from def-/json-stuffAndreas Rumpf2015-02-071-2/+75
|\ \ \ \ \
| * | | | | Fix documentation and toJson signaturedef2015-02-041-2/+2
| * | | | | Remove debugging echos againdef2015-01-051-2/+0
| * | | | | Add operator `%*` to JSONdef2015-01-051-1/+76
| * | | | | indent = 0 looks better for `$`(node: JsonNode)def2015-01-051-1/+1
* | | | | | Merge pull request #2062 from flaviut/expose-exception-parentAndreas Rumpf2015-02-071-4/+4
|\ \ \ \ \ \
| * | | | | | Change formatting according to style guideFlaviu Tamas2015-02-031-4/+4
| * | | | | | Expose exception parentFlaviu Tamas2015-02-031-1/+1
* | | | | | | Merge pull request #2060 from def-/rdstdin-passAndreas Rumpf2015-02-072-4/+302
|\ \ \ \ \ \ \
| * | | | | | | Rename termios template CCEQ to cceqdef2015-02-041-1/+1
| * | | | | | | Change termios proc capitalizationdef2015-02-041-14/+14
| * | | | | | | Fix typodef2015-02-041-1/+1
| * | | | | | | Add readPasswordFromStdin to rdstdindef2015-02-031-4/+38
| * | | | | | | Add copyright headerdef2015-02-031-0/+9
| | |_|/ / / / | |/| | | | |
| * | | | | | Add termios wrapperdef2015-02-031-0/+255
* | | | | | | Merge pull request #2058 from def-/nimrod-cfgsAndreas Rumpf2015-02-0710-6/+11
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Add support for nimcfg and warning for nimrod.cfgdef2015-02-041-3/+8
| * | | | | | Typosdef2015-02-042-3/+3
| * | | | | | Rename *.nimrod.cfg to *.nim.cfgdef2015-02-038-0/+0
* | | | | | | nimsuggest knows how to deal with files not belonging to the projectAraq2015-02-072-3/+12
* | | | | | | configuration system supports %= to access environment variablesAraq2015-02-074-12/+20
* | | | | | | fixes c++ codegen regressionAraq2015-02-071-1/+1
* | | | | | | yet another C++ bugfixAraq2015-02-071-3/+4
* | | | | | | compiler distinguishes between 2 different 'var' types for C++ interop; code ...Araq2015-02-077-104/+45
* | | | | | | lots of C++ codegen improvementsAraq2015-02-0710-119/+71