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
...
*
fix stdout(etc) for emscripten
Timothee Cour
2020-01-28
2
-6
/
+8
*
Repr v2 progress (#13268)
cooldome
2020-01-28
1
-71
/
+59
*
nimv2 widestring indexing (#13279)
cooldome
2020-01-28
1
-2
/
+2
*
Tiny since cleanup (#13286)
Clyybber
2020-01-28
1
-1
/
+1
*
TlSF Alloctor: use less memory for --gc:arc (#13280)
Andreas Rumpf
2020-01-28
2
-80
/
+101
*
fixes #13219 (#13272)
Andreas Rumpf
2020-01-27
1
-3
/
+5
*
ARC: optimize complete object constructors to use nimNewObjUninit
Araq
2020-01-26
1
-0
/
+17
*
ARC: remove unnecessary code
Araq
2020-01-26
1
-14
/
+0
*
make goto based exceptions available for 'nim cpp' (#13244)
Andreas Rumpf
2020-01-25
3
-6
/
+10
*
Cleaned up mmdisp.nim, moved implementations into lib/system/mm/ (#13254)
Ico Doornekamp
2020-01-25
5
-392
/
+416
*
contributing docs: symbols need package prefix; changed allocStats to nimAllo...
Timothee Cour
2020-01-25
1
-1
/
+1
*
[backport] documentation: Add channels examples (#13202) [ci skip]
chr v1.x
2020-01-23
1
-0
/
+114
*
Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0....
Ico Doornekamp
2020-01-23
9
-246
/
+234
*
Unexport even more symbols (#13214)
alaviss
2020-01-23
1
-1
/
+1
*
fix docs + API for fieldPairs, fields (#13189)
Timothee Cour
2020-01-18
1
-26
/
+40
*
ARC works for async on Windows (#13179)
Andreas Rumpf
2020-01-17
1
-3
/
+6
*
style fix: change 'JS' to 'js' to make it consistent (#13168)
Miran
2020-01-16
4
-5
/
+5
*
Remove obsolete code from osalloc (#13158)
Ico Doornekamp
2020-01-16
1
-10
/
+0
*
ARC: misc bugfixes (#13156)
Andreas Rumpf
2020-01-15
1
-1
/
+1
*
System cleanup, part 2 (#13155)
Miran
2020-01-15
8
-0
/
+1671
*
Added 'ansic' os support for minimal (embedded) targets (#13088)
Ico Doornekamp
2020-01-15
4
-68
/
+73
*
VM FFI: write(stderr, msg) and fprintf(cstderr, msg) now work at CT (#13083)
Timothee Cour
2020-01-12
2
-5
/
+16
*
more arc features (#13098)
Andreas Rumpf
2020-01-10
1
-0
/
+170
*
[backport] system/io.nim fix wrong documentation comment [ci skip]
narimiran
2020-01-10
1
-2
/
+2
*
typetraits: fixes #6454; genericParams; added lenTuple; added tuple type get ...
Timothee Cour
2020-01-10
1
-0
/
+2
*
fixes #13070
Araq
2020-01-10
1
-2
/
+2
*
take the one good idea from --os:standalone and enable it via -d:StandaloneHe...
Andreas Rumpf
2020-01-09
2
-8
/
+8
*
reprjs: style changes
Araq
2020-01-05
1
-12
/
+12
*
fixes #13013, reverts previous changes to readLines() (#13036) [backport]
cooldome
2020-01-05
1
-3
/
+5
*
fixes #13032
Araq
2020-01-04
2
-6
/
+6
*
remove default argument for readLines (#12807) [backport]
cooldome
2020-01-02
1
-3
/
+3
*
--exception:goto switch for deterministic exception handling (#12977)
Andreas Rumpf
2020-01-01
3
-98
/
+120
*
fixes #12965 (#12991)
Andreas Rumpf
2019-12-31
1
-10
/
+11
*
c_fflush() the rawWrite() buffer (#12987)
Ștefan Talpalaru
2019-12-30
1
-0
/
+4
*
generic stack trace overriding mechanism (#12922)
Ștefan Talpalaru
2019-12-29
1
-10
/
+33
*
minor refactorings
Andreas Rumpf
2019-12-27
1
-9
/
+9
*
ARC: default to a shared heap with --threads:on
Araq
2019-12-24
2
-0
/
+10
*
ported channels to ARC
Araq
2019-12-24
1
-120
/
+142
*
fix error in assertions document (#12925) [backport]
flywind
2019-12-18
1
-1
/
+1
*
ARC: cycle detector (#12823)
Andreas Rumpf
2019-12-17
7
-2
/
+762
*
NaN floatFormat with clang_cl (#12910)
cooldome
2019-12-17
1
-2
/
+2
*
Better clang_cl support (#12896)
cooldome
2019-12-13
1
-5
/
+6
*
ARC related bugfixes and refactorings (#12781)
Andreas Rumpf
2019-12-05
1
-8
/
+56
*
more fixes for --cpu:avr [backport] (#12748)
Andreas Rumpf
2019-11-27
4
-5
/
+8
*
ARC: ported the GC tests over to --gc:arc
Araq
2019-11-26
1
-0
/
+9
*
csize_t changes: pinToCpu didn't compile (#12725)
Mamy Ratsimbazafy
2019-11-25
1
-1
/
+1
*
make tests green again
Andreas Rumpf
2019-11-13
1
-2
/
+2
*
gc:arc: support GC_ref/unref for ref T
Araq
2019-11-13
1
-2
/
+2
*
Fix #12135 and #12109 (#12137)
Euan
2019-11-11
1
-0
/
+7
*
Fix crash in terminate handler (#12572) [backport]
Volodymyr Lashko
2019-11-07
1
-0
/
+6
[prev]
[next]