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
/
pragmas.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
only merge valid implicit pragmas to routine AST, include templates (#24171)
metagn
2024-09-26
1
-1
/
+12
*
fix custom pragma with backticks not working [backport] (#24151)
metagn
2024-09-22
1
-3
/
+4
*
fixes push warnings for sempass2 (#23603)
ringabout
2024-09-03
1
-1
/
+1
*
refactor: The popular 'r' field is now named 'snippet' (#23829)
Andreas Rumpf
2024-07-12
1
-6
/
+6
*
fixes #23790; roll back instCounter properly in case of exceptions (#23802)
Alexander Kernozhitsky
2024-07-06
1
-1
/
+1
*
Optimize closure iterator locals (#23787)
Yuriy Glukhov
2024-07-03
1
-2
/
+3
*
Allow to `exportc` params. (#23396)
Juan M Gómez
2024-05-10
1
-1
/
+1
*
fixes #23525; an 'emit' pragma cannot be pushed (#23537)
ringabout
2024-04-24
1
-0
/
+13
*
adds ccMember CC fixes #23434 (#23457)
Juan M Gómez
2024-03-29
1
-1
/
+1
*
assume a module's usage if it contains a passC/passL/compile pragma w… (#23...
heterodoxic
2024-02-19
1
-1
/
+8
*
Asm syntax pragma (#23119)
ASVIEST
2023-12-25
1
-14
/
+18
*
Types: Refactorings; step 1 (#23055)
Andreas Rumpf
2023-12-12
1
-3
/
+3
*
Ast stmt now saves its ast structure in the compiler (#23053)
ASVIEST
2023-12-12
1
-0
/
+2
*
Only suggest symbols that could be pragmas when typing a pragma (#23040)
Jake Leahy
2023-12-07
1
-0
/
+5
*
Don't process a user pragma if its invalid (#23041)
Jake Leahy
2023-12-07
1
-1
/
+4
*
fixes #23019; Regression from 2.0 to devel with raise an unlisted exc… (#23...
ringabout
2023-12-05
1
-1
/
+1
*
fixes #22913; fixes #12985 differently push-ing pragma exportc genera… (#22...
ringabout
2023-11-19
1
-1
/
+1
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-2
/
+4
*
marking a field with noInit allows to skip constructor initialiser (#22802)
Juan M Gómez
2023-10-08
1
-2
/
+2
*
fixes #22676; remove wMerge which is a noop for more than 8 years (#22678)
ringabout
2023-09-09
1
-4
/
+1
*
Instantiates generics in the module that uses it (#22513)
Juan M Gómez
2023-09-09
1
-0
/
+1
*
properly fold constants for dynlib pragma (#22575)
metagn
2023-08-28
1
-1
/
+1
*
unpublic the sons field of PType; the precursor to PType refactorings (#22446)
ringabout
2023-08-11
1
-2
/
+2
*
[C++] Member pragma RFC (https://github.com/nim-lang/RFCs/issues/530) (#22272)
Juan M Gómez
2023-08-07
1
-4
/
+6
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-0
/
+4
*
Expands codegenDecl to work in function params. fixes #22306 (#22307)
Juan M Gómez
2023-07-23
1
-1
/
+2
*
implemented 'push quirky' switch for fine grained control over the ex… (#22...
Andreas Rumpf
2023-07-23
1
-3
/
+4
*
strictly typecheck expressions in bracketed `emit` (#22074)
metagn
2023-06-13
1
-1
/
+1
*
Remove Deprecated Nimfix (#22062)
Juan Carlos
2023-06-10
1
-5
/
+3
*
fixes overriden typo (#22044)
ringabout
2023-06-08
1
-3
/
+3
*
Implements: [C++] constructor pragma improvement (fix #21921) (#21916)
Juan M Gómez
2023-05-30
1
-1
/
+5
*
implements: "Allow bycopy to work in params #21874" (#21877)
Juan M Gómez
2023-05-21
1
-2
/
+4
*
implements allow byref to work in params #21873 (#21875)
Juan M Gómez
2023-05-21
1
-2
/
+4
*
Cpp Vfunctions draft (#21790)
Juan M Gómez
2023-05-17
1
-3
/
+14
*
isolation spec update; WIP (#21843)
Andreas Rumpf
2023-05-14
1
-1
/
+8
*
make deprecated statement a no-op (#21836)
metagn
2023-05-12
1
-13
/
+2
*
adds an experimental `mm:atomicArc` switch (#21798)
ringabout
2023-05-08
1
-1
/
+1
*
Fix some `styleCheck` bugs (#20095)
quantimnot
2023-05-06
1
-1
/
+2
*
error on user pragma args (#21776)
metagn
2023-05-03
1
-1
/
+5
*
implements #21747 (#21748)
Juan M Gómez
2023-05-02
1
-1
/
+1
*
refactoring in preparation for better, simpler name mangling that wor… (#21...
Andreas Rumpf
2023-04-24
1
-5
/
+5
*
change compile pragma to use mangled compile objects (#21678)
Jaremy Creechley
2023-04-17
1
-2
/
+7
*
custom pragmas: correct error condition, remove outdated symkind whitelist (#...
metagn
2023-04-13
1
-10
/
+18
*
add a prepass for codeReordering (#21513)
ringabout
2023-03-17
1
-1
/
+1
*
fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...
ringabout
2023-02-22
1
-1
/
+1
*
add deprecated warnings for `{.deadcodeelim: on.}` (#21277)
ringabout
2023-02-16
1
-1
/
+2
*
Check file exists in `{.compile.}` pragma (#21105)
Jake Leahy
2022-12-15
1
-2
/
+5
*
generic `define` pragma + string alias (#20979)
metagn
2022-12-13
1
-7
/
+16
*
fixes #20026; marks system procs which can raise defects (#20864)
ringabout
2022-11-22
1
-1
/
+3
*
'lock levels' are deprecated, now a noop (#20539)
ringabout
2022-10-11
1
-18
/
+1
[next]