Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improved --debugger switch; updated release plan | Araq | 2015-02-27 | 2 | -4/+1 |
| | |||||
* | Merge pull request #1840 from def-/extend-math | Andreas Rumpf | 2015-02-26 | 1 | -0/+3 |
|\ | | | | | Rational numbers and a few additions to math and complex | ||||
| * | Fix lib link to rationals module | def | 2015-02-16 | 1 | -1/+1 |
| | | |||||
| * | Add rational to standard library list | def | 2015-02-16 | 1 | -0/+3 |
| | | |||||
* | | Fix typos in docs | Jochen Van de Velde | 2015-02-24 | 2 | -3/+3 |
| | | |||||
* | | macros.PNimrodNode is now NimNode | Araq | 2015-02-24 | 1 | -18/+14 |
| | | |||||
* | | fixes #2124 | Araq | 2015-02-20 | 1 | -8/+0 |
| | | |||||
* | | website updates | Araq | 2015-02-18 | 1 | -7/+0 |
| | | |||||
* | | Fix output of --advanced | def | 2015-02-16 | 1 | -1/+1 |
|/ | | | | All the other documentation limits with :, only this one was with = | ||||
* | Merge pull request #2140 from FedericoCeratto/devel | Andreas Rumpf | 2015-02-16 | 11 | -25/+25 |
|\ | | | | | Fix some typos | ||||
| * | Fix typos | Federico Ceratto | 2015-02-15 | 10 | -20/+20 |
| | | |||||
| * | Fix typos | Federico Ceratto | 2015-02-15 | 3 | -5/+5 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Araq | 2015-02-16 | 1 | -3/+6 |
|\| | |||||
| * | Update lib.txt | Billingsly Wetherfordshire | 2015-02-14 | 1 | -1/+1 |
| | | | | | | oops | ||||
| * | Update lib.txt | Billingsly Wetherfordshire | 2015-02-14 | 1 | -4/+1 |
| | | | | | | removed IRC module from mention on lib.html | ||||
| * | Update lib.txt | Billingsly Wetherfordshire | 2015-02-14 | 1 | -0/+6 |
| | | | | | | add basic2d/3d to standard libraries list | ||||
* | | minor documentation updates | Araq | 2015-02-16 | 2 | -3/+4 |
|/ | |||||
* | fixes #2068 | Araq | 2015-02-12 | 1 | -473/+468 |
| | |||||
* | cleanup index generation | Araq | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | tables work in 'const' sections; echo supports 'nil' strings; minor cleanups | Araq | 2015-02-09 | 2 | -2/+0 |
| | |||||
* | fixes #2073; language spec change: arrow like operators are not right ↵ | Araq | 2015-02-08 | 1 | -4/+2 |
| | | | | associative anymore | ||||
* | Merge pull request #2026 from reactormonk/koch-temp-125-exit-code | Andreas Rumpf | 2015-02-01 | 1 | -0/+13 |
|\ | | | | | Koch temp 125 exit code | ||||
| * | added note about creating stacktraces | Simon Hafner | 2015-01-31 | 1 | -0/+3 |
| | | |||||
| * | added documentation about koch temp | Simon Hafner | 2015-01-28 | 1 | -0/+10 |
| | | | | | | | | and the 125 exit code | ||||
* | | documented new C++ support | Araq | 2015-01-28 | 2 | -18/+174 |
|/ | |||||
* | better documentation for 'finished' for first class iterators | Araq | 2015-01-27 | 2 | -0/+51 |
| | |||||
* | revert to old behaviour: tuple field names are not ignored anymore; fixes #1920 | Araq | 2015-01-18 | 2 | -5/+2 |
| | |||||
* | Clarify documentation about "except clauses" | def | 2015-01-17 | 1 | -1/+1 |
| | | | | | They're called type conversions. Type casts are done with cast[T](...) and are not type safe. | ||||
* | Merge pull request #1954 from ziotom78/devel | Varriount | 2015-01-16 | 1 | -0/+35 |
|\ | | | | | New section "Except clauses" in the manual | ||||
| * | New section "Except clauses" in the manual | Maurizio Tomasi | 2015-01-14 | 1 | -0/+35 |
| | | | | | | | | | | | | This new section explains how to use `getCurrentException` and `getCurrentExceptionMsg`. See the thread http://forum.nim-lang.org/t/752 . | ||||
* | | Documentation renames | def | 2015-01-16 | 8 | -80/+80 |
| | | |||||
* | | Manual renames | def | 2015-01-16 | 14 | -141/+141 |
| | | |||||
* | | GitHub link fixes: nim-code -> nim-lang | def | 2015-01-15 | 1 | -1/+1 |
|/ | |||||
* | TSlice -> Slice in the tut1 | Simon Hafner | 2015-01-13 | 1 | -2/+2 |
| | |||||
* | Added missing windows wrappers to the lib.html doc | ReneSac | 2015-01-12 | 1 | -0/+4 |
| | |||||
* | 'discard' can be used instead of 'nil' for empty case object branches | Araq | 2015-01-12 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1924 from daniel-kullmann/doc-fix1 | Andreas Rumpf | 2015-01-11 | 1 | -2/+2 |
|\ | | | | | doc/tut2.txt: clarified usage of static/dynamic binding | ||||
| * | doc/tut2.txt: clarified usage of static/dynamic binding | Daniel Kullmann | 2015-01-11 | 1 | -2/+2 |
| | | | | | | | | | | The original text was slightly misleading in that it could be read that newLit and newPlus could not be implemented as methods; this is untrue, because newPlus could also be impleented as a method. The reason that newLit can't be implemented as a method is that its first argument (x: int) has a non-object type. | ||||
* | | doc/tut2.txt: Tiny grammar fix | Daniel Kullmann | 2015-01-11 | 1 | -1/+1 |
|/ | | | | A "the" was missing in "Macros have to be implemented in pure Nim code if foreign function interface (FFI is not enabled in the compiler" | ||||
* | Merge pull request #1912 from flaviut/rename-stuff | reactormonk | 2015-01-10 | 3 | -14/+14 |
|\ | | | | | s/nimrod/nim/g; s/babel/nimble/g | ||||
| * | s/nimrod/nim/g; s/babel/nimble/g | Flaviu Tamas | 2015-01-09 | 3 | -14/+14 |
| | | |||||
* | | Fixed grammar in 'let statment' | Mike | 2015-01-08 | 1 | -1/+1 |
|/ | |||||
* | fix a couple of typos, grammar, and removal of whitespace | Joseph Poirier | 2015-01-03 | 2 | -86/+86 |
| | |||||
* | Merge pull request #1826 from jpoirier/devel | Dominik Picheta | 2015-01-03 | 1 | -1/+1 |
|\ | | | | | clarify single letter option requirements | ||||
| * | Merge remote-tracking branch 'upstream/devel' into devel | Joseph Poirier | 2015-01-02 | 1 | -2/+2 |
| |\ | |||||
| * | | clarify single letter option requirements | Joseph Poirier | 2015-01-02 | 1 | -1/+1 |
| | | | |||||
* | | | Fix typo | Robert Gieseke | 2015-01-03 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge pull request #1831 from homeworkprod/patch-1 | reactormonk | 2015-01-03 | 1 | -1/+1 |
|\ \ | | | | | | | Tutorial: Fixed slices example code. | ||||
| * | | Tutorial: Fixed slices example code. | Jochen Kupperschmidt | 2015-01-02 | 1 | -1/+1 |
| |/ | | | | | This is likely a remainder of the name change from "Nimrod" to "Nim". | ||||
* / | Fix typo | Arthur Liao | 2015-01-02 | 1 | -1/+1 |
|/ |