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
*
writeStackTrace now officially has no IO effect anymore for more convenient d...
Andreas Rumpf
2018-01-21
1
-0
/
+3
*
Allow static linking with OpenSSL 1.0.x
Ruslan Mustakov
2018-01-20
1
-2
/
+4
*
Support truecolor for the terminal stdlib module (#6936)
Dmitry Atamanov
2018-01-18
1
-0
/
+25
*
Implement custom annotations (#6987)
cooldome
2018-01-09
1
-0
/
+3
*
Add a notes about integer casting to the changelog (#6996)
Dmitry Atamanov
2018-01-03
1
-0
/
+3
*
Add more info in changelog about the #6223 change.
Dominik Picheta
2017-12-28
1
-0
/
+2
*
Changelog: Document `toCountTable` behaviour change.
Konstantin Molchanov
2017-12-27
1
-5
/
+24
*
Implement language feature #6885 (#6954)
cooldome
2017-12-24
1
-0
/
+22
*
Add link to #6934 in changelog.md
Dominik Picheta
2017-12-23
1
-1
/
+4
*
move securehash back into the stdlib
Araq
2017-12-21
1
-2
/
+0
*
added asyncjs standard library module (#6841)
Alexander Ivanov
2017-12-19
1
-7
/
+11
*
added new stdlib module 'strformat'; refs #5600; refs #6507
Araq
2017-12-17
1
-0
/
+3
*
fixes #6626
Araq
2017-12-15
1
-0
/
+2
*
make type vs proc ambiguous handling more consistent; fixes #6726; fixes #6693
Araq
2017-12-15
1
-0
/
+2
*
many improvements to random.nim; fixes #4726
Araq
2017-12-14
1
-0
/
+4
*
fixes #6033
Araq
2017-12-14
1
-0
/
+2
*
Improved collection-to-string behavior (#6825)
Fabian Keller
2017-12-14
1
-0
/
+3
*
added allocator improvments to the changelog; closes #6031
Araq
2017-12-08
1
-0
/
+5
*
added macros.unpackVarargs
Araq
2017-11-30
1
-0
/
+1
*
language change: change how the experimental dot operators work
Andreas Rumpf
2017-11-29
1
-0
/
+6
*
Merge branch 'devel' into fixes-6223
Andreas Rumpf
2017-11-28
1
-1
/
+4
|
\
|
*
Fixes #4377.
Dominik Picheta
2017-11-28
1
-0
/
+3
*
|
Fixes #6223.
Dominik Picheta
2017-11-28
1
-0
/
+3
|
/
*
the documentation generator now supports ':test:' for the testing of test sni...
Araq
2017-11-28
1
-0
/
+7
*
the documentation generator now supports system.runnableExamples
Araq
2017-11-26
1
-0
/
+4
*
updated changelog to mention the removal of 'generic' and 'atomic'
Andreas Rumpf
2017-11-21
1
-0
/
+2
*
cleaned up macros.nim
Andreas Rumpf
2017-11-19
1
-1
/
+0
*
added parseutils.parseSaturatedNatural
Andreas Rumpf
2017-11-19
1
-0
/
+1
*
replaced asArray with a much more powerful mapLiterals macro
Andreas Rumpf
2017-11-18
1
-1
/
+4
*
Consolidate removed package list
lcrees
2017-11-16
1
-12
/
+12
*
added system.getStackTraceEntries
Andreas Rumpf
2017-11-16
1
-0
/
+2
*
Removed deprecated numeric and poly module from the stdlib
lcrees
2017-11-16
1
-0
/
+2
*
'nim doc' is now using version 2 of the documentation generator
Andreas Rumpf
2017-11-16
1
-1
/
+4
*
Removed deprecated gentabs module from the stdlib (#6748)
Lynn C. Rees
2017-11-16
1
-0
/
+2
*
Modified handling of zero precision in formatFloat (#6719)
Fabian Keller
2017-11-15
1
-0
/
+4
*
Move deprecated romans module from stdlib to Nimble package (#6660)
Lynn C. Rees
2017-11-15
1
-0
/
+2
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2017-11-07
1
-0
/
+1
|
\
|
*
Remove libuv from standard library wrappers. (#6624)
treeform
2017-11-06
1
-0
/
+1
*
|
breaking change: countup/'..' only take a simple generic T
Andreas Rumpf
2017-11-07
1
-0
/
+11
|
/
*
minor breaking change: for loop bodies now get their own scope
Andreas Rumpf
2017-11-05
1
-0
/
+8
*
fixes #6609; 'if' expressions support multiple statements; minor breaking change
Araq
2017-11-05
1
-1
/
+14
*
remove pdcurses wrapper (#6617)
Lynn C. Rees
2017-10-30
1
-0
/
+2
*
getEnv now supports a 'default' parameter; refs #6019
Andreas Rumpf
2017-10-30
1
-0
/
+2
*
fixes #6631
Andreas Rumpf
2017-10-30
1
-2
/
+3
*
added typetraits.; merged PR #5839 manually
Andreas Rumpf
2017-10-30
1
-0
/
+1
*
Fix typo
Daniil Yarancev
2017-10-30
1
-1
/
+1
*
rationals.toRational now uses an algorithm based on continued fractions; refs...
Andreas Rumpf
2017-10-30
1
-0
/
+4
*
breaking change: 'and' and 'mod' do not produce a subrange type anymore; fixe...
Andreas Rumpf
2017-10-30
1
-0
/
+3
*
work in progress: new implementation for 'a[^1]'
Andreas Rumpf
2017-10-29
1
-0
/
+6
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-0
/
+2
[next]