| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [backport] tut1: Update the proc overloading examples (#13497) [skip ci] | Kaushal Modi | 2020-02-25 | 1 | -5/+11 |
* | only enable linenoise for -d:nimUseLinenoise (#13478) | Timothee Cour | 2020-02-24 | 2 | -2/+2 |
* | Update advopt.txt to include link to nim cache docs (#13464) | Lee Matos | 2020-02-22 | 1 | -0/+1 |
* | Fixed non-working examples in Manual: Exception Handling (#13424) | Manav | 2020-02-20 | 1 | -1/+3 |
* | manual: documents changes regarding dynlib (#13425) | alaviss | 2020-02-18 | 1 | -4/+4 |
* | lib.rst: add a link for jsconsole [backport] (#13383) | Jjp137 | 2020-02-11 | 1 | -0/+3 |
* | fixes #3339 by documenting the limitations of case-statement (#13366) | Miran | 2020-02-08 | 1 | -0/+29 |
* | fix #13150 `nim doc --project` now works reliably (#13223) | Timothee Cour | 2020-02-06 | 1 | -0/+7 |
* | contributing.rst: Add a special rule for 'outplace'-like features | Araq | 2020-02-05 | 1 | -2/+15 |
* | contributing docs: symbols need package prefix; changed allocStats to nimAllo... | Timothee Cour | 2020-01-25 | 1 | -0/+14 |
* | Updated 'nim for embedded systems' section to use --os:any and --gc:arc (#13237) | Ico Doornekamp | 2020-01-23 | 1 | -15/+33 |
* | VM: allow overriding MaxLoopIterations without rebuilding nim (#13233) | Timothee Cour | 2020-01-23 | 1 | -0/+1 |
* | [backport] Documentation Fix #12251 (#13226) [ci skip] | Juan Carlos | 2020-01-22 | 1 | -0/+8 |
* | followup on #10435 : should be diff, not show (#13162) | Timothee Cour | 2020-01-17 | 1 | -1/+1 |
* | make sink operator optional (#13068) | cooldome | 2020-01-17 | 1 | -2/+6 |
* | Fix typo in doc/destructors.rst (#13148) | Tomohiro | 2020-01-14 | 1 | -1/+1 |
* | fixes #10665 (#13141) [backport] | Andreas Rumpf | 2020-01-14 | 2 | -23/+28 |
* | [easy] --hint:link:on now shows link cmd instead of nothing (#13056) | Timothee Cour | 2020-01-07 | 1 | -1/+2 |
* | Fix typo (#13015) [backport] | Siegfried Ehret | 2020-01-03 | 1 | -1/+1 |
* | --exception:goto switch for deterministic exception handling (#12977) | Andreas Rumpf | 2020-01-01 | 1 | -1/+2 |
* | [ci skip] docfix .. < => ..< (#12981) [backport] | Timothee Cour | 2019-12-29 | 1 | -1/+1 |