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
*
work in progress: new implementation for 'a[^1]'
Andreas Rumpf
2017-10-29
1
-8
/
+15
*
more replacements for the deprecated '<'
Andreas Rumpf
2017-10-29
1
-3
/
+3
*
macros.nim: added missing pairs iterator
Araq
2017-10-25
1
-0
/
+5
*
make the tester compile again
Andreas Rumpf
2017-09-25
1
-1
/
+1
*
first steps of making 'opt' a first class type for Nim
Andreas Rumpf
2017-09-25
1
-0
/
+1
*
some work to make 'opt' a first class type
Andreas Rumpf
2017-09-24
1
-1
/
+1
*
first implementation of the 'func' keyword
Andreas Rumpf
2017-09-23
1
-3
/
+5
*
in prepration for the upcoming different integer inference rules
Andreas Rumpf
2017-09-16
1
-1
/
+1
*
equality check on NimSym has now support in the VM; refs #6139
Araq
2017-09-03
1
-0
/
+3
*
macros module: 'name' proc skips the export marker
Andreas Rumpf
2017-08-29
1
-0
/
+2
*
Fixed NimTypeKind enum, added missing values. (#6157)
Yuriy Glukhov
2017-07-30
1
-2
/
+3
*
Added codeRepr and dumpCode to the macros module. (#5778)
PMunch
2017-07-26
1
-4
/
+101
*
Remove expr/stmt (#5857)
Arne Döring
2017-07-25
1
-1
/
+1
*
Disable stacktrace in locks (#6128)
Yuriy Glukhov
2017-07-21
1
-0
/
+4
*
Lineinfo change (#6084)
Arne Döring
2017-07-17
1
-1
/
+21
*
fixes #6049 add mixin release, acquire to withLock (#6113)
andri lim
2017-07-16
1
-0
/
+1
*
newLit emty seq fix (#6091)
Arne Döring
2017-07-13
1
-3
/
+10
*
improved comment satement support in macros (#5904)
Arne Döring
2017-06-02
1
-0
/
+8
*
more and improved newLit procs in macros module
Arne Döring
2017-05-23
1
-3
/
+88
*
Fixes regression introduced by #5739. Improves newNimNode proc.
Dominik Picheta
2017-05-17
1
-1
/
+7
*
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
[next]