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
/
compilerapi
Commit message (
Collapse
)
Author
Age
Files
Lines
*
nimeval errorHook support (#15255)
Scott Wadden
2020-09-07
2
-13
/
+29
|
*
hotfix: make tcompilerapi green again
Araq
2020-04-30
1
-2
/
+3
|
*
make case-object transitions explicit, make unknownLineInfo a const, replace ↵
Jasper Jenkins
2020-01-17
1
-1
/
+0
|
|
|
|
a few magic numbers with consts (#13170)
*
make addQuoted work on nimscript (#12717) [backport]
Jasper Jenkins
2019-11-28
2
-0
/
+6
|
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
|
*
make tests green again
Araq
2019-05-27
1
-0
/
+1
|
*
fixes #1286; object case transitions are now sound
Andreas Rumpf
2019-05-27
1
-0
/
+1
|
*
megatest can be executed
Arne Döring
2018-12-11
1
-2
/
+1
|
*
test case for #9180 and re-enables the disabled tcompilerapi test (#9181)
Timothee Cour
2018-10-11
1
-22
/
+22
|
|
|
|
|
|
* add findNimStdLibCompileTime and un-disable tcompilerapi test; add test case for #9180 * address comments
*
attempt to make travis green for 'koch testinstall'
Andreas Rumpf
2018-09-18
1
-1
/
+8
|
*
compiler API: final cleanups; improve security by diabling 'gorge' and friends
Andreas Rumpf
2018-05-29
2
-1
/
+14
|
*
rewrote nimeval.nim; added tcompilerapi example to show how the compiler can ↵
Andreas Rumpf
2018-05-29
3
-0
/
+46
be used as an API