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.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix #12311 (#16578)
flywind
2021-01-04
1
-4
/
+7
*
fix #8412 (#16563)
flywind
2021-01-03
1
-6
/
+12
*
fix #16494 (#16513)
flywind
2021-01-01
1
-4
/
+20
*
Added cmpMem export (#16484)
Antonis Geralis
2020-12-29
1
-0
/
+2
*
fix nim js cmp fails at CT (#16473)
flywind
2020-12-27
1
-8
/
+2
*
mark abs as inline (#16432)
flywind
2020-12-22
1
-5
/
+5
*
misc cleanups (#16383)
Timothee Cour
2020-12-18
1
-3
/
+3
*
refactorings to prepare the compiler for IC (#15935)
Andreas Rumpf
2020-12-17
1
-1
/
+1
*
disabled sink openArray[T] for adding to seqs (#16352) [backport:1.4]
lqdev
2020-12-14
1
-1
/
+1
*
Fix broken links in docs (#16336)
Elliot Waite
2020-12-14
1
-12
/
+12
*
Add 32-bit RISC-V support (#16231)
Alf-André Walla
2020-12-03
1
-1
/
+1
*
ref #16054 undefine some stuff in JS backend (#16070)
flywind
2020-11-26
1
-45
/
+46
*
inc and dec are atomic in JS backend (#16129)
flywind
2020-11-25
1
-1
/
+1
*
add simple writeStackTrace for JS backend (#16016)
flywind
2020-11-24
1
-1
/
+1
*
fix #16025 repr now consistent: does not insert trailing newline (#16034)
Timothee Cour
2020-11-19
1
-0
/
+3
*
make var string return var char w/ BackwardsIndex (#15461)
hlaaftana
2020-11-12
1
-0
/
+1
*
doAssertRaises improvements; nimscript supports `except Exception as e` (#15765)
Timothee Cour
2020-11-12
1
-1
/
+2
*
change NimVersion to 1.5.1
narimiran
2020-10-16
1
-2
/
+2
*
fix #15405. deepcopy arc (#15410)
cooldome
2020-10-01
1
-0
/
+3
*
cleanup lib/system/stacktraces.nim; refs #15416 (#15418)
Andreas Rumpf
2020-09-28
1
-6
/
+0
*
fixes #14983 (#15320)
Andreas Rumpf
2020-09-25
1
-18
/
+45
*
better nativestacktrace support; refs #15284; backport [1.2] (#15384)
Andreas Rumpf
2020-09-22
1
-0
/
+6
*
bump NimVersion to 1.3.7
narimiran
2020-09-18
1
-1
/
+1
*
Revert "Introduce explicit copy (#15330)" (#15346)
Andreas Rumpf
2020-09-16
1
-5
/
+0
*
Introduce explicit copy (#15330)
cooldome
2020-09-16
1
-0
/
+5
*
allow old styled RTTI for arc/orc (#15331)
Andreas Rumpf
2020-09-16
1
-30
/
+29
*
deprecate `high(value)` and `low(value)` (#15283)
Miran
2020-09-09
1
-6
/
+8
*
fixes system.add for strict funcs (#15259)
Andreas Rumpf
2020-09-03
1
-18
/
+20
*
Fix #5691 (#15158)
Clyybber
2020-08-27
1
-18
/
+23
*
more renamings
Araq
2020-07-27
1
-3
/
+3
*
fix #14475; unittest.require now works with `nim c`; require and check now wo...
Timothee Cour
2020-07-14
1
-5
/
+2
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-2
/
+5
*
`addQuitProc` now works with closures, and c, js(node/browser) backend; fix s...
Timothee Cour
2020-06-16
1
-5
/
+4
*
fix #10731 ; `runnableExamples "-b:cpp --run:off": code` works (#14384)
Timothee Cour
2020-05-20
1
-3
/
+8
*
Remove the uses of {.procvar.} pragma (#14359)
Kaushal Modi
2020-05-15
1
-2
/
+2
*
Improve nimeval, changes some defaults (#14351)
PMunch
2020-05-15
1
-1
/
+1
*
`osproc.execCmdEx` now takes an optional `input` for stdin, `env`, workingDir...
Timothee Cour
2020-05-13
1
-1
/
+2
*
fixes #13881
Andreas Rumpf
2020-05-12
1
-2
/
+2
*
--hint:processing (+friends) is now supported and means `--hint:processing:on...
Timothee Cour
2020-05-08
1
-1
/
+1
*
Clarify JS cstring len (#14184)
hlaaftana
2020-05-05
1
-6
/
+7
*
fix #14217 (#14218)
cooldome
2020-05-05
1
-1
/
+1
*
move since from inclrtl to std/private/since (#14188)
hlaaftana
2020-05-02
1
-2
/
+4
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
1
-6
/
+6
*
`$` now works for unsigned intergers with `nim js` (#14122)
Timothee Cour
2020-04-27
1
-4
/
+5
*
since now takes an optional patch, eg: `since: (1, 3, 1)` (#14124)
Timothee Cour
2020-04-26
1
-1
/
+5
*
forward type alignment information to seqs (#12430)
Arne Döring
2020-04-19
1
-2
/
+10
*
bump devel version to 1.3.1
narimiran
2020-04-03
1
-1
/
+1
*
stacktraces can now show custom runtime msgs per frame (#13351)
Timothee Cour
2020-03-30
1
-16
/
+20
*
arc optimizations (#13325)
Andreas Rumpf
2020-03-18
1
-8
/
+1
*
catchable defects (#13626)
Andreas Rumpf
2020-03-12
1
-1
/
+4
[next]