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
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove dead code elimination option (#7669)
Jacek Sieka
2018-04-23
28
-35
/
+33
*
fixes #7637; assignments are not allowed to slice object; minor breaking change
Andreas Rumpf
2018-04-21
1
-2
/
+8
*
Add `fromWinTime` and deprecate `unixTimeToWinTime`/`winTimeToUnixTime` (#7641)
Oscar Nihlgård
2018-04-19
2
-21
/
+32
*
hasCustomPragma/getCustomPragmaVal: small fix (#7650)
RSDuck
2018-04-19
1
-1
/
+5
*
fixes #7638; awaitAny blocks if the flow vars all have been complete already
Andreas Rumpf
2018-04-19
1
-7
/
+17
*
threadpool: minor documentation improvement
Andreas Rumpf
2018-04-19
1
-1
/
+1
*
fixes #7507
Araq
2018-04-19
1
-3
/
+11
*
Fix bright option (#7622)
WhiteDuke
2018-04-18
1
-4
/
+4
*
fixes system.doAssertRaises
Araq
2018-04-18
1
-4
/
+5
*
Change type of `Timeval.tv_sec` to `posix.Time` (#7646)
Oscar Nihlgård
2018-04-18
8
-15
/
+27
*
Remove PHP backend. (#7606)
treeform
2018-04-18
2
-335
/
+173
*
allow stringification of DurationZero (#7625)
skilchen
2018-04-18
1
-1
/
+3
*
os.setLastModificationTime*(file: string, t: times.Time) (#7543)
Hendrik
2018-04-16
3
-6
/
+35
*
Add none[T]() as alias to none(T) (#7512)
hlaaf
2018-04-16
1
-0
/
+8
*
osproc: fix double close on POSIX (#5724)
Michał Zieliński
2018-04-16
1
-6
/
+14
*
Fixes #7595 (#7623)
Dmitry Atamanov
2018-04-16
1
-7
/
+6
*
update macros.nim: followup on pull #7598 (#7619)
Timothee Cour
2018-04-16
1
-5
/
+2
*
Fix docs in json module after #7537
Dominik Picheta
2018-04-15
1
-1
/
+3
*
Add autovivification example (#7537)
Federico Ceratto
2018-04-16
1
-0
/
+5
*
Timeinterval optimization (#7608)
Oscar Nihlgård
2018-04-16
1
-12
/
+37
*
move eqIdent to vm.nim (#7585)
Arne Döring
2018-04-15
3
-39
/
+61
*
docutils: no Babel file
Andreas Rumpf
2018-04-15
2
-6
/
+5
*
docutils: make ':test:' work without argument
Andreas Rumpf
2018-04-15
1
-3
/
+6
*
rename SomeReal to SomeFloat (#7617)
Arne Döring
2018-04-15
4
-28
/
+30
*
Fix cmpStrings in js mode (#7604)
treeform
2018-04-15
1
-2
/
+2
*
add example to docs for getTypeInst and getTypeImpl (#7206)
jcosborn
2018-04-15
1
-9
/
+45
*
Nim namespace for cpp (#7453)
AdrianV
2018-04-15
2
-3
/
+12
*
implements first version of for-loop macros
Andreas Rumpf
2018-04-15
1
-0
/
+5
*
explicit effects for existsOrCreateDir
Andreas Rumpf
2018-04-14
1
-1
/
+2
*
fixes #7451 (#7575)
RSDuck
2018-04-14
1
-20
/
+65
*
remove deprecated timeToTimeInfo; fixes #3678
Andreas Rumpf
2018-04-14
1
-49
/
+12
*
make JS tests green again
Andreas Rumpf
2018-04-14
1
-4
/
+4
*
fixes #6205
Andreas Rumpf
2018-04-14
1
-19
/
+19
*
make nativesockets.Hostent.addrlist readable for ipv4 af_inet addresses (see ...
skilchen
2018-04-13
1
-2
/
+18
*
Support code hot reloading for JavaScript projects (#7362)
zah
2018-04-13
3
-6
/
+133
*
make tests green again
Andreas Rumpf
2018-04-13
3
-8
/
+8
*
introduce nkTupleConstr AST node for unary tuple construction; breaking change
Andreas Rumpf
2018-04-13
1
-1
/
+2
*
Merge pull request #7599 from nim-lang/fix-typedesc-in-async
zah
2018-04-13
1
-1
/
+3
|
\
|
*
Fix some usages of typedesc in async procs
Zahary Karadjov
2018-04-13
1
-1
/
+3
*
|
added comment to macros (#7598)
Arne Döring
2018-04-13
1
-0
/
+6
|
/
*
Sub second time resolution (#6978)
Oscar Nihlgård
2018-04-13
4
-265
/
+639
*
deprecate macros.callsite; fixes #7369
Andreas Rumpf
2018-04-12
1
-1
/
+3
*
Add column number to instantiation info (#7376)
PMunch
2018-04-12
1
-1
/
+1
*
unittest: default no color if stdout is not a tty (#7424)
Xiao-Yong
2018-04-12
1
-4
/
+19
*
Added count(*) support to sql parser. Fixed warnings in sql parser. (#7490)
treeform
2018-04-12
1
-72
/
+99
*
Move RLimit and getrlimit to posix.nim and add setrlimit to easily limit FD a...
aguspiza
2018-04-12
4
-18
/
+18
*
Added a few useful os calls to VM (#7440)
genotrance
2018-04-12
1
-0
/
+4
*
fix deprecation warnings in asyncmacro and htmlgen (#7573)
Arne Döring
2018-04-12
2
-21
/
+22
*
option optimization (#6253)
Arne Döring
2018-04-11
1
-15
/
+49
*
Get symbol kind (#7491)
Arne Döring
2018-04-11
2
-65
/
+103
[next]