summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* restore the old .nims processing behaviour; fixes #9989; fixes #9995Araq2018-12-161-6/+1
* fixes #9991Araq2018-12-161-1/+1
* Merge pull request #10003 from nc-x/fix-enum-internal-errorAndreas Rumpf2018-12-161-1/+3
|\
| * Fix internal error when casting to invalid enum valueNeelesh Chandola2018-12-151-1/+3
* | Merge pull request #10006 from recloser/issue10005Andreas Rumpf2018-12-162-33/+33
|\ \
| * | Fixes #10005recloser2018-12-152-33/+33
* | | testament: individual tests with more than a subdir in their path (#9971)Andreas Rumpf2018-12-161-4/+6
|\ \ \
| * | | testament: individual tests with more than a subdir in their pathȘtefan Talpalaru2018-12-131-4/+6
* | | | Fix clang not producing debug info in cpp mode (#9976)Neelesh Chandola2018-12-161-0/+10
| |/ / |/| |
* | | fixes #9994Andreas Rumpf2018-12-154-3/+7
| |/ |/|
* | fix experimental/diff documentation rendering (#9983)alaviss2018-12-151-5/+9
* | fixes #9985Andreas Rumpf2018-12-151-0/+3
* | fixes #9995Andreas Rumpf2018-12-152-7/+5
* | --gc:destructors: baby stepsAndreas Rumpf2018-12-155-25/+27
* | better error message for 'proc' that is not intended to be used as a typeclassAndreas Rumpf2018-12-151-4/+8
* | fixes #9982Andreas Rumpf2018-12-141-1/+1
* | document the change for fix #9978Andreas Rumpf2018-12-141-0/+3
* | fixes #9978Andreas Rumpf2018-12-143-1/+10
* | fixes yet another NimScript regressionAraq2018-12-141-0/+2
* | Allow an escape hatch for platform specific flags/default override (#9968)c-blake2018-12-141-5/+21
* | added parseopt.remainingArgs; refs #9951Araq2018-12-142-0/+6
* | fixes #9965Araq2018-12-142-15/+94
* | timers.nim: avoid parser warningAraq2018-12-141-1/+1
* | os.nim: use the new pathnorm.normalizePath implementationAraq2018-12-144-86/+68
|/
* fixes joinPath regressionsAraq2018-12-133-2/+15
* fixes testament regression due to changed '/' operatorAraq2018-12-131-2/+1
* enum types can now be assigned values from enum with holes (#9958)Neelesh Chandola2018-12-132-7/+7
* os.nim: big refactoring, use the new pathnorm that was extracted by compiler/...Araq2018-12-136-375/+425
* Show lineinfo of for in yield (#9779)Alexander Ivanov2018-12-131-0/+5
* Give error when case has an else branch even though all cases are already cov...Neelesh Chandola2018-12-133-6/+3
* Undefine some symbols and globalOptions when processing nimscript (#9945) [ba...Neelesh Chandola2018-12-131-0/+12
* Merge pull request #9950 from nc-x/fix-nimsuggest-buildAndreas Rumpf2018-12-131-1/+1
|\
| * Fix nimsuggest build with clang on windowsNeelesh Chandola2018-12-131-1/+1
* | Merge pull request #9956 from nc-x/fix-vccexeAndreas Rumpf2018-12-132-11/+11
|\ \
| * | Fix vccexe compilationNeelesh Chandola2018-12-132-11/+11
|/ /
* | Merge pull request #9915 from zevv/asyncnet-unixDominik Picheta2018-12-123-7/+66
|\ \ | |/ |/|
| * Added basic AF_UNIX support to asyncnet.Ico Doornekamp2018-12-093-7/+66
* | Merge pull request #8748 from LemonBoy/when-in-objectsAndreas Rumpf2018-12-122-0/+91
|\ \
| * | Pervasive replacement of nkRecWhen in generic typesLemonBoy2018-10-192-0/+91
* | | Merge branch 'couven92-devel' into develAraq2018-12-129-147/+367
|\ \ \
| * | | resolve merge conflictsAraq2018-12-129-147/+367
|/| | |
| * | | VCCEXE: lower case const identifierFredrik Høisæther Rasch2017-04-041-2/+2
| * | | Moved vccdiscover to vccexeFredrik Høisæther Rasch2017-04-042-108/+66
| * | | Added documentation and explanatory comments to vccexeFredrik Høisæther Rasch2017-03-264-36/+117
| * | | Exchanged debug compilation with verbose command-line argumentFredrik Høisæther Rasch2017-03-212-14/+15
| * | | vcvarsallpath explaination no longer needed with vccdiscoverFredrik Høisæther Rasch2017-03-211-29/+0
| * | | vccdiscover: Added additional documentationFredrik Høisæther Rasch2017-03-211-0/+4
| * | | vccexe tool can use vccdiscover utilityFredrik Høisæther Rasch2017-03-211-2/+22
| * | | Created vccdiscover utility for vcc auto-discoveryFredrik Høisæther Rasch2017-03-211-0/+76
| * | | vccenv module for vcc auto-discoveryFredrik Høisæther Rasch2017-03-211-0/+25