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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix #13132 tnetdial (#13318)
Timothee Cour
2020-02-04
1
-2
/
+2
*
koch: enable checks in the compiler when running CI (#13323)
alaviss
2020-02-04
1
-1
/
+1
*
Make build_all.sh more portable and a bit simpler (#13308)
Clyybber
2020-02-03
1
-6
/
+3
*
Quote nim executable before executing. (#13316) [backport]
Fredrik Høisæther Rasch
2020-02-02
2
-11
/
+11
*
Fix capture for object types (#13315)
Clyybber
2020-02-02
2
-3
/
+17
*
build_all.sh: building csources 5X faster thanks to make -j (#13300)
Timothee Cour
2020-01-31
1
-4
/
+24
*
refs #8391 std/os now shows runtime context for raiseOSError exceptions (#13294)
Timothee Cour
2020-01-30
1
-52
/
+51
*
CT FFI: fix for windows; fix case transition; error msg shows more useful con...
Timothee Cour
2020-01-30
1
-3
/
+8
*
miscellaneous bug fixes (#13291)
Timothee Cour
2020-01-30
4
-3
/
+12
*
fix critical bug discovered by #11591 (#13290) [backport]
Timothee Cour
2020-01-29
1
-1
/
+1
*
Thread attributes should be destroyed using the pthread_attr_destroy() (#13293)
Hiroki Noda
2020-01-29
2
-4
/
+7
*
csize => csize_t for sysctl
Timothee Cour
2020-01-28
3
-11
/
+10
*
fix stdout(etc) for emscripten
Timothee Cour
2020-01-28
2
-6
/
+8
*
removed unused import
Timothee Cour
2020-01-28
1
-1
/
+1
*
refactor htmldocs; gitignore it
Timothee Cour
2020-01-28
2
-4
/
+8
*
Repr v2 progress (#13268)
cooldome
2020-01-28
4
-77
/
+96
*
nimv2 widestring indexing (#13279)
cooldome
2020-01-28
1
-2
/
+2
*
Tiny since cleanup (#13286)
Clyybber
2020-01-28
4
-119
/
+119
*
TlSF Alloctor: use less memory for --gc:arc (#13280)
Andreas Rumpf
2020-01-28
3
-80
/
+103
*
unittest add resetOutputFormatters proc (#13267)
cooldome
2020-01-28
2
-1
/
+6
*
fixes #13281 (#13282)
cooldome
2020-01-28
2
-5
/
+21
*
fixes #13219 (#13272)
Andreas Rumpf
2020-01-27
1
-3
/
+5
*
scrollTop must be settable (#13263)
Jairo
2020-01-27
1
-0
/
+1
*
Clearer final objects error; fixes #13256 (#13257)
hlaaftana
2020-01-26
1
-1
/
+2
*
Rename isNilOrWhitespace to isEmptyOrWhitespace and make it use allCharsInSet...
hlaaftana
2020-01-26
1
-10
/
+13
*
make nre compile with --gc:arc
Araq
2020-01-26
1
-66
/
+54
*
ARC: optimize complete object constructors to use nimNewObjUninit
Araq
2020-01-26
5
-12
/
+40
*
ARC: remove unnecessary code
Araq
2020-01-26
2
-18
/
+3
*
make goto based exceptions available for 'nim cpp' (#13244)
Andreas Rumpf
2020-01-25
11
-18
/
+29
*
Cleaned up mmdisp.nim, moved implementations into lib/system/mm/ (#13254)
Ico Doornekamp
2020-01-25
5
-392
/
+416
*
testament/azure: major rewrite (#13246)
alaviss
2020-01-25
2
-77
/
+125
*
contributing docs: symbols need package prefix; changed allocStats to nimAllo...
Timothee Cour
2020-01-25
10
-9
/
+23
*
nim dump: add libpath (#13249)
Timothee Cour
2020-01-24
1
-0
/
+1
*
Add "origin" to window.location (#13251)
Jairo
2020-01-24
1
-0
/
+1
*
Fix typo for literal `[` (#13243)
Euan
2020-01-24
1
-1
/
+1
*
Fixes asyncftpclient multiline reading, fixes #4684 (#13242)
hlaaftana
2020-01-24
1
-5
/
+6
*
Remove name attribute from docutils.nimble (#13239)
hlaaftana
2020-01-23
1
-1
/
+0
*
Updated 'nim for embedded systems' section to use --os:any and --gc:arc (#13237)
Ico Doornekamp
2020-01-23
1
-15
/
+33
*
[backport] Make all parseutils examples auto-checking (#13238)
Kaushal Modi
2020-01-23
1
-32
/
+25
*
[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
21
-311
/
+274
*
Unexport even more symbols (#13214)
alaviss
2020-01-23
7
-22
/
+52
*
fix lots of bugs with parentDir, refs #8734 (#13236)
Timothee Cour
2020-01-23
2
-19
/
+28
*
kochdocs: use a glob instead of hardcoded list; generate docs for compiler/; ...
Timothee Cour
2020-01-23
3
-148
/
+141
*
VM: allow overriding MaxLoopIterations without rebuilding nim (#13233)
Timothee Cour
2020-01-23
6
-10
/
+13
*
[backport] fix #11440, add docs to isNil for seq types needing nilseq (#13234...
D-Nice
2020-01-23
1
-0
/
+12
*
[backport] Fix typo and improve in code-block of 'lib/pure/parseutils.nim' (#...
Mera
2020-01-23
1
-2
/
+3
*
new os.isRelativeTo (#13212)
Timothee Cour
2020-01-23
3
-0
/
+26
*
[backport] times/getClockStr(): fix mistake in doc (#13229) [ci skip]
Milan
2020-01-22
1
-1
/
+1
*
[backport] Documentation Fix #12251 (#13226) [ci skip]
Juan Carlos
2020-01-22
1
-0
/
+8
[prev]
[next]