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
/
pure
Commit message (
Expand
)
Author
Age
Files
Lines
*
use .. warning:: (#17226)
flywind
2021-03-04
4
-11
/
+10
*
Added math.clamp for slice clamping (#17246)
Jason Beetham
2021-03-03
1
-0
/
+10
*
https://github.com/nim-lang/Nim/pull/15826/files#r585368355 (#17233)
Juan Carlos
2021-03-03
1
-2
/
+3
*
Use readable escape sequences (#17241)
Clyybber
2021-03-03
1
-2
/
+2
*
Replace double backticks with single backticks - Part 5 out of ~8 (#17217)
Danil Yarantsev
2021-03-01
1
-232
/
+232
*
Replace double backticks with single backticks - Part 4 out of ~7 (#17216)
Danil Yarantsev
2021-03-01
5
-120
/
+120
*
use `-r:off` for runnableExamples that should compile but not run (#17203)
Timothee Cour
2021-03-01
3
-27
/
+25
*
Replace double backticks with single backticks - Part 3 out of ~7 (#17207)
Danil Yarantsev
2021-02-28
5
-159
/
+159
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
27
-89
/
+89
*
Fix unicode.split with seperators examples (#17176)
zetashift
2021-02-26
1
-58
/
+25
*
hashes: support object default hash (#17175)
Timothee Cour
2021-02-26
1
-17
/
+13
*
improve docs for sugar.collect (#17188)
Timothee Cour
2021-02-26
1
-24
/
+29
*
clarify the docs of existsOrCreateDir a bit (#17182)
flywind
2021-02-25
1
-4
/
+3
*
refs #17114: workaround for arm64 which should segfault but does not (#17178)
Timothee Cour
2021-02-25
1
-0
/
+2
*
mark inline (#17180)
flywind
2021-02-24
1
-2
/
+2
*
use single backtick (#17181)
flywind
2021-02-24
10
-381
/
+381
*
`std/options`: `$some(3)` is now `"some(3)"`, etc. (#17147)
Timothee Cour
2021-02-24
1
-9
/
+15
*
remove deprecated stuff in unittest module (#17156)
flywind
2021-02-24
1
-38
/
+30
*
add strbasics.strip (#16280)
flywind
2021-02-24
1
-0
/
+1
*
[stdlib] make cookies module modern (#17116)
flywind
2021-02-24
1
-13
/
+28
*
fixes yet another SSL problem on Windows [backport:1.2] (#17167)
Andreas Rumpf
2021-02-24
1
-1
/
+1
*
use single backtick (#17166)
flywind
2021-02-23
12
-305
/
+305
*
add enumutils.items for sparse enums, typetraits.SomeSparseEnum (#17080)
Timothee Cour
2021-02-23
1
-0
/
+11
*
A few rst doc fixes (#17151)
Danil Yarantsev
2021-02-23
1
-1
/
+1
*
Improve the ropes module (#17145)
konsumlamm
2021-02-22
1
-63
/
+47
*
fix #15215 (#17142)
rockcavera
2021-02-22
1
-5
/
+12
*
Add example for pattern matching on options (#17120)
konsumlamm
2021-02-22
1
-21
/
+49
*
fix prelude regression refs #16238: `include prelude` doesn't interfere with ...
Timothee Cour
2021-02-22
1
-12
/
+16
*
remove outdated codes (#17140)
flywind
2021-02-22
2
-2
/
+0
*
make copySign for js consistent with other backends (#16609)
Timothee Cour
2021-02-22
1
-15
/
+30
*
use single backtick (#17141)
flywind
2021-02-21
5
-35
/
+35
*
remove unnecessary when statement (#17135)
flywind
2021-02-21
1
-12
/
+7
*
use single backtick (#17133)
flywind
2021-02-21
5
-91
/
+91
*
move prelude so that `include std/prelude` also works (#17110)
Timothee Cour
2021-02-20
1
-0
/
+24
*
Improve the strformat module (#17106)
konsumlamm
2021-02-20
1
-180
/
+159
*
uri: document removeDotSegments, add tests, show failure modes (#17064)
Timothee Cour
2021-02-20
1
-1
/
+31
*
use single backtick (#17115)
flywind
2021-02-20
1
-5
/
+5
*
add example of hashing an object by all of its fields with `fields` (#16643)
dawidkotlin
2021-02-19
1
-0
/
+14
*
use single backtick (#17100)
flywind
2021-02-18
1
-1
/
+1
*
Improve documentation for options (#17036)
konsumlamm
2021-02-18
1
-130
/
+104
*
fixes #16585 (#17074)
Andreas Rumpf
2021-02-18
1
-2
/
+17
*
[nodejs backend] paramStr, paramCount (#17082)
flywind
2021-02-18
1
-9
/
+33
*
fix #17078 csources generation (#17079)
Timothee Cour
2021-02-18
1
-1
/
+1
*
add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...
Timothee Cour
2021-02-17
7
-9
/
+13
*
fix math.frexp function signature (#16725)
flywind
2021-02-17
1
-36
/
+52
*
clean up old codes (#17071)
flywind
2021-02-17
2
-5
/
+2
*
fix the unused warnings on windows (#17073)
flywind
2021-02-17
1
-8
/
+13
*
remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...
Timothee Cour
2021-02-17
8
-344
/
+305
*
[Minor] improve the docs of getTempDir (#17058)
flywind
2021-02-16
1
-3
/
+5
*
Improve documentation for bitops (#16961)
konsumlamm
2021-02-15
1
-128
/
+131
[next]