summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix ftpclient.nimNeelesh Chandola2018-12-131-1/+0
| * | | | Fix semRecordCaseNeelesh Chandola2018-12-132-17/+20
* | | | | Give better error message when profiler and memProfiler used at same time (#9...Neelesh Chandola2018-12-191-0/+3
* | | | | Add support for clang-cl (#9977)Neelesh Chandola2018-12-193-2/+15
* | | | | undo last commit (meant to send a PR instead)Timothee Cour2018-12-181-1/+1
* | | | | Update osproc.nimTimothee Cour2018-12-181-1/+1
* | | | | Add nimsuggest to installDirs (#10035)Yuriy Glukhov2018-12-181-1/+1
* | | | | Nimsuggest now shows gotodef for y in `from x import y` (#10023)Neelesh Chandola2018-12-181-0/+1
* | | | | Testament fixes (#10034)alaviss2018-12-182-5/+10
* | | | | [os] fix #10017 regression, fix #10025 regression (#10018)Timothee Cour2018-12-182-3/+7
* | | | | see what breaks with a global config.nims (#10016)Andreas Rumpf2018-12-183-3/+6
|\ \ \ \ \
| * | | | | make tests green with a global config.nims fileAraq2018-12-172-3/+5
| * | | | | see what breaks with a global config.nimsAraq2018-12-161-0/+1
* | | | | | [pathutils] add AnyPath; add `$`; lift arbitrary API restrictions (#10021)Timothee Cour2018-12-181-8/+11
* | | | | | document NIM_EXTERNC for `emit` (#10022)Timothee Cour2018-12-181-0/+11
* | | | | | add `getCurrentCompilerExe` to vmops (eg allows to get nim compiler at CT); a...Timothee Cour2018-12-186-2/+65
* | | | | | Merge pull request #10029 from LambdaInsight/more-logging-docAndreas Rumpf2018-12-171-1/+6
|\ \ \ \ \ \
| * | | | | | Adding more documentation to logging.nimIstvan2018-12-171-1/+6
|/ / / / / /
* | | | | | Merge pull request #10012 from nc-x/header-pathAndreas Rumpf2018-12-161-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | escape the include pathNeelesh Chandola2018-12-161-1/+1
| * | | | | Add project directory to include pathNeelesh Chandola2018-12-161-0/+2
* | | | | | fixes #9120Araq2018-12-163-12/+2
* | | | | | fixes #9420Araq2018-12-162-6/+7
* | | | | | fixes #8991, fixes #4446Araq2018-12-162-3/+3
* | | | | | fixes #9153Araq2018-12-161-3/+3
* | | | | | 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