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
*
borrow checking (#15282)
Andreas Rumpf
2020-09-09
1
-2
/
+5
*
Expand hoisted default params in sem (#15270)
Clyybber
2020-09-05
1
-1
/
+1
*
fix #15238 (#15262)
cooldome
2020-09-04
1
-0
/
+1
*
fixes #15129 [backport:1.2] (#15144)
Andreas Rumpf
2020-08-01
1
-1
/
+1
*
fixes #15122 [backport:1.2] (#15139)
Andreas Rumpf
2020-08-01
1
-0
/
+1
*
cursor and mutation tracking fixes (#15113)
Andreas Rumpf
2020-07-30
1
-0
/
+2
*
fixes #15076 (#15095)
Andreas Rumpf
2020-07-27
1
-15
/
+14
*
fixes #15038 [backport:1.2]
Andreas Rumpf
2020-07-26
1
-0
/
+2
*
strict func: much better error messages (#15068)
Andreas Rumpf
2020-07-25
1
-2
/
+3
*
writing to a location counts as "side effect"; implements https://github.com/...
Andreas Rumpf
2020-07-25
1
-4
/
+7
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-96
/
+123
*
more precise analysis about 'observable stores' [backport:1.2] (#14582)
Andreas Rumpf
2020-06-06
1
-1
/
+5
*
fix #14314 do not analyze importc procs for effects (#14319)
Timothee Cour
2020-05-12
1
-1
/
+6
*
do not track 'raise Defect' in the .raises: [] clause anymore (#14298)
Andreas Rumpf
2020-05-11
1
-1
/
+4
*
fixes #14177
Araq
2020-05-02
1
-2
/
+3
*
fixes #14079 [backport:1.2] (#14163)
Andreas Rumpf
2020-04-29
1
-1
/
+2
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
1
-1
/
+1
*
drnim: tiny progress (#13882)
Andreas Rumpf
2020-04-15
1
-61
/
+22
*
added an .assert pragma and mentioned the pragmas in the changelog
Araq
2020-04-02
1
-1
/
+1
*
The raises list can now use expressions referencing the generic params
Zahary Karadjov
2020-04-01
1
-1
/
+6
*
Turn some of the errors back into warnings
Zahary Karadjov
2020-04-01
1
-3
/
+3
*
Replace tfHasRequiresInit with a more accurate mechanism
Zahary Karadjov
2020-04-01
1
-3
/
+3
*
Fix a CI failure during koch doc
Zahary Karadjov
2020-04-01
1
-1
/
+2
*
Perform nil checks during object construction and within compiles()
Zahary Karadjov
2020-04-01
1
-2
/
+3
*
Turn the warning for uninitialized (result) variables into errors
Zahary Karadjov
2020-04-01
1
-9
/
+8
*
First steps, the compiler can boot with enforced requiresInit
Zahary Karadjov
2020-04-01
1
-4
/
+4
*
DrNim (Nim compiler with Z3 integration) (#13743)
Andreas Rumpf
2020-03-31
1
-16
/
+94
*
better error messages for Nim's effect system
Araq
2020-03-22
1
-20
/
+26
*
cycle breaker (#13593)
Andreas Rumpf
2020-03-19
1
-1
/
+9
*
new feature: --staticBoundChecks:on to enforce static array index checking (#...
Andreas Rumpf
2020-03-18
1
-1
/
+66
*
sink parameter inference for types that have destructors (#13544)
Andreas Rumpf
2020-03-04
1
-3
/
+19
*
fix #8312 --hints:off and --warnings:off now honored everywhere (#13489)
Timothee Cour
2020-02-26
1
-7
/
+7
*
fixes #13110 (#13197)
Andreas Rumpf
2020-01-19
1
-1
/
+11
*
fixes #13119 (#13128)
Andreas Rumpf
2020-01-14
1
-2
/
+8
*
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
[next]