summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Propagate the outDir to rstgen to fix hrefs for modules in subdirs (#14479)Kaushal Modi2020-05-281-2/+1
* Add thiscall calling convention, mostly for hooking purpose (#14466)Huy Doan2020-05-273-4/+5
* typoAndreas Rumpf2020-05-261-1/+1
* docgen: mangling using _. instead of @@ to avoid issue (#14454)Timothee Cour2020-05-261-0/+3
* docgen: fix #14448 show @@ as .. in href text (#14451)Timothee Cour2020-05-251-3/+3
* fix #9227 procs can now have multiple interleaved doc comments + runnableExam...Timothee Cour2020-05-251-7/+41
* fix #6583, fix #14376, index+search now generated for all projects, many bug ...Timothee Cour2020-05-256-107/+139
* avoid unsafe Nim features in preparation for --gc:arc (#14431)Andreas Rumpf2020-05-222-16/+17
* no more code duplication bw liMessage and rawMessage + several bug fixes (#14...Timothee Cour2020-05-226-153/+92
* [cleanup] fix UnusedImport sempass2 compiler/semparallel.nim (#14426)Timothee Cour2020-05-211-1/+1
* change the [Processing] messages into dots (#14418)Andreas Rumpf2020-05-214-8/+37
* fix comment from https://github.com/nim-lang/Nim/commit/e909486e5cde5a4a77cd6...Timothee Cour2020-05-201-2/+2
* Remove #PRTEMP leftover commentClyybber2020-05-201-1/+0
* fix #10731 ; `runnableExamples "-b:cpp --run:off": code` works (#14384)Timothee Cour2020-05-201-31/+57
* fixes #14126 [backport:1.2] (#14390)Andreas Rumpf2020-05-201-5/+24
* specialize genericReset (#14398)Andreas Rumpf2020-05-193-25/+123
* trunner was not actually being tested in non-CTFFI mode; minor testament clea...Timothee Cour2020-05-192-38/+2
* fix #14364 (#14372) [backport:1.2]Ștefan Talpalaru2020-05-181-0/+1
* fix #14174 do not collapse pragma inside runnableExamples (#14385)Timothee Cour2020-05-182-20/+21
* fix #14369 (#14386)cooldome2020-05-181-0/+1
* fix #12293 findNimStdLibCompileTime should not break with nimble install comp...Timothee Cour2020-05-181-2/+5
* fix some issues with --backend (#14363)Timothee Cour2020-05-166-56/+73
* New "ping-pong" DFA (#14322)Clyybber2020-05-152-73/+60
* Improve nimeval, changes some defaults (#14351)PMunch2020-05-151-3/+7
* fix #14350, cstrings in JS init as null (#14355)hlaaftana2020-05-151-3/+1
* fixes #14340Araq2020-05-141-4/+4
* fix #14333 (#14336)cooldome2020-05-131-4/+2
* fixes #13998 [backport:1.2]Andreas Rumpf2020-05-131-1/+1
* fixes #13104 [backport]Andreas Rumpf2020-05-131-0/+3
* no more guessing where compiler msgs came from (#14317)Timothee Cour2020-05-132-19/+37
* Allow let to not have value when using importc (#14258)PMunch2020-05-121-2/+3
* fix detecting closure env for nested asts (#14326)b3liever2020-05-121-3/+3
* fix #14314 do not analyze importc procs for effects (#14319)Timothee Cour2020-05-122-3/+8
* fixes #13881Andreas Rumpf2020-05-121-0/+1
* fix one motr dicriminator bugcooldome2020-05-121-2/+7
* fix testcooldome2020-05-121-3/+5
* fix #14312cooldome2020-05-121-6/+9
* properly fixes #13758 so that `import std/macros` stays legal (#14291)Timothee Cour2020-05-121-1/+1
* fix #14219 (#14225)cooldome2020-05-111-1/+1
* Make --backend:cpp|js work for :test: code-blocks as well (#14306)Kaushal Modi2020-05-111-1/+2
* small refactoring (#14303)b3liever2020-05-111-3/+4
* fix #14294 (#14301)cooldome2020-05-111-1/+6
* do not track 'raise Defect' in the .raises: [] clause anymore (#14298)Andreas Rumpf2020-05-112-1/+15
* better error messageAntonis2020-05-111-1/+1
* fix closure env checkAntonis2020-05-111-1/+2
* refactor: renamed readme to readme.md (#14283)Jovial Joe Jayarson2020-05-112-5/+7
* `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d...Timothee Cour2020-05-1115-86/+131
* `nim doc -r main` and `nim rst2html -r main` now call openDefaultBrowser (#14...Timothee Cour2020-05-101-4/+15
* Fix #14269 (#14286)Clyybber2020-05-091-1/+2
* --hint:processing (+friends) is now supported and means `--hint:processing:on...Timothee Cour2020-05-081-3/+5