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
...
*
remove stdlib case transitions (#11401)
Jasper Jenkins
2019-06-05
2
-3
/
+5
*
make fullpaths the default in error messages and stack traces for mor… (#11...
Andreas Rumpf
2019-06-05
2
-2
/
+2
*
improve 'marshal' documentation, refs #10330 (#11398)
Miran
2019-06-04
1
-16
/
+55
*
Render deprecated pragmas (#8886)
LemonBoy
2019-06-03
10
-66
/
+42
*
undeprecate system.programResult until we have a good solution at hand
Araq
2019-06-03
1
-1
/
+1
*
fixes #11364 (#11383)
Andreas Rumpf
2019-06-03
1
-2
/
+2
*
fixes #11369 (#11381)
Andreas Rumpf
2019-06-02
1
-10
/
+10
*
sets: minor documentation fixes [ci skip] (#11377)
Jjp137
2019-06-02
1
-3
/
+3
*
Make net module compile with --taintMode:on (#11360)
Smittyvb
2019-06-01
1
-1
/
+1
*
parseopt fix (#11363) [backport]
Jasper Jenkins
2019-06-01
1
-1
/
+2
*
right shift is now by default sign preserving (#11322)
Arne Döring
2019-05-29
3
-84
/
+89
*
fixes #11344
Araq
2019-05-28
1
-4
/
+9
*
fixes #11057 (#11345)
Andreas Rumpf
2019-05-28
1
-2
/
+1
*
xmltree: use code-block for arch-dependent tests
narimiran
2019-05-27
1
-38
/
+44
*
make json.to work with the more restricted case objects
Araq
2019-05-27
1
-14
/
+11
*
fixes #1286; object case transitions are now sound
Andreas Rumpf
2019-05-27
8
-158
/
+95
*
hashes: quickfix one test
narimiran
2019-05-27
1
-1
/
+1
*
Enable range checking for unsigned integers (#11313)
Oscar Nihlgård
2019-05-25
1
-0
/
+18
*
fixes #11294
Araq
2019-05-24
1
-3
/
+4
*
Implement generic fromBin|Oct|Hex in strutils (#11107)
Alvydas Vitkauskas
2019-05-23
1
-0
/
+69
*
fix #8329, allow case insensitive xmltree.findAll (#11305)
Miran
2019-05-23
1
-11
/
+23
*
fix spelling [ci skip] (#11307)
Andy Davidoff
2019-05-22
1
-1
/
+1
*
fixes #7167 (#11300)
Andreas Rumpf
2019-05-22
1
-1
/
+1
*
stdlib: more consistent formatting
Araq
2019-05-22
2
-27
/
+27
*
fixes #10963, disallow implicit mixing of strings and ints/floats (#11292)
Miran
2019-05-21
1
-4
/
+4
*
Allow void macro result (#11286)
Arne Döring
2019-05-21
1
-1
/
+1
*
colors: fix `mix`, add documentation (#11295)
Miran
2019-05-21
1
-20
/
+104
*
faster hashing (#11203)
Miran
2019-05-21
1
-41
/
+94
*
fix #10910, optimize squaring and cubing (#11291)
Miran
2019-05-21
1
-16
/
+21
*
fix #8395, fix #8734: normalize os.tailDir and os.parentDir (#11288)
Miran
2019-05-21
1
-6
/
+14
*
getDateStr and getClockStr takes a default parameter (#11108)
liuxiaodong
2019-05-21
1
-4
/
+6
*
fixes #11049, wrong streams.readBool and streams.peekBool (#11284)
Miran
2019-05-20
1
-4
/
+16
*
fixes #11275 (#11276)
Ștefan Talpalaru
2019-05-20
1
-3
/
+20
*
fix changing case for Unicode characters which change size (#11271)
Miran
2019-05-20
1
-9
/
+16
*
Merge pull request #11263 from jrfondren/asyncstreams-fix-immediately-vs-soon
Dominik Picheta
2019-05-16
1
-1
/
+6
|
\
|
*
fix for unnecessary poll() in some uses of async
Julian Fondren
2019-05-15
1
-1
/
+6
*
|
fixes #10952, UNC paths (#11260)
Miran
2019-05-16
1
-1
/
+4
|
/
*
selectors: exceptions are for errors, not for bugs
Araq
2019-05-15
1
-4
/
+1
*
Fixes crashes when asyncdispatch.adjustTimeout returns a negative value. (#11...
Dominik Picheta
2019-05-15
6
-7
/
+22
*
added getSocket proc (#11233)
Boris Shomodjvarac
2019-05-15
1
-0
/
+15
*
fixes #11250 (#11251)
Ștefan Talpalaru
2019-05-15
1
-7
/
+5
*
Workaround "move not found" exception in JS when using tables. (#11256)
Dominik Picheta
2019-05-15
1
-1
/
+4
*
fixes #11124
Andreas Rumpf
2019-05-13
1
-2
/
+2
*
exposing procs (#11218)
Benny Elgazar
2019-05-11
1
-2
/
+2
*
sequtils: minor typo
Araq
2019-05-10
1
-1
/
+1
*
make epochTime available in DLLs; refs #6855
Araq
2019-05-10
1
-50
/
+49
*
Make range checks in semConv (#7164)
Oscar Nihlgård
2019-05-10
1
-1
/
+1
*
Merge pull request #11181 from nim-lang/pending-future-tracking
Andreas Rumpf
2019-05-08
2
-3
/
+69
|
\
|
*
Implements pending future tracking in async.
Dominik Picheta
2019-05-06
2
-3
/
+69
*
|
Merge pull request #11069 from jrfondren/devel
Andreas Rumpf
2019-05-08
1
-1
/
+1
|
\
\
[prev]
[next]