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
*
Asm syntax pragma (#23119)
ASVIEST
2023-12-25
1
-1
/
+1
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-1
/
+1
*
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
2020-11-02
1
-148
/
+95
*
.noalias annotation; frontend support (#15419)
Andreas Rumpf
2020-09-28
1
-2
/
+2
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-55
/
+19
*
Add thiscall calling convention, mostly for hooking purpose (#14466)
Huy Doan
2020-05-27
1
-2
/
+2
*
CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static ...
Timothee Cour
2020-04-23
1
-1
/
+6
*
new feature: ability to turn specific warnings to errors
Andreas Rumpf
2020-04-04
1
-2
/
+3
*
added an .assert pragma and mentioned the pragmas in the changelog
Araq
2020-04-02
1
-2
/
+2
*
DrNim (Nim compiler with Z3 integration) (#13743)
Andreas Rumpf
2020-03-31
1
-0
/
+2
*
new feature: --staticBoundChecks:on to enforce static array index checking (#...
Andreas Rumpf
2020-03-18
1
-2
/
+2
*
sink parameter inference for types that have destructors (#13544)
Andreas Rumpf
2020-03-04
1
-4
/
+4
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-1
/
+1
*
implemented a new localPassc pragma (#12706)
Andreas Rumpf
2019-11-22
1
-2
/
+3
*
.cursor implementation (#12637)
Andreas Rumpf
2019-11-12
1
-2
/
+2
*
Refactor injectdestructors (#12295)
Clyybber
2019-10-01
1
-4
/
+0
*
fixes #12298
Araq
2019-09-30
1
-1
/
+1
*
importjs symbol (#12218)
Arne Döring
2019-09-20
1
-2
/
+2
*
exportc now mangles same as importc, fixes #10578 (#12144)
Timothee Cour
2019-09-06
1
-2
/
+2
*
Remove ENDB (#12095)
Clyybber
2019-08-31
1
-5
/
+3
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-10
/
+8
*
linter: refactorings
Araq
2019-07-10
1
-1
/
+35
*
[other] new experimental pragma .nodestroy for easier custom destructors
Andreas Rumpf
2019-06-20
1
-2
/
+2
*
Replace countup(x, y) with x .. y
Clyybber
2019-05-07
1
-1
/
+1
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-2
/
+2
*
explicit default values for a leaner codegen, .cursor variables for optimization
Andreas Rumpf
2019-03-07
1
-2
/
+2
[next]