summary refs log tree commit diff stats
path: root/compiler/ccgexprs.nim
Commit message (Expand)AuthorAgeFilesLines
* allow conversions between `var` types of range types and base types (#24037)metagn2024-09-031-2/+6
* fixes #23894; succ/pred shouldn't raise OverflowDefect for unsigned integers ...ringabout2024-07-261-1/+1
* fixes #23858; 2.2.0 rc1 regression with cdecl functions (#23859)ringabout2024-07-181-1/+2
* refactor: The popular 'r' field is now named 'snippet' (#23829)Andreas Rumpf2024-07-121-91/+91
* fixes #20865; fixes #20987; Missing bounds check in array slicing (#23814)ringabout2024-07-101-3/+3
* [backport] fixes #23748; do not skip materializing temporaries for proc argum...Alexander Kernozhitsky2024-06-301-0/+2
* fixes #23759; rework move for refc (#23764)ringabout2024-06-291-3/+8
* ref #20653; fixes chronos empty case branches (#23706)ringabout2024-06-141-7/+11
* fixes #23627; Simple destructor code gives invalid C (#23631)ringabout2024-05-211-3/+7
* fixes #16671; openarray conversion for object construction (#23618)ringabout2024-05-161-3/+7
* rework `wasMoved`, `move` on the JS backend (#23577)ringabout2024-05-081-9/+0
* remove unused magics: mIntToStr, mInt64ToStr, mFloatToStr (#23486)ringabout2024-04-091-7/+0
* fixes #23422; card regression (#23437)ringabout2024-03-281-1/+1
* fixes #12703; nim cpp rejects valid code would lose const qualifier for cstri...ringabout2024-03-051-4/+15
* fixes regression #23280; Operations on inline toOpenArray len return a wrong ...ringabout2024-02-061-3/+3
* fixes #22597; avoid side effects for call returning openArray types (#23257)ringabout2024-01-261-4/+11
* fixes #22923; fixes `=dup` issues (#23182)ringabout2024-01-111-0/+2
* type refactor: part 4 (#23077)Andreas Rumpf2023-12-151-6/+5
* fixes yet another strictdefs bug (#23069)ringabout2023-12-151-4/+5
* type refactoring: part 2 (#23059)Andreas Rumpf2023-12-131-2/+2
* Types: Refactorings; step 1 (#23055)Andreas Rumpf2023-12-121-24/+25
* C++: ptr fields now pulls the whole type if it's a member in nkDotExpr (#22855)Juan M Gómez2023-10-231-0/+6
* NIR: progress (#22817)Andreas Rumpf2023-10-121-3/+0
* NIR: Nim intermediate representation (#22777)Andreas Rumpf2023-10-111-33/+9
* produce better code for object constructions and 'result' [backport] (#22668)Andreas Rumpf2023-09-111-2/+6
* fixes #22669 constructor pragma doesnt init Nim default fields (#22670)Juan M Gómez2023-09-101-19/+25
* Make `newSeqOfCap` not initialize memory. (#21842)Amjad Ben Hedhili2023-09-091-1/+1
* fixes #17197; fixes #22560; fixes the dest of newSeqOfCap in refc (#22594)ringabout2023-08-311-0/+1
* fixes an issue where sometimes wasMoved produced bad codegen for cpp (#22587)Juan M Gómez2023-08-301-1/+4
* unpublic the sons field of PType; the precursor to PType refactorings (#22446)ringabout2023-08-111-2/+2
* fixes move sideeffects issues [backport] (#22439)ringabout2023-08-101-3/+15
* `getTemp` and friends now return `TLoc` as requested (#22440)ringabout2023-08-101-37/+29
* `initLocExpr` and friends now return `TLoc` (#22434)ringabout2023-08-101-235/+164
* simplify isAtom condition (#22430)ringabout2023-08-091-4/+1
* clean up `gc:arc` or `gc:orc` in docs and in error messages (#22408)ringabout2023-08-081-1/+1
* use out parameters for getTemp (#22399)ringabout2023-08-071-11/+17
* use strictdefs for compiler (#22365)ringabout2023-08-061-105/+116
* Revert "fix #22173 `sink` paramers not moved into closure (refc) (#22… (#22...Bung2023-08-031-9/+6
* fix #22173 `sink` paramers not moved into closure (refc) (#22359)Bung2023-08-021-6/+9
* implement `ensureMove` (#22339)ringabout2023-07-291-0/+2
* fixes #22268; fixes `move` codegen (#22288)ringabout2023-07-191-0/+7
* fixes #22175 (#22229)Andreas Rumpf2023-07-061-2/+5
* alternative to #22219; adds a pointer wrapper for T destructor (#22225)ringabout2023-07-061-4/+0
* fixes #19101; zero initialization union casts (#22185)ringabout2023-06-291-2/+9
* fixes #16331; aliasing of tuple construction within a single assignme… (#22...Andreas Rumpf2023-06-161-3/+18
* fixes explicit deref block (#22093)ringabout2023-06-151-2/+0
* make `move` use `=wasMoved` internally (#22032)ringabout2023-06-091-1/+2
* lift the `=dup` hook (#21903)ringabout2023-06-021-10/+0
* fixes fieldDefect loses enum type info in ORC; consistent with VM and refc (#...ringabout2023-05-291-10/+13
* fixes #15428 by updating deep open array copy codegen (#21935)heterodoxic2023-05-271-2/+3