summary refs log tree commit diff stats
path: root/compiler/wordrecg.nim
Commit message (Expand)AuthorAgeFilesLines
* Added "typeof" and "restrict" to special words. (#9226)Alexandros Naskos2018-11-011-4/+4
* Fixes https://github.com/nim-lang/Nim/issues/6836 (#9595)Neelesh Chandola2018-11-011-2/+2
* Unchecked arrays now have their own type (#9267)LemonBoy2018-10-101-2/+2
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-2/+4
* further steps in implementing sink parameters; refs #7041Araq2018-03-301-2/+2
* introduce 'core' as an alias for 'compilerproc'Andreas Rumpf2017-12-271-2/+2
* language change: 'generic' and 'atomic' are not keywords anymoreAndreas Rumpf2017-11-211-4/+4
* implemented undocumented '.liftLocals' featureAndreas Rumpf2017-11-021-2/+2
* first implementation of package level types that allow forwarding across modu...Andreas Rumpf2017-10-281-2/+2
* backend preparations for incomplete/forwarded object typesAndreas Rumpf2017-10-281-2/+2
* 'with' and 'without' are not keywords anymoreAraq2017-09-301-2/+2
* distinguish between 'reorder' and 'noforward'Andreas Rumpf2017-07-261-2/+2
* proper error reporting for concepts and the introduction of the {.explain.} p...Zahary Karadjov2017-03-241-2/+2
* new feature: .used pragma to suppress declared-but-not-used warningAraq2017-02-171-2/+2
* first version of the new memory tracking featureAndreas Rumpf2016-11-211-2/+2
* big refactoring: step 1Araq2016-10-311-16/+1
* Add the ability to pass a value with the -d flagJeff Ciesielski2016-07-041-1/+2
* use 'using' instead of 'sig' keyword; cleans up new features a bitAndreas Rumpf2016-02-291-2/+2
* first version of .partial objectsAndreas Rumpf2016-02-281-1/+2
* added 'sig' feature; removed tfShared support in the compilerAndreas Rumpf2016-02-281-2/+2
* added undocumented exportNims pragma for Nimscript supportAraq2015-10-031-2/+3
* implement bitsize pragma for bitfieldsAman Gupta2015-09-281-0/+2
* fixes #2590; methods now require a .base annotationAraq2015-09-061-2/+3
* Introduce {.noRewrite.} expr pragma disabling TRAdam Strzelecki2015-06-021-2/+2
* breaking change: 'concept' is now a keyword and used instead of 'generic'Araq2015-03-231-2/+2
* 'constructor' pragma for C++ supportAraq2015-03-181-57/+57
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* destuctors are experimental; 'func' is now a keywordAraq2014-12-101-2/+2
* implemented 'experimental' switchAraq2014-12-051-2/+3
* implements 'defer'Araq2014-12-041-2/+2
* implemented 'guard' annotationAraq2014-09-211-2/+2
* Nimrod renamed to NimAraq2014-08-281-1/+1
* 'lambda' is no keyword anymoreAraq2014-08-081-2/+2
* progress on deepCopyAraq2014-08-011-2/+2
* New concurrency model: next stepsAraq2014-04-191-5/+6
* first version of 'spawn'Araq2014-04-161-1/+2
* new concurrency model: first steps; shared is not a keyword anymoreAraq2014-04-141-2/+2
* Added support for {.packed.} pragma on objectsAudun Wilhelmsen2014-03-181-2/+2
* implemented 'union' and 'unchecked' pragmasAraq2014-03-051-2/+2
* renamed noStackFrame to asmNoStackFrameAraq2014-02-181-2/+2
* case consistency part 4Araq2013-12-271-2/+2
* Merge branch 'master' of https://github.com/Araq/Nimrod into vm2Araq2013-12-231-2/+3
|\
| * implemented 'injectStmt'; more debug supportAraq2013-12-161-2/+3
* | bugfix: keywords are sortedAraq2013-12-051-5/+5
|/
* implemented the using statementZahary Karadjov2013-08-311-5/+5
* implemented delegators and improved the error messages of unmatched type classesZahary Karadjov2013-08-261-2/+4
* implemented computed goto supportAraq2013-08-131-2/+2
* implements the 'codegenDecl' pragmaAraq2013-06-271-2/+2
* implemented large parts of the 'not nil' checkingAraq2013-06-091-2/+2
* added a ``noforward`` pragma that enables a new compilation strategyZahary Karadjov2013-05-111-2/+2
<vc@akkartik.com> 2019-02-25 01:50:53 -0800 4987 - support `browse_trace` tool in SubX' href='/akkartik/mu/commit/subx/020syscalls.cc?h=hlt&id=c442a5ad806b6cccbb3ec4c5744b14b0c1f31a01'>c442a5ad ^
54ed56f2 ^
c442a5ad ^
c88b9e31 ^
5cec03b4 ^
2ec6d1e5 ^
c442a5ad ^
2ec6d1e5 ^


c442a5ad ^
2ec6d1e5 ^
996402e8 ^


95fbb9bf ^

e0d71f95 ^

5cec03b4 ^





a754efc5 ^
5cec03b4 ^


a754efc5 ^
5cec03b4 ^





583a966d ^
5cec03b4 ^


2ec6d1e5 ^

c88b9e31 ^
d5d43e04 ^
2ec6d1e5 ^
d5d43e04 ^
2ec6d1e5 ^
d5d43e04 ^
44fdc79f ^
d5d43e04 ^
6362c51d ^
9ad81331 ^
6362c51d ^
d5d43e04 ^

2ec6d1e5 ^

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