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
*
[refactoring] compiler: simplified markUsed
Andreas Rumpf
2019-08-08
1
-3
/
+3
*
fix crash on sigmatch (#11913)
Timothee Cour
2019-08-08
1
-3
/
+3
*
delete expensive call (#11909) [refactoring]
Arne Döring
2019-08-08
1
-1
/
+1
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
1
-5
/
+5
*
Allow typeof(nil) as generic parameter (#11869)
Oscar Nihlgård
2019-08-03
1
-2
/
+0
*
fix #11812 (#11829)
Arne Döring
2019-07-27
1
-1
/
+1
*
Merge branch 'devel' into araq-detect-unused-imports
Andreas Rumpf
2019-07-18
1
-33
/
+55
|
\
|
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-1
/
+1
|
*
[refactoring] don't use 'defer'
Andreas Rumpf
2019-07-17
1
-13
/
+18
|
*
Merge pull request #11680 from timotheecour/pr_fix_sigmatch_errmsg
Andreas Rumpf
2019-07-17
1
-20
/
+37
|
|
\
|
|
*
fix #8305 #7808 #10285 #11061 + other bugs with type mismatch error msgs
Timothee Cour
2019-07-08
1
-20
/
+37
*
|
|
[feature] detect unused imports
Araq
2019-07-17
1
-3
/
+3
|
/
/
*
|
'nim check' stability improvements
Araq
2019-07-14
1
-1
/
+2
*
|
fixes #11715 (#11721)
Andreas Rumpf
2019-07-13
1
-1
/
+1
*
|
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-2
/
+2
*
|
newruntime: 'owned distinct' is a valid construct (required by async)
Araq
2019-07-09
1
-0
/
+1
|
/
*
newruntime for async (#11650)
Andreas Rumpf
2019-07-05
1
-1
/
+5
*
sigmatch: use boolean algebra
Andreas Rumpf
2019-06-02
1
-1
/
+1
*
fixes #11375 (#11376)
Andreas Rumpf
2019-06-02
1
-9
/
+9
*
fixes #11057 (#11345)
Andreas Rumpf
2019-05-28
1
-0
/
+6
*
fixes #11257
Araq
2019-05-24
1
-4
/
+11
*
fixes #8568 (#11303)
Andreas Rumpf
2019-05-22
1
-4
/
+7
*
fixes subtype relation regression
Araq
2019-05-22
1
-4
/
+20
*
make bootstrapping work with older Nims
Araq
2019-05-22
1
-2
/
+1
*
fixes #11239
Araq
2019-05-22
1
-52
/
+37
*
fixes #6732 (#11255)
Andreas Rumpf
2019-05-15
1
-1
/
+12
*
rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)
Arne Döring
2019-05-11
1
-11
/
+11
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-7
/
+7
*
Fix varargs int32 (#11054)
Arne Döring
2019-04-18
1
-5
/
+12
*
sigmatch: ensure 'owned proc' works with system.isNil
Araq
2019-04-11
1
-1
/
+1
*
Tighten the conversion from tyRange to scalar types (#10495)
LemonBoy
2019-02-23
1
-6
/
+7
*
first steps in implementing 'owned' pointers; undocumented, do not use
Andreas Rumpf
2019-02-23
1
-7
/
+23
*
gc: destructors is beginning to work (#10483)
Andreas Rumpf
2019-01-29
1
-0
/
+5
*
Restrict ptr/ref to ptr/ref implicit conversion (#10411)
LemonBoy
2019-01-22
1
-1
/
+1
*
Fix subtype conversion w/ varargs arguments (#10402)
LemonBoy
2019-01-21
1
-2
/
+3
*
fixes #10075 [backport]
Araq
2019-01-13
1
-2
/
+1
*
C++: make async tests green on Windows
Araq
2018-12-21
1
-5
/
+5
*
More converter fixes (#9737)
cooldome
2018-11-26
1
-5
/
+13
*
Fixes multiple bugs with sink arguments (#9802)
cooldome
2018-11-26
1
-4
/
+4
*
Converter bug fixes (#9700)
cooldome
2018-11-15
1
-2
/
+8
*
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
*
make Nim take roughly 100MB less RAM for bootstrapping via a new compiler swi...
Andreas Rumpf
2018-11-07
1
-1
/
+1
*
compiler cleanup: flag tfOldSchoolExprStmt is gone
Araq
2018-11-06
1
-6
/
+3
*
Fixes 6544 (#9427)
LemonBoy
2018-10-19
1
-0
/
+10
*
replace deprecated `safeAdd` with `add` (#9416)
Miran
2018-10-18
1
-4
/
+4
*
implement sizeof and alignof operator (manually squashed #5664) (#9356)
Timothee Cour
2018-10-14
1
-1
/
+0
*
Unchecked arrays now have their own type (#9267)
LemonBoy
2018-10-10
1
-1
/
+8
*
Prevent the construction of recursive tyStatic types (#9256)
LemonBoy
2018-10-09
1
-4
/
+7
*
fixes #4435 (#9185)
jcosborn
2018-10-09
1
-1
/
+1
*
fixes #7351
Araq
2018-10-02
1
-1
/
+3
[next]