summary refs log tree commit diff stats
path: root/compiler/ccgcalls.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixes #6960Andreas Rumpf2018-02-111-2/+2
* preparations for language extensions: 'sink' and 'lent' typesAndreas Rumpf2018-01-071-4/+4
* deprecated unary '<'Andreas Rumpf2017-10-291-3/+3
* fixes #6435Andreas Rumpf2017-09-251-1/+1
* refactoring: TLoc knows the node it originated from; it is planned to use thi...Andreas Rumpf2017-09-211-3/+3
* minor codegen bugfix: don't use names for closures that are also mangled Nim ...Araq2017-02-261-2/+2
* fixes a minor codegen issue where name mangling could produce an identifier u...Araq2017-02-261-1/+1
* Reset exprs before return by arg. Fixes #5098 (#5191)Brandon Pickering2017-01-111-2/+2
* removed tyArrayConstr completely from the compiler; introduced tyAlias instea...Araq2016-11-141-6/+6
* remove unused stuffJacek Sieka2016-08-091-2/+2
* remove keepAlive and friendsJacek Sieka2016-08-091-5/+0
* fixes #4371Andreas Rumpf2016-07-081-1/+1