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
...
*
|
extccomp: no globals anymore
Araq
2018-05-16
1
-2
/
+2
|
/
*
fixes testament compilation
Araq
2018-05-14
1
-1
/
+1
|
\
|
*
Support thread-local variables declared inside procs; fixes #7565
Zahary Karadjov
2018-05-07
1
-1
/
+1
*
|
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-15
/
+16
*
|
pragmas compiles again
Andreas Rumpf
2018-05-11
1
-220
/
+224
|
/
*
.experimental can now be used to enable specific features
Andreas Rumpf
2018-04-24
1
-5
/
+17
*
remove dead code elimination option (#7669)
Jacek Sieka
2018-04-23
1
-10
/
+4
*
refactoring: make FileIndex a distinct type; make line information an uint16;...
Andreas Rumpf
2018-04-21
1
-1
/
+1
*
introduce nkTupleConstr AST node for unary tuple construction; breaking change
Andreas Rumpf
2018-04-13
1
-2
/
+2
*
the 'deprecated' pragma for modules now supports an error message
Araq
2018-04-06
1
-2
/
+6
*
C codegen: preparations for different seq and string implementations
Andreas Rumpf
2018-04-03
1
-1
/
+1
*
further steps in implementing sink parameters; refs #7041
Araq
2018-03-30
1
-3
/
+5
*
User pragmas hide effect specs bug fix. Fixes #7216 (#7217)
cooldome
2018-02-27
1
-15
/
+17
*
custom pragmas: proper error handling
Andreas Rumpf
2018-02-12
1
-3
/
+4
*
the .deprecated pragma for procs now supports a user-definable deprecation me...
Andreas Rumpf
2018-02-02
1
-1
/
+4
*
Fixes nimsuggest#78 (#7151)
Yuriy Glukhov
2018-01-29
1
-9
/
+10
*
Custom pragmas in procs bug fix (#7086)
cooldome
2018-01-18
1
-1
/
+0
*
Implement custom annotations (#6987)
cooldome
2018-01-09
1
-40
/
+72
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2017-12-27
1
-0
/
+2
|
\
|
*
Allow noreturn procs with void type (#6973)
cooldome
2017-12-27
1
-1
/
+1
|
*
Implement language feature #6885 (#6954)
cooldome
2017-12-24
1
-0
/
+2
*
|
introduce 'core' as an alias for 'compilerproc'
Andreas Rumpf
2017-12-27
1
-5
/
+5
|
/
*
newruntime: removed old way of writing destructors
Araq
2017-11-28
1
-5
/
+1
*
added a warning that the .deprecate statement is unreliable for routines
Andreas Rumpf
2017-11-21
1
-1
/
+2
*
implemented undocumented '.liftLocals' feature
Andreas Rumpf
2017-11-02
1
-1
/
+10
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-1
/
+1
*
first implementation of package level types that allow forwarding across modu...
Andreas Rumpf
2017-10-28
1
-2
/
+2
*
backend preparations for incomplete/forwarded object types
Andreas Rumpf
2017-10-28
1
-1
/
+5
*
distinguish between 'reorder' and 'noforward'
Andreas Rumpf
2017-07-26
1
-4
/
+5
*
fixes #5846
Andreas Rumpf
2017-06-29
1
-2
/
+3
*
proper error reporting for concepts and the introduction of the {.explain.} p...
Zahary Karadjov
2017-03-24
1
-2
/
+4
*
fixes #5529; don't merge type visibility flags
Araq
2017-03-14
1
-1
/
+1
*
removed compiler internal list implementation (#5371)
Arne Döring
2017-02-22
1
-19
/
+16
*
Enabled explicitly unknown lock levels (#5409)
Fabian Keller
2017-02-20
1
-1
/
+7
*
new feature: .used pragma to suppress declared-but-not-used warning
Araq
2017-02-17
1
-8
/
+12
*
new name mangling rules for easier debugging
Andreas Rumpf
2017-02-02
1
-0
/
+1
*
new name mangling scheme implemented
Andreas Rumpf
2017-02-02
1
-2
/
+7
*
fixes serious regression that was introduced in the handling of .compile pragma
Araq
2017-01-28
1
-2
/
+4
*
.compile pragma supports patterns and actions
Araq
2017-01-28
1
-10
/
+22
*
.compile pragma supports wildcards
Araq
2017-01-27
1
-4
/
+16
*
implements {.gcsafe.} enforcement as a pragma block
Andreas Rumpf
2017-01-18
1
-4
/
+7
*
fixes #3848
Araq
2016-12-30
1
-1
/
+1
*
Merge branch 'devel' into sighashes
Araq
2016-12-17
1
-2
/
+16
|
\
|
*
reworked emit pragma; fixes #4730
Andreas Rumpf
2016-12-17
1
-2
/
+16
*
|
more tests work
Araq
2016-12-02
1
-1
/
+4
|
/
*
fixes the regressions introduced by fix for #5076
Araq
2016-11-30
1
-0
/
+1
*
first version of the new memory tracking feature
Andreas Rumpf
2016-11-21
1
-1
/
+2
*
fixes #4088
Andreas Rumpf
2016-09-11
1
-1
/
+3
*
Merged
Araq
2016-08-27
1
-30
/
+25
|
\
|
*
fixes #4579
Andreas Rumpf
2016-08-23
1
-30
/
+25
[prev]
[next]