summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* fixes nim-lang/nimsuggest#76 (#10093)alaviss2018-12-251-1/+11
* fixes #10024Araq2018-12-221-1/+1
* fixes #10033 [backport]Araq2018-12-221-2/+2
* C++ tests: make DLL test greenAraq2018-12-211-1/+7
* C++: make async tests green on WindowsAraq2018-12-211-5/+5
* fix #9933 (#10067)Timothee Cour2018-12-211-0/+2
* fixes #10058 [backport]Araq2018-12-211-2/+3
* use anon structs and unions for a much better debug experience (#10055)Andreas Rumpf2018-12-201-16/+9
* Make copies for params which are captured in closures. Fixes #7048 (#10050)rec2018-12-201-1/+19
* make nimrtl.dll compile for the C++ targetAraq2018-12-191-1/+1
* proc does not take untyped/typed as argument (#9981)Neelesh Chandola2018-12-191-0/+5
* much simpler implementation of constant tuple declarationsAndreas Rumpf2018-12-193-51/+30
* Const tuple unpacking (#9964)Neelesh Chandola2018-12-193-29/+74
* Merge pull request #9959 from nc-x/better-error-messageAndreas Rumpf2018-12-191-2/+2
|\
| * Merge remote-tracking branch 'upstream/devel' into better-error-messageNeelesh Chandola2018-12-146-165/+33
| |\
| * | Better error messages in enums which don't have ordinal typesNeelesh Chandola2018-12-131-2/+2
* | | Fixes #3060 and adds error checking for invalid else branches in object varia...Andreas Rumpf2018-12-192-17/+20
|\ \ \
| * | | Check tyRange for exhaustivenessNeelesh Chandola2018-12-131-1/+1
| * | | Check for ordinal typeNeelesh Chandola2018-12-131-2/+2
| * | | Merge remote-tracking branch 'upstream/devel' into record-caseNeelesh Chandola2018-12-133-2/+16
| |\ \ \
| * | | | Fix semRecordCaseNeelesh Chandola2018-12-132-17/+20
| | |/ / | |/| |
* | | | Add support for clang-cl (#9977)Neelesh Chandola2018-12-192-2/+10
* | | | Nimsuggest now shows gotodef for y in `from x import y` (#10023)Neelesh Chandola2018-12-181-0/+1
* | | | see what breaks with a global config.nims (#10016)Andreas Rumpf2018-12-181-2/+4
|\ \ \ \
| * | | | make tests green with a global config.nims fileAraq2018-12-171-2/+4
* | | | | [pathutils] add AnyPath; add `$`; lift arbitrary API restrictions (#10021)Timothee Cour2018-12-181-8/+11
* | | | | add `getCurrentCompilerExe` to vmops (eg allows to get nim compiler at CT); a...Timothee Cour2018-12-181-1/+4
* | | | | 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-161-10/+0
* | | | | fixes #9420Araq2018-12-161-1/+1
* | | | | fixes #8991, fixes #4446Araq2018-12-161-1/+1
* | | | | 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
* | | | | | Fixes #10005recloser2018-12-151-33/+16
| |/ / / / |/| | | |
* | | | | fixes #9994Andreas Rumpf2018-12-151-2/+2
|/ / / /
* | | | fixes #9985Andreas Rumpf2018-12-151-0/+3
* | | | fixes #9995Andreas Rumpf2018-12-152-7/+5
* | | | --gc:destructors: baby stepsAndreas Rumpf2018-12-153-15/+22
* | | | 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
* | | | fixes #9978Andreas Rumpf2018-12-141-1/+1
* | | | fixes yet another NimScript regressionAraq2018-12-141-0/+2
* | | | fixes #9965Araq2018-12-142-15/+94
| |_|/ |/| |
* | | enum types can now be assigned values from enum with holes (#9958)Neelesh Chandola2018-12-131-2/+2
* | | os.nim: big refactoring, use the new pathnorm that was extracted by compiler/...Araq2018-12-131-161/+10
* | | Show lineinfo of for in yield (#9779)Alexander Ivanov2018-12-131-0/+5
| |/ |/|