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
*
fixes #13122 (#13126)
Andreas Rumpf
2020-01-13
1
-4
/
+2
*
VM: support importc var, ptr/pointer types, cast int <=> ptr/pointer (#12877)
Timothee Cour
2020-01-05
1
-0
/
+2
*
fix #12985 {.push.} now does not apply to generic instantiations (#12986)
Timothee Cour
2020-01-02
1
-1
/
+1
*
--exception:goto switch for deterministic exception handling (#12977)
Andreas Rumpf
2020-01-01
1
-1
/
+1
*
ARC: cycle detector (#12823)
Andreas Rumpf
2019-12-17
1
-1
/
+1
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-61
/
+61
*
implemented a new localPassc pragma (#12706)
Andreas Rumpf
2019-11-22
1
-1
/
+6
*
fixes and changes the recently introduced 'alignas' to be 'align' (#12666)
Andreas Rumpf
2019-11-15
1
-2
/
+2
*
implemented alignas pragma (#12643)
Arne Döring
2019-11-13
1
-8
/
+9
*
.cursor implementation (#12637)
Andreas Rumpf
2019-11-12
1
-2
/
+5
*
fixes #5050; fixes #11826 (#12606) [backport]
cooldome
2019-11-07
1
-12
/
+2
*
pragmas.nim: tiny code formatting
Andreas Rumpf
2019-11-07
1
-2
/
+1
*
remove unused imports
narimiran
2019-11-06
1
-1
/
+1
*
Fixes semCustomPragma when nkSym (#12414) [backport]
Alexander Ivanov
2019-10-11
1
-1
/
+1
*
Refactor injectdestructors (#12295)
Clyybber
2019-10-01
1
-6
/
+1
*
cleanup importjs implementation
Andreas Rumpf
2019-09-21
1
-12
/
+5
*
importjs symbol (#12218)
Arne Döring
2019-09-20
1
-1
/
+17
*
fixes #12171 (#12173)
Andreas Rumpf
2019-09-11
1
-9
/
+13
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-2
/
+2
*
exportc now mangles same as importc, fixes #10578 (#12144)
Timothee Cour
2019-09-06
1
-31
/
+38
*
allows access to .compileTime vars at runtime (#12128)
Andreas Rumpf
2019-09-05
1
-2
/
+2
*
Remove ENDB (#12095)
Clyybber
2019-08-31
1
-13
/
+2
*
refactor sizealignoffset (#12077)
Andreas Rumpf
2019-08-28
1
-5
/
+5
*
fixes #12029; finish the 'unused import' feature (#12064)
Andreas Rumpf
2019-08-27
1
-1
/
+1
*
revert changes
Andrii Riabushenko
2019-07-25
1
-6
/
+2
*
add test
Andrii Riabushenko
2019-07-25
1
-2
/
+6
*
newruntime: refchecks:on|off switch
Araq
2019-07-12
1
-0
/
+4
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-30
/
+30
*
linter: refactorings
Araq
2019-07-10
1
-1
/
+1
*
nim styleChecker: implemented all the missing features (bugfix)
Araq
2019-07-10
1
-4
/
+9
*
[other] new experimental pragma .nodestroy for easier custom destructors
Andreas Rumpf
2019-06-20
1
-3
/
+6
*
Remove immediate pragma (#11308)
Arne Döring
2019-05-29
1
-8
/
+2
*
fixes #11202
Andreas Rumpf
2019-05-14
1
-1
/
+2
*
Replace countup(x, y) with x .. y
Clyybber
2019-05-07
1
-1
/
+1
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-2
/
+2
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-3
/
+3
*
explicit default values for a leaner codegen, .cursor variables for optimization
Andreas Rumpf
2019-03-07
1
-4
/
+7
*
introduce tfHasOwned for fast must-move checkings; removed tfAcyclic as the G...
Andreas Rumpf
2019-03-05
1
-1
/
+1
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-2
/
+4
*
fixes #10702 (#10705)
Andreas Rumpf
2019-02-18
1
-1
/
+3
*
Prevent crash on pragma templates w/ generics (#10685)
LemonBoy
2019-02-18
1
-10
/
+18
*
fix typo in codeReordering error msg (#10667)
Timothee Cour
2019-02-14
1
-1
/
+1
*
32 bit fixes (#10608)
Arne Döring
2019-02-12
1
-5
/
+8
*
Implement {.booldefine.} (#10533)
Oscar Nihlgård
2019-02-03
1
-1
/
+3
*
improve error messages quality for '.push: raises []'
Araq
2019-01-13
1
-0
/
+7
*
Cleanup comesFromPush logic (#10278)
Neelesh Chandola
2019-01-11
1
-8
/
+1
*
fixes #10216 (#10270)
Andreas Rumpf
2019-01-11
1
-8
/
+11
*
{.deprecated: msg.} now works for vars and lets (#10234)
Neelesh Chandola
2019-01-08
1
-1
/
+1
*
Deprecate gc v2 (#10151)
Neelesh Chandola
2019-01-01
1
-6
/
+6
*
Deprecated pragma is now supported on enum fields (#10113)
Neelesh Chandola
2018-12-30
1
-0
/
+1
[next]