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
/
tests
/
pragmas
Commit message (
Expand
)
Author
Age
Files
Lines
*
add test for `define`, `undef` (#14443)
Timothee Cour
2020-05-25
1
-0
/
+12
*
change the [Processing] messages into dots (#14418)
Andreas Rumpf
2020-05-21
1
-2
/
+1
*
fix #13909 (#13914) [backport:1.2]
cooldome
2020-04-08
1
-0
/
+11
*
macros for proc types, macros for types (#13778)
Andreas Rumpf
2020-03-31
1
-1
/
+87
*
fix operators containing percent for VM usage (#13536)
Arne Döring
2020-03-11
1
-1
/
+1
*
Add sideEffect pragma to importC procs in posix, winlean and time module (#13...
Tomohiro
2020-02-08
1
-0
/
+10
*
fixes #5050; fixes #11826 (#12606) [backport]
cooldome
2019-11-07
2
-0
/
+24
*
ungeneric unsigned ops (#12230)
Jasper Jenkins
2019-10-11
1
-1
/
+2
*
fixes #12171 (#12173)
Andreas Rumpf
2019-09-11
1
-2
/
+21
*
revert changes
Andrii Riabushenko
2019-07-25
2
-24
/
+0
*
add test
Andrii Riabushenko
2019-07-25
2
-0
/
+24
*
Fix astdef typ deref (#10245)
Alexander Ivanov
2019-04-05
1
-2
/
+11
*
add tests for recently closed issues (#10722)
Miran
2019-02-23
1
-0
/
+10
*
Prevent crash on pragma templates w/ generics (#10685)
LemonBoy
2019-02-18
1
-0
/
+7
*
Misc macro things (#10612)
LemonBoy
2019-02-09
1
-1
/
+1
*
Fix getCustomPragmaVal on `var` fields
LemonBoy
2019-02-06
1
-0
/
+5
*
Fixed getCustomPragmaVal to allow multiple fields in custom annotations (#10289)
Ico Doornekamp
2019-01-18
1
-0
/
+9
*
add custom pragma support for var and let symbols (#9582)
jcosborn
2019-01-07
1
-6
/
+29
*
exportc is now not allowed for type aliases (#9979)
Neelesh Chandola
2019-01-02
1
-0
/
+12
*
fixes #10101 (#10103)
Timothee Cour
2018-12-27
1
-1
/
+1
*
Merge pull request #9937 from cooldome/pragmablock_custom_pragma
Andreas Rumpf
2018-12-12
1
-0
/
+22
|
\
|
*
add test
Andrii Riabushenko
2018-12-11
1
-0
/
+22
*
|
make tests green; better output for when megatest execution fails
Araq
2018-12-11
1
-1
/
+1
*
|
testament: joinable is now an explicit concept of a test spec
Andreas Rumpf
2018-12-11
1
-0
/
+2
*
|
require errormsg to be specified before file.
Arne Döring
2018-12-11
3
-4
/
+4
|
/
*
add comment, fixes #9896
Andrii Riabushenko
2018-12-08
1
-0
/
+1
*
Fix hintXDeclaredButNotUsed for enum fields marked as used
Andrii Riabushenko
2018-12-08
1
-0
/
+5
*
make run the default action of a test in tester
Arne Döring
2018-11-23
1
-0
/
+1
*
Fix overload resolution for pragmas evaluation (#8902)
LemonBoy
2018-10-09
3
-0
/
+22
*
make tests green again
Andreas Rumpf
2018-09-24
2
-5
/
+5
*
Bugfix: custom pragmas were not working on public fields
Zahary Karadjov
2018-09-17
1
-1
/
+1
*
Merge branch 'devel' into experimentalize-reorder
awr1
2018-09-04
3
-0
/
+53
|
\
|
*
added missing file to make tests green
Araq
2018-08-27
1
-0
/
+30
|
*
allow .experimental in a .push/pop environment; refs #8676
Araq
2018-08-27
1
-0
/
+13
|
*
More checks for custom pragmas placement (#8765)
LemonBoy
2018-08-25
1
-1
/
+1
|
*
Validate pragmas attached to for variables (#8749)
LemonBoy
2018-08-24
1
-0
/
+10
*
|
tabling declared() stuff
awr
2018-09-04
1
-12
/
+0
*
|
transformed {.reorder: on.} into {.experimental: codeReordering.}, added tests
awr
2018-09-04
2
-2
/
+15
|
/
*
fixes more nil handling regressions
Araq
2018-08-13
1
-1
/
+1
*
fixes #8371, macros.hasCustomPragma doesn't crash anymore (#8378)
andri lim
2018-07-20
1
-0
/
+20
*
Custom pragmas in proc types (#8205)
cooldome
2018-07-09
1
-1
/
+9
*
Fix use of custom pragmas in generic procs (#8165)
LemonBoy
2018-07-01
1
-1
/
+9
*
Adjust some tests to make them pass
LemonBoy
2018-06-25
1
-2
/
+1
*
remove dead code elimination option (#7669)
Jacek Sieka
2018-04-23
1
-2
/
+5
*
hasCustomPragma/getCustomPragmaVal: small fix (#7650)
RSDuck
2018-04-19
1
-1
/
+9
*
fixes #7451 (#7575)
RSDuck
2018-04-14
1
-11
/
+90
*
User pragmas hide effect specs bug fix. Fixes #7216 (#7217)
cooldome
2018-02-27
1
-0
/
+11
*
Custom pragmas in procs bug fix (#7086)
cooldome
2018-01-18
1
-0
/
+10
*
Implement custom annotations (#6987)
cooldome
2018-01-09
2
-0
/
+48
*
Allow noreturn procs with void type (#6973)
cooldome
2017-12-27
1
-0
/
+4
[next]