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
/
semstmts.nim
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Enable the requiresInit checks only for objects
Zahary Karadjov
2020-04-01
1
-1
/
+1
*
Plug another hole: default(T) forbidden for objects requiring initialization
Zahary Karadjov
2020-04-01
1
-1
/
+1
*
Don't allow 'var x: T' for objects that require initialization
Zahary Karadjov
2020-04-01
1
-1
/
+5
*
First steps, the compiler can boot with enforced requiresInit
Zahary Karadjov
2020-04-01
1
-1
/
+1
*
DrNim (Nim compiler with Z3 integration) (#13743)
Andreas Rumpf
2020-03-31
1
-1
/
+1
*
macros for proc types, macros for types (#13778)
Andreas Rumpf
2020-03-31
1
-57
/
+65
*
fixes #13763 (#13777)
Andreas Rumpf
2020-03-27
1
-1
/
+3
*
Fix typeSym.getImpl for ref types (#13752)
zah
2020-03-26
1
-1
/
+1
*
fix #13737 (#13738)
Timothee Cour
2020-03-24
1
-1
/
+2
*
new syntax for lvalue references: `var b {.byaddr.} = expr` (#13508)
Timothee Cour
2020-03-23
1
-0
/
+46
*
catchable defects (#13626)
Andreas Rumpf
2020-03-12
1
-1
/
+1
*
fixes #5170 (#13589)
Andreas Rumpf
2020-03-05
1
-0
/
+2
*
sink parameter inference for types that have destructors (#13544)
Andreas Rumpf
2020-03-04
1
-0
/
+2
*
EndsInNoReturn in expressions extension, fixes #13490 (#13520)
cooldome
2020-02-28
1
-5
/
+2
*
fix #13255 (#13275) [backport]
Arne Döring
2020-02-09
1
-2
/
+2
*
make case-object transitions explicit, make unknownLineInfo a const, replace ...
Jasper Jenkins
2020-01-17
1
-9
/
+9
*
fixes #13112 (#13127)
Andreas Rumpf
2020-01-13
1
-0
/
+9
*
fixes a bug that kept sugar.collect from working with for loop macros [backport]
Araq
2019-12-24
1
-10
/
+11
*
case coverage error message for `char` (#12948)
Jasper Jenkins
2019-12-22
1
-1
/
+1
*
Better case coverage error message for alias and range enum (#12913)
Jasper Jenkins
2019-12-18
1
-3
/
+3
*
ARC: cycle detector (#12823)
Andreas Rumpf
2019-12-17
1
-34
/
+46
*
Assigning template to var/let/const gives a proper error (#12851)
Neelesh Chandola
2019-12-09
1
-5
/
+9
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-343
/
+336
*
bugfix that enables the 'since' template [backport]
Andreas Rumpf
2019-11-07
1
-2
/
+7
*
some progress on bug #12443
Andreas Rumpf
2019-10-27
1
-23
/
+25
*
refactoring: --newruntime consists of 3 different switches
Araq
2019-10-20
1
-3
/
+3
*
refactor illegal iterator assignment detection (#12212)
Arne Döring
2019-10-11
1
-11
/
+1
*
Fixes #10514 (#12268)
Clyybber
2019-09-28
1
-7
/
+7
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-33
/
+33
*
Merge pull request #12099 from cooldome/destructor_too_late
Andreas Rumpf
2019-08-31
1
-2
/
+6
|
\
|
*
support forward declared destructors
Andrii Riabushenko
2019-08-31
1
-2
/
+6
|
*
fixes #12092
Andrii Riabushenko
2019-08-31
1
-2
/
+2
*
|
Support iterators returning lent T (#11938)
cooldome
2019-08-31
1
-16
/
+43
|
/
*
fixes #12042 (#12083)
Andreas Rumpf
2019-08-29
1
-1
/
+1
*
fixes 5870 (#11704)
Andreas Rumpf
2019-08-29
1
-1
/
+1
*
address the comments
narimiran
2019-08-27
1
-2
/
+1
*
Fix several float range issues
Oscar Nihlgård
2019-08-27
1
-0
/
+3
*
fixes #12033 (#12039)
Arne Döring
2019-08-26
1
-0
/
+4
*
fixes #11872; include now gives a proper error message for all invalid infix ...
nc-x
2019-08-17
1
-0
/
+2
*
[refactoring] compiler: simplified markUsed
Andreas Rumpf
2019-08-08
1
-1
/
+1
*
revert changes
Andrii Riabushenko
2019-07-25
1
-6
/
+6
*
fixes #11826
Andrii Riabushenko
2019-07-25
1
-6
/
+6
*
[feature] detect unused imports
Araq
2019-07-17
1
-1
/
+1
*
there is only one style -- my style
Araq
2019-07-10
1
-9
/
+9
*
fixes linter regressions
Araq
2019-07-10
1
-0
/
+1
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-5
/
+5
*
improved the error message for #11494; closes #11494
Andreas Rumpf
2019-07-06
1
-2
/
+2
*
introduce internal Int128 type, use it to fix case stmt checks (#11652)
Arne Döring
2019-07-05
1
-1
/
+1
*
fixes #8405: -d:useNimRtl now works even when {.rtl.} procs are used at compi...
Timothee Cour
2019-07-03
1
-9
/
+9
*
[refactor] compiler/[msgs, reorder, semstmts]: use toMsgFilename where approp...
alaviss
2019-06-26
1
-2
/
+2
[prev]
[next]