ringabout
|
93ced31353
|
use strictdefs for compiler (#22365)
* wip; use strictdefs for compiler
* checkpoint
* complete the chores
* more fixes
* first phase cleanup
* Update compiler/bitsets.nim
* cleanup
|
2023-08-06 14:26:21 +02:00 |
|
ringabout
|
4533e894ad
|
adds an experimental mm:atomicArc switch (#21798)
|
2023-05-08 16:25:47 +02:00 |
|
ringabout
|
4c46358db1
|
remove shallowCopy for ARC/ORC (#20070)
* remove shallowCopy for ARC/ORC
* use move
* fix
* more fixes
* typo
* Update lib/system.nim
* follow
* add nodestroy
* move
* copy string
* add a changelog entry
Co-authored-by: xflywind <43030857+xflywind@users.noreply.github.com>
Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
|
2022-07-26 16:51:01 +02:00 |
|
flywind
|
7f6e800caf
|
move assertions out of system (#19599)
|
2022-03-23 20:34:53 +01:00 |
|
Andreas Rumpf
|
3bc625aff1
|
ORC: progress (#18000)
* ORC: progress
* ORC: bugfix; don't follow acyclic data even if only at runtime the subtype is marked as acyclic
* progress
* minor style changes
|
2021-05-12 22:00:37 +02:00 |
|
flywind
|
57bd64582c
|
move tests under the compiler directory to testament (#16096)
|
2020-11-25 07:48:27 +01:00 |
|
Clyybber
|
13e659cfec
|
Big compiler Cleanup (#14777)
|
2020-08-28 22:18:09 +02:00 |
|
Dean Eigenmann
|
842efab8ae
|
Update btrees.nim (#14916)
|
2020-07-06 10:23:42 +02:00 |
|
Timothee Cour
|
b8a436af93
|
kochdocs: use a glob instead of hardcoded list; generate docs for compiler/; bugfixes (#13221)
* kochdocs: use a glob instead of hardcoded list; generate docs for compiler/; bugfixes
* fixup after #13212 isRelativeTo got merged
|
2020-01-23 11:06:28 +01:00 |
|
Clyybber
|
7e747d11c6
|
Cosmetic compiler cleanup (#12718)
* Cleanup compiler code base
* Unify add calls
* Unify len invocations
* Unify range operators
* Fix oversight
* Remove {.procvar.} pragma
* initCandidate -> newCandidate where reasonable
* Unify safeLen calls
|
2019-11-28 17:13:04 +01:00 |
|
Andreas Rumpf
|
1ed7751dac
|
added btrees.contains
|
2018-06-03 20:15:37 +02:00 |
|
Andreas Rumpf
|
9d27079606
|
support iteration over BTrees for the compilation cache
|
2018-06-03 12:37:03 +02:00 |
|
Andreas Rumpf
|
ddc6cec69e
|
refactoring: move DB model to incremental.nim
|
2018-05-30 10:15:41 +02:00 |
|