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
*
Introduce localErrorNode (#17785)
Clyybber
2021-04-19
1
-2
/
+1
*
`import foo {.all.}` reboot (#17706)
Timothee Cour
2021-04-16
1
-0
/
+1
*
type with same name in different scope now works (#17710)
Timothee Cour
2021-04-14
1
-2
/
+5
*
IC: integrity checking (#17695)
Andreas Rumpf
2021-04-11
1
-1
/
+1
*
[nim check]fix #17460 (#17569)
flywind
2021-03-29
1
-0
/
+2
*
custom integer literals (#17489)
Andreas Rumpf
2021-03-24
1
-1
/
+1
*
semTemplateDef and t17433 clean-ups (#17448)
Saem Ghani
2021-03-22
1
-18
/
+0
*
semLambda removed, semProcAux reworked (#17379)
Saem Ghani
2021-03-17
1
-177
/
+163
*
fixes #11225; generic sandwich problems; [backport:1.2] (#17255)
Andreas Rumpf
2021-03-09
1
-2
/
+2
*
new-style concepts implementation, WIP (#15251)
Andreas Rumpf
2021-02-24
1
-1
/
+1
*
rename case statement macro from match to `case` (#16923)
hlaaftana
2021-02-08
1
-3
/
+3
*
IC: bugfixes (WIP) (#16836)
Andreas Rumpf
2021-02-02
1
-2
/
+2
*
remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861)
Timothee Cour
2021-01-29
1
-4
/
+1
*
IC: final implementation steps (#16801)
Andreas Rumpf
2021-01-25
1
-2
/
+2
*
IC: next steps (#16729)
Andreas Rumpf
2021-01-23
1
-10
/
+13
*
IC: next steps (#16705)
Andreas Rumpf
2021-01-14
1
-2
/
+0
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
1
-6
/
+6
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-6
/
+7
*
refactorings to prepare the compiler for IC (#15935)
Andreas Rumpf
2020-12-17
1
-4
/
+6
*
fixes #16119 [backport:1.4] (#16149)
Andreas Rumpf
2020-11-26
1
-3
/
+3
*
More on #16110 (#16130)
cooldome
2020-11-26
1
-2
/
+11
*
fix #16110 (#16117)
cooldome
2020-11-24
1
-1
/
+2
*
Revert "fix #16110"
Andrey R (cooldome)
2020-11-24
1
-2
/
+1
*
fix #16110
Andrey R (cooldome)
2020-11-24
1
-1
/
+2
*
fix #15972 (#15994)
flywind
2020-11-18
1
-2
/
+2
*
Correct all eggs (#15906)
Miran
2020-11-10
1
-1
/
+1
*
Make `{.requiresInit.}` to work for distinct types (#15869)
Ivan Bobev
2020-11-06
1
-1
/
+2
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-22
/
+22
*
renamed '=' to '=copy' [backport:1.2] (#15585)
Andreas Rumpf
2020-10-15
1
-2
/
+2
*
suggest: try to find the implementation of a symbol when def is used (#15555)
alaviss
2020-10-14
1
-0
/
+1
*
implements https://github.com/nim-lang/RFCs/issues/258 (#15503)
Andreas Rumpf
2020-10-06
1
-1
/
+1
*
Fix #15389 (#15390)
cooldome
2020-09-24
1
-17
/
+16
*
Fix forward declarations in shadow scope contexts (#15386)
Clyybber
2020-09-22
1
-4
/
+5
*
fixes #15360 [backport:1.2] (#15378)
Andreas Rumpf
2020-09-21
1
-1
/
+1
*
borrow checking (#15282)
Andreas Rumpf
2020-09-09
1
-2
/
+2
*
"for-loop macros" are no longer an experimental feature (#15288)
Miran
2020-09-08
1
-3
/
+2
*
don't raise index defects on malformed ast (#15278)
Andy Davidoff
2020-09-07
1
-3
/
+6
*
Fix #5691 (#15158)
Clyybber
2020-08-27
1
-1
/
+1
*
fixes a collect() bug reported on the forum (#15156) [backport:1.2]
Andreas Rumpf
2020-08-04
1
-1
/
+1
*
Fix forward declaration issues in template/macro context (#15091)
Clyybber
2020-07-29
1
-2
/
+4
*
scoped memory management (#14790)
Andreas Rumpf
2020-07-04
1
-2
/
+2
*
Clean out oldast (#14837)
Juan Carlos
2020-06-30
1
-16
/
+12
*
Make unreachable code a warning instead of an error (#14816)
Clyybber
2020-06-29
1
-4
/
+2
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-14
/
+4
*
misc cleanups in compiler msgs: use toHumanStr, etc (#14677)
Timothee Cour
2020-06-15
1
-2
/
+1
*
disallow typedesc in arrays & move existing checks to `types.typeAllowedAux` ...
Neelesh Chandola
2020-05-29
1
-24
/
+21
*
Allow let to not have value when using importc (#14258)
PMunch
2020-05-12
1
-2
/
+3
*
improve the 'has to be discarded' error message
Araq
2020-05-02
1
-2
/
+2
*
Make unreachable else in case statements a warning instead of an error (#14190)
Clyybber
2020-05-02
1
-1
/
+1
*
Make ./koch temp --gc:arc work (#14186)
Clyybber
2020-05-01
1
-1
/
+1
[next]