Timothee Cour
|
9502e39b63
`nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--doccmd:skip` + other improvements (#14278)
|
4 years ago |
Timothee Cour
|
363b7ff3b8
fix https://github.com/nim-lang/Nim/issues/14275 querySetting(nimcacheDir) works even if implicitly set (#14277)
|
4 years ago |
Timothee Cour
|
b2720317fa
add `--experimental:vmopsDanger`; add generic conversion for vmops (#13813)
|
4 years ago |
Andreas Rumpf
|
2b3b24a804
make bootstrapping more robust for people who have Nim inside /usr/bin (#13855)
|
4 years ago |
Andreas Rumpf
|
614fb7567c
std/compilesettings implementation (#13584)
|
4 years ago |
cooldome
|
a3df1b55f3
fixes #13013, reverts previous changes to readLines() (#13036) [backport]
|
5 years ago |
cooldome
|
c949b81efd
remove default argument for readLines (#12807) [backport]
|
5 years ago |
Clyybber
|
7e747d11c6
Cosmetic compiler cleanup (#12718)
|
5 years ago |
Andreas Rumpf
|
8a599fb571
fixes #12491 [backport]
|
5 years ago |
Ico Doornekamp
|
26676066cc
added cpuTime to VM (#12346)
|
5 years ago |
Federico Ceratto
|
39290cf88c
Fix spellings (#12277) [backport]
|
5 years ago |
Andreas Rumpf
|
8397554315
fixes #12125 (#12131)
|
5 years ago |
Miran
|
ab48d7901e
hashes: implement murmur3 (#12022)
|
5 years ago |
nc-x
|
d5840e1e3d
Implement isExported for symbols in macros (#11963)
|
5 years ago |
Oscar Nihlgård
|
50e921bb94
VM exception fixes (#11868)
|
5 years ago |
cooldome
|
041d15392a
Compiler plugin for implementing incremental computation in user space (#10819)
|
5 years ago |
Araq
|
84d10f7d8a
fixes #10585
|
5 years ago |
Timothee Cour
|
c4e3c4ca2d
add `getCurrentCompilerExe` to vmops (eg allows to get nim compiler at CT); add tests for vmops (#9925)
|
6 years ago |
data-man
|
b0a977fe41
Don't use deprecated fmod in VM
|
6 years ago |
Randy Smith
|
6c7abe6e5b
Fixes #9671 (#9750)
|
6 years ago |
Andreas Rumpf
|
8d850f7a69
deprecated ospaths (#9665)
|
6 years ago |
skilchen
|
da178e4090
make `mod` on floats available in the VM (#9591)
|
6 years ago |
Andreas Rumpf
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 years ago |
Andreas Rumpf
|
688c54d8f1
compiler API: final cleanups; improve security by diabling 'gorge' and friends
|
6 years ago |
Andreas Rumpf
|
05724645f8
more modules compile again
|
6 years ago |
Andreas Rumpf
|
47335aab41
introduce nkTupleConstr AST node for unary tuple construction; breaking change
|
6 years ago |
genotrance
|
c3cc52087f
Added a few useful os calls to VM (#7440)
|
6 years ago |
Andreas Rumpf
|
0895064983
getEnv now supports a 'default' parameter; refs #6019
|
7 years ago |
Yuriy Glukhov
|
c3117e1aba
Fixes #6336 (#6337)
|
7 years ago |
Araq
|
9d488261df
added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994
|
8 years ago |