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
*
defaults to ORC (#19972)
ringabout
2022-09-23
2
-1
/
+3
*
Allow custom pragma on iterators [backport] (#20344)
Tanguy
2022-09-17
1
-0
/
+7
*
[Testament] Extend and document message testing aids (#19996)
quantimnot
2022-09-01
1
-1
/
+1
*
fixes #18612; apply cache and memcmp for methods in arc/orc (#19749)
flywind
2022-04-26
1
-0
/
+3
*
Clonkk fix2 11923 (#19451)
Regis Caillaud
2022-02-02
1
-0
/
+6
*
New/better macro pragmas, mark some as experimental (#19406)
metagn
2022-01-20
2
-9
/
+143
*
Fix #11923 (#19427)
Regis Caillaud
2022-01-20
1
-0
/
+10
*
Accept nnkTypeSection from typedef macro pragmas (#19168)
hlaaftana
2021-11-22
1
-0
/
+66
*
fixes another effect inference bug [backport:1.6] (#19100)
Andreas Rumpf
2021-11-07
1
-0
/
+1
*
Removes deprecated {.injectStmt.}. Fixes #18666 (#18984)
Dominik Picheta
2021-10-13
1
-51
/
+0
*
strict effects (#18777)
Andreas Rumpf
2021-09-02
1
-1
/
+2
*
improvements to `addInt` and `$` for integer types (#18592)
Timothee Cour
2021-08-19
1
-5
/
+8
*
fix: `var a{.foo.} = expr` inside templates (refs #15920) (except when `foo` ...
Timothee Cour
2021-08-11
1
-0
/
+52
*
fixes #18543 (#18601)
Andreas Rumpf
2021-07-27
1
-12
/
+13
*
followup #18362: make `UnusedImport` work robustly (#18366)
Timothee Cour
2021-06-27
3
-0
/
+129
*
even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB...
Timothee Cour
2021-06-26
4
-0
/
+73
*
move {.injectStmt.} to experimental; add a test (#18300)
Timothee Cour
2021-06-20
1
-0
/
+48
*
change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18...
Timothee Cour
2021-05-26
1
-1
/
+1
*
getCustomPragmaVal priority/override fixes (#17725)
Clyybber
2021-04-21
1
-0
/
+10
*
Fix getCustomPragmaVal for some multi arg pragmas (#17723)
Clyybber
2021-04-15
1
-0
/
+9
*
simplify asyncfutures, asyncmacro (#17633)
Timothee Cour
2021-04-14
1
-13
/
+7
*
getCustomPragma is split up in more usable chunks (#11526)
Arne Döring
2021-04-14
1
-3
/
+27
*
fix #16693: testament spec nimout too lax (#16698)
flywind
2021-04-04
2
-2
/
+18
*
disable hint:processing in tests (#16713)
Timothee Cour
2021-01-14
1
-0
/
+1
*
use doAssert in tests (#16486)
flywind
2020-12-28
2
-35
/
+35
*
fix #12558 (#15864)
flywind
2020-11-09
1
-0
/
+15
*
close #8457 (#15844)
flywind
2020-11-05
1
-0
/
+11
*
fix #12640 (#15829)
flywind
2020-11-03
1
-0
/
+25
*
implements https://github.com/nim-lang/RFCs/issues/260 (#15505)
Andreas Rumpf
2020-10-07
2
-0
/
+13
*
Add test-cases for #12576 and #12523 (#15085)
Danil Yarantsev
2020-07-27
1
-2
/
+23
*
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
[next]