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
*
Amend fix for #13633 (#13636)
Clyybber
2020-03-12
1
-1
/
+1
*
Fix #13633
Clyybber
2020-03-12
1
-1
/
+2
*
Fix #12676 (#13634)
genotrance
2020-03-12
2
-9
/
+17
*
unicode.split: Fix the splitting when a Rune separator is used [backport] (#1...
Kaushal Modi
2020-03-12
1
-14
/
+11
*
Add more JS stuff to dom.nim (#13483)
treeform
2020-03-11
1
-26
/
+45
*
Make listCmd honor hint:cc:off (#13606)
Clyybber
2020-03-11
1
-50
/
+35
*
fix #13310, Deque misbehaves on VM (#13625)
Miran
2020-03-11
1
-2
/
+15
*
fixes #13558: toDateTime buggy on 29th, 30th and 31th of each month; breaking...
Timothee Cour
2020-03-11
2
-13
/
+7
*
disable chronos testing for now
Araq
2020-03-11
1
-1
/
+2
*
fixes async regression
Araq
2020-03-11
1
-1
/
+1
*
fixes #13240
Araq
2020-03-11
2
-1
/
+33
*
fixes #13519
Araq
2020-03-11
7
-7
/
+37
*
fixes #12757
Araq
2020-03-11
1
-6
/
+13
*
add expectIdent to macros (#12778)
Arne Döring
2020-03-11
4
-1
/
+50
*
fixed to jsonArrayEnd comment. (#13624)
めぐみ発動機 (isVowel / GreenWing)
2020-03-11
1
-1
/
+1
*
fix operators containing percent for VM usage (#13536)
Arne Döring
2020-03-11
11
-137
/
+165
*
`koch --nim:pathto/nim boot` and `koch boot --hint:cc:off` now work (#13516)
Timothee Cour
2020-03-11
4
-28
/
+34
*
fixes #13607
Araq
2020-03-10
1
-6
/
+4
*
hotfix: make --useVersion:1.0 work
Araq
2020-03-10
1
-1
/
+2
*
Revert "Support cross compiling from host to host (#12859)" (#13591)
genotrance
2020-03-10
1
-1
/
+2
*
fixes #13436 (#13615)
Andreas Rumpf
2020-03-10
3
-4
/
+21
*
travis now only builds devel docs
narimiran
2020-03-09
1
-49
/
+7
*
fixes #13599 (#13614)
Andreas Rumpf
2020-03-09
2
-1
/
+40
*
fixes #13596 (#13612)
Andreas Rumpf
2020-03-09
3
-0
/
+125
*
fix #12508, unaligned access on sparc64 (#13594)
Miran
2020-03-09
1
-1
/
+1
*
fixes #13605 (#13611)
Andreas Rumpf
2020-03-09
2
-4
/
+8
*
surgical fix for #13319 (#13604)
Andy Davidoff
2020-03-08
1
-5
/
+3
*
Only print the link command when listCmd is active; fix docs (#13603)
Clyybber
2020-03-07
3
-4
/
+3
*
Add isValidFilename (#13561)
Juan Carlos
2020-03-07
2
-1
/
+69
*
Implement file streaming for httpclient's MultipartData (#12982)
Zed
2020-03-06
2
-147
/
+212
*
Fix #13573 and #13574 (#13575)
Andrea Ferretti
2020-03-06
2
-5
/
+14
*
Revert "nimsuggest: don't add CRLF to replies (#13545)" (#13597)
alaviss
2020-03-06
1
-4
/
+4
*
Revert broken asynchttpserver FutureStream additions.
Dominik Picheta
2020-03-06
2
-147
/
+31
*
close #12704 by adding a test (tuple codegen error) (#13592)
Timothee Cour
2020-03-06
1
-0
/
+14
*
Removed simpleGetOrDefault (#13590)
Andreas Rumpf
2020-03-05
1
-2
/
+4
*
fixes #5170 (#13589)
Andreas Rumpf
2020-03-05
5
-15
/
+46
*
fix #13579 joinPath("/foo/", "../a") is now /a (#13586)
Andreas Rumpf
2020-03-05
4
-0
/
+21
*
fix nightlies builds on Windows (#13587)
Varriount
2020-03-04
1
-4
/
+4
*
nimsuggest: don't add CRLF to replies (#13545)
alaviss
2020-03-04
1
-4
/
+4
*
sink parameter inference for types that have destructors (#13544)
Andreas Rumpf
2020-03-04
19
-28
/
+158
*
std/compilesettings implementation (#13584)
Andreas Rumpf
2020-03-04
4
-0
/
+118
*
Nimpretty Fix negative indent breaks code (#13580)
Juan Carlos
2020-03-04
2
-2
/
+3
*
fix hintSuccess: `out` was wrong for `nim doc` without `-o` flag (#13569)
Timothee Cour
2020-03-04
1
-2
/
+2
*
fix #13531 by adding a test (#13581)
Miran
2020-03-04
1
-0
/
+31
*
fix #13409: Document as infix operator (#13570)
hlaaftana
2020-03-04
1
-16
/
+16
*
[ci skip] important_packages: change the order in commented out packages too
narimiran
2020-03-04
1
-6
/
+6
*
ARC hotfix; proper destruction of seqs and strings after a move
Araq
2020-03-03
1
-2
/
+2
*
Fix docgen snippet numbering (#13507)
genotrance
2020-03-03
2
-2
/
+2
*
important_packages: change the order of arguments in the template (#13577)
Miran
2020-03-03
2
-55
/
+52
*
Remove dead magics (#13551)
Arne Döring
2020-03-03
14
-140
/
+44
[next]