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
...
*
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
*
Make `secureHash` accept any `openArray[char]`, not only `string`. (#10988)
c-blake
2019-04-10
1
-0
/
+3
*
Strformat symbol binding (#10927)
Arne Döring
2019-04-05
1
-1
/
+2
*
Add OpenMP overload with stepping (#10891)
Mamy Ratsimbazafy
2019-03-22
1
-0
/
+2
*
Support for stmtListExpr in parser after major keywords. Scaled down version....
cooldome
2019-03-18
1
-0
/
+10
*
multi-methods need to be explicitly enabled (#10856)
Miran
2019-03-18
1
-4
/
+19
*
added system.default in order to prevent the abstraction inversion that 'temp...
Andreas Rumpf
2019-03-05
1
-0
/
+1
*
Improved posix module, added new posix_utils module (#10723)
Federico Ceratto
2019-02-28
1
-0
/
+1
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-1
/
+9
*
Tuple unpacking now works for `for` vars (#10152)
Neelesh Chandola
2019-02-23
1
-0
/
+1
*
Add summation algorithms (#9284)
b3liever
2019-02-13
1
-0
/
+3
*
Add a standard Rusage type definition and wait4, getrusage declarations (#10484)
c-blake
2019-01-29
1
-0
/
+2
*
Improve exception tracking in the streams module (#10453)
Oscar Nihlgård
2019-01-28
1
-0
/
+2
*
better docs: xmltree
narimiran
2019-01-24
1
-0
/
+2
*
Improve exception usage in parseutils (#10284)
Oscar Nihlgård
2019-01-15
1
-0
/
+2
*
revert moving `oids` and `smtp` to graveyard
narimiran
2019-01-11
1
-2
/
+3
*
update changelog
narimiran
2019-01-10
1
-3
/
+20
*
ValueError now inherits from CatchableError (#10246)
Oscar Nihlgård
2019-01-10
1
-1
/
+3
*
[nimpretty] fix #10211; fix #10199 (#10212)
Timothee Cour
2019-01-08
1
-0
/
+2
*
add custom pragma support for var and let symbols (#9582)
jcosborn
2019-01-07
1
-4
/
+6
*
Add changelog for the isNil JavaScript change (#10184)
Alexander Ivanov
2019-01-07
1
-0
/
+2
*
Pragma syntax is now consistent (#9993)
Neelesh Chandola
2018-12-27
1
-0
/
+6
*
add to changelog
Timothee Cour
2018-12-19
1
-0
/
+2
*
add `getCurrentCompilerExe` to vmops (eg allows to get nim compiler at CT); a...
Timothee Cour
2018-12-18
1
-0
/
+3
*
document the change for fix #9978
Andreas Rumpf
2018-12-14
1
-0
/
+3
*
added parseopt.remainingArgs; refs #9951
Araq
2018-12-14
1
-0
/
+1
*
os.nim: use the new pathnorm.normalizePath implementation
Araq
2018-12-14
1
-0
/
+3
*
os.nim: big refactoring, use the new pathnorm that was extracted by compiler/...
Araq
2018-12-13
1
-0
/
+2
*
fix merge conflict
Araq
2018-12-12
1
-2
/
+2
|
\
|
*
Merge branch 'devel' into sorted_deduplicate
Andreas Rumpf
2018-12-12
1
-0
/
+26
|
|
\
|
*
|
Add the parameter isSorted for the sequtils.deduplicate
data-man
2018-12-07
1
-0
/
+1
*
|
|
move diff.nim to experimental
Araq
2018-12-12
1
-1
/
+1
|
|
/
|
/
|
*
|
added diff.nim to the stdlib
Araq
2018-12-12
1
-0
/
+3
*
|
Merge pull request #9937 from cooldome/pragmablock_custom_pragma
Andreas Rumpf
2018-12-12
1
-0
/
+3
|
\
\
|
*
|
Add changelog item
Andrii Riabushenko
2018-12-11
1
-0
/
+3
*
|
|
Rework nil/option for nre in light of ""==nil
Flaviu Tamas
2018-12-11
1
-0
/
+19
|
/
/
*
/
Make options.UnpackError inherit from system.Defect
Oscar Nihlgård
2018-12-08
1
-0
/
+2
|
/
[prev]
[next]