| Commit message (Expand) | Author | Age | Files | Lines |
* | unbundle fusion (#16925) | Timothee Cour | 2021-02-11 | 1 | -1/+1 |
* | improve ./koch docs (#16991) | Timothee Cour | 2021-02-10 | 1 | -1/+1 |
* | fix #9102 docgen: sidebar now shows proc signatures instead of encoding (#16857) | Timothee Cour | 2021-01-29 | 1 | -0/+2 |
* | fix gitignore for testament cruft (#15530) | Timothee Cour | 2020-10-09 | 1 | -0/+2 |
* | Add /lib/fusion to gitignore (#15295) | hlaaftana | 2020-09-11 | 1 | -0/+1 |
* | fix #6583, fix #14376, index+search now generated for all projects, many bug ... | Timothee Cour | 2020-05-25 | 1 | -2/+3 |
* | move tinyc to a separate repo and allow installing external dependencency (eg... | Timothee Cour | 2020-04-03 | 1 | -1/+1 |
* | .github/workflows: new CI pipeline (#13656) | alaviss | 2020-03-16 | 1 | -0/+2 |
* | refactor htmldocs; gitignore it | Timothee Cour | 2020-01-28 | 1 | -0/+3 |
* | fixes #12998 nim doc regression (#13117) | Timothee Cour | 2020-01-16 | 1 | -0/+2 |
* | [easy] --hint:link:on now shows link cmd instead of nothing (#13056) | Timothee Cour | 2020-01-07 | 1 | -0/+3 |
* | #12103 - CI for FreeBSD (#12179) | Euan | 2019-11-29 | 1 | -0/+2 |
* | Ignore dochack.js (#11409) | Tristano Ajmone | 2019-06-05 | 1 | -0/+1 |
* | right shift is now by default sign preserving (#11322) | Arne Döring | 2019-05-29 | 1 | -0/+1 |
* | Ignore nimble test packages some generated files. (#11087) | Aditya Siram | 2019-04-23 | 1 | -0/+4 |
* | Initial version of the hot-code reloading support for native targets (#10729) | zah | 2019-02-26 | 1 | -1/+3 |
* | update gitignore [ci skip] | narimiran | 2019-01-23 | 1 | -0/+1 |
* | fixes #10273 execShellCmd now returns nonzero when child killed with signal +... | Timothee Cour | 2019-01-13 | 1 | -1/+1 |
* | testament megatest: we can now tell which test failed; helps debugging and pr... | Timothee Cour | 2019-01-05 | 1 | -0/+4 |
* | resolve merge conflicts | Araq | 2018-12-12 | 1 | -0/+2 |
|\ |
|
| * | Added Visual Studio build artifacts to gitignore | Fredrik Høisæther Rasch | 2017-03-21 | 1 | -0/+2 |
* | | lots of small changes | Arne Döring | 2018-12-11 | 1 | -0/+3 |
* | | make documentation generator tests green again | Araq | 2018-09-13 | 1 | -1/+1 |
* | | gitignore html output of nim doc foo (#8742) | Timothee Cour | 2018-08-25 | 1 | -1/+5 |
* | | gitignore test.ini, generated by ./koch tests (#8529) | Timothee Cour | 2018-08-04 | 1 | -1/+2 |
* | | pass nim path to subprocess testament (#6779) | Jacek Sieka | 2017-11-19 | 1 | -0/+4 |
* | | Added Windows and VCC build artifacts to gitignore | Fredrik Høisæther Rasch | 2017-08-08 | 1 | -0/+4 |
|/ |
|
* | added dist/ to .gitignore | Axel Pahl | 2016-11-08 | 1 | -0/+1 |
* | Update .gitignore | Axel Pahl | 2016-11-08 | 1 | -0/+1 |
* | Ignore new cache folders | WhiteDuke | 2016-09-14 | 1 | -0/+4 |
* | Added `.*/`, `~*` and `*.log` to GIT ignore list. | Hans Raaf | 2016-05-21 | 1 | -0/+5 |
* | Get rid of git submodule | Sergey Avseyev | 2015-05-26 | 1 | -0/+1 |
* | Make csources a submodule | Adam Strzelecki | 2015-05-03 | 1 | -1/+0 |
* | Add csources to gitignore | Flaviu Tamas | 2014-11-12 | 1 | -0/+1 |
* | Clean up gitignore, the current ignore is equvilent to the previous | flaviut | 2014-04-23 | 1 | -548/+16 |
* | Removes generated .dot file uploaded by mistake. | Grzegorz Adam Hankiewicz | 2013-12-30 | 1 | -0/+1 |
* | Merge pull request #759 from zielmicha/stdmsg | Andreas Rumpf | 2013-12-20 | 1 | -0/+2 |
|\ |
|
| * | Add two CGI example and basic Python CGI server. | Michał Zieliński | 2013-12-18 | 1 | -0/+2 |
* | | Expand gitignore to include all binaries built by ./koch test. | Michał Zieliński | 2013-12-15 | 1 | -3/+392 |
|/ |
|
* | Reimplement parseopt which parses arguments given as a sequence of strings, n... | Michał Zieliński | 2013-12-09 | 1 | -0/+1 |
* | Adds idetools --suggest test case. Refs #484. | Grzegorz Adam Hankiewicz | 2013-07-02 | 1 | -0/+1 |
* | Adds idetools hierarchy nesting test. | Grzegorz Adam Hankiewicz | 2013-06-16 | 1 | -0/+1 |
* | Adds idetools test to check declaration proc signatures. | Grzegorz Adam Hankiewicz | 2013-06-16 | 1 | -0/+1 |
* | Adds idetoos testcase to verify returned signatures. | Grzegorz Adam Hankiewicz | 2013-06-16 | 1 | -1/+1 |
* | Adds symbol proc run mode as suggested by Zahary. | Grzegorz Adam Hankiewicz | 2013-06-11 | 1 | -0/+2 |
* | Adds idetools testcase for dynamic dispatch. Refs #477. | Grzegorz Adam Hankiewicz | 2013-06-10 | 1 | -0/+1 |
* | Renames test cases to be more human friendly. | Grzegorz Adam Hankiewicz | 2013-06-10 | 1 | -2/+2 |
* | Adds idetools testcase. Refs #416. | Grzegorz Adam Hankiewicz | 2013-06-07 | 1 | -0/+1 |
* | Adds idetools test case. Refs #416. | Grzegorz Adam Hankiewicz | 2013-06-07 | 1 | -0/+1 |
* | Adds generic idetools api test case. | Grzegorz Adam Hankiewicz | 2013-06-07 | 1 | -0/+1 |