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
/
compiler
/
wordrecg.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #22676; remove wMerge which is a noop for more than 8 years (#22678)
ringabout
2023-09-09
1
-1
/
+1
*
allow non-pragma special words as user pragmas (#22526)
metagn
2023-08-21
1
-8
/
+19
*
[C++] Member pragma RFC (https://github.com/nim-lang/RFCs/issues/530) (#22272)
Juan M Gómez
2023-08-07
1
-1
/
+1
*
implemented 'push quirky' switch for fine grained control over the ex… (#22...
Andreas Rumpf
2023-07-23
1
-0
/
+1
*
make runnableExamples a special word (#22024)
metagn
2023-06-06
1
-1
/
+1
*
isolation spec update; WIP (#21843)
Andreas Rumpf
2023-05-14
1
-0
/
+1
*
underscore as special word (#21766)
metagn
2023-05-02
1
-0
/
+1
*
remove `enumUtilsExist` defines (#21309)
ringabout
2023-01-29
1
-17
/
+4
*
fixes #20026; marks system procs which can raise defects (#20864)
ringabout
2022-11-22
1
-1
/
+1
*
pragma for sfCallsite instead of name check + better semantics, test (#20464)
metagn
2022-10-03
1
-1
/
+1
*
new .redefine pragma for templates, warn on redefinition without it (#20211)
metagn
2022-08-23
1
-0
/
+1
*
Add `doctype: RST|Markdown|RstMarkdown` pragma (#20252)
Andrey Makarov
2022-08-23
1
-1
/
+1
*
.forbids pragma: defining forbidden tags (#20050)
Lancer11211
2022-07-26
1
-2
/
+2
*
Change `styleCheck` to ignore foreign packages (#19822)
quantimnot
2022-07-14
1
-7
/
+7
*
stylecheck usages part two: stdlib cleanup (#19338)
flywind
2022-01-08
1
-1
/
+1
*
fixes #19078 [backport] (#19090)
Andreas Rumpf
2021-11-02
1
-1
/
+1
*
Removes deprecated {.injectStmt.}. Fixes #18666 (#18984)
Dominik Picheta
2021-10-13
1
-1
/
+1
*
implements https://github.com/nim-lang/RFCs/issues/407 (#18793)
Andreas Rumpf
2021-09-03
1
-0
/
+1
*
strict effects (#18777)
Andreas Rumpf
2021-09-02
1
-1
/
+1
*
CIs: attempt to use csources_v1 (#16282)
Andreas Rumpf
2021-04-21
1
-40
/
+40
*
`import foo {.all.}` reboot (#17706)
Timothee Cour
2021-04-16
1
-1
/
+1
*
fix #16752: threadvar now works with importcpp types; osx now uses native TLS...
Timothee Cour
2021-01-27
1
-1
/
+2
*
`--hintAsError` (#16763)
Timothee Cour
2021-01-20
1
-1
/
+4
*
EnumUtils, speed up findStr in compiler (#15777)
cooldome
2020-11-03
1
-7
/
+18
*
Use modern enums in compiler (#15775)
cooldome