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
*
Update documentation for dynlib (#17356)
konsumlamm
2021-07-26
1
-44
/
+34
*
don't use plus instead of space (#18589)
Miran
2021-07-26
1
-2
/
+2
*
atlas tool: testing via mocking (#18588)
Andreas Rumpf
2021-07-26
13
-58
/
+387
*
optimize for the non-throwing case (#18587)
Antonis Geralis
2021-07-26
1
-4
/
+7
*
fixes #18558 again (#18586)
Andreas Rumpf
2021-07-26
1
-0
/
+2
*
added missing .inline for toCChar
Araq
2021-07-26
1
-1
/
+1
*
docgen: sort symbols (fix #17910) (#18560)
Andrey Makarov
2021-07-25
3
-349
/
+419
*
followup #18453 (#18582)
Timothee Cour
2021-07-25
2
-17
/
+17
*
Documentation only, Sugar arrow and semicolons (#18574)
Juan Carlos
2021-07-25
1
-0
/
+4
*
fixes #18385 (#18571)
Saem Ghani
2021-07-25
1
-2
/
+10
*
refactoring: removed dead code (#18567)
Andreas Rumpf
2021-07-24
4
-17
/
+11
*
rename nimFpRoundtrips => nimPreviewFloatRoundtrip (#18566)
Timothee Cour
2021-07-23
6
-12
/
+12
*
fixes #18558 (#18563)
Andreas Rumpf
2021-07-23
1
-16
/
+28
*
std/random: fix overflow bugs; fixes #16360; fixes #16296; fixes #17670 (#18456)
Timothee Cour
2021-07-23
2
-10
/
+85
*
Replace calls to `putenv` with `setenv` (#18530)
Caden Haustein
2021-07-23
2
-3
/
+11
*
Fixed template const tuple unpacking (#18562)
Jason Beetham
2021-07-23
2
-22
/
+28
*
mitigates #12815 (#18557)
Andreas Rumpf
2021-07-22
4
-4
/
+25
*
fixes #12815 (#18554)
Andreas Rumpf
2021-07-22
6
-3
/
+30
*
fix setCommand so it behaves like regular nim invocation (#18555)
Timothee Cour
2021-07-22
3
-18
/
+12
*
fixes #18550 (#18553)
Andreas Rumpf
2021-07-21
9
-11
/
+57
*
add [1..2] for JArray (#18525)
itsumura-h
2021-07-21
1
-0
/
+18
*
complement notes of two doc strings of tables module (#18527)
IterableTrucks
2021-07-21
1
-0
/
+4
*
clean unused imports on runnableExamples (#18551)
flywind
2021-07-21
1
-2
/
+0
*
breaking changes policies (#18541)
Andreas Rumpf
2021-07-21
1
-0
/
+114
*
add testcase for #6499 #12229 #7172 (#18547)
flywind
2021-07-21
2
-0
/
+40
*
unary slices get a deprecation period (#18549)
Andreas Rumpf
2021-07-21
2
-11
/
+9
*
atlas: minor changes
Araq
2021-07-21
1
-2
/
+2
*
undo RFC #294, it breaks code for no good reason, the compiler can wa… (#18...
Andreas Rumpf
2021-07-21
5
-15
/
+10
*
fixes #18469 (#18544)
Andreas Rumpf
2021-07-20
4
-15
/
+74
*
make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531)
Timothee Cour
2021-07-20
21
-200
/
+287
*
follow up #18517 (#18537)
flywind
2021-07-20
1
-2
/
+3
*
use more `.}` (#18542)
flywind
2021-07-20
5
-9
/
+9
*
termux ssl (#18520)
Paul Roberts
2021-07-20
2
-1
/
+2
*
updated the changelog (#18539)
Andreas Rumpf
2021-07-20
1
-3
/
+0
*
use .} instead of } for code highlighters
Araq
2021-07-20
1
-2
/
+2
*
rst: add missing line/column info for some warnings (#18383)
Andrey Makarov
2021-07-20
8
-195
/
+344
*
[std/os]document `checkDir` and use `runnableExamples` (#18517)
flywind
2021-07-19
1
-22
/
+16
*
minor clenup in vmops (#18529)
Timothee Cour
2021-07-19
1
-4
/
+5
*
Revert #17321 (#18521)
konsumlamm
2021-07-19
1
-135
/
+135
*
Docs(manual): add clarification for default params (#18522)
ynfle
2021-07-19
1
-1
/
+2
*
close #18489 (#18524)
flywind
2021-07-19
1
-0
/
+15
*
nim doc now correctly renders deprecated pragmas for routines and types (#18515)
Timothee Cour
2021-07-19
7
-17
/
+59
*
attempt to support short commit hashes (#18514)
Antonis Geralis
2021-07-18
1
-5
/
+16
*
fixed system.delete (#18507)
Andreas Rumpf
2021-07-18
3
-12
/
+26
*
deprecate strutils.delete and add an overload with saner semantics consistent...
Timothee Cour
2021-07-18
3
-9
/
+59
*
add NIM_STATIC_ASSERT(CHAR_BIT == 8, "") to fail-fast where assumption is vio...
Timothee Cour
2021-07-18
1
-0
/
+3
*
Revert #17398 and #17402 (#18480)
Miran
2021-07-18
4
-32
/
+19
*
Make error message for empty new-styled concept more descriptive (#18506)
konsumlamm
2021-07-18
3
-11
/
+11
*
fix nativeToUnixPath (#18501)
Timothee Cour
2021-07-17
2
-3
/
+28
*
make dragonbox opt-in via -d:nimFpRoundtrips (#18504)
Andreas Rumpf
2021-07-16
8
-27
/
+35
[next]