summary refs log tree commit diff stats
path: root/compiler/sigmatch.nim
Commit message (Expand)AuthorAgeFilesLines
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-231-6/+6
* more checking for --gc:arc, no need for valgrind (#14467)Andreas Rumpf2020-05-291-1/+5
* change the [Processing] messages into dots (#14418)Andreas Rumpf2020-05-211-1/+1
* fixes #14136 (#14198)Andreas Rumpf2020-05-031-3/+5
* Make ./koch temp --gc:arc work (#14186)Clyybber2020-05-011-1/+4
* fixes #14079 [backport:1.2] (#14163)Andreas Rumpf2020-04-291-1/+2
* fixes #14001 (#14004)Andreas Rumpf2020-04-191-1/+1
* fix #12864 static params were mutating arg types during sigmatch; fix #12713 ...Timothee Cour2020-04-141-0/+1
* Fix tests/parallel/tguard2.nimZahary Karadjov2020-04-011-1/+3
* DrNim (Nim compiler with Z3 integration) (#13743)Andreas Rumpf2020-03-311-0/+2
* Remove dead magics (#13551)Arne Döring2020-03-031-3/+0
* fixes #13378 [backport] (#13392)Andreas Rumpf2020-02-111-0/+2
* fix #13182: `proc fun(a: varargs[Foo, conv])` now can be overloaded (#13345) ...Timothee Cour2020-02-071-1/+2
* fix range[enum] type conversion (#13204) [backport]Jasper Jenkins2020-01-201-2/+3
* make case-object transitions explicit, make unknownLineInfo a const, replace ...Jasper Jenkins2020-01-171-7/+7
* fixes #12964 (#13027)Andreas Rumpf2020-01-041-2/+2
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-213/+206
* remove unused importsnarimiran2019-11-061-3/+0
* [backport] fix #12528, fix #12525: incorrect generic type resolution for defa...Andreas Rumpf2019-10-281-7/+15
* refactoring: use the new strings and seqs when optSeqDestructors is activeAraq2019-10-201-5/+0
* Small ast.nim cleanup (#12156)Clyybber2019-09-091-19/+19
* fixes #12020 (#12106)Andreas Rumpf2019-09-021-1/+1
* improvement for 'unused import' warningsAraq2019-09-021-0/+1
* weaking unsigned/signed indexing requirements in order to not break too much ...Araq2019-09-021-5/+5
* Fix int literals and range interaction (#11197)Oscar Nihlgård2019-08-311-9/+11
* Fix several float range issues (supersedes #11905) (#12067)Andreas Rumpf2019-08-271-3/+4
|\
| * Fix several float range issuesOscar Nihlgård2019-08-271-3/+4
* | Fix to int to biggest int (#12066)Arne Döring2019-08-271-1/+1
|/
* fixes 9195 (#12055)Andreas Rumpf2019-08-271-2/+6
* [refactoring] compiler: simplified markUsedAndreas Rumpf2019-08-081-3/+3
* fix crash on sigmatch (#11913)Timothee Cour2019-08-081-3/+3
* delete expensive call (#11909) [refactoring]Arne Döring2019-08-081-1/+1
* int128 on firstOrd, lastOrd and lengthOrd (#11701)Arne Döring2019-08-071-5/+5
* Allow typeof(nil) as generic parameter (#11869)Oscar Nihlgård2019-08-031-2/+0
* fix #11812 (#11829)Arne Döring2019-07-271-1/+1
* Merge branch 'devel' into araq-detect-unused-importsAndreas Rumpf2019-07-181-33/+55
|\
| * [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
| * [refactoring] don't use 'defer'Andreas Rumpf2019-07-171-13/+18
| * Merge pull request #11680 from timotheecour/pr_fix_sigmatch_errmsgAndreas Rumpf2019-07-171-20/+37
| |\
| | * fix #8305 #7808 #10285 #11061 + other bugs with type mismatch error msgsTimothee Cour2019-07-081-20/+37
* | | [feature] detect unused importsAraq2019-07-171-3/+3
|/ /
* | 'nim check' stability improvementsAraq2019-07-141-1/+2
* | fixes #11715 (#11721)Andreas Rumpf2019-07-131-1/+1
* | styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-2/+2
* | newruntime: 'owned distinct' is a valid construct (required by async)Araq2019-07-091-0/+1
|/
* newruntime for async (#11650)Andreas Rumpf2019-07-051-1/+5
* sigmatch: use boolean algebraAndreas Rumpf2019-06-021-1/+1
* fixes #11375 (#11376)Andreas Rumpf2019-06-021-9/+9
* fixes #11057 (#11345)Andreas Rumpf2019-05-281-0/+6
* fixes #11257Araq2019-05-241-4/+11