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
/
changelog.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
importjs symbol (#12218)
Arne Döring
2019-09-20
1
-0
/
+3
*
fixes #12152 (#12165)
Andreas Rumpf
2019-09-11
1
-0
/
+4
*
exportc now mangles same as importc, fixes #10578 (#12144)
Timothee Cour
2019-09-06
1
-0
/
+2
*
introduce --oldgensym:on rather than --useVersion
Andreas Rumpf
2019-09-03
1
-1
/
+1
*
added more tests and updated the changelog
Araq
2019-09-02
1
-0
/
+3
*
hashes: implement murmur3 (#12022)
Miran
2019-09-01
1
-1
/
+1
*
Fix int literals and range interaction (#11197)
Oscar Nihlgård
2019-08-31
1
-0
/
+2
*
Support iterators returning lent T (#11938)
cooldome
2019-08-31
1
-0
/
+5
*
make testament a tool we ship with Nim; fixes #12084 (#12088)
Andreas Rumpf
2019-08-30
1
-0
/
+3
*
remove unicode.Rune16 without deprecation period; fixes https://github.com/ni...
Andreas Rumpf
2019-08-28
1
-0
/
+12
*
fixes #12029; finish the 'unused import' feature (#12064)
Andreas Rumpf
2019-08-27
1
-0
/
+4
*
new gensym handling (#11985)
Andreas Rumpf
2019-08-23
1
-0
/
+7
*
more enhancements for #11618 (#11976)
Andreas Rumpf
2019-08-18
1
-0
/
+3
*
fixes #11618 (#11969)
Andreas Rumpf
2019-08-17
1
-0
/
+6
*
fixes #11801
Araq
2019-08-16
1
-0
/
+3
*
[nobackport] add a changelog entry for the previous commit
narimiran
2019-08-13
1
-1
/
+4
*
Add std/monotimes which implements monotonic timestamps (#11712)
Andreas Rumpf
2019-07-15
1
-0
/
+1
|
\
|
*
[feature] Added std/monotimes
Oscar Nihlgård
2019-07-12
1
-0
/
+1
*
|
better run [feature] (#11709)
Andreas Rumpf
2019-07-11
1
-0
/
+3
|
/
*
[feature] add `unsafeColumnAt` procs, that return unsafe cstring from Instant...
Huy
2019-07-10
1
-0
/
+3
*
Make public additional types from sha1 module [feature] (#11694)
Ivan Bobev
2019-07-10
1
-0
/
+1
*
[other] introduce a separate changelog for backports, update
narimiran
2019-06-17
1
-17
/
+14
*
[feature] Added os.delEnv; add delEnv support to nimscript too (#11466)
Kaushal Modi
2019-06-15
1
-1
/
+1
*
Attempt to close https://github.com/nim-lang/Nim/issues/11430
Charles Blake
2019-06-12
1
-0
/
+7
*
develop version is 0.20.99 [feature]
Araq
2019-06-07
1
-262
/
+1
*
more changelog fixes
narimiran
2019-06-06
1
-10
/
+7
*
a new dawn
Araq
2019-06-06
1
-1
/
+1
*
changelog: fix typos, create a changelog for 0.20
narimiran
2019-06-05
1
-7
/
+7
*
cleaned up the changelog
Araq
2019-06-05
1
-27
/
+31
*
koch now ignores the existance of .git and always builds the latest tagged st...
Araq
2019-06-05
1
-0
/
+2
*
pass typedesc as NimNode to macros (#11400)
Arne Döring
2019-06-05
1
-0
/
+6
*
make fullpaths the default in error messages and stack traces for mor… (#11...
Andreas Rumpf
2019-06-05
1
-1
/
+3
*
parameter runtime discriminators (#11397)
Jasper Jenkins
2019-06-04
1
-1
/
+2
*
fixes #11364 (#11383)
Andreas Rumpf
2019-06-03
1
-0
/
+3
*
new compiler feature: --expandMacro
Araq
2019-05-29
1
-0
/
+3
*
switch should be nimOldShiftRight with the nim prefix
Araq
2019-05-29
1
-1
/
+1
*
right shift is now by default sign preserving (#11322)
Arne Döring
2019-05-29
1
-0
/
+4
*
fixes #1286; object case transitions are now sound
Andreas Rumpf
2019-05-27
1
-0
/
+3
*
fixes #10038; deprecate generic methods, they are unreliable
Andreas Rumpf
2019-05-25
1
-1
/
+3
*
Enable range checking for unsigned integers (#11313)
Oscar Nihlgård
2019-05-25
1
-0
/
+1
*
finish #11292: fix `addQuoted` and add changelog entry (#11301)
Miran
2019-05-22
1
-2
/
+10
*
Allow void macro result (#11286)
Arne Döring
2019-05-21
1
-2
/
+6
*
fix for return in macro (#9666); fixes #5874
Arne Döring
2019-05-20
1
-1
/
+4
*
Make range checks in semConv (#7164)
Oscar Nihlgård
2019-05-10
1
-0
/
+1
*
Allow for locale-based parsing/formatting of dates (#11170)
Matt Haggard
2019-05-08
1
-0
/
+2
*
Initialized collections (#11094)
Miran
2019-04-29
1
-0
/
+10
*
reimplement_pr_10974 (#11130)
cooldome
2019-04-27
1
-0
/
+3
*
Make parseutils.parseBin|Oct|Hex generic (#11067)
Alvydas Vitkauskas
2019-04-24
1
-1
/
+7
*
revert parser stmtListExpr (#11007)
cooldome
2019-04-17
1
-10
/
+0
*
we do not support -d:useWinAnsi switch anymore
Araq
2019-04-12
1
-2
/
+3
[next]