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
*
printing float values will have one more digit. (#13276) [backport]
Arne Döring
2020-02-07
10
-41
/
+45
*
testament: introduce 'matrix' for testing multiple options (#13343)
Miran
2020-02-07
3
-19
/
+32
*
miscellaneous bug fixes (part 3) (#13304)
Timothee Cour
2020-02-07
6
-11
/
+13
*
fix #13182: `proc fun(a: varargs[Foo, conv])` now can be overloaded (#13345) ...
Timothee Cour
2020-02-07
2
-1
/
+49
*
replace old problematic isNamedTuple implementation by TypeTrait isNamedTuple...
Timothee Cour
2020-02-07
2
-11
/
+16
*
Added a basic example how to handle a Post request. (#13339)
Henrique Dias
2020-02-07
1
-3
/
+55
*
adding sqlite3 backup functions (#13346)
pyloor
2020-02-07
1
-0
/
+17
*
fixes #13269 (#13344)
Andreas Rumpf
2020-02-07
2
-3
/
+20
*
fix #13349 regression: isNamedTuple now works with generic tuples (#13350)
Timothee Cour
2020-02-07
3
-1
/
+7
*
make monotimes have zero overhead if you don't use it (#13338) [backport]
Andreas Rumpf
2020-02-06
1
-10
/
+6
*
fix #13150 `nim doc --project` now works reliably (#13223)
Timothee Cour
2020-02-06
12
-27
/
+132
*
nim secret: support linenoise when available (#13328)
Timothee Cour
2020-02-05
1
-4
/
+4
*
[backport] -d:danger should imply -d:release (#13336)
Miran
2020-02-05
2
-0
/
+14
*
contributing.rst: Add a special rule for 'outplace'-like features
Araq
2020-02-05
1
-2
/
+15
*
build_all.sh update (#13320)
Clyybber
2020-02-04
1
-2
/
+3
*
Option to allow the request body to be processed outside the asynchttpserver ...
Henrique Dias
2020-02-04
2
-16
/
+49
*
Fixed codegen for constant cstring with --gc:arc (#13326)
Ico Doornekamp
2020-02-04
2
-1
/
+17
*
Fix #10717, fix #13284 (#13307)
genotrance
2020-02-04
1
-4
/
+17
*
enable testing -d:nimHasLibFFI mode (#13091)
Timothee Cour
2020-02-04
8
-89
/
+103
*
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
[next]