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
*
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
*
make seq.add more effective for --newruntime
Araq
2019-04-25
1
-0
/
+14
*
newruntime: fix for -d:useMalloc
Andreas Rumpf
2019-04-23
1
-1
/
+2
*
fixes #11065
Araq
2019-04-22
1
-7
/
+20
*
Add len check for newIfStmt to avoid segfault (#11032)
Jasper Jenkins
2019-04-15
1
-0
/
+2
*
Compiler plugin for implementing incremental computation in user space (#10819)
cooldome
2019-04-11
1
-0
/
+7
*
enable most tnewruntime_strutils tests
Araq
2019-04-10
1
-1
/
+1
*
newruntime: fixes another bug
Araq
2019-04-10
2
-3
/
+2
*
newruntime: fixes memory leak
Araq
2019-04-09
1
-3
/
+4
*
strs.nim: fixed a silly typo
Araq
2019-04-09
1
-1
/
+1
*
allocators.nim: use zero initialization
Andreas Rumpf
2019-04-08
1
-3
/
+8
*
respect -d:useMalloc everywhere; turn ansi_c and memory into proper Nim modules
Araq
2019-04-08
1
-3
/
+18
*
destructors: we are cooking now
Araq
2019-04-06
2
-19
/
+9
*
added nimAsgnStrV2 compilerproc
Araq
2019-04-06
1
-7
/
+28
*
newruntime: progress
Araq
2019-04-02
1
-2
/
+1
*
macros: typo
Andreas Rumpf
2019-03-26
1
-1
/
+1
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
2
-8
/
+26
*
sizeof alignof offsetof macros api (#10855)
Arne Döring
2019-03-19
1
-0
/
+12
*
rename for code clarity
Andreas Rumpf
2019-03-15
1
-5
/
+5
*
newruntime: make dynamic destructors compatible with C++
Andreas Rumpf
2019-03-15
1
-2
/
+3
*
--newruntime: progress
Andreas Rumpf
2019-03-14
4
-39
/
+39
*
--newruntime: work in progress
Andreas Rumpf
2019-03-14
3
-70
/
+151
*
seqs.nim: added a remark about C++ optimizers
Andreas Rumpf
2019-03-14
1
-0
/
+8
*
Less warnings in macros (#10799)
Arne Döring
2019-03-11
1
-10
/
+32
*
alloc et al don't have any effect; fixes #9746
Araq
2019-03-01
2
-9
/
+9
*
Fix corner-case uses of newLit (#10760)
zah
2019-03-01
1
-5
/
+11
*
gc:destructors: progress
Andreas Rumpf
2019-02-28
2
-1
/
+2
*
destructor based seqs: bugfix
Andreas Rumpf
2019-02-28
1
-1
/
+2
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
4
-3
/
+35
*
macros.nim: spacing
Andreas Rumpf
2019-02-21
1
-1
/
+1
*
Prevent crash on pragma templates w/ generics (#10685)
LemonBoy
2019-02-18
1
-1
/
+1
*
macros: add links in the docs [ci skip]
narimiran
2019-02-11
1
-0
/
+4
*
revive #10228 (fix #9880) (#10610)
Timothee Cour
2019-02-10
1
-4
/
+6
*
Expanded the typeinfo module's doc comment to warn that rtti will evolve and ...
Dean Thompson
2019-02-10
1
-4
/
+11
*
Misc macro things (#10612)
LemonBoy
2019-02-09
1
-13
/
+18
*
macros.nim: minor comment change
Andreas Rumpf
2019-02-08
1
-2
/
+2
*
Fix getCustomPragmaVal on `var` fields
LemonBoy
2019-02-06
1
-1
/
+2
*
allocators: add a name field for easier debugging
Andreas Rumpf
2019-02-04
1
-0
/
+2
*
gc: destructors is beginning to work (#10483)
Andreas Rumpf
2019-01-29
2
-13
/
+14
*
Fixed getCustomPragmaVal to allow multiple fields in custom annotations (#10289)
Ico Doornekamp
2019-01-18
1
-3
/
+12
*
Documented error source argument of macros.error() (#10279)
Ico Doornekamp
2019-01-12
1
-1
/
+3
*
make the stdlib work with the changed docgen
Araq
2019-01-11
1
-1
/
+1
*
add custom pragma support for var and let symbols (#9582)
jcosborn
2019-01-07
1
-1
/
+7
*
much simpler implementation of constant tuple declarations
Andreas Rumpf
2018-12-19
1
-4
/
+3
[next]