index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #5419
Andreas Rumpf
2017-02-24
1
-0
/
+2
*
Fix compilation for 16 bit targets (#5286)
Jeff Ciesielski
2017-01-26
1
-1
/
+1
*
NimTypeKind - replace ntyArrayConstr with ntyAlias
nigredo-tori
2016-12-28
1
-1
/
+1
*
fixes #4915
andri lim
2016-10-27
1
-4
/
+4
*
Merge pull request #4945 from arnetheduck/cleanup-tyXxx
Andreas Rumpf
2016-10-24
1
-3
/
+3
|
\
|
*
clean up tyMutable remnants
Jacek Sieka
2016-10-24
1
-2
/
+2
|
*
clean up tyConst remnants
Jacek Sieka
2016-10-24
1
-1
/
+1
|
*
clean up tyBigNum remnants
Jacek Sieka
2016-10-24
1
-2
/
+2
*
|
Merge pull request #4819 from andreaferretti/usefulmacros
Andreas Rumpf
2016-10-24
1
-0
/
+24
|
\
\
|
|
/
|
/
|
|
*
Removed use of stmt
Andrea Ferretti
2016-09-25
1
-1
/
+1
|
*
Added expandMacros macro
Andrea Ferretti
2016-09-22
1
-0
/
+24
*
|
remove remnants of tyIter
Jacek Sieka
2016-10-24
1
-1
/
+1
|
/
*
update stdlib to not use deprecated symbols
Andreas Rumpf
2016-08-25
1
-6
/
+6
*
stdlib and compiler don't use .immediate anymore
Andreas Rumpf
2016-07-29
1
-9
/
+8
*
Merge pull request #4394 from yglukhov/macro-routines2
Andreas Rumpf
2016-07-16
1
-0
/
+8
|
\
|
*
Added addPragma routine
Yuriy Glukhov
2016-06-22
1
-0
/
+8
*
|
deprecated macros.emit
Araq
2016-06-30
1
-1
/
+2
|
/
*
Fix a warning about result reused in macros.nim.
Hans Raaf
2016-06-21
1
-3
/
+3
*
documentation build cleaned up
Andreas Rumpf
2016-05-31
1
-1
/
+1
*
Merge pull request #4113 from jcosborn/gettypeinst
Andreas Rumpf
2016-05-28
1
-0
/
+12
|
\
|
*
getTypeInst and getTypeImpl mostly working now and added test
James Osborn
2016-05-04
1
-0
/
+6
|
*
added getTypeInst which includes generic parameters
James Osborn
2016-05-04
1
-0
/
+6
*
|
added another version of eqIdent
Araq
2016-05-10
1
-1
/
+17
|
/
*
Fixed macros unpackX procedured to return values correctly
Ruslan Mustakov
2016-04-04
1
-3
/
+3
*
Use ``when insideRLocksModule`` instead of ``when compiles``
Anatoly Galiulin
2016-03-31
1
-0
/
+1
*
Fix ``XDeclaredButNotUsed`` warning when locks or rlocks module is used
Anatoly Galiulin
2016-03-31
2
-1
/
+2
*
Documentation for `withLock`.
Dominik Picheta
2016-03-23
1
-0
/
+2
*
Rename locks.lock tmplt to withLock and change body to untyped.
Dominik Picheta
2016-03-23
1
-1
/
+1
*
Implement a `lock` template in `locks` module.
Dominik Picheta
2016-03-18
1
-0
/
+8
*
use 'using' instead of 'sig' keyword; cleans up new features a bit
Andreas Rumpf
2016-02-29
1
-2
/
+1
*
added 'sig' feature; removed tfShared support in the compiler
Andreas Rumpf
2016-02-28
1
-1
/
+7
*
Added rlocks module to documentation and news.txt
Anatoly Galiulin
2016-02-18
1
-3
/
+3
*
Added fixes from Araq's comments
Anatoly Galiulin
2016-02-17
1
-2
/
+2
*
Added reentrant locks module to stdlib
Anatoly Galiulin
2016-02-17
1
-0
/
+50
*
Added nnkTemplateDef and nnkConverterDef to RoutineNodes set
Ruslan Mustakov
2016-02-10
1
-1
/
+1
*
first implementation of the new lambda-lifting pass; barely anything works
Andreas Rumpf
2015-12-26
1
-1
/
+1
*
Fix code generation issues with TNimType.
Reimer Behrends
2015-12-15
1
-5
/
+15
*
fixes #3541
Araq
2015-11-18
1
-2
/
+1
*
Move deprecated modules into lib/deprecated/
Adam Strzelecki
2015-09-30
1
-18
/
+0
*
fixes bootstrapping
Araq
2015-08-21
1
-1
/
+2
*
implemented macros.getImpl
Araq
2015-08-21
1
-0
/
+4
*
Fixed macros.nim not compiling.
Dominik Picheta
2015-08-03
1
-1
/
+4
*
Added documentation to macros.items.
Dominik Picheta
2015-08-03
1
-0
/
+1
*
Merge branch 'macro-items' of https://github.com/transfuturist/Nim into trans...
Dominik Picheta
2015-08-03
1
-1
/
+3
|
\
|
*
Update macros.nim
transfuturist
2015-07-03
1
-1
/
+1
|
*
Undeprecate children
transfuturist
2015-06-20
1
-1
/
+1
|
*
Change check for NimNode items to node kind
transfuturist
2015-05-17
1
-1
/
+1
|
*
Add value check for NimNode items
transfuturist
2015-05-16
1
-3
/
+4
|
*
Better solution: deprecation
transfuturist
2015-05-16
1
-4
/
+2
|
*
NimNode needs an items iterator to be used nicely in for statements
transfuturist
2015-05-16
1
-0
/
+4
[next]