| Commit message (Expand) | Author | Age | Files | Lines |
* | Add thiscall calling convention, mostly for hooking purpose (#14466) | Huy Doan | 2020-05-27 | 1 | -0/+4 |
* | fix #6583, fix #14376, index+search now generated for all projects, many bug ... | Timothee Cour | 2020-05-25 | 1 | -2/+10 |
* | manual.rst: updates [backport] (#14445) | Andreas Rumpf | 2020-05-25 | 1 | -23/+24 |
* | Fix some typos in the manual [backport] (#14399) | Danil Yarantsev | 2020-05-20 | 1 | -10/+10 |
* | refs #14369 improve docs for importcpp exceptions (#14391) | Timothee Cour | 2020-05-18 | 1 | -8/+30 |
* | docs:getCurrentException() and getCurrentExceptionMsg() are not available for... | cooldome | 2020-05-18 | 1 | -1/+3 |
* | docs: fix syntax error in hotCodeReloading example (fixes #14380) (#14381) | Frank Schmitt | 2020-05-17 | 1 | -1/+1 |
* | docfix: fix wrong link in doc/manual.rst (#14367) | Bung | 2020-05-16 | 1 | -1/+1 |
* | Allow let to not have value when using importc (#14258) | PMunch | 2020-05-12 | 1 | -0/+15 |
* | fixes #13881 | Andreas Rumpf | 2020-05-12 | 1 | -3/+44 |
* | Added a reference to ternary operators. (#14309) | Avahe Kellenberger | 2020-05-12 | 1 | -0/+1 |
* | do not track 'raise Defect' in the .raises: [] clause anymore (#14298) | Andreas Rumpf | 2020-05-11 | 1 | -0/+22 |
* | `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d... | Timothee Cour | 2020-05-11 | 2 | -4/+13 |
* | Fix typo | Clyybber | 2020-05-08 | 1 | -1/+1 |
* | make `from` an operator (#14241) | hlaaftana | 2020-05-08 | 2 | -17/+17 |
* | added a new feature: --cc:env so that you can use any C compiler as long as i... | Andreas Rumpf | 2020-05-06 | 1 | -0/+4 |
* | Clarify JS cstring len (#14184) | hlaaftana | 2020-05-05 | 1 | -1/+1 |
* | exp. features now in correct manual, closes #11932 (#14195) | hlaaftana | 2020-05-02 | 2 | -171/+184 |
* | discardable async procs are now an error (#14176) | hlaaftana | 2020-05-01 | 1 | -1/+2 |
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 4 | -21/+21 |
* | StringStream & more stdlib modules support for JS/NimScript (#14095) | hlaaftana | 2020-04-28 | 2 | -7/+7 |
* | Update grammar.txt with `func` and `as` (#14147) [backport] | hlaaftana | 2020-04-28 | 1 | -1/+2 |
* | changed type() to typeof() in docs and error messages (#14084) | hlaaftana | 2020-04-24 | 4 | -6/+6 |
* | CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static ... | Timothee Cour | 2020-04-23 | 1 | -3/+2 |
* | new cmd: `nim r main [args...]` to compile & run, saving binary under $nimcac... | Timothee Cour | 2020-04-23 | 1 | -0/+1 |
* | docs: move `not nil` to the experimental page (#14027) | Rory O’Kane | 2020-04-21 | 2 | -26/+30 |
* | clarify tuples and objects in manual, fixes #12486 (#14044) | hlaaftana | 2020-04-21 | 1 | -7/+20 |
* | Fix #13972 (#14034) | Clyybber | 2020-04-20 | 1 | -2/+2 |
* | Update code example to match new sdl2.nim syntax (#13924) | Lưu Danh, Hiếu | 2020-04-20 | 1 | -25/+43 |
* | remove the nilChecks switch; refs #11570 | Araq | 2020-04-20 | 1 | -1/+0 |
* | Grammar correction in backends.rst (#13989) | Adam Weber | 2020-04-16 | 1 | -2/+2 |
* | drnim: tiny progress (#13882) | Andreas Rumpf | 2020-04-15 | 2 | -5/+6 |
* | new feature: ability to turn specific warnings to errors | Andreas Rumpf | 2020-04-04 | 1 | -0/+2 |
* | Small typo (#13824) | Clyybber | 2020-03-31 | 1 | -1/+1 |
* | DrNim (Nim compiler with Z3 integration) (#13743) | Andreas Rumpf | 2020-03-31 | 1 | -0/+203 |
* | macros for proc types, macros for types (#13778) | Andreas Rumpf | 2020-03-31 | 1 | -44/+74 |
* | stacktraces can now show custom runtime msgs per frame (#13351) | Timothee Cour | 2020-03-30 | 1 | -0/+1 |
* | [ci skip] docs: make the syntax for generics easy to look up (#13754) | Rory O’Kane | 2020-03-25 | 1 | -1/+2 |
* | [skip ci] docs: reword Part 3 link to communicate that it exists (#13755) | Rory O’Kane | 2020-03-25 | 1 | -1/+1 |
* | docs: say that `nil` can be used as a value (#13756) | Rory O’Kane | 2020-03-25 | 1 | -5/+8 |
* | gc.rst that doesn't lie (#13686) | Andreas Rumpf | 2020-03-19 | 1 | -54/+34 |
* | Documentation GC (#13109) | Juan Carlos | 2020-03-18 | 1 | -76/+98 |
* | arc optimizations (#13325) | Andreas Rumpf | 2020-03-18 | 1 | -0/+1 |
* | fix typo (#13660) [ci skip] | Kartik Saranathan | 2020-03-16 | 1 | -1/+1 |
* | fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ... | Timothee Cour | 2020-03-13 | 1 | -2/+2 |
* | catchable defects (#13626) | Andreas Rumpf | 2020-03-12 | 2 | -13/+22 |
* | Only print the link command when listCmd is active; fix docs (#13603) | Clyybber | 2020-03-07 | 1 | -2/+2 |
* | sink parameter inference for types that have destructors (#13544) | Andreas Rumpf | 2020-03-04 | 2 | -1/+19 |
* | fix #13409: Document as infix operator (#13570) | hlaaftana | 2020-03-04 | 1 | -16/+16 |
* | Document import/include outside of top level semantics (#13548) | hlaaftana | 2020-03-01 | 1 | -0/+14 |