summary refs log tree commit diff stats
path: root/compiler/ccgexprs.nim
Commit message (Expand)AuthorAgeFilesLines
* -d:nimDebug: calls doAssert false instead of quit (#17739)Timothee Cour2021-04-171-2/+2
* cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...Timothee Cour2021-04-171-7/+7
* Genode platform fixes (#17521)Emery Hemingway2021-04-091-4/+10
* Fix #14325 (#17308)Clyybber2021-03-111-30/+22
* fixes #11225; generic sandwich problems; [backport:1.2] (#17255)Andreas Rumpf2021-03-091-0/+1
* IC: compilerprocs are handled correctly (#17265)Andreas Rumpf2021-03-091-2/+4
* fix #17264 [backport:1.4] (#17266)flywind2021-03-051-1/+2
* `--nilseqs` is now a deprecated noop (#17211)Timothee Cour2021-03-011-10/+6
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-171-8/+3
* IC: bugfixes (WIP) (#16836)Andreas Rumpf2021-02-021-0/+1
* IC: final implementation steps (#16801)Andreas Rumpf2021-01-251-1/+0
* IC: next steps (#16729)Andreas Rumpf2021-01-231-19/+78
* IC: next steps (#16550)Andreas Rumpf2021-01-071-2/+2
* big steps torwards an efficient, simple IC implementation (#16543)Andreas Rumpf2021-01-021-1/+1
* fix #14340 (#16386)Timothee Cour2021-01-011-1/+3
* use -d:nimCompilerStackraceHints in more places (#16400)Timothee Cour2020-12-291-0/+5
* fixes #16069; [backport:1.2] [backport:1.4] (#16115)Andreas Rumpf2020-11-241-0/+1
* Semfold for nil cast (#16030)cooldome2020-11-181-1/+3
* Fix #15706 (#15846)Bung2020-11-071-1/+1
* ARC now capable of custom extra alignment. Ref, closure and seq support. (#15...cooldome2020-10-281-13/+9
* explicit ID generation for easier IC (#15559)Andreas Rumpf2020-10-251-10/+10
* fixes view types for sizeof() and --gc:orc (#15680)Andreas Rumpf2020-10-221-3/+3
* fixes #15652 [backport:1.4] (#15679)Andreas Rumpf2020-10-221-1/+1
* arc allocation method aligned (#15588)cooldome2020-10-191-8/+16
* fix gitignore for testament cruft (#15530)Timothee Cour2020-10-091-1/+1
* const view types; fixes some cases from https://github.com/nim-lang/Nim/issue...Andreas Rumpf2020-10-051-41/+54
* closureiters: fixes #15243 (#15454) [backport:1.2]Andreas Rumpf2020-10-021-1/+17
* fix #15405. deepcopy arc (#15410)cooldome2020-10-011-0/+4
* produce runtime type information for reified openArrays (#15415)Andreas Rumpf2020-09-271-11/+11
* better support for slices as views (#15414)Andreas Rumpf2020-09-271-3/+9
* ORC/ARC async progress (#15370)Andreas Rumpf2020-09-201-1/+1
* allow old styled RTTI for arc/orc (#15331)Andreas Rumpf2020-09-161-32/+51
* borrow checking (#15282)Andreas Rumpf2020-09-091-26/+76
* Fix sets for architectures with default integers smaller than 32 bits (#15258...PMunch2020-09-021-3/+3
* fixes #15210 [backport:1.2] (#15237)Andreas Rumpf2020-08-311-20/+23
* Big compiler Cleanup (#14777)Clyybber2020-08-281-1/+1
* Use typeflag insteadClyybber2020-08-101-1/+1
* Make explicit {.nimcall.} a seperate calling conventionClyybber2020-08-081-1/+1
* fixes #15112 (#15124)Andreas Rumpf2020-07-301-8/+12
* fixes #15052Andreas Rumpf2020-07-261-0/+11
* 'isolate' builtin; refs https://github.com/nim-lang/RFCs/issues/244 (#15011)Andreas Rumpf2020-07-201-1/+1
* Move `wasMoved` out of `=destroy`Clyybber2020-07-101-2/+2
* scoped memory management (#14790)Andreas Rumpf2020-07-041-8/+14
* Deprecated laxStrings for mutating the internal zero terminator on strings an...Juan Carlos2020-06-231-1/+1
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-231-7/+5
* fix #14576 addr of param (including for lent) now works with nim js (#14577)Timothee Cour2020-06-061-0/+1
* specialize genericReset (#14398)Andreas Rumpf2020-05-191-23/+23
* Fix #14160 (#14161)Clyybber2020-04-301-1/+7
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-1/+1
* forward type alignment information to seqs (#12430)Arne Döring2020-04-191-10/+10