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
Commit message (
Expand
)
Author
Age
Files
Lines
*
callsite lineinfe for stackTrace template (#10785)
Arne Döring
2019-04-18
1
-3
/
+5
*
destructors: internal compiler refactoring
Araq
2019-04-18
7
-103
/
+77
*
make the CIs happy
Araq
2019-04-17
1
-1
/
+1
*
fixes #11050
Araq
2019-04-17
2
-6
/
+14
*
DFA: We are not allowed to take ownership of parameters
Araq
2019-04-17
1
-1
/
+2
*
fixes #11048
Araq
2019-04-17
2
-10
/
+3
*
revert parser stmtListExpr (#11007)
cooldome
2019-04-17
1
-19
/
+9
*
remove shadow warning, fixes #10732 (#11039)
Miran
2019-04-17
2
-20
/
+7
*
fixes #11014
Araq
2019-04-17
1
-3
/
+3
*
make move-analysis smarter; see tuse_ownedref_after_move test case
Araq
2019-04-16
1
-8
/
+30
*
injectdestructors.nim: code cleanups
Araq
2019-04-16
1
-47
/
+7
*
astalgo: use the code style that the other lines use; make debug() less verbose
Araq
2019-04-16
1
-11
/
+11
*
dfa.nim: track object/tuple field accesses more precisely; sink(o.x); sink(o....
Araq
2019-04-16
5
-44
/
+97
*
Extend the fix for #11018 to strings (#11031)
Clyybber
2019-04-15
1
-1
/
+1
*
Fixes #11018 (#11019)
Clyybber
2019-04-14
1
-0
/
+3
*
make strscans module work with --newruntime
Andreas Rumpf
2019-04-14
2
-4
/
+7
*
render urls correctly (#11022)
Andy Davidoff
2019-04-14
1
-2
/
+2
*
fix reraise (#11017)
cooldome
2019-04-13
1
-1
/
+1
*
make koch.nim compile with --newruntime. Again.
Araq
2019-04-12
1
-3
/
+16
*
fixes #11004
Araq
2019-04-12
1
-60
/
+72
*
Compiler plugin for implementing incremental computation in user space (#10819)
cooldome
2019-04-11
8
-81
/
+161
*
preparations for --newruntime owned refs/callbacks
Araq
2019-04-11
5
-30
/
+30
*
sem'check understands 'owned procs'
Araq
2019-04-11
2
-7
/
+22
*
sigmatch: ensure 'owned proc' works with system.isNil
Araq
2019-04-11
1
-1
/
+1
*
Less ropes (#10979)
Arne Döring
2019-04-11
7
-349
/
+451
*
newruntime: raising an exception works but currently leaks memory because cur...
Araq
2019-04-10
3
-6
/
+22
*
newruntime: fixes another bug
Araq
2019-04-10
1
-0
/
+3
*
be consistent, strings have destructors for --gc:destructors
Araq
2019-04-10
1
-3
/
+2
*
make parseopt compile with --newruntime
Araq
2019-04-10
1
-1
/
+5
*
make tests green again
Araq
2019-04-10
1
-1
/
+1
*
koch.nim compiles with --newruntime
Araq
2019-04-09
2
-5
/
+9
*
make 'raise' statement work with --newruntime
Araq
2019-04-09
1
-6
/
+27
*
added lowerings.evalOnce
Araq
2019-04-09
1
-0
/
+16
*
don't emit an implicit try finally when in system.nim in order to prevent end...
Araq
2019-04-09
1
-1
/
+2
*
compute sinks/assignments properly for for-loop iteration variables
Araq
2019-04-08
2
-2
/
+2
*
use old for loop unpack syntax for bootstrapping
Araq
2019-04-08
1
-1
/
+1
*
an owned ref parameter behaves as a 'sink' parameter
Andreas Rumpf
2019-04-07
3
-11
/
+11
*
more efficient enumToStr implementation that works without the old typeinfo s...
Andreas Rumpf
2019-04-07
7
-20
/
+86
*
makes koch.nim sem'check with --newruntime
Araq
2019-04-06
1
-1
/
+1
*
fixes compiler regression
Araq
2019-04-06
1
-1
/
+4
*
destructors: we are cooking now
Araq
2019-04-06
5
-13
/
+37
*
render lent types properly
Araq
2019-04-06
1
-1
/
+1
*
fixes unowned->owned conversion rule
Andreas Rumpf
2019-04-06
1
-1
/
+1
*
Fix astdef typ deref (#10245)
Alexander Ivanov
2019-04-05
1
-1
/
+1
*
fixes #10943 (#10947)
cooldome
2019-04-05
1
-1
/
+4
*
destructors: progress
Andreas Rumpf
2019-04-05
3
-10
/
+27
*
newruntime: codegen fix
Andreas Rumpf
2019-04-05
1
-5
/
+4
*
relax warning about inconsistent spacing (#10968)
Miran
2019-04-05
1
-1
/
+1
*
fixes destructor tuple regression #10940 (#10941)
cooldome
2019-04-04
3
-3
/
+8
*
newruntime: fixes codegen for closures
Araq
2019-04-04
1
-0
/
+2
[next]