Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | document NIM_EXTERNC for `emit` (#10022) | Timothee Cour | 2018-12-18 | 1 | -0/+11 | |
* | | | | | | add `getCurrentCompilerExe` to vmops (eg allows to get nim compiler at CT); a... | Timothee Cour | 2018-12-18 | 6 | -2/+65 | |
* | | | | | | Merge pull request #10029 from LambdaInsight/more-logging-doc | Andreas Rumpf | 2018-12-17 | 1 | -1/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Adding more documentation to logging.nim | Istvan | 2018-12-17 | 1 | -1/+6 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #10012 from nc-x/header-path | Andreas Rumpf | 2018-12-16 | 1 | -0/+2 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | escape the include path | Neelesh Chandola | 2018-12-16 | 1 | -1/+1 | |
| * | | | | | Add project directory to include path | Neelesh Chandola | 2018-12-16 | 1 | -0/+2 | |
* | | | | | | fixes #9120 | Araq | 2018-12-16 | 3 | -12/+2 | |
* | | | | | | fixes #9420 | Araq | 2018-12-16 | 2 | -6/+7 | |
* | | | | | | fixes #8991, fixes #4446 | Araq | 2018-12-16 | 2 | -3/+3 | |
* | | | | | | fixes #9153 | Araq | 2018-12-16 | 1 | -3/+3 | |
* | | | | | | restore the old .nims processing behaviour; fixes #9989; fixes #9995 | Araq | 2018-12-16 | 1 | -6/+1 | |
* | | | | | | fixes #9991 | Araq | 2018-12-16 | 1 | -1/+1 | |
* | | | | | | Merge pull request #10003 from nc-x/fix-enum-internal-error | Andreas Rumpf | 2018-12-16 | 1 | -1/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix internal error when casting to invalid enum value | Neelesh Chandola | 2018-12-15 | 1 | -1/+3 | |
* | | | | | | | Merge pull request #10006 from recloser/issue10005 | Andreas Rumpf | 2018-12-16 | 2 | -33/+33 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fixes #10005 | recloser | 2018-12-15 | 2 | -33/+33 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | testament: individual tests with more than a subdir in their path (#9971) | Andreas Rumpf | 2018-12-16 | 1 | -4/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | testament: individual tests with more than a subdir in their path | Ștefan Talpalaru | 2018-12-13 | 1 | -4/+6 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Fix clang not producing debug info in cpp mode (#9976) | Neelesh Chandola | 2018-12-16 | 1 | -0/+10 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | fixes #9994 | Andreas Rumpf | 2018-12-15 | 4 | -3/+7 | |
| |/ / / / |/| | | | | ||||||
* | | | | | fix experimental/diff documentation rendering (#9983) | alaviss | 2018-12-15 | 1 | -5/+9 | |
* | | | | | fixes #9985 | Andreas Rumpf | 2018-12-15 | 1 | -0/+3 | |
* | | | | | fixes #9995 | Andreas Rumpf | 2018-12-15 | 2 | -7/+5 | |
* | | | | | --gc:destructors: baby steps | Andreas Rumpf | 2018-12-15 | 5 | -25/+27 | |
* | | | | | better error message for 'proc' that is not intended to be used as a typeclass | Andreas Rumpf | 2018-12-15 | 1 | -4/+8 | |
* | | | | | fixes #9982 | Andreas Rumpf | 2018-12-14 | 1 | -1/+1 | |
* | | | | | document the change for fix #9978 | Andreas Rumpf | 2018-12-14 | 1 | -0/+3 | |
* | | | | | fixes #9978 | Andreas Rumpf | 2018-12-14 | 3 | -1/+10 | |
* | | | | | fixes yet another NimScript regression | Araq | 2018-12-14 | 1 | -0/+2 | |
* | | | | | Allow an escape hatch for platform specific flags/default override (#9968) | c-blake | 2018-12-14 | 1 | -5/+21 | |
* | | | | | added parseopt.remainingArgs; refs #9951 | Araq | 2018-12-14 | 2 | -0/+6 | |
* | | | | | fixes #9965 | Araq | 2018-12-14 | 2 | -15/+94 | |
* | | | | | timers.nim: avoid parser warning | Araq | 2018-12-14 | 1 | -1/+1 | |
* | | | | | os.nim: use the new pathnorm.normalizePath implementation | Araq | 2018-12-14 | 4 | -86/+68 | |
|/ / / / | ||||||
* | | | | fixes joinPath regressions | Araq | 2018-12-13 | 3 | -2/+15 | |
* | | | | fixes testament regression due to changed '/' operator | Araq | 2018-12-13 | 1 | -2/+1 | |
* | | | | enum types can now be assigned values from enum with holes (#9958) | Neelesh Chandola | 2018-12-13 | 2 | -7/+7 | |
* | | | | os.nim: big refactoring, use the new pathnorm that was extracted by compiler/... | Araq | 2018-12-13 | 6 | -375/+425 | |
* | | | | Show lineinfo of for in yield (#9779) | Alexander Ivanov | 2018-12-13 | 1 | -0/+5 | |
| |/ / |/| | | ||||||
* | | | Give error when case has an else branch even though all cases are already cov... | Neelesh Chandola | 2018-12-13 | 3 | -6/+3 | |
* | | | Undefine some symbols and globalOptions when processing nimscript (#9945) [ba... | Neelesh Chandola | 2018-12-13 | 1 | -0/+12 | |
* | | | Merge pull request #9950 from nc-x/fix-nimsuggest-build | Andreas Rumpf | 2018-12-13 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Fix nimsuggest build with clang on windows | Neelesh Chandola | 2018-12-13 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #9956 from nc-x/fix-vccexe | Andreas Rumpf | 2018-12-13 | 2 | -11/+11 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Fix vccexe compilation | Neelesh Chandola | 2018-12-13 | 2 | -11/+11 | |
|/ / | ||||||
* | | Merge pull request #9915 from zevv/asyncnet-unix | Dominik Picheta | 2018-12-12 | 3 | -7/+66 | |
|\ \ | |/ |/| | ||||||
| * | Added basic AF_UNIX support to asyncnet. | Ico Doornekamp | 2018-12-09 | 3 | -7/+66 | |
* | | Merge pull request #8748 from LemonBoy/when-in-objects | Andreas Rumpf | 2018-12-12 | 2 | -0/+91 | |
|\ \ | ||||||
| * | | Pervasive replacement of nkRecWhen in generic types | LemonBoy | 2018-10-19 | 2 | -0/+91 |