Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add call to hostnamectl in detectOsImpl (#10048) | Taylor Hoff | 2018-12-20 | 1 | -3/+4 |
| | |||||
* | Make copies for params which are captured in closures. Fixes #7048 (#10050) | rec | 2018-12-20 | 2 | -1/+63 |
| | | | | | * Copy params which are captured in closures. Fixes #7048 * Forgot to emit a newline; minor adjustments to the test | ||||
* | GC: avoid pathological behaviour; fixes #10040 [backport] (#10052) | Andreas Rumpf | 2018-12-20 | 1 | -9/+9 |
| | |||||
* | [json] document fact that key ordering is preserved (#10020) | Timothee Cour | 2018-12-20 | 1 | -0/+7 |
| | |||||
* | fix test failure | Timothee Cour | 2018-12-19 | 2 | -2/+5 |
| | |||||
* | add to changelog | Timothee Cour | 2018-12-19 | 1 | -0/+2 |
| | |||||
* | fix #8255 numerous issues with splitFile | Timothee Cour | 2018-12-19 | 2 | -4/+28 |
| | |||||
* | make nimrtl.dll compile for the C++ target | Araq | 2018-12-19 | 1 | -1/+1 |
| | |||||
* | strutils: minor code cleanup | Araq | 2018-12-19 | 1 | -1/+0 |
| | |||||
* | proc does not take untyped/typed as argument (#9981) | Neelesh Chandola | 2018-12-19 | 3 | -0/+19 |
| | | | | | | * proc does not take untyped/typed as argument * Add TODO | ||||
* | Update osproc.nim (#10043) | Timothee Cour | 2018-12-19 | 1 | -1/+1 |
| | |||||
* | much simpler implementation of constant tuple declarations | Andreas Rumpf | 2018-12-19 | 4 | -55/+33 |
| | |||||
* | Const tuple unpacking (#9964) | Neelesh Chandola | 2018-12-19 | 4 | -30/+76 |
| | | | | | | | | | | * tuple unpacking is now supported for consts * Move nkConstTuple to the end of TNodeKind * Add nnkConstTuple in macros.nim * Fix Formatting | ||||
* | Merge pull request #9959 from nc-x/better-error-message | Andreas Rumpf | 2018-12-19 | 1 | -2/+2 |
|\ | | | | | Better error messages in enums which don't have ordinal types | ||||
| * | Merge remote-tracking branch 'upstream/devel' into better-error-message | Neelesh Chandola | 2018-12-14 | 19 | -403/+538 |
| |\ | |||||
| * | | Better error messages in enums which don't have ordinal types | Neelesh Chandola | 2018-12-13 | 1 | -2/+2 |
| | | | |||||
* | | | Fixes #3060 and adds error checking for invalid else branches in object ↵ | Andreas Rumpf | 2018-12-19 | 3 | -18/+20 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | variants (#9957) * Fix semRecordCase * Fix ftpclient.nim * Check for ordinal type * Check tyRange for exhaustiveness | ||||
| * | | | Check tyRange for exhaustiveness | Neelesh Chandola | 2018-12-13 | 1 | -1/+1 |
| | | | | |||||
| * | | | Check for ordinal type | Neelesh Chandola | 2018-12-13 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'upstream/devel' into record-case | Neelesh Chandola | 2018-12-13 | 7 | -18/+27 |
| |\ \ \ | |||||
| * | | | | Fix ftpclient.nim | Neelesh Chandola | 2018-12-13 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Fix semRecordCase | Neelesh Chandola | 2018-12-13 | 2 | -17/+20 |
| | | | | | |||||
* | | | | | Give better error message when profiler and memProfiler used at same time ↵ | Neelesh Chandola | 2018-12-19 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#9948) * Give better error message when profiler and memProfiler used at same time * Move to profiler.nim | ||||
* | | | | | Add support for clang-cl (#9977) | Neelesh Chandola | 2018-12-19 | 3 | -2/+15 |
| | | | | | |||||
* | | | | | undo last commit (meant to send a PR instead) | Timothee Cour | 2018-12-18 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Update osproc.nim | Timothee Cour | 2018-12-18 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Add nimsuggest to installDirs (#10035) | Yuriy Glukhov | 2018-12-18 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Nimsuggest now shows gotodef for y in `from x import y` (#10023) | Neelesh Chandola | 2018-12-18 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Testament fixes (#10034) | alaviss | 2018-12-18 | 2 | -5/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * testament/htmlgen: add support for disabled and joined tests * testament/tester: respect --targets | ||||
* | | | | | [os] fix #10017 regression, fix #10025 regression (#10018) | Timothee Cour | 2018-12-18 | 2 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * [os] fix #10017 regression * [os] fix #10025 regression | ||||
* | | | | | see what breaks with a global config.nims (#10016) | Andreas Rumpf | 2018-12-18 | 3 | -3/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * see what breaks with a global config.nims * make tests green with a global config.nims file | ||||
| * | | | | | make tests green with a global config.nims file | Araq | 2018-12-17 | 2 | -3/+5 |
| | | | | | | |||||
| * | | | | | see what breaks with a global config.nims | Araq | 2018-12-16 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | [pathutils] add AnyPath; add `$`; lift arbitrary API restrictions (#10021) | Timothee Cour | 2018-12-18 | 1 | -8/+11 |
| | | | | | | |||||
* | | | | | | 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); ↵ | Timothee Cour | 2018-12-18 | 6 | -2/+65 |
| | | | | | | | | | | | | | | | | | | | | | | | | add tests for vmops (#9925) | ||||
* | | | | | | Merge pull request #10029 from LambdaInsight/more-logging-doc | Andreas Rumpf | 2018-12-17 | 1 | -1/+6 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Adding more documentation to logging.nim | ||||
| * | | | | | | Adding more documentation to logging.nim | Istvan | 2018-12-17 | 1 | -1/+6 |
|/ / / / / / | | | | | | | | | | | | | Just minor addition to the documentation with the use of operators | ||||
* | | | | | | Merge pull request #10012 from nc-x/header-path | Andreas Rumpf | 2018-12-16 | 1 | -0/+2 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Add project directory to include path | ||||
| * | | | | | 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 | ||||
| * | | | | | | 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 |