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
*
Make 'echo' raise IOErrors when appropriate (#16367)
Matt Haggard
2020-12-18
1
-8
/
+16
*
fixes #16365 [backport] (#16381)
Andreas Rumpf
2020-12-17
1
-6
/
+7
*
Fix broken links in docs (#16336)
Elliot Waite
2020-12-14
2
-13
/
+13
*
Fix #14259 #15621 (#16322) [backport:1.4]
rockcavera
2020-12-12
1
-4
/
+11
*
fix partially #13115 (now works for cpp; but still fails for js on openbsd) (...
Timothee Cour
2020-12-11
1
-10
/
+22
*
clean up old codes (#16284)
flywind
2020-12-09
1
-144
/
+101
*
[docs minor] remove unicode in docs comments (#16267)
flywind
2020-12-06
1
-2
/
+2
*
ORC: make the adaptive strategy the default in order to fight memory consumpt...
Andreas Rumpf
2020-12-05
1
-6
/
+13
*
fixes #16214 [backport] (#16252)
Andreas Rumpf
2020-12-04
2
-8
/
+8
*
cleanup docs and tests (#16235)
flywind
2020-12-03
1
-1
/
+1
*
Add 32-bit RISC-V support (#16231)
Alf-André Walla
2020-12-03
1
-1
/
+3
*
better setops docs (#16236)
flywind
2020-12-03
1
-70
/
+62
*
Fix typo and improve grammar for clamps note
Clyybber
2020-12-02
1
-1
/
+1
*
small style changes and clarify clamp (#16228)
flywind
2020-12-02
1
-6
/
+8
*
[docs minor] better comparisons docs (#16201)
flywind
2020-12-02
1
-90
/
+89
*
ORC: API extensions (#16126)
Andreas Rumpf
2020-12-01
1
-14
/
+45
*
better addInt (#16160)
flywind
2020-12-01
1
-15
/
+81
*
fix #13115 (#15930)
flywind
2020-11-27
2
-10
/
+20
*
add simple writeStackTrace for JS backend (#16016)
flywind
2020-11-24
1
-0
/
+5
*
fix #16025 repr now consistent: does not insert trailing newline (#16034)
Timothee Cour
2020-11-19
2
-2
/
+4
*
ORC: prepare for another patent-pending optimization (#15996)
Andreas Rumpf
2020-11-18
3
-25
/
+51
*
doAssertRaises improvements; nimscript supports `except Exception as e` (#15765)
Timothee Cour
2020-11-12
1
-9
/
+10
*
Correct all eggs (#15906)
Miran
2020-11-10
2
-2
/
+2
*
micro improvements (#15849)
Andreas Rumpf
2020-11-05
1
-1
/
+2
*
fix #15663 (#15839) [backport:1.4]
flywind
2020-11-05
1
-0
/
+7
*
fix deprecated messages regarding high (#15832)
flywind
2020-11-03
2
-2
/
+2
*
Make newObjUninit proc to adhere to its name (#15764)
Antonis Geralis
2020-10-28
1
-2
/
+2
*
ARC now capable of custom extra alignment. Ref, closure and seq support. (#15...
cooldome
2020-10-28
6
-43
/
+110
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-1
/
+1
*
Fixes compilation for --os:any + --exception:setjmp (#15626)
Dominik Picheta
2020-10-20
1
-1
/
+1
*
$(uint|uint64) now works with nimscript (#15644)
Timothee Cour
2020-10-20
3
-22
/
+20
*
Fix compilation error for regions and memory profiling (#15641) (#15656)
RecruitMain707
2020-10-20
1
-0
/
+3
*
arc allocation method aligned (#15588)
cooldome
2020-10-19
8
-33
/
+69
*
fix rlock compilation failure (#15584)
shirleyquirk
2020-10-15
1
-2
/
+2
*
ORC: API extensions for 1.4 (#15581)
Andreas Rumpf
2020-10-15
1
-5
/
+22
*
ORC: critical bugfix for the cycle analyser, introduce -d:nimStressOrc for ea...
Andreas Rumpf
2020-10-14
2
-19
/
+32
*
Clean out jssys (#15442)
Juan Carlos
2020-10-01
1
-6
/
+0
*
Dont assert on setstacksize result in iOS (#15427) [backport:1.2]
Yuriy Glukhov
2020-09-29
1
-1
/
+4
*
cleanup lib/system/stacktraces.nim; refs #15416 (#15418)
Andreas Rumpf
2020-09-28
1
-1
/
+1
*
finish the stacktraces.nim implementation [backport:1.2] (#15393)
Andreas Rumpf
2020-09-23
1
-6
/
+6
*
deinitLock (#15383)
flywind
2020-09-22
1
-0
/
+2
*
better nativestacktrace support; refs #15284; backport [1.2] (#15384)
Andreas Rumpf
2020-09-22
3
-25
/
+108
*
async: removed the 'unown' references, async never worked with --newruntime a...
Andreas Rumpf
2020-09-20
1
-3
/
+4
*
arc: =deepcopy fixes
Araq
2020-09-20
1
-5
/
+14
*
ORC and stdlib optimizations (#15362)
Andreas Rumpf
2020-09-19
3
-23
/
+27
*
fix coro proc crash for stack problem when run long enough than a GC cycle (#...
yatsen1
2020-09-18
1
-0
/
+6
*
more ORC bugfixes (#15355)
Andreas Rumpf
2020-09-18
2
-8
/
+35
*
allow old styled RTTI for arc/orc (#15331)
Andreas Rumpf
2020-09-16
10
-103
/
+190
*
fixes #15076 (#15329)
Andreas Rumpf
2020-09-15
1
-5
/
+18
*
fixes a critical ORC bug, refs #15076 (#15323)
Andreas Rumpf
2020-09-14
1
-35
/
+29
[next]