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
/
semcall.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
iterable[T] (#17196)
Timothee Cour
2021-04-11
1
-3
/
+7
*
semLambda removed, semProcAux reworked (#17379)
Saem Ghani
2021-03-17
1
-2
/
+2
*
fix #2844 #3911; add --spellsuggest to suggest symbols in scope with similar ...
Timothee Cour
2021-03-16
1
-0
/
+1
*
IC: next steps (#16729)
Andreas Rumpf
2021-01-23
1
-2
/
+2
*
fix #16150 improve type mismatch errors (#16152)
Timothee Cour
2020-12-09
1
-1
/
+1
*
Correct all eggs (#15906)
Miran
2020-11-10
1
-1
/
+1
*
honor --declaredLocs in more places, including type mismatch errors; also sho...
Timothee Cour
2020-10-27
1
-6
/
+3
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-2
/
+2
*
add --declaredlocs (#15666)
Timothee Cour
2020-10-21
1
-6
/
+5
*
fixes bootstrapping for any machine that has a Nim already installed [backpor...
Andreas Rumpf
2020-10-20
1
-0
/
+7
*
don't raise index defects on malformed ast (#15278)
Andy Davidoff
2020-09-07
1
-3
/
+8
*
Fix #5691 (#15158)
Clyybber
2020-08-27
1
-4
/
+0
*
fixes #15056 [backport]
Araq
2020-07-24
1
-2
/
+6
*
minor bugfixes for 'func' and .borrow
Araq
2020-06-23
1
-1
/
+2
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-1
/
+1
*
fixes #14562
Araq
2020-06-05
1
-1
/
+4
*
Make ./koch temp --gc:arc work (#14186)
Clyybber
2020-05-01
1
-1
/
+1
*
changed type() to typeof() in docs and error messages (#14084)
hlaaftana
2020-04-24
1
-1
/
+1
*
DrNim (Nim compiler with Z3 integration) (#13743)
Andreas Rumpf
2020-03-31
1
-3
/
+5
*
better error messages for Nim's effect system
Araq
2020-03-22
1
-0
/
+17
*
fix #13538 sigmatch errors are now sorted (#13701)
Timothee Cour
2020-03-20
1
-0
/
+7
*
fix `is` with generic types; fix `genericHead(Foo[T])` (#13303)
Timothee Cour
2020-02-09
1
-4
/
+0
*
fixes #12148 [backport] (#12888)
Andreas Rumpf
2019-12-12
1
-1
/
+1
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-59
/
+56
*
[backport] Fix spelling typos (#12755)
Brian Wignall
2019-11-28
1
-1
/
+1
*
compiler/semcall: return the correct lineinfo for nkCallStrLit (#12484)
alaviss
2019-10-24
1
-1
/
+2
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-3
/
+3
*
fixes #12024 (#12065)
Andreas Rumpf
2019-08-27
1
-0
/
+8
*
fixes #11942 (#11945)
Arne Döring
2019-08-14
1
-1
/
+1
*
[refactoring] compiler: simplified markUsed
Andreas Rumpf
2019-08-08
1
-2
/
+2
*
fix crash on sigmatch (#11913)
Timothee Cour
2019-08-08
1
-0
/
+1
*
revert changes
Andrii Riabushenko
2019-07-25
1
-1
/
+1
*
fixes #11826
Andrii Riabushenko
2019-07-25
1
-1
/
+1
*
fixes a 'nim check' regression
Araq
2019-07-19
1
-1
/
+1
*
Merge branch 'devel' into araq-detect-unused-imports
Andreas Rumpf
2019-07-18
1
-31
/
+31
|
\
|
*
fix #8305 #7808 #10285 #11061 + other bugs with type mismatch error msgs
Timothee Cour
2019-07-08
1
-31
/
+31
*
|
[feature] detect unused imports
Araq
2019-07-17
1
-2
/
+2
|
/
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-3
/
+3
*
fixes #10934
Araq
2019-03-31
1
-0
/
+1
*
Merge branch 'devel' into araq-quirky-exceptions
Andreas Rumpf
2019-02-08
1
-12
/
+31
|
\
|
*
compiler: don't use 2 spaces in an error message
Araq
2019-02-04
1
-1
/
+1
|
*
semcall: correct lineinfo for accquoted symbols (#10461)
alaviss
2019-01-27
1
-1
/
+1
|
*
compiler/sem*: improve lineinfo for qualified and generic procs (#10427)
alaviss
2019-01-23
1
-10
/
+18
|
*
fix leftover comment from #9766
Timothee Cour
2019-01-08
1
-7
/
+5
|
*
[error messages, stacktraces] fix #8794 #9270 #9767 #9768 (#9766)
Timothee Cour
2019-01-08
1
-1
/
+14
*
|
--define:nimQuirky exception handling for Nim; in preparation of a blog post
Andreas Rumpf
2019-01-03
1
-0
/
+1
|
/
*
Converter bug fixes (#9700)
cooldome
2018-11-15
1
-0
/
+2
*
added first version of a nimfind tool for the poor souls that don't have a go...
Andreas Rumpf
2018-11-14
1
-2
/
+2
*
feedback injected
Arne Döring
2018-11-08
1
-1
/
+2
[next]