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
/
sem.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes 'lent T' inside object constructor [backport] (#18911)
Andreas Rumpf
2021-09-27
1
-1
/
+2
*
Fixed type inference for 'set` and 'tuple' (#18827)
Jason Beetham
2021-09-11
1
-1
/
+2
*
fixes #12642 (#18811)
Andreas Rumpf
2021-09-06
1
-0
/
+6
*
strict effects (#18777)
Andreas Rumpf
2021-09-02
1
-3
/
+4
*
implements overloadable enum values; WIP (#18470)
Andreas Rumpf
2021-07-28
1
-0
/
+8
*
fixes #15884 (#18230)
Andreas Rumpf
2021-06-10
1
-0
/
+9
*
add astmsgs; add `declared in` msg for usage lint errors (#17961)
Timothee Cour
2021-05-08
1
-1
/
+1
*
`typeof(voidStmt)` now works (#17807)
Timothee Cour
2021-04-23
1
-0
/
+1
*
Introduce localErrorNode (#17785)
Clyybber
2021-04-19
1
-2
/
+1
*
IC: first steps towards 'nim check --def --ic:on' (#17714)
Andreas Rumpf
2021-04-14
1
-0
/
+1
*
IC: backend: remember produced type information (#17440)
Andreas Rumpf
2021-03-23
1
-1
/
+1
*
semTemplateDef and t17433 clean-ups (#17448)
Saem Ghani
2021-03-22
1
-2
/
+22
*
semLambda removed, semProcAux reworked (#17379)
Saem Ghani
2021-03-17
1
-1
/
+0
*
new-style concepts implementation, WIP (#15251)
Andreas Rumpf
2021-02-24
1
-1
/
+1
*
use typeof instead type (#16962)
flywind
2021-02-08
1
-1
/
+1
*
IC: bugfixes (WIP) (#16836)
Andreas Rumpf
2021-02-02
1
-0
/
+1
*
IC: next steps (#16729)
Andreas Rumpf
2021-01-23
1
-6
/
+6
*
IC: next steps (#16705)
Andreas Rumpf
2021-01-14
1
-0
/
+2
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
1
-1
/
+2
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-10
/
+10
*
refactorings to prepare the compiler for IC (#15935)
Andreas Rumpf
2020-12-17
1
-3
/
+5
*
fix #16150 improve type mismatch errors (#16152)
Timothee Cour
2020-12-09
1
-1
/
+1
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-22
/
+22
*
Revert "fixes #15280 [backport:1.2] (#15281)" (#15700)
Clyybber
2020-10-24
1
-1
/
+1
*
fixes #15280 [backport:1.2] (#15281)
Andreas Rumpf
2020-09-09
1
-1
/
+1
*
borrow checking (#15282)
Andreas Rumpf
2020-09-09
1
-5
/
+5
*
Fix #5691 (#15158)
Clyybber
2020-08-27
1
-8
/
+5
*
Fix forward declaration issues in template/macro context (#15091)
Clyybber
2020-07-29
1
-1
/
+2
*
'isolate' builtin; refs https://github.com/nim-lang/RFCs/issues/244 (#15011)
Andreas Rumpf
2020-07-20
1
-1
/
+2
*
misc cleanups in compiler msgs: use toHumanStr, etc (#14677)
Timothee Cour
2020-06-15
1
-4
/
+2
*
* honor --errorMax even for tools (eg drnim, nim doc) (#14546)
Timothee Cour
2020-06-02
1
-1
/
+1
*
disallow typedesc in arrays & move existing checks to `types.typeAllowedAux` ...
Neelesh Chandola
2020-05-29
1
-5
/
+7
*
Make ./koch temp --gc:arc work (#14186)
Clyybber
2020-05-01
1
-2
/
+5
*
implement (#14114)
cooldome
2020-04-25
1
-8
/
+3
*
The raises list can now use expressions referencing the generic params
Zahary Karadjov
2020-04-01
1
-0
/
+1
*
Replace tfHasRequiresInit with a more accurate mechanism
Zahary Karadjov
2020-04-01
1
-1
/
+3
*
Perform nil checks during object construction and within compiles()
Zahary Karadjov
2020-04-01
1
-1
/
+1
*
Plug another hole: default(T) forbidden for objects requiring initialization
Zahary Karadjov
2020-04-01
1
-18
/
+1
*
Don't allow 'var x: T' for objects that require initialization
Zahary Karadjov
2020-04-01
1
-0
/
+18
*
EndsInNoReturn in expressions extension, fixes #13490 (#13520)
cooldome
2020-02-28
1
-1
/
+1
*
fixes #12627 (#13521)
cooldome
2020-02-28
1
-1
/
+1
*
make case-object transitions explicit, make unknownLineInfo a const, replace ...
Jasper Jenkins
2020-01-17
1
-1
/
+1
*
remove all remaining warnings when build nim (with -d:nimHasLibFFI) (#13084)
Timothee Cour
2020-01-09
1
-1
/
+1
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-18
/
+17
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-1
/
+1
*
fixes #11941 (#12079)
Andreas Rumpf
2019-08-29
1
-2
/
+7
*
lift destructor for openarray (#12073)
cooldome
2019-08-28
1
-6
/
+4
*
Fix several float range issues (supersedes #11905) (#12067)
Andreas Rumpf
2019-08-27
1
-0
/
+1
|
\
|
*
address the comments
narimiran
2019-08-27
1
-0
/
+1
*
|
fixes #12029; finish the 'unused import' feature (#12064)
Andreas Rumpf
2019-08-27
1
-1
/
+2
|
/
[next]