summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Ref #17831(synchapi.h: No such file or directory) (#17832)flywind2021-04-251-2/+1
* fix #17836 (typed macro isNil for proc params) (#17841)Saem Ghani2021-04-253-2/+21
* `--usenimcache` (implied by `nim r main`) now caches some compile options to ...Timothee Cour2021-04-256-53/+92
* Remove unmaintained dir (#17833)Clyybber2021-04-244-205/+0
* add colon (#17834)flywind2021-04-246-6/+6
* move travis, appveyor, ci.yml.disabled to `unmaintained/` (#17828)Timothee Cour2021-04-2412-19/+20
* `--declaredlocs` now shows location for `T` instead of `static` in `proc fn(a...Timothee Cour2021-04-231-1/+4
* `typeof(voidStmt)` now works (#17807)Timothee Cour2021-04-238-12/+78
* manual: fix rendering of `Identifiers & Keywords` [skip ci] (#17811)Timothee Cour2021-04-231-1/+2
* typos (#17824)Andreas Rumpf2021-04-232-6/+6
* refactor all code that builds csources (#17815)Timothee Cour2021-04-2322-340/+137
* followup #17561, skipping ci now implies green (#17813)Timothee Cour2021-04-234-33/+44
* add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)Timothee Cour2021-04-2315-30/+50
* Windows: separate DLLs are not required anymoreAndreas Rumpf2021-04-221-4/+0
* fix #17812 (repr fails to compile with ARC/ORC) (#17816)flywind2021-04-222-1/+30
* js generates spurious >>> on shr (#17767)Sivchari2021-04-212-2/+50
* fix #7535(Poor error message for spawn when a procedure (without calling it))...flywind2021-04-212-2/+16
* add RST highlighting for command line / shells (also fixes #16858) (#17789)Andrey Makarov2021-04-2110-140/+291
* Revert localErrorNode param order changes (#17809)Clyybber2021-04-215-13/+20
* getCustomPragmaVal priority/override fixes (#17725)Clyybber2021-04-212-38/+50
* `--filenames:abs|canonical|legacyRelProj` for filenames in compiler msgs (rep...Timothee Cour2021-04-219-41/+72
* close #9372 add std/tempfiles (#17361)flywind2021-04-213-0/+159
* improve errmsg refs #17793 object ctor with generics (#17806)Timothee Cour2021-04-212-2/+5
* Fix Httpclient headers from being modified accidentally (#17808)Joey2021-04-211-2/+5
* CIs: attempt to use csources_v1 (#16282)Andreas Rumpf2021-04-2158-143/+142
* close #13373 document `(ref Foo)(a: 1)` (#17804)Timothee Cour2021-04-211-1/+11
* fix `hintMsgOrigin` regression + simplify msgs code (#17805)Timothee Cour2021-04-216-33/+23
* [std/tasks]add gcsafe pragmas (#17799)flywind2021-04-211-4/+4
* [std/deques] move data instead of copy + destroy (#17800)flywind2021-04-201-4/+2
* unit separator (#17730)Andreas Rumpf2021-04-208-39/+55
* close #9691 and close #10913('spawn'ed function cannot have a 'typed' or 'unt...flywind2021-04-203-1/+40
* updated the documentation (#17796)Andreas Rumpf2021-04-202-5/+5
* followup #16714: add -d:nimLegacyUnarySlice + changelog (#17794)Timothee Cour2021-04-202-0/+13
* important_packages: `allowed_failures` batch (#17757)Timothee Cour2021-04-203-12/+27
* support skip ci in azure pipelines, and support it properly in github action...Timothee Cour2021-04-204-11/+45
* changelog: document hash changes (#17792)Timothee Cour2021-04-201-3/+3
* fix https://github.com/nim-lang/RFCs/issues/311 remove unary slice (#16714)Timothee Cour2021-04-195-16/+9
* IC navigator: added support for include files (#17784)Andreas Rumpf2021-04-199-33/+111
* Small privateAccess improvement (#17786)Clyybber2021-04-191-1/+1
* Introduce localErrorNode (#17785)Clyybber2021-04-197-24/+27
* Rename `=` to `=copy` in stdlib (#17781)Clyybber2021-04-195-4/+5
* fix #17732(forward args... to megatest) (#17780)flywind2021-04-191-3/+7
* ic refactoring (#17778)Andreas Rumpf2021-04-197-159/+146
* fix #12521(type alias for openArray) (#17593)flywind2021-04-192-1/+27
* [std/locks]close #7998(complete condition variables) (#17711)flywind2021-04-195-45/+60
* [std/locks]remove workaround for withLock (#17772)flywind2021-04-191-4/+3
* Documentation only, dom (#17770)Juan Carlos2021-04-191-1/+3
* [std/rlocks]add inline pragma (#17773)flywind2021-04-191-3/+3
* [ci skip] document compiler/ic/rodfiles.nim (#17771)Saem Ghani2021-04-191-0/+72
* privateAccess now works with ref | ptr (#17760)Timothee Cour2021-04-198-15/+149