summary refs log tree commit diff stats
path: root/compiler/condsyms.nim
Commit message (Expand)AuthorAgeFilesLines
* remove tests/deps/ (#17132)Timothee Cour2021-02-231-1/+2
* add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...Timothee Cour2021-02-171-0/+1
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-171-46/+48
* remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861)Timothee Cour2021-01-291-3/+3
* `--hintAsError` (#16763)Timothee Cour2021-01-201-0/+1
* [backport 1.0] add backend support for js bigint (#16606)Timothee Cour2021-01-061-0/+1
* clean up old codes (#16284)flywind2020-12-091-1/+0
* Use modern enums in compiler (#15775)cooldome2020-11-021-5/+5
* condsyms: add nimHasDeclaredLocs (#15735)Timothee Cour2020-10-271-0/+1
* implements https://github.com/nim-lang/RFCs/issues/258 (#15503)Andreas Rumpf2020-10-061-0/+2
* finish the stacktraces.nim implementation [backport:1.2] (#15393)Andreas Rumpf2020-09-231-0/+1
* Big compiler Cleanup (#14777)Clyybber2020-08-281-1/+1
* Fix #5691 (#15158)Clyybber2020-08-271-0/+1
* fix #14421 items uses lent T (#14447)Timothee Cour2020-05-291-0/+1
* fixes #13881Andreas Rumpf2020-05-121-0/+1
* forward type alignment information to seqs (#12430)Arne Döring2020-04-191-0/+1
* DrNim (Nim compiler with Z3 integration) (#13743)Andreas Rumpf2020-03-311-0/+1
* stacktraces can now show custom runtime msgs per frame (#13351)Timothee Cour2020-03-301-0/+1
* catchable defects (#13626)Andreas Rumpf2020-03-121-0/+1
* sink parameter inference for types that have destructors (#13544)Andreas Rumpf2020-03-041-0/+2
* cleanup Ordinal (#13501)Timothee Cour2020-02-271-0/+1
* replace old problematic isNamedTuple implementation by TypeTrait isNamedTuple...Timothee Cour2020-02-071-0/+1
* enable testing -d:nimHasLibFFI mode (#13091)Timothee Cour2020-02-041-0/+6
* --exception:goto switch for deterministic exception handling (#12977)Andreas Rumpf2020-01-011-0/+1
* .cursor implementation (#12637)Andreas Rumpf2019-11-121-0/+1
* fixes a regression that caused that Nim devel cannot compile 1.0 anymoreAraq2019-10-241-0/+1
* fixes a regression that caused that Nim devel cannot compile 1.0 anymoreAraq2019-10-241-0/+1
* Refactor json macro (#12391)Arne Döring2019-10-171-0/+1
* ungeneric unsigned ops (#12230)Jasper Jenkins2019-10-111-1/+0
* remove nimnomagic64 (#12243)Jasper Jenkins2019-09-241-1/+0
* add nodeId proc to macros (#11456)Arne Döring2019-09-181-0/+1
* hashes: implement murmur3 (#12022)Miran2019-09-011-0/+1
* fixes #12029; finish the 'unused import' feature (#12064)Andreas Rumpf2019-08-271-0/+1
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-0/+1
* newruntime for async (#11650)Andreas Rumpf2019-07-051-0/+2
* [refactoring] remove zeroExtend and friends from the compiler builtins. (#11531)Arne Döring2019-06-241-0/+1
* Remove immediate pragma (#11308)Arne Döring2019-05-291-1/+0
* sizeof alignof offsetof macros api (#10855)Arne Döring2019-03-191-0/+1
* added system.default in order to prevent the abstraction inversion that 'temp...Andreas Rumpf2019-03-051-0/+1
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-0/+2
* Implement {.booldefine.} (#10533)Oscar Nihlgård2019-02-031-8/+3
* Add isInstanceOf for generic procs to the macros module (#9730)cooldome2018-11-211-1/+1
* deprecated ospaths (#9665)Andreas Rumpf2018-11-091-0/+1
* added system.typeof operation; fixes #9093Araq2018-10-241-0/+1
* implement sizeof and alignof operator (manually squashed #5664) (#9356)Timothee Cour2018-10-141-0/+1
* Unchecked arrays now have their own type (#9267)LemonBoy2018-10-101-0/+1
* .error for routines now can also have a custom error message; improve error m...Araq2018-09-251-0/+1
* Add sym owner to macros (#8253)cooldome2018-09-031-0/+1
* add nimHasWarningX and nimHasHintX defines for feature detection purposesAndreas Rumpf2018-08-231-0/+6
04 23:10:48 +0200 doc: Trim .txt files trailing whitespace' href='/ahoang/Nim/commit/doc/gc.txt?h=devel&id=0b44d812f10c6dbf7eb7cbf13ae0dc053bb2de9d'>0b44d812f ^
0dc35b784 ^






7e7c514df ^



8aecacc1d ^

4aba7421f ^




0b44d812f ^
4aba7421f ^





d63e8e5d1 ^
0b44d812f ^
4aba7421f ^


afd8ca2f1 ^
4aba7421f ^



7e7c514df ^

0b44d812f ^
7e7c514df ^



4aba7421f ^
7956737ef ^



3ea644690 ^
7956737ef ^











915cc86f5 ^
















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
137
138
139
140
141
142
143
144
145
146