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
*
introduce capture macro (#12712)
Judd
2019-12-10
1
-0
/
+3
*
add a StringTable.clear that requires no mode specification (#12853)
Andy Davidoff
2019-12-09
1
-0
/
+1
*
delete list comprehension (#12392)
Arne Döring
2019-11-22
1
-1
/
+1
*
add collect macro (#12708)
b3liever
2019-11-22
1
-1
/
+1
*
implemented a new localPassc pragma (#12706)
Andreas Rumpf
2019-11-22
1
-0
/
+3
*
added the --asm command line option for inspection of the produced assember c...
Andreas Rumpf
2019-11-21
1
-2
/
+3
*
conversions to unsigned numbers are not checked anymore; implements /… (#12...
Andreas Rumpf
2019-11-20
1
-0
/
+3
*
Discussion both in (#12678)
c-blake
2019-11-20
1
-2
/
+2
*
fixes and changes the recently introduced 'alignas' to be 'align' (#12666)
Andreas Rumpf
2019-11-15
1
-2
/
+2
*
Fix htmlgen html lang (#12668) [backport]
Juan Carlos
2019-11-15
1
-1
/
+1
*
implemented alignas pragma (#12643)
Arne Döring
2019-11-13
1
-1
/
+2
*
Implemented outplace differently (#12599)
Clyybber
2019-11-09
1
-0
/
+5
*
fix #12519: introduce OrderedTable.take, CountTable.del, CountTable.take (#12...
Miran
2019-11-08
1
-1
/
+2
*
backtick and export marker handling in `eqIdent` (#12574)
Arne Döring
2019-11-07
1
-1
/
+3
*
fix #8242, fix #12586: fix 'formatFloat' with 'precision = 0' (#12592)
Miran
2019-11-05
1
-9
/
+30
*
Make sequtils.zip return seq of anonymous tuples (#12575)
Kaushal Modi
2019-11-04
1
-1
/
+1
*
JS improve indent (#12581)
Juan Carlos
2019-11-03
1
-1
/
+1
*
Add a changelog entry related to PR #11748 [ci skip] (#12541)
Tomohiro
2019-10-28
1
-0
/
+1
*
splitPath() behavior synchronized with splitFile() (#12481)
Artem V L
2019-10-28
1
-0
/
+1
*
Merge branch 'devel' into IOSelector_unregister_fix
Dominik Picheta
2019-10-22
1
-0
/
+4
|
\
|
*
Improve htmlgen (#12452)
Juan Carlos
2019-10-18
1
-1
/
+1
|
*
About 50% faster base64 implemention. (#12436)
treeform
2019-10-17
1
-0
/
+2
|
*
ungeneric unsigned ops (#12230)
Jasper Jenkins
2019-10-11
1
-0
/
+1
*
|
Update changelog.md based on feedback from Dom96
Ray Imber
2019-10-19
1
-3
/
+2
*
|
Updated the changelog
Ray Imber
2019-10-16
1
-0
/
+3
|
/
*
Change future version number in changelog
Dominik Picheta
2019-10-03
1
-1
/
+1
*
`system.writeFile` has been overloaded to also support `openarray[byte]` (#12...
zah
2019-10-02
1
-1
/
+1
*
macros.newLit now works for ref object types (#12307)
zah
2019-09-30
1
-0
/
+2
*
Fixes #10514 (#12268)
Clyybber
2019-09-28
1
-0
/
+2
*
version 1.0
narimiran
2019-09-23
1
-93
/
+2
*
improvements for httpcore (#12228)
Andreas Rumpf
2019-09-23
1
-1
/
+0
*
cleanup importjs implementation
Andreas Rumpf
2019-09-21
1
-1
/
+4
*
last stdlib cleanups
Araq
2019-09-21
1
-0
/
+25
*
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
|
\
[next]