Clyybber 6de5aa1971 Rename `=` to `=copy` in stdlib (#17781) 3 years ago
..
mm 297c8e403d styleCheck: Fix some inconsistent identifiers (#16177) 4 years ago
alloc.nim edce5897a5 fixes #16214 [backport] (#16252) 4 years ago
ansi_c.nim ccc0667c29 system/excpt: let the OS handle termination on signal (#16712) 4 years ago
arc.nim ac8166ab3d Replace double backticks with single backticks - Part 1 out of ~6 (#17205) 3 years ago
arithm.nim 0e3ea16554 use lowercase --define switches (#17283) 3 years ago
arithmetics.nim ac8166ab3d Replace double backticks with single backticks - Part 1 out of ~6 (#17205) 3 years ago
assertions.nim f32ffb6ed8 fixes #17033 [backport:1.4] (#17061) 4 years ago
assign.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 3 years ago
atomics.nim 1aaa67fc18 [docs minor] remove unicode in docs comments (#16267) 4 years ago
avltree.nim c32c39f1de make AVL tree node part of the memory regions; fixes hard to reproduce channel crashes 8 years ago
basic_types.nim ac8166ab3d Replace double backticks with single backticks - Part 1 out of ~6 (#17205) 3 years ago
bitmasks.nim 0956a99537 ARC now capable of custom extra alignment. Ref, closure and seq support. (#15697) 4 years ago
cellseqs_v1.nim e31ac81899 more checking for --gc:arc, no need for valgrind (#14467) 4 years ago
cellseqs_v2.nim 833035bacd arc allocation method aligned (#15588) 4 years ago
cellsets.nim 3e03f67335 cleaned up the internal documentation (#17524) 3 years ago
cgprocs.nim ca4b971bc8 Initial version of the hot-code reloading support for native targets (#10729) 6 years ago
channels_builtin.nim 2e730f1452 rename channels to channels_builtin (#17330) 3 years ago
chcks.nim 7ad49950bd [os:standalone]fix #14011 (#17564) 3 years ago
comparisons.nim 270964c487 implement RFCs/294 ; disallow enum <=> enum conversion (#16351) 3 years ago
countbits_impl.nim a36816fc04 follow up #17539 (#17548) 3 years ago
cyclebreaker.nim b9eb91cbb5 ORC: prepare for another patent-pending optimization (#15996) 4 years ago
deepcopy.nim 0956a99537 ARC now capable of custom extra alignment. Ref, closure and seq support. (#15697) 4 years ago
dollars.nim ac8166ab3d Replace double backticks with single backticks - Part 1 out of ~6 (#17205) 3 years ago
dyncalls.nim 8aa5991bea Genode platform fixes (#17521) 3 years ago
embedded.nim 939df8cbda ensure the avr example keeps compiling (#17663) 3 years ago
exceptions.nim ac8166ab3d Replace double backticks with single backticks - Part 1 out of ~6 (#17205) 3 years ago
excpt.nim 42c6eec4ef fix #17749 ignore SIGPIPE signals, fix nim CI #17748 (#17752) 3 years ago
fatal.nim 9531afac48 fix #16499 (#16514) 4 years ago
formatfloat.nim e4415422fe Revert "printing float values will have one more digit. (#13276) [backport]" (#13363) 5 years ago
gc.nim 3b47a689cf Remove the use of usrToCell in gcMark [backport:1.2] (#17709) 3 years ago
gc2.nim f561afae41 followup #17225: simplify code after removing gc2, generational (#17242) 3 years ago
gc_common.nim bd7807de4c fixes #17647 (#17667) 3 years ago
gc_hooks.nim 62aa1a3cfe gc:destructors progress 5 years ago
gc_interface.nim 06dfd31612 fixes #13881 4 years ago
gc_ms.nim 3b47a689cf Remove the use of usrToCell in gcMark [backport:1.2] (#17709) 3 years ago
gc_regions.nim 297c8e403d styleCheck: Fix some inconsistent identifiers (#16177) 4 years ago
hti.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 3 years ago
inclrtl.nim b9994925f5 remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#16918) 4 years ago
indexerrors.nim b3d2cd738a [other] better error message for IndexError for empty containers (#11476) 5 years ago
integerops.nim 64e839d5fd fixes #14209 [backport:1.2] (#14213) 4 years ago
io.nim 0e3ea16554 use lowercase --define switches (#17283) 3 years ago
iterators.nim 42687457b0 further progress on rst roles & directives (fix #17646) (#17659) 3 years ago
iterators_1.nim 56461c280f Change stdlib imports to use std prefix in most examples (#17202) 3 years ago
jssys.nim 81533a0014 [backport:1.4] JS cstring null fixes (#16979) 4 years ago
memalloc.nim e5be216ccb [docs]close #12580 (#17549) 3 years ago
memory.nim b9994925f5 remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#16918) 4 years ago
memtracker.nim 18b983d7e3 addQuitProc => addExitProc (#16765) 4 years ago
mmdisp.nim 7c09e0c757 fix #15617(fix compilation failure on -d:useMalloc --gc:none) (#17555) 3 years ago
nimscript.nim 82d8e9bff3 Replace double backticks with single backticks - Part 2 out of ~6 (#17206) 3 years ago
orc.nim 82d8e9bff3 Replace double backticks with single backticks - Part 2 out of ~6 (#17206) 3 years ago
osalloc.nim 40ac19572a add OpenBSD MAP_STACK for coroutines (#14353) 4 years ago
platforms.nim 545c406cbe Add 32-bit RISC-V support (#16231) 4 years ago
profiler.nim 48437d0a84 Give better error message when profiler and memProfiler used at same time (#9948) 6 years ago
repr.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 3 years ago
repr_v2.nim 813dd1b670 repr_v2 improvements (#14992) 4 years ago
reprjs.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 3 years ago
seqs_v2.nim 0956a99537 ARC now capable of custom extra alignment. Ref, closure and seq support. (#15697) 4 years ago
seqs_v2_reimpl.nim 833035bacd arc allocation method aligned (#15588) 4 years ago
setops.nim b1554cfeb5 better setops docs (#16236) 4 years ago
sets.nim c8dda867f2 close #11330 sets uses optimized countSetBits (#17334) 3 years ago
stacktraces.nim 82d8e9bff3 Replace double backticks with single backticks - Part 2 out of ~6 (#17206) 3 years ago
strmantle.nim b9994925f5 remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#16918) 4 years ago
strs_v2.nim a04c9d1f62 rename prepareStrMutation to prepareMutation (#17235) 3 years ago
syslocks.nim dc89b21257 [std/locks]close #7998(complete condition variables) (#17711) 3 years ago
sysspawn.nim dc89b21257 [std/locks]close #7998(complete condition variables) (#17711) 3 years ago
sysstr.nim f561afae41 followup #17225: simplify code after removing gc2, generational (#17242) 3 years ago
threadlocalstorage.nim dc89b21257 [std/locks]close #7998(complete condition variables) (#17711) 3 years ago
threads.nim 12783dbcf0 make the copy operation of Thread an error (#17734) 3 years ago
timers.nim bf22b44b1f miscellaneous bug fixes (#13291) 5 years ago
widestrs.nim 6de5aa1971 Rename `=` to `=copy` in stdlib (#17781) 3 years ago