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
*
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
*
fixes .raises inference for newSeq builtin under --gc:orc [backport] (#19158)
Andreas Rumpf
2021-11-16
1
-1
/
+1
*
wrong spaces (3 => 2) (#19145)
flywind
2021-11-14
1
-1
/
+1
*
refactoring: orc can use getThreadId() (#19123)
Andreas Rumpf
2021-11-11
4
-96
/
+110
*
fixes another effect inference bug [backport:1.6] (#19100)
Andreas Rumpf
2021-11-07
2
-6
/
+9
*
fixes #19000 (#19032)
Andreas Rumpf
2021-10-30
1
-0
/
+6
*
Freeing critical sections via atexit in system/alloc and system/io (#19062)
Tail Wag Games
2021-10-29
2
-4
/
+7
*
deinitializing locks at program exit (#19043)
Tail Wag Games
2021-10-25
1
-24
/
+32
*
Add Zephyr Support (#19003)
Jaremy Creechley
2021-10-24
5
-15
/
+43
*
Add Elbrus 2000 architecture (#19024)
Danil Yarantsev
2021-10-21
1
-1
/
+3
*
Removes deprecated {.injectStmt.}. Fixes #18666 (#18984)
Dominik Picheta
2021-10-13
1
-10
/
+0
*
fix code-block which causes missing docs
flywind
2021-09-11
1
-2
/
+2
*
fix for js strict mode (#18799)
Sven Keller
2021-09-04
1
-4
/
+1
*
fixes #18494 (#18783)
Andreas Rumpf
2021-09-02
1
-8
/
+34
*
strict effects (#18777)
Andreas Rumpf
2021-09-02
2
-4
/
+4
*
improvements to `addInt` and `$` for integer types (#18592)
Timothee Cour
2021-08-19
4
-79
/
+35
*
fix #18702(fix `parseutils.parseFloat`) (#18703) [backport:1.0]
flywind
2021-08-16
1
-4
/
+5
*
properly fix #10053 ; `FieldDefect` msg now shows discriminant value + linein...
Timothee Cour
2021-08-13
7
-2
/
+42
*
Switch maintanance (#18668)
RSDuck
2021-08-11
1
-111
/
+0
*
Add optional recursive arg to distinctBase (v2) (#18659)
Timothee Cour
2021-08-09
1
-1
/
+1
[next]