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
/
sigmatch.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
No longer segfault when using a typeclass with a self referencing type (#19467)
Jason Beetham
2022-02-02
1
-1
/
+2
*
Fixed concept constraints for static types (#19391)
Jason Beetham
2022-01-15
1
-0
/
+9
*
Generic parameters now can constrain statics in type definitions (#19362)
Jason Beetham
2022-01-14
1
-2
/
+12
*
fixes #19015 [backport:1.6] (#19204)
Andreas Rumpf
2021-12-04
1
-1
/
+2
*
implements https://github.com/nim-lang/RFCs/issues/407 (#18793)
Andreas Rumpf
2021-09-03
1
-2
/
+12
*
fixes #16325 [backport:1.4] (#18784)
Andreas Rumpf
2021-09-02
1
-2
/
+1
*
sigmatch: support optional params with last block arg(s) (#18631)
Timothee Cour
2021-08-20
1
-1
/
+13
*
implements overloadable enum values; WIP (#18470)
Andreas Rumpf
2021-07-28
1
-1
/
+1
*
fixes #18565 (#18593)
Andreas Rumpf
2021-07-27
1
-1
/
+3
*
Make procedure mismatch more informative with pragma/call convention mismatch...
Jason Beetham
2021-07-06
1
-31
/
+2
*
fixes #16270 (#18388)
Andreas Rumpf
2021-06-29
1
-2
/
+7
*
fix range to unsigned conversion (#17754)
Tanguy Cizain
2021-04-17
1
-1
/
+1
*
-d:nimDebug: calls doAssert false instead of quit (#17739)
Timothee Cour
2021-04-17
1
-1
/
+1
*
cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...
Timothee Cour
2021-04-17
1
-5
/
+5
*
iterable[T] (#17196)
Timothee Cour
2021-04-11
1
-8
/
+23
*
`--nilseqs` is now a deprecated noop (#17211)
Timothee Cour
2021-03-01
1
-8
/
+2
*
new-style concepts implementation, WIP (#15251)
Andreas Rumpf
2021-02-24
1
-5
/
+12
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-5
/
+5
*
[docs minor]space for code-block (#16266)
flywind
2020-12-06
1
-1
/
+3
*
rename: stmt -> typed and expr -> untyped (#15989)
flywind
2020-11-16
1
-2
/
+2
*
Correct all eggs (#15906)
Miran
2020-11-10
1
-2
/
+2
*
fix static[Slice[T]] as argument issue (#15842)
cooldome
2020-11-04
1
-1
/
+1
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-7
/
+11
*
sigmatch: hotfix [backport] (#15565)
Andreas Rumpf
2020-10-14
1
-2
/
+2
*
fix infinite recursion in typeRel (#15241)
jcosborn
2020-09-18
1
-56
/
+59
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-33
/
+18
*
Fix #5691 (#15158)
Clyybber
2020-08-27
1
-14
/
+12
*
fix some issues overloading with generics and inheritance (#15211)
jcosborn
2020-08-27
1
-11
/
+34
*
fix overloading issue with generic invocation (#15135)
jcosborn
2020-08-18
1
-14
/
+1
*
Use typeflag instead
Clyybber
2020-08-10
1
-2
/
+2
*
Make explicit {.nimcall.} a seperate calling convention
Clyybber
2020-08-08
1
-2
/
+2
*
fix overloading case with generic alias (#15116)
jcosborn
2020-07-30
1
-1
/
+1
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-6
/
+6
*
more checking for --gc:arc, no need for valgrind (#14467)
Andreas Rumpf
2020-05-29
1
-1
/
+5
*
change the [Processing] messages into dots (#14418)
Andreas Rumpf
2020-05-21
1
-1
/
+1
*
fixes #14136 (#14198)
Andreas Rumpf
2020-05-03
1
-3
/
+5
*
Make ./koch temp --gc:arc work (#14186)
Clyybber
2020-05-01
1
-1
/
+4
*
fixes #14079 [backport:1.2] (#14163)
Andreas Rumpf
2020-04-29
1
-1
/
+2
*
fixes #14001 (#14004)
Andreas Rumpf
2020-04-19
1
-1
/
+1
*
fix #12864 static params were mutating arg types during sigmatch; fix #12713 ...
Timothee Cour
2020-04-14
1
-0
/
+1
*
Fix tests/parallel/tguard2.nim
Zahary Karadjov
2020-04-01
1
-1
/
+3
*
DrNim (Nim compiler with Z3 integration) (#13743)
Andreas Rumpf
2020-03-31
1
-0
/
+2
*
Remove dead magics (#13551)
Arne Döring
2020-03-03
1
-3
/
+0
*
fixes #13378 [backport] (#13392)
Andreas Rumpf
2020-02-11
1
-0
/
+2
*
fix #13182: `proc fun(a: varargs[Foo, conv])` now can be overloaded (#13345) ...
Timothee Cour
2020-02-07
1
-1
/
+2
*
fix range[enum] type conversion (#13204) [backport]
Jasper Jenkins
2020-01-20
1
-2
/
+3
*
make case-object transitions explicit, make unknownLineInfo a const, replace ...
Jasper Jenkins
2020-01-17
1
-7
/
+7
*
fixes #12964 (#13027)
Andreas Rumpf
2020-01-04
1
-2
/
+2
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-213
/
+206
[next]