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
/
compiler
/
sempass2.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
more arc features (#13098)
Andreas Rumpf
2020-01-10
1
-0
/
+1
*
Fixes #13026 (#13028)
cooldome
2020-01-04
1
-1
/
+1
*
--exception:goto switch for deterministic exception handling (#12977)
Andreas Rumpf
2020-01-01
1
-3
/
+1
*
minor refactorings
Andreas Rumpf
2019-12-27
1
-0
/
+2
*
ARC: cycle detector (#12823)
Andreas Rumpf
2019-12-17
1
-0
/
+3
*
Fixes #12883 (#12894)
cooldome
2019-12-13
1
-0
/
+13
*
invoke createTypeBoundOps for constructors (#12878)
cooldome
2019-12-11
1
-0
/
+7
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-123
/
+121
*
ARC: ported the GC tests over to --gc:arc
Araq
2019-11-26
1
-0
/
+1
*
ARC: yet another silly bugfix
Araq
2019-11-22
1
-0
/
+2
*
more arc improvements (#12690)
Andreas Rumpf
2019-11-20
1
-1
/
+4
*
ARC: closure bugfixes (#12677)
Andreas Rumpf
2019-11-18
1
-2
/
+5
*
ARC: solves phase ordering problems (#12654)
Andreas Rumpf
2019-11-14
1
-10
/
+16
*
remove unused imports
narimiran
2019-11-06
1
-3
/
+0
*
fixes #12281 [backport]
Andreas Rumpf
2019-09-30
1
-1
/
+3
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
gc:destructors progress
Andreas Rumpf
2019-09-16
1
-0
/
+1
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-3
/
+3
*
fixes #11254
Araq
2019-08-12
1
-1
/
+9
*
revert changes
Andrii Riabushenko
2019-07-25
1
-15
/
+15
*
fixes #11826
Andrii Riabushenko
2019-07-25
1
-15
/
+15
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-1
/
+1
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-7
/
+7
*
fixes #11628
Araq
2019-07-01
1
-0
/
+1
*
[refactoring] liftdestructors.nim is callable from lambdalifting; refs #11217
Araq
2019-06-12
1
-8
/
+8
*
[refactoring] liftdestructors is now a module of its own
Araq
2019-06-12
1
-1
/
+1
*
fixes #8053
Araq
2019-05-15
1
-1
/
+2
*
Replace countup(x, y) with x .. y
Clyybber
2019-05-07
1
-1
/
+1
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-1
/
+1
*
introduce temporary <//> for 'owned' to get this compile with 0.19 (#11145)
Andreas Rumpf
2019-05-02
1
-1
/
+1
*
Fixes #11078 (#11079)
Jasper Jenkins
2019-04-23
1
-1
/
+1
*
make the CIs happy
Araq
2019-04-17
1
-1
/
+1
*
fixes #11050
Araq
2019-04-17
1
-6
/
+12
*
make tests green again
Araq
2019-04-10
1
-1
/
+1
*
koch.nim compiles with --newruntime
Araq
2019-04-09
1
-2
/
+2
*
more efficient enumToStr implementation that works without the old typeinfo s...
Andreas Rumpf
2019-04-07
1
-3
/
+3
*
destructors: progress
Andreas Rumpf
2019-04-05
1
-1
/
+10
*
fixes destructor tuple regression #10940 (#10941)
cooldome
2019-04-04
1
-1
/
+6
*
newruntime: progress
Araq
2019-04-01
1
-1
/
+1
*
fixes #10904
Araq
2019-03-26
1
-3
/
+6
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-81
/
+41
*
fixes #10807 (#10814)
cooldome
2019-03-12
1
-1
/
+1
*
make tests green again
Andreas Rumpf
2019-03-06
1
-1
/
+2
*
fixes a critical GC safety inference bug (#10615)
Andreas Rumpf
2019-03-05
1
-9
/
+13
*
fixes #6955
Andreas Rumpf
2019-02-13
1
-3
/
+7
*
Fix handling of reraise in effect tracking (#10582)
LemonBoy
2019-02-07
1
-5
/
+11
*
Do not raise ProveInit/WanrUninit for .noinit. var (#10566)
LemonBoy
2019-02-06
1
-1
/
+4
*
Fix exception tracking in try blocks (#10455)
LemonBoy
2019-01-27
1
-1
/
+9
*
control flow graphs: introduce 'join' points for easy analyses based on abstr...
Andreas Rumpf
2019-01-23
1
-1
/
+1
*
new minor language feature: .noSideEffect blocks like .gcsafe blocks
Andreas Rumpf
2018-11-27
1
-2
/
+8
[next]