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
*
system: fix link in `delete` proc (#17550)
ee7
2021-03-28
1
-1
/
+1
*
fix #17260 render `\` properly in nim doc, rst2html (#17315)
Timothee Cour
2021-03-24
1
-2
/
+2
*
IC: green tests (#17311)
Andreas Rumpf
2021-03-19
1
-0
/
+1
*
rename channels to channels_builtin (#17330)
flywind
2021-03-12
1
-1
/
+1
*
use .. warning:: (#17226)
flywind
2021-03-04
1
-5
/
+3
*
followup #17225: simplify code after removing gc2, generational (#17242)
Timothee Cour
2021-03-03
1
-3
/
+2
*
\r now renders as \r, not \c which was not standard (#17244)
Timothee Cour
2021-03-03
1
-3
/
+3
*
rename prepareStrMutation to prepareMutation (#17235)
flywind
2021-03-03
1
-3
/
+3
*
add runnableExamples for prepareStrMutation (#17227)
flywind
2021-03-02
1
-1
/
+8
*
`--nilseqs` is now a deprecated noop (#17211)
Timothee Cour
2021-03-01
1
-20
/
+13
*
fixes #17173 (#17213)
Andreas Rumpf
2021-03-01
1
-0
/
+6
*
add overload `add(a: var string, b: openArray[char])` (#15951)
Timothee Cour
2021-03-01
1
-7
/
+8
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
1
-2
/
+2
*
system: more runnableExamples + doc improvements (#17075)
Timothee Cour
2021-02-17
1
-39
/
+48
*
remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...
Timothee Cour
2021-02-17
1
-198
/
+154
*
[backport:1.4] JS cstring null fixes (#16979)
hlaaftana
2021-02-11
1
-2
/
+16
*
Deprecate any (#16920)
Juan Carlos
2021-02-08
1
-1
/
+1
*
document typeof (#16965)
Timothee Cour
2021-02-08
1
-2
/
+17
*
use typeof instead type (#16962)
flywind
2021-02-08
1
-168
/
+168
*
fix `of` procs + runnableExamples (#16932)
Timothee Cour
2021-02-05
1
-8
/
+25
*
document `default` (#16942)
Timothee Cour
2021-02-05
1
-2
/
+17
*
link compile-time options together in docs (#16879)
n5m
2021-02-02
1
-2
/
+21
*
remove quotation marks around imports - fixes links in the docs (#16888)
Miran
2021-02-01
1
-2
/
+2
*
remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861)
Timothee Cour
2021-01-29
1
-18
/
+12
*
fix floats slice (#16853)
flywind
2021-01-29
1
-6
/
+6
*
addQuitProc => addExitProc (#16765)
Timothee Cour
2021-01-22
1
-4
/
+3
*
promote math.isNaN (#16734)
flywind
2021-01-15
1
-1
/
+1
*
Deprecate TaintedString (#15423)
Juan Carlos
2021-01-15
1
-16
/
+1
*
fix #16555, fixes #16405: len, high honors '\0' for cstring in vm (#16610)
Timothee Cour
2021-01-11
1
-7
/
+13
*
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
[next]