summary refs log tree commit diff stats
path: root/tests/manyloc/standalone
Commit message (Collapse)AuthorAgeFilesLines
* make --gc:arc --exceptions:quirky work again [backport:1.4] (#16583)Andreas Rumpf2021-01-041-5/+0
| | | | | * make --gc:arc --exceptions:quirky work again [backport:1.4] * fixes #16404 [backport:1.4]
* Fixed #9762 (#11296)Yuriy Glukhov2019-05-291-0/+3
|
* move assertions and iterators out of system.nim (#10597)Miran2019-03-071-4/+0
| | | | | * move assertions and iterators out of system.nim * limit nimsuggest tests to the first 3 suggestions
* Dead code elimination for entire modules and their init procs if empty (#10032)cooldome2018-12-301-1/+5
| | | | | | * fixes #9798 * Change order of write modules * Move datInit calls ahead of initStackBottom
* make tests green againAndreas Rumpf2018-07-051-0/+4
|
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-1/+0
|
* proper distinction between --gc:none and --os:standaloneAraq2015-06-291-0/+1
|
* Move the noreturn pragma to sysFataldef2015-05-051-3/+3
| | | | | Now you can choose to implement sysFatal with --os:standalone so that it returns.
* fixes #2041Araq2015-01-311-0/+3
|
* renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-291-0/+0
|
* fixes --os:standaloneAraq2013-06-301-1/+3
|
* --os:standalone works againAraq2013-06-303-0/+25