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
*
Rename `=` to `=copy` in stdlib (#17781)
Clyybber
2021-04-19
1
-1
/
+1
*
[std/locks]close #7998(complete condition variables) (#17711)
flywind
2021-04-19
3
-43
/
+48
*
fix #17749 ignore SIGPIPE signals, fix nim CI #17748 (#17752)
Timothee Cour
2021-04-18
1
-3
/
+13
*
cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...
Timothee Cour
2021-04-17
4
-4
/
+4
*
make the copy operation of Thread an error (#17734)
flywind
2021-04-16
1
-0
/
+2
*
Remove the use of usrToCell in gcMark [backport:1.2] (#17709)
zah
2021-04-14
2
-6
/
+5
*
Genode platform fixes (#17521)
Emery Hemingway
2021-04-09
1
-6
/
+6
*
further progress on rst roles & directives (fix #17646) (#17659)
Andrey Makarov
2021-04-08
1
-1
/
+1
*
fixes #17647 (#17667)
Andreas Rumpf
2021-04-07
3
-17
/
+17
*
ensure the avr example keeps compiling (#17663)
Andreas Rumpf
2021-04-07
1
-0
/
+4
*
items(array)+friends: remove a RT comparison (#17650)
Timothee Cour
2021-04-06
1
-8
/
+8
*
implement RFCs/294 ; disallow enum <=> enum conversion (#16351)
Timothee Cour
2021-04-03
1
-1
/
+1
*
fix #15617(fix compilation failure on -d:useMalloc --gc:none) (#17555)
flywind
2021-03-30
1
-0
/
+10
*
[backport:1.2] Avoid inlining of newObj and newObjRC1 calls (#17582)
Miran
2021-03-30
1
-2
/
+2
*
Fix #17299, fix setAffinity for android (#17574)
Clyybber
2021-03-30
1
-2
/
+17
*
[os:standalone]fix #14011 (#17564)
flywind
2021-03-29
1
-2
/
+8
*
[docs]close #12580 (#17549)
flywind
2021-03-28
1
-2
/
+2
*
follow up #17539 (#17548)
flywind
2021-03-29
1
-1
/
+1
*
set const arch64 to fix compiling with vcc/icc (#17539)
rockcavera
2021-03-28
1
-0
/
+1
*
cleaned up the internal documentation (#17524)
Andreas Rumpf
2021-03-26
2
-1
/
+81
*
close #11330 sets uses optimized countSetBits (#17334)
flywind
2021-03-22
2
-5
/
+73
*
prevent bitmasks double included in mmdist if -d:nimArcDebug added (#17436)
Derek 呆
2021-03-21
1
-1
/
+2
*
IC: green tests (#17311)
Andreas Rumpf
2021-03-19
3
-16
/
+26
*
rename channels to channels_builtin (#17330)
flywind
2021-03-12
1
-0
/
+0
*
Use `.. warning::` (#17320)
konsumlamm
2021-03-10
1
-12
/
+12
*
use lowercase --define switches (#17283)
flywind
2021-03-07
3
-5
/
+5
*
IC: further progress (#17150)
Andreas Rumpf
2021-03-05
1
-3
/
+0
*
Added assertion to clamp (#17248)
Jason Beetham
2021-03-04
1
-2
/
+5
*
followup #17225: simplify code after removing gc2, generational (#17242)
Timothee Cour
2021-03-03
3
-4
/
+5
*
Use readable escape sequences (#17241)
Clyybber
2021-03-03
1
-1
/
+1
*
rename prepareStrMutation to prepareMutation (#17235)
flywind
2021-03-03
1
-2
/
+2
*
add runnableExamples for prepareStrMutation (#17227)
flywind
2021-03-02
1
-1
/
+1
*
fixes #17173 (#17213)
Andreas Rumpf
2021-03-01
1
-0
/
+7
*
Replace double backticks with single backticks - Part 2 out of ~6 (#17206)
Danil Yarantsev
2021-02-28
5
-48
/
+48
*
Replace double backticks with single backticks - Part 1 out of ~6 (#17205)
Danil Yarantsev
2021-02-28
10
-75
/
+75
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
4
-6
/
+6
*
fix #17159 items(cstring) works in VM (#17160)
Timothee Cour
2021-02-24
1
-14
/
+45
*
add enumutils.items for sparse enums, typetraits.SomeSparseEnum (#17080)
Timothee Cour
2021-02-23
1
-2
/
+7
*
A few rst doc fixes (#17151)
Danil Yarantsev
2021-02-23
1
-1
/
+1
*
add io.readChars overload (simpler, less error prone) (#16044)
Timothee Cour
2021-02-22
1
-4
/
+8
*
use single backtick (#17133)
flywind
2021-02-21
2
-2
/
+2
*
stricter checks for RST headlines (#17089)
Andrey Makarov
2021-02-20
1
-1
/
+1
*
system/excpt: let the OS handle termination on signal (#16712)
alaviss
2021-02-19
2
-3
/
+18
*
fix stringify unsigned integer in JS and JS VM (#17086)
flywind
2021-02-18
1
-18
/
+29
*
add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...
Timothee Cour
2021-02-17
2
-2
/
+2
*
fixes #17033 [backport:1.4] (#17061)
Andreas Rumpf
2021-02-17
1
-4
/
+2
*
remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...
Timothee Cour
2021-02-17
9
-65
/
+28
*
don't introduce 'dispose', use '=dispose', fixes #17003 [backport:1.4] (#17062)
Andreas Rumpf
2021-02-17
1
-1
/
+1
*
better getTempDir (#16914)
flywind
2021-02-15
1
-2
/
+2
*
[backport:1.4] JS cstring null fixes (#16979)
hlaaftana
2021-02-11
1
-1
/
+1
[next]