summary refs log tree commit diff stats
path: root/lib/core
Commit message (Expand)AuthorAgeFilesLines
* added another version of eqIdentAraq2016-05-101-1/+17
* Fixed macros unpackX procedured to return values correctlyRuslan Mustakov2016-04-041-3/+3
* Use ``when insideRLocksModule`` instead of ``when compiles``Anatoly Galiulin2016-03-311-0/+1
* Fix ``XDeclaredButNotUsed`` warning when locks or rlocks module is usedAnatoly Galiulin2016-03-312-1/+2
* Documentation for `withLock`.Dominik Picheta2016-03-231-0/+2
* Rename locks.lock tmplt to withLock and change body to untyped.Dominik Picheta2016-03-231-1/+1
* Implement a `lock` template in `locks` module.Dominik Picheta2016-03-181-0/+8
* use 'using' instead of 'sig' keyword; cleans up new features a bitAndreas Rumpf2016-02-291-2/+1
* added 'sig' feature; removed tfShared support in the compilerAndreas Rumpf2016-02-281-1/+7
* Added rlocks module to documentation and news.txtAnatoly Galiulin2016-02-181-3/+3
* Added fixes from Araq's commentsAnatoly Galiulin2016-02-171-2/+2
* Added reentrant locks module to stdlibAnatoly Galiulin2016-02-171-0/+50
* Added nnkTemplateDef and nnkConverterDef to RoutineNodes setRuslan Mustakov2016-02-101-1/+1
* first implementation of the new lambda-lifting pass; barely anything worksAndreas Rumpf2015-12-261-1/+1
* Fix code generation issues with TNimType.Reimer Behrends2015-12-151-5/+15
* fixes #3541Araq2015-11-181-2/+1
* Move deprecated modules into lib/deprecated/Adam Strzelecki2015-09-301-18/+0
* fixes bootstrappingAraq2015-08-211-1/+2
* implemented macros.getImplAraq2015-08-211-0/+4
* Fixed macros.nim not compiling.Dominik Picheta2015-08-031-1/+4
* Added documentation to macros.items.Dominik Picheta2015-08-031-0/+1
* Merge branch 'macro-items' of https://github.com/transfuturist/Nim into trans...Dominik Picheta2015-08-031-1/+3
|\
| * Update macros.nimtransfuturist2015-07-031-1/+1
| * Undeprecate childrentransfuturist2015-06-201-1/+1
| * Change check for NimNode items to node kindtransfuturist2015-05-171-1/+1
| * Add value check for NimNode itemstransfuturist2015-05-161-3/+4
| * Better solution: deprecationtransfuturist2015-05-161-4/+2
| * NimNode needs an items iterator to be used nicely in for statementstransfuturist2015-05-161-0/+4
* | removed macros.high as it never worked outside of macros.nimAraq2015-07-281-10/+8
* | fixes #2841Araq2015-07-221-43/+43
* | Merge pull request #2272 from def-/unsignedAndreas Rumpf2015-07-111-46/+7
|\ \
| * | Update deprecation notice about unsigned moduledef2015-07-021-1/+1
| * | Add unsigned exports for backwards-compatibilitydef2015-07-011-0/+3
| * | Move unsigned int operations to system moduledef2015-07-011-47/+5
* | | Nimrod -> Nim renameAraq2015-07-081-1/+1
* | | fixes bootstrapping problemAraq2015-07-041-1/+2
* | | macros: Introduce sameType(a, b) for node typesAdam Strzelecki2015-07-031-0/+4
* | | fixes #3046Araq2015-07-031-1/+5
* | | made macros.$ a bit smarter; but really this one needs to dieAraq2015-07-031-0/+2
|/ /
* | Merge branch 'more_concurrency' into develAraq2015-06-301-2/+1
|\ \
| * | get rid of deprecated effectsAraq2015-05-131-18/+6
| |/
* | conditional TGenericSeq extensionStefan Talpalaru2015-06-161-3/+7
* | Merge branch 'devel' into gogcStefan Talpalaru2015-06-152-81/+86
|\ \
| * \ Merge pull request #2643 from grncdr/TAny-and-inheritanceAndreas Rumpf2015-06-071-0/+2
| |\ \
| | * | Resolve base type fields in `[](TAny, string)`Stephen Sugden2015-05-031-0/+2
| | |/
| * | lib/core - Dropped 'T' from typespdw2015-06-042-81/+84
* | | the Go GC - initial implementationStefan Talpalaru2015-05-311-2/+2
|/ /
* | get rid of deprecated effectsAraq2015-05-281-18/+6
* | Macros: Introduce getType(t: typedesc): NimNodeAdam Strzelecki2015-05-171-0/+6
|/
* macros: added bool literal supportAraq2015-04-201-0/+6