summary refs log tree commit diff stats
path: root/compiler/ccgcalls.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* improvements on the hot code reloading support (#10892)Viktor Kirilov2019-03-231-1/+9
* Lineinfo fix (#10871)Arne Döring2019-03-211-0/+1
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-3/+3
* daily cruft removalJacek Sieka2018-12-081-20/+0
* Add `toOpenArray[T](ptr UncheckedArray[T])` for clarity. (#9316)c-blake2018-10-121-1/+1
* make tests green againAraq2018-08-211-1/+1
* fixes merge conflictAndreas Rumpf2018-08-191-2/+2
|\
| * WIP: disallow 'nil' for strings and seqsAndreas Rumpf2018-08-131-2/+2
* | more progress on destructor based stringsAndreas Rumpf2018-07-131-3/+7
|/
* codgen refactoring: prepare for alternative string/seq implementationsAndreas Rumpf2018-06-291-6/+6
* fixex merge conflictsAraq2018-06-081-3/+2
|\
| * check bounds instead of indexnitely2018-06-051-3/+2
* | platform.nim doesn't use globals anymore; prepare msgs.nim for not using globalsAndreas Rumpf2018-05-181-15/+15
|/
* C code generator compiles againAndreas Rumpf2018-05-121-9/+9
* make tests greenAndreas Rumpf2018-04-281-1/+1
* string to cstring conversions produce the empty C string for nil; this will b...Andreas Rumpf2018-04-281-4/+4
* added toOpenArray builtin for zero-copy slices; syntax sugar yet to comeAraq2018-03-241-12/+24