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
*
Implement custom annotations (#6987)
cooldome
2018-01-09
1
-0
/
+54
*
New runtime: fix allocator inheritable (#7046)
Dmitry Atamanov
2018-01-09
1
-1
/
+1
*
Fixes for new runtime (#7037)
Dmitry Atamanov
2018-01-08
2
-6
/
+28
*
new runtime: added typelayouts.nim
Andreas Rumpf
2018-01-04
3
-17
/
+64
*
allocators.nim: minor typo
Andreas Rumpf
2018-01-04
4
-0
/
+332
*
first steps in adding template/macro calls to stack traces
Araq
2017-12-21
1
-1
/
+1
*
added macros.unpackVarargs
Araq
2017-11-30
1
-0
/
+5
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Araq
2017-11-21
1
-14
/
+61
|
\
|
*
cleaned up macros.nim
Andreas Rumpf
2017-11-19
1
-14
/
+9
|
*
macros.nim: deprecated ! operator
Andreas Rumpf
2017-11-19
1
-5
/
+11
|
*
'newEnum' proc added to macros.nim (#6000)
WhiteDuke
2017-11-19
1
-0
/
+42
|
*
replaced asArray with a much more powerful mapLiterals macro
Andreas Rumpf
2017-11-18
1
-2
/
+6
|
*
Trim remaining expr/stmt from stdlib (#6742)
Lynn C. Rees
2017-11-15
1
-1
/
+1
*
|
added a version of macros.expectLen that takes min/max values
Araq
2017-11-21
1
-0
/
+7
|
/
*
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
[next]