summary refs log tree commit diff stats
path: root/compiler/ccgcalls.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #19631 (#19618)Andreas Rumpf2022-03-201-3/+8
* don't use a temp for addr [backport: 1.6] (#19503)flywind2022-02-081-2/+2
* nvro don't touch cdecl types [backport: 1.6] (#19461)flywind2022-01-281-3/+3
* allow converting static vars to `openArray` (#19035)Etan Kissling2021-10-221-1/+1
* Removes deprecated {.injectStmt.}. Fixes #18666 (#18984)Dominik Picheta2021-10-131-1/+0
* fixes #12642 (#18811)Andreas Rumpf2021-09-061-0/+1
* strict effects (#18777)Andreas Rumpf2021-09-021-2/+2
* fixes #18558 again (#18586)Andreas Rumpf2021-07-261-0/+2
* fixes #18558 (#18563)Andreas Rumpf2021-07-231-16/+28
* cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...Timothee Cour2021-04-171-1/+1
* fix #17512 (#17520)flywind2021-03-301-1/+8
* fixes #17170 (#17171)Andreas Rumpf2021-02-241-0/+1
* ARC Analysis in one pass v3 (#17068)Clyybber2021-02-171-2/+2
* Revert "ARC: Analysis in one pass v2 (#17000)" (#17046)Clyybber2021-02-151-2/+2
* ARC: Analysis in one pass v2 (#17000)Clyybber2021-02-101-2/+2
* Revert "ARC Analysis in one pass (#16849)" (#16984)Clyybber2021-02-091-2/+2
* ARC Analysis in one pass (#16849)Clyybber2021-02-091-2/+2
* fixes https://github.com/status-im/nimbus-eth2/issues/1549 (#16146)Andreas Rumpf2020-11-261-6/+8
* fixes a C code generator regression, no need to backport, only the 1.4 line i...Andreas Rumpf2020-10-141-1/+1
* better support for view types (#15436)Andreas Rumpf2020-09-301-2/+4
* produce runtime type information for reified openArrays (#15415)Andreas Rumpf2020-09-271-2/+5
* better support for slices as views (#15414)Andreas Rumpf2020-09-271-37/+48
* borrow checking (#15282)Andreas Rumpf2020-09-091-3/+18
* Fix #14396 (#14793)Clyybber2020-07-041-44/+101
* scoped memory management (#14790)Andreas Rumpf2020-07-041-0/+26
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-231-7/+7
* more precise analysis about 'observable stores' [backport:1.2] (#14582)Andreas Rumpf2020-06-061-3/+9
* fixes #14514 [backport:1.2] (#14533)Andreas Rumpf2020-06-011-1/+3
* warn about observerable stores but don't prevent them for 1.2.2 [backport:1.2...Andreas Rumpf2020-05-301-2/+3
* fixes #14126 [backport:1.2] (#14390)Andreas Rumpf2020-05-201-5/+24
* fixes #14003 (#14006) [backport:1.2]cooldome2020-04-171-6/+12
* fixes #13782 (#13834)Andreas Rumpf2020-04-011-19/+56
* enable --tlsEmulation:on for --gc:arc (#13685)Andreas Rumpf2020-03-181-1/+1
* rename sfAlwaysReturn to sfNeverRaisesAraq2020-03-161-1/+1
* catchable defects (#13626)Andreas Rumpf2020-03-121-2/+14
* --exception:goto switch for deterministic exception handling (#12977)Andreas Rumpf2020-01-011-0/+4
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-129/+125
* no commas for empty importcpp splat params (#12183)Jasper Jenkins2019-09-121-5/+8
* Small ast.nim cleanup (#12156)Clyybber2019-09-091-16/+16
* hashes: implement murmur3 (#12022)Miran2019-09-011-6/+8
* fixes #12042 (#12083)Andreas Rumpf2019-08-291-1/+11
* - adding _actual as a suffix only for calls to an actual proc and not through...Viktor Kirilov2019-08-231-3/+3
* int128 on firstOrd, lastOrd and lengthOrd (#11701)Arne Döring2019-08-071-1/+1
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-1/+1
* fixes #11412Araq2019-06-061-3/+3
* Replace countup(x, y-1) with x ..< yClyybber2019-05-071-4/+4
* revert discardable transformation (#10905)Andreas Rumpf2019-04-211-7/+17
* fewer ropes (#11037)Arne Döring2019-04-191-3/+9
* preparations for --newruntime owned refs/callbacksAraq2019-04-111-3/+3
* fixes #10942. Lent T bug (#10946)cooldome2019-04-031-1/+1