index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
system
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fixes #21393 and misc style changes (#21419)
Andreas Rumpf
2023-02-24
2
-2
/
+3
*
Add support for NuttX RTOS. (#21372)
Century Systems
2023-02-16
1
-1
/
+1
*
fixes #21195; `std/assertions` continue to use `sysFatal` when `nimPreviewSli...
ringabout
2022-12-29
1
-0
/
+27
*
fixes #21171; dynamic acyclic refs need to use dyn decRef (#21184)
ringabout
2022-12-28
1
-0
/
+13
*
remove legacy code (#21134)
ringabout
2022-12-26
9
-592
/
+80
*
fix #20997 calling system.card[T](x: set[T]) with T of int8 or uint8 … (#21...
Bung
2022-12-23
1
-3
/
+5
*
Bump the devel version to 1.9.1 (#21117)
ringabout
2022-12-16
1
-2
/
+2
*
fix #12122 (#21096)
Bung
2022-12-16
12
-118
/
+118
*
alternative, much simpler algorithm for strict func checking (#21066)
Andreas Rumpf
2022-12-11
1
-10
/
+11
*
fixes #21062 (#21068)
Andreas Rumpf
2022-12-10
1
-2
/
+3
*
tyInt tyUint fit target int bit width (#20829)
Bung
2022-12-01
5
-12
/
+12
*
Add HPPA and sparc64 architectures (#20934)
Federico Ceratto
2022-12-01
1
-0
/
+2
*
Support IBM Z architecture (#20943)
Federico Ceratto
2022-11-28
1
-1
/
+3
*
alloc uses atomic operations only when necessary (#20899)
ringabout
2022-11-23
1
-5
/
+17
*
move `system/atomics` out of system; `std/atomics` should be preferred (#20875)
ringabout
2022-11-22
2
-340
/
+1
*
fixes #20026; marks system procs which can raise defects (#20864)
ringabout
2022-11-22
1
-15
/
+18
*
channel send() condition variable lock ordering (#20879)
Ico Doornekamp
2022-11-21
1
-1
/
+1
*
fixes a severe bug of testament (#20832)
ringabout
2022-11-17
1
-0
/
+1
*
fixes ptr to cstring warnings[backport] (#20848)
ringabout
2022-11-16
6
-7
/
+7
*
support `UncheckedArray[T]` in repr_v2.nim (#20816)
Derek 呆
2022-11-11
1
-1
/
+4
*
remove name field for ARC (#20797)
ringabout
2022-11-09
1
-1
/
+2
*
clean up `system/arc` (#20792)
ringabout
2022-11-09
1
-37
/
+0
*
implements display based subtype checking (6.4x faster without threads; 2.8x ...
ringabout
2022-11-08
1
-15
/
+2
*
ref #20694; quit value gets saturated to ranges (#20753)
ringabout
2022-11-05
14
-29
/
+29
*
revert #20719; relieve `std/assertions` of the `sysFatal` dep (#20743)
ringabout
2022-11-04
1
-7
/
+12
*
make `system/fatal` importable (#20719)
ringabout
2022-11-01
1
-12
/
+7
*
put std/threads under the umbrella of nimPreviewSlimSystem (#20711)
ringabout
2022-10-31
1
-0
/
+9
*
move threads out of system (#20674)
ringabout
2022-10-29
7
-781
/
+128
*
Added 'openArray[char]' overloads to 'std/parseutils' (#20527)
Jason Beetham
2022-10-24
2
-20
/
+25
*
fix fwrite prototype (#20644)
Jacek Sieka
2022-10-24
1
-1
/
+1
*
Remove side-effects from sysFatal with panics on (#20632)
Tanguy
2022-10-24
1
-16
/
+17
*
atomicInc global alloc counters (#20571)
Antonis Geralis
2022-10-16
1
-1
/
+1
*
fixes #19162; enable `strictEffects` for v2 (#19380)
ringabout
2022-10-15
1
-8
/
+8
*
'lock levels' are deprecated, now a noop (#20539)
ringabout
2022-10-11
6
-18
/
+18
*
threaded alloc (#20492)
Andreas Rumpf
2022-10-09
3
-118
/
+247
*
fixes #20516; system.create doesn't work with bitfield objects (#20518)
ringabout
2022-10-08
1
-6
/
+0
*
Markdown indented code blocks (#20473)
Andrey Makarov
2022-10-05
1
-8
/
+9
*
add default field support for object in ARC/ORC (#20480)
ringabout
2022-10-04
1
-0
/
+2
*
allocator: disable unnecessary stuff for ORC [backport] (#20489)
Andreas Rumpf
2022-10-03
1
-95
/
+44
*
pragma for sfCallsite instead of name check + better semantics, test (#20464)
metagn
2022-10-03
2
-5
/
+11
*
move widestrs out of system (#20462)
metagn
2022-10-01
1
-229
/
+0
*
koch boot compiler with orc (#20467)
ringabout
2022-09-30
1
-2
/
+1
*
moderate system cleanup & refactor (#20355)
metagn
2022-09-28
10
-204
/
+716
*
make more standard libraries work with `nimPreviewSlimSystem` (#20343)
ringabout
2022-09-27
1
-0
/
+3
*
defaults to ORC (#19972)
ringabout
2022-09-23
1
-0
/
+1
*
RFC-460 implemented (#19771)
Juan Carlos
2022-09-21
2
-0
/
+32
*
turn nimIncrSeqV3 into deadcode (#20388)
ringabout
2022-09-20
2
-91
/
+47
*
fixes Thread initializer for ARC/ORC on Macos (#20368)
ringabout
2022-09-16
1
-1
/
+1
*
Revert "fixes #20155; repr range with distinct types is broken with ORC" (#20...
Clay Sweetser
2022-09-11
1
-6
/
+1
*
fixes #20155; repr range with distinct types is broken with ORC (#20158)
ringabout
2022-09-11
1
-1
/
+6
[prev]
[next]