summary refs log tree commit diff stats
path: root/changelog.md
Commit message (Expand)AuthorAgeFilesLines
* added more tests and updated the changelogAraq2019-09-021-0/+3
* hashes: implement murmur3 (#12022)Miran2019-09-011-1/+1
* Fix int literals and range interaction (#11197)Oscar Nihlgård2019-08-311-0/+2
* Support iterators returning lent T (#11938)cooldome2019-08-311-0/+5
* make testament a tool we ship with Nim; fixes #12084 (#12088)Andreas Rumpf2019-08-301-0/+3
* remove unicode.Rune16 without deprecation period; fixes https://github.com/ni...Andreas Rumpf2019-08-281-0/+12
* fixes #12029; finish the 'unused import' feature (#12064)Andreas Rumpf2019-08-271-0/+4
* new gensym handling (#11985)Andreas Rumpf2019-08-231-0/+7
* more enhancements for #11618 (#11976)Andreas Rumpf2019-08-181-0/+3
* fixes #11618 (#11969)Andreas Rumpf2019-08-171-0/+6
* fixes #11801Araq2019-08-161-0/+3
* [nobackport] add a changelog entry for the previous commitnarimiran2019-08-131-1/+4
* Add std/monotimes which implements monotonic timestamps (#11712)Andreas Rumpf2019-07-151-0/+1
|\
| * [feature] Added std/monotimesOscar Nihlgård2019-07-121-0/+1
* | better run [feature] (#11709)Andreas Rumpf2019-07-111-0/+3
|/
* [feature] add `unsafeColumnAt` procs, that return unsafe cstring from Instant...Huy2019-07-101-0/+3
* Make public additional types from sha1 module [feature] (#11694)Ivan Bobev2019-07-101-0/+1
* [other] introduce a separate changelog for backports, updatenarimiran2019-06-171-17/+14
* [feature] Added os.delEnv; add delEnv support to nimscript too (#11466)Kaushal Modi2019-06-151-1/+1
* Attempt to close https://github.com/nim-lang/Nim/issues/11430Charles Blake2019-06-121-0/+7
* develop version is 0.20.99 [feature]Araq2019-06-071-262/+1
* more changelog fixesnarimiran2019-06-061-10/+7
* a new dawnAraq2019-06-061-1/+1
* changelog: fix typos, create a changelog for 0.20narimiran2019-06-051-7/+7
* cleaned up the changelogAraq2019-06-051-27/+31
* koch now ignores the existance of .git and always builds the latest tagged st...Araq2019-06-051-0/+2
* pass typedesc as NimNode to macros (#11400)Arne Döring2019-06-051-0/+6
* make fullpaths the default in error messages and stack traces for mor… (#11...Andreas Rumpf2019-06-051-1/+3
* parameter runtime discriminators (#11397)Jasper Jenkins2019-06-041-1/+2
* fixes #11364 (#11383)Andreas Rumpf2019-06-031-0/+3
* new compiler feature: --expandMacroAraq2019-05-291-0/+3
* switch should be nimOldShiftRight with the nim prefixAraq2019-05-291-1/+1
* right shift is now by default sign preserving (#11322)Arne Döring2019-05-291-0/+4
* fixes #1286; object case transitions are now soundAndreas Rumpf2019-05-271-0/+3
* fixes #10038; deprecate generic methods, they are unreliableAndreas Rumpf2019-05-251-1/+3
* Enable range checking for unsigned integers (#11313)Oscar Nihlgård2019-05-251-0/+1
* finish #11292: fix `addQuoted` and add changelog entry (#11301)Miran2019-05-221-2/+10
* Allow void macro result (#11286)Arne Döring2019-05-211-2/+6
* fix for return in macro (#9666); fixes #5874Arne Döring2019-05-201-1/+4
* Make range checks in semConv (#7164)Oscar Nihlgård2019-05-101-0/+1
* Allow for locale-based parsing/formatting of dates (#11170)Matt Haggard2019-05-081-0/+2
* Initialized collections (#11094)Miran2019-04-291-0/+10
* reimplement_pr_10974 (#11130)cooldome2019-04-271-0/+3
* Make parseutils.parseBin|Oct|Hex generic (#11067)Alvydas Vitkauskas2019-04-241-1/+7
* revert parser stmtListExpr (#11007)cooldome2019-04-171-10/+0
* we do not support -d:useWinAnsi switch anymoreAraq2019-04-121-2/+3
* Make `secureHash` accept any `openArray[char]`, not only `string`. (#10988)c-blake2019-04-101-0/+3
* Strformat symbol binding (#10927)Arne Döring2019-04-051-1/+2
* Add OpenMP overload with stepping (#10891)Mamy Ratsimbazafy2019-03-221-0/+2
* Support for stmtListExpr in parser after major keywords. Scaled down version....cooldome2019-03-181-0/+10
t/Makefile.am?id=4bb38ac011b823bd8d2a4ba4beb776f757843d10'>4bb38ac0 ^
0b3a9f57 ^
69f2f4a1 ^
a7a28506 ^
63b3299b ^
93397e45 ^
0d15c710 ^
d782b007 ^


0fbaa6f5 ^
d782b007 ^
fa89e2aa ^
0d15c710 ^
fa89e2aa ^

0d15c710 ^
264fc55a ^
fa89e2aa ^
7e4b1b1d ^
0fbaa6f5 ^

fa89e2aa ^

0fbaa6f5 ^

fa89e2aa ^
264fc55a ^

d782b007 ^
0fbaa6f5 ^



d782b007 ^


0fbaa6f5 ^
7f7973f9 ^
2655d9e8 ^
3e92c60e ^
0fbaa6f5 ^

13ee16de ^
0fbaa6f5 ^


















1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136