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
*
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
*
Implement Pandoc Markdown concise link extension (#20304)
Andrey Makarov
2022-09-04
1
-1
/
+1
*
support cstring in `case` (#20130)
metagn
2022-09-01
1
-0
/
+23
*
move formatfloat out of system (#20195)
ringabout
2022-08-24
6
-1898
/
+19
*
test removing dollar for objects out of system (#20242)
metagn
2022-08-24
1
-40
/
+6
*
bootstrap the compiler with nimPreviewSlimSystem (#20176)
ringabout
2022-08-09
1
-0
/
+3
*
update the docs of arc following up #19749 (#19752)
ringabout
2022-08-08
1
-2
/
+2
*
replace the broken link for ORC implementation with a working one (#20105)
ringabout
2022-07-31
1
-1
/
+1
*
Fixing `nimRawSetJmp` for vcc and clangcl on Windows (#19959)
rockcavera
2022-07-04
1
-17
/
+21
*
Fix nimRawSetjmp for VCC [backport: 1.2] (#19899)
Tanguy
2022-06-20
1
-1
/
+1
*
Better range error messages (#19867)
Tanguy
2022-06-15
1
-0
/
+3
*
Windows: enable nimRawSetjmp by default [backport] (#19891)
Tanguy
2022-06-14
1
-0
/
+7
*
[js] add testcase for array indexDefect and remove todo (#19838)
flywind
2022-06-10
1
-4
/
+0
*
remove noop option `gc:v2` (#19810)
flywind
2022-06-10
1
-12
/
+2
*
fix #19862; make widestrs consistent between refc and orc (#19874) [backport]
flywind
2022-06-09
1
-0
/
+3
*
[Minor] remove unused and unnecessary local variable (#19853)
flywind
2022-06-01
1
-1
/
+0
*
Update nimscript `withDir` doc example (#19776)
huantian
2022-05-08
1
-4
/
+4
*
fixes #18612; apply cache and memcmp for methods in arc/orc (#19749)
flywind
2022-04-26
1
-2
/
+26
*
typetraits: add toSigned, toUnsigned (#18445)
Timothee Cour
2022-04-07
1
-4
/
+2
*
Deprecate selfExe (#19660)
Juan Carlos
2022-03-31
1
-2
/
+1
*
remove unnecessary framePtr code (#19645)
flywind
2022-03-25
1
-1
/
+2
*
Remove Deprecated Nimscript proc (#19629)
Juan Carlos
2022-03-23
1
-8
/
+0
*
move assertions out of system (#19599)
flywind
2022-03-23
5
-115
/
+11
*
system: thread: stack dealloction on Zephyr (#19633) [backport:1.6]
Jaremy Creechley
2022-03-22
1
-2
/
+16
*
Update chcks.nim (#19540)
rockcavera
2022-02-17
1
-1
/
+1
*
fix #16458; make useNimRtl compile for --gc:orc (#19512)
flywind
2022-02-11
3
-5
/
+7
*
move io out of system (#19442)
flywind
2022-02-02
1
-963
/
+0
*
added filemode docs (#19346)
Smarcy
2022-01-09
1
-1
/
+4
*
suggestion to respect typedarray type (#19257)
Sven Keller
2021-12-16
1
-1
/
+27
*
nimRawSetjmp: support Windows (#19197)
Ștefan Talpalaru
2021-12-10
1
-7
/
+39
*
Add support for LoongArch (#19223)
wenghongquan
2021-12-09
1
-1
/
+3
*
Atomic inc/dec should use ATOMIC_SEQ_CST (#19212)
flywind
2021-12-08
1
-3
/
+3
*
Making TCC work again on Windows --cpu:amd64 - fix #16326 (#19221)
rockcavera
2021-12-08
1
-2
/
+16
*
remove `sysspawn` which is dead code (#19218)
flywind
2021-12-06
1
-187
/
+0
*
[format minor] remove unnecessary spaces (#19216)
flywind
2021-12-06
1
-5
/
+5
*
make JS trunc polyfill opt-in, closes #16144 (#19183)
hlaaftana
2021-11-24
1
-3
/
+3
*
Implement threads on Zephyr (#19156)
Jaremy Creechley
2021-11-23
2
-9
/
+27
*
Enable customizing PageShift to set PageSize for embedded targets (#19129)
Jaremy Creechley
2021-11-16
1
-3
/
+7
[next]