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
...
*
basename supports pragmaexpr (#13045)
b3liever
2020-01-07
1
-2
/
+4
*
ARC: cycle detector (#12823)
Andreas Rumpf
2019-12-17
4
-518
/
+0
*
ARC related bugfixes and refactorings (#12781)
Andreas Rumpf
2019-12-05
1
-87
/
+0
*
ARC: ported the GC tests over to --gc:arc
Araq
2019-11-26
1
-0
/
+12
*
more arc improvements (#12690)
Andreas Rumpf
2019-11-20
1
-2
/
+5
*
gc:arc: support GC_ref/unref for ref T
Araq
2019-11-13
1
-2
/
+13
*
fixes #12644
Andreas Rumpf
2019-11-12
1
-7
/
+10
*
.cursor implementation (#12637)
Andreas Rumpf
2019-11-12
2
-3
/
+3
*
backtick and export marker handling in `eqIdent` (#12574)
Arne Döring
2019-11-07
1
-6
/
+12
*
newruntime: only check for dangling refs when 'owned ref T' support is enabled
Andreas Rumpf
2019-11-03
1
-7
/
+8
*
[backport] Add docs to better distinguish among getProjectPath, getCurrentDir...
Kaushal Modi
2019-10-31
1
-3
/
+23
*
--gc:destructors now means Nim uses pure refcounting (#12557)
Andreas Rumpf
2019-10-30
1
-4
/
+18
*
Fix newLit for objects having string fields (#12542) [backport]
zah
2019-10-28
1
-5
/
+5
*
Prefer relative links for Nim documentation
Jjp137
2019-10-22
1
-2
/
+2
*
fixes #12330 (#12331)
Timothee Cour
2019-10-02
1
-1
/
+2
*
Macro docs additions (#12270)
Jasper Jenkins
2019-10-01
1
-123
/
+140
*
macros.newLit now works for ref object types (#12307)
zah
2019-09-30
1
-0
/
+6
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
Locks modules should give a compile error when threads are not enabled. (#12231)
Ray Imber
2019-09-26
2
-0
/
+8
*
last stdlib cleanups
Araq
2019-09-21
2
-0
/
+13
*
lib\pure\htmlgen.nim
Araq
2019-09-21
2
-116
/
+0
*
add nodeId proc to macros (#11456)
Arne Döring
2019-09-18
1
-0
/
+6
*
fixes a weird quote do regression
Andreas Rumpf
2019-09-16
1
-1
/
+1
*
Allow ProcTy in addPragma and friends (#12158)
Yuriy Glukhov
2019-09-10
1
-6
/
+12
*
gc:destructors progress
Araq
2019-09-01
1
-49
/
+0
*
fixes #11833 (#12018)
Andreas Rumpf
2019-08-24
1
-1
/
+1
*
new gensym handling (#11985)
Andreas Rumpf
2019-08-23
1
-2
/
+2
*
Implement isExported for symbols in macros (#11963)
nc-x
2019-08-18
1
-0
/
+3
*
refs #11956 (#11957)
Timothee Cour
2019-08-16
1
-1
/
+1
*
fixes #11844 (#11935)
Andreas Rumpf
2019-08-13
1
-4
/
+4
*
fixes #11891
Andreas Rumpf
2019-08-10
1
-0
/
+10
*
fixes #11844
Araq
2019-08-04
1
-1
/
+1
*
Fix the range of destroyed elements when shrinking a seq (#11785)
Jörg Wollenschläger
2019-07-19
1
-1
/
+1
*
Fix compilation warning in macros.nim
Kaushal Modi
2019-07-16
1
-1
/
+1
*
made --newruntime ready for multi-threading
Araq
2019-07-12
1
-5
/
+21
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
3
-19
/
+19
*
fixes #11530
Andreas Rumpf
2019-07-08
1
-1
/
+6
*
[HCR] Added warning for using performCodeReload() in main module (#11667)
awr1
2019-07-07
1
-1
/
+4
*
[other] added system.dispose for owned refs
Andreas Rumpf
2019-06-20
1
-0
/
+3
*
[bugfix] owned closures (#11544)
Andreas Rumpf
2019-06-20
1
-0
/
+7
*
change newLit on Seq (#11542)
Arne Döring
2019-06-19
1
-7
/
+7
*
[refactoring] error instead of quit for basename (#11491)
Jasper Jenkins
2019-06-13
1
-2
/
+4
*
intVal works now on enum field symbols (#11403)
Arne Döring
2019-06-05
1
-0
/
+2
*
remove stdlib case transitions (#11401)
Jasper Jenkins
2019-06-05
1
-1
/
+1
*
Render deprecated pragmas (#8886)
LemonBoy
2019-06-03
1
-29
/
+26
*
fix doccomment of macros.get{Size,Align,Offset} [ci skip] (#11346)
Arne Döring
2019-05-28
1
-7
/
+12
*
Allow void macro result (#11286)
Arne Döring
2019-05-21
1
-1
/
+1
*
fixes macros.quote documentation; doubling of the escape operator never worked!
Araq
2019-05-05
1
-3
/
+1
*
add progmas to params of macros.newProc (#11025)
Lolo Iccl
2019-04-27
1
-3
/
+7
*
newruntime: make 'discard new RootObj' work
Araq
2019-04-26
1
-1
/
+1
[prev]
[next]