summary refs log tree commit diff stats
path: root/compiler/semcall.nim
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-59/+56
* [backport] Fix spelling typos (#12755)Brian Wignall2019-11-281-1/+1
* compiler/semcall: return the correct lineinfo for nkCallStrLit (#12484)alaviss2019-10-241-1/+2
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* Small ast.nim cleanup (#12156)Clyybber2019-09-091-3/+3
* fixes #12024 (#12065)Andreas Rumpf2019-08-271-0/+8
* fixes #11942 (#11945)Arne Döring2019-08-141-1/+1
* [refactoring] compiler: simplified markUsedAndreas Rumpf2019-08-081-2/+2
* fix crash on sigmatch (#11913)Timothee Cour2019-08-081-0/+1
* revert changesAndrii Riabushenko2019-07-251-1/+1
* fixes #11826Andrii Riabushenko2019-07-251-1/+1
* fixes a 'nim check' regressionAraq2019-07-191-1/+1
* Merge branch 'devel' into araq-detect-unused-importsAndreas Rumpf2019-07-181-31/+31
|\
| * fix #8305 #7808 #10285 #11061 + other bugs with type mismatch error msgsTimothee Cour2019-07-081-31/+31
* | [feature] detect unused importsAraq2019-07-171-2/+2
|/
* Replace countup(x, y-1) with x ..< yClyybber2019-05-071-3/+3
* fixes #10934Araq2019-03-311-0/+1
* Merge branch 'devel' into araq-quirky-exceptionsAndreas Rumpf2019-02-081-12/+31
|\
| * compiler: don't use 2 spaces in an error messageAraq2019-02-041-1/+1
| * semcall: correct lineinfo for accquoted symbols (#10461)alaviss2019-01-271-1/+1
| * compiler/sem*: improve lineinfo for qualified and generic procs (#10427)alaviss2019-01-231-10/+18
| * fix leftover comment from #9766Timothee Cour2019-01-081-7/+5
| * [error messages, stacktraces] fix #8794 #9270 #9767 #9768 (#9766)Timothee Cour2019-01-081-1/+14
* | --define:nimQuirky exception handling for Nim; in preparation of a blog postAndreas Rumpf2019-01-031-0/+1
|/
* Converter bug fixes (#9700)cooldome2018-11-151-0/+2
* added first version of a nimfind tool for the poor souls that don't have a go...Andreas Rumpf2018-11-141-2/+2
* feedback injectedArne Döring2018-11-081-1/+2
* fix #9319Arne Döring2018-11-081-0/+2
* produce more helpful error messages when overloading resolution failsAndreas Rumpf2018-11-031-8/+12
* replace deprecated `safeAdd` with `add` (#9416)Miran2018-10-181-1/+1
* fixes #8671; show helpful msg (lookup symbol, eg iterator) on 'attempting to ...Timothee Cour2018-10-141-5/+27
* Fix overload resolution for pragmas evaluation (#8902)LemonBoy2018-10-091-6/+7
* fixes #8043Araq2018-09-031-4/+7
* show all mismatching overloads againAraq2018-08-271-9/+11
* improve the error message for mutability problems that arise from implicit co...Araq2018-08-271-1/+3
* improve error messages by filtering out highly unlikely mismatchesAndreas Rumpf2018-08-241-0/+10
* Update all the default parameters after an instantiation (#8689)LemonBoy2018-08-201-6/+5
* WIP: disallow 'nil' for strings and seqsAndreas Rumpf2018-08-131-3/+3
* Try conversion to static[T] in generic instantation (#8443)LemonBoy2018-07-301-1/+9
* allow referencing other parameters in default parameter valuesZahary Karadjov2018-06-161-1/+3
* fixes #7222; fixes #5595; fixes #3747Zahary Karadjov2018-06-161-4/+19
* refactoring: remove idents.legacy global variable and pass the IdentCache aro...Andreas Rumpf2018-05-271-5/+5
* Merge branch 'devel' into araq-big-refactoringAndreas Rumpf2018-05-271-0/+1
|\
| * fix #7883; fix #7829Zahary Karadjov2018-05-261-0/+1
* | remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-2/+2
* | make tests green againAndreas Rumpf2018-05-181-2/+3
|/
* make tests green againAraq2018-05-141-2/+2
* more modules compile againAndreas Rumpf2018-05-121-26/+33
* sigmatch: speed it upAndreas Rumpf2018-04-281-17/+18
* minor speedup: concept tests still greenAndreas Rumpf2018-04-281-3/+4