Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | importing of C++ nested generics like std::vector<T>::iterator, using the ↵ | Zahary Karadjov | 2015-04-13 | 1 | -0/+3 |
| | | | | apostrophe operator | ||||
* | Get rid of deprecation warnings | def | 2015-04-07 | 1 | -9/+9 |
| | |||||
* | Merge pull request #2428 from arnetheduck/comp-lib-ropes | Andreas Rumpf | 2015-04-06 | 1 | -10/+4 |
|\ | | | | | Comp lib ropes | ||||
| * | compiler_ropes: ropeEqualsFile -> equalsFile, no more max rope component length | Jacek Sieka | 2015-04-01 | 1 | -9/+3 |
| | | | | | | | | | | | | | | read file data in bigger blocks, avoiding lots of file api calls also removed crc step - seems easier to simply compare the bytes rather than calculating two crc's | ||||
| * | compiler_ropes: ropeToStr -> $ | Jacek Sieka | 2015-04-01 | 1 | -1/+1 |
| | | |||||
* | | GC-safety error messages are useful now | Araq | 2015-04-04 | 1 | -1/+1 |
|/ | |||||
* | concept example from the manual now works again | Araq | 2015-03-23 | 1 | -9/+0 |
| | |||||
* | fixes #1868 | Araq | 2015-03-12 | 1 | -334/+334 |
| | |||||
* | Merge pull request #2274 from reactormonk/warning-for-result | Andreas Rumpf | 2015-03-08 | 1 | -3/+5 |
|\ | | | | | Warning for result | ||||
| * | fixed array size | Simon Hafner | 2015-03-07 | 1 | -1/+1 |
| | | |||||
| * | update WarningsToStr | Simon Hafner | 2015-03-06 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'devel' into warning-for-result | Simon Hafner | 2015-03-05 | 1 | -17/+27 |
| |\ | |||||
| * | | added a warning for when result is shadowed #868 | Simon Hafner | 2015-02-01 | 1 | -1/+3 |
| | | | |||||
* | | | Replaced deprecated repeatChar() with repeat() or spaces(). | Hans Raaf | 2015-03-04 | 1 | -1/+1 |
| |/ |/| | |||||
* | | don't use stdout for nimsuggest server mode | Araq | 2015-02-27 | 1 | -6/+8 |
| | | |||||
* | | Merge pull request #2140 from FedericoCeratto/devel | Andreas Rumpf | 2015-02-16 | 1 | -5/+5 |
|\ \ | | | | | | | Fix some typos | ||||
| * | | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
| | | | |||||
| * | | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -4/+4 |
| | | | |||||
* | | | Tell user more exactly how to create stacktrace | def | 2015-02-16 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #2053 from reactormonk/message-for-koch-temp | Andreas Rumpf | 2015-02-12 | 1 | -1/+4 |
|\ \ | | | | | | | report how to create a compiler stacktrace #1280 | ||||
| * | | use dynamic message destination | Simon Hafner | 2015-02-04 | 1 | -1/+1 |
| | | | |||||
| * | | report how to create a compiler stacktrace #1280 | Simon Hafner | 2015-02-01 | 1 | -1/+4 |
| |/ | |||||
* | | fixes #1956 | Araq | 2015-02-08 | 1 | -3/+3 |
| | | |||||
* | | Clarify "instantiation from here" | Flaviu Tamas | 2015-02-07 | 1 | -1/+1 |
| | | | | | | | | After ~1 year of Nim, I finally realized it doesn't refer to dynamic memory | ||||
* | | Merge pull request #2058 from def-/nimrod-cfgs | Andreas Rumpf | 2015-02-07 | 1 | -1/+1 |
|\ \ | | | | | | | Rename *.nimrod.cfg to *.nim.cfg | ||||
| * | | Typos | def | 2015-02-04 | 1 | -1/+1 |
| |/ | |||||
* / | nimsuggest knows how to deal with files not belonging to the project | Araq | 2015-02-07 | 1 | -1/+6 |
|/ | |||||
* | nimsuggest: sane dirty buffer handling | Araq | 2015-01-29 | 1 | -17/+21 |
| | |||||
* | nimsuggest: filenames in quotes now work; general hints are not emitted | Araq | 2015-01-29 | 1 | -4/+5 |
| | |||||
* | nimsuggest: first version | Araq | 2015-01-27 | 1 | -43/+24 |
| | |||||
* | non-destructible context only produces a warning for now | Araq | 2015-01-24 | 1 | -3/+4 |
| | |||||
* | fixes the integer conversion regressions | Araq | 2015-01-13 | 1 | -1/+1 |
| | |||||
* | fixes #1473 | Araq | 2014-11-12 | 1 | -1/+9 |
| | |||||
* | compiler bootstraps again | Araq | 2014-11-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'pr_adds_code_directive_to_rst' into ↵ | Grzegorz Adam Hankiewicz | 2014-11-03 | 1 | -2/+5 |
|\ | | | | | | | | | | | | | | | | | pr_bigbreak_adds_code_directive_to_rst Conflicts: doc/tut2.txt lib/packages/docutils/rstgen.nim lib/system.nim | ||||
| * | Modifies docgen to support new warning message. | Grzegorz Adam Hankiewicz | 2014-07-19 | 1 | -3/+6 |
| | | |||||
* | | docgen should work again | Araq | 2014-10-05 | 1 | -3/+3 |
| | | |||||
* | | implemented 'guard' annotation | Araq | 2014-09-21 | 1 | -4/+5 |
| | | |||||
* | | fixes documentation generator | Araq | 2014-09-14 | 1 | -1/+1 |
| | | |||||
* | | minor improvement for nim pretty | Araq | 2014-08-31 | 1 | -3/+4 |
| | | |||||
* | | updated the compiler to use the new symbol names | Araq | 2014-08-28 | 1 | -1/+1 |
| | | |||||
* | | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | | |||||
* | | renamefest | Araq | 2014-08-23 | 1 | -3/+3 |
| | | |||||
* | | the big renamefest: first steps | Araq | 2014-08-22 | 1 | -1/+1 |
|/ | |||||
* | compiler prepared for the new comment handling | Araq | 2014-04-30 | 1 | -3/+3 |
| | |||||
* | made large parts of the stdlib gcsafe | Araq | 2014-04-20 | 1 | -3/+4 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-20 | 1 | -1/+1 |
|\ | |||||
| * | added `continue` to errStmtInvalidAfterReturn | Simon Hafner | 2014-04-18 | 1 | -1/+1 |
| | | |||||
* | | New concurrency model: next steps | Araq | 2014-04-19 | 1 | -4/+6 |
|/ | |||||
* | fixes #1010 | Araq | 2014-03-22 | 1 | -1/+1 |
| |