Araq
|
a95feea130
distinguish runnable examples in the HTML templates
|
6 years ago |
Araq
|
086229459a
runnableExamples: compile and test them as a single file; fixes #9300
|
6 years ago |
Miran
|
77166ba795
[backport] correctly document `toInt`, fixes #2764 [ci skip] (#10176)
|
6 years ago |
Araq
|
e6cbf9e790
koch.nim: speed up tests for the 'testinstall' target for the nightly builds (these tests are also covered by the other CIs)
|
6 years ago |
Neelesh Chandola
|
7c5ae00887
exportc is now not allowed for type aliases (#9979)
|
6 years ago |
Oscar Nihlgård
|
9fb8c3d965
Add {.noReturn.} to system.raiseAssert (#10161)
|
6 years ago |
Timothee Cour
|
a1e268e3dc
[cleanup] remove dead code compiler.options.mergeConfigs (#10165)
|
6 years ago |
Ico Doornekamp
|
31b8bc7866
Add link to tutorial part III to docs.rst (#10157) [ci skip]
|
6 years ago |
Neelesh Chandola
|
6ed9676af5
Show field not initialized warning only when `notnil` used (#10155)
|
6 years ago |
Neelesh Chandola
|
9faad7591e
Deprecate gc v2 (#10151)
|
6 years ago |
jiro
|
e7fa8f3443
Add Example code to Documentation comment of wordWrap proc. (#10146)
|
6 years ago |
cooldome
|
7c90e22ddd
fixes #10148 (#10149)
|
6 years ago |
Timothee Cour
|
ab72d68ec8
fix off by 1 error in `col` shown by toFileLineCol (#10138)
|
6 years ago |
c-blake
|
7ac1fc81fd
Resolve things raised in https://github.com/nim-lang/Nim/issues/10081 ? (#10084)
|
6 years ago |
deech
|
e87910197a
Check there are no side effects before optimizing away compile time expressions. (#9934)
|
6 years ago |
Neelesh Chandola
|
bcbe317d17
Before showing deprecated warning, check whether enum field was marked deprecated or the whole enum type (#10135)
|
6 years ago |
Andreas Rumpf
|
2ee2022c29
help Nim optimize intsets.initIntSet
|
6 years ago |
cooldome
|
82c009a2cb
Dead code elimination for entire modules and their init procs if empty (#10032)
|
6 years ago |
Neelesh Chandola
|
cbbdcb2669
Show deprecation warning for fields of a deprecated enum (#10112)
|
6 years ago |
Neelesh Chandola
|
c5ad4c10cb
Deprecated pragma is now supported on enum fields (#10113)
|
6 years ago |
Timothee Cour
|
a6633b9658
fix typetraits.`$` regression https://github.com/c-blake/cligen/issues/84 (#10131)
|
6 years ago |
Alexander Ivanov
|
aadbdd6b06
Support undefined in isNil (#9960)
|
6 years ago |
Andreas Rumpf
|
062d7e3a39
fixes #10082
|
6 years ago |
Timothee Cour
|
dd33f41877
refs #10121 (#10124)
|
6 years ago |
Timothee Cour
|
7f81195e5a
document --profiler:on (#10115)
|
6 years ago |
Neelesh Chandola
|
527b774772
{.push raises: [].} is now ignored for vars/lets/consts (#10026)
|
6 years ago |
Timothee Cour
|
e98d54b050
nim dump: add nimcache entry (#10122)
|
6 years ago |
Timothee Cour
|
9c65ea0d16
`nim c` now allows: when defined(c) (#10130)
|
6 years ago |
Timothee Cour
|
0831292863
revives: Move typetraits.`$` to system. Fixes #5827 (#10071)
|
6 years ago |
Timothee Cour
|
eba8ffcf70
`checkErr` now shows actual system error msg instead of unknown error (#9987)
|
6 years ago |