Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #2961 from Perelandric/rename_writeLn | Dominik Picheta | 2015-06-20 | 71 | -800/+814 | |
|\ \ \ \ | ||||||
| * | | | | reworked deprecation to retain old procs | patrick dw | 2015-06-19 | 3 | -3/+14 | |
| * | | | | renamed writeln to writeLine in compiler | patrick dw | 2015-06-19 | 8 | -228/+228 | |
| * | | | | renamed writeln to writeLine in examples | patrick dw | 2015-06-19 | 2 | -4/+4 | |
| * | | | | renamed writeln to writeLine in tools | patrick dw | 2015-06-19 | 3 | -50/+50 | |
| * | | | | renamed writeln to writeLine in tests | patrick dw | 2015-06-19 | 39 | -455/+455 | |
| * | | | | rename writeln to writeLine in doc | patrick dw | 2015-06-19 | 6 | -33/+33 | |
| * | | | | renamed writeln to writeLine in lib | patrick dw | 2015-06-19 | 10 | -25/+25 | |
| * | | | | Renamed writeln procs to writeLine | patrick dw | 2015-06-18 | 3 | -5/+8 | |
| |/ / / | ||||||
* | | | | Merge branch 'rgv151-patch-2' into devel | Dominik Picheta | 2015-06-20 | 2 | -49/+95 | |
|\ \ \ \ | ||||||
| * | | | | Added test file for #2813. | Dominik Picheta | 2015-06-20 | 1 | -0/+45 | |
| * | | | | Merge branch 'patch-2' of https://github.com/rgv151/Nim into rgv151-patch-2 | Dominik Picheta | 2015-06-20 | 1 | -49/+50 | |
|/| | | | | ||||||
| * | | | | Allow TR, TH, TD tags inside THEAD and TFOOT | Bruce Doan | 2015-05-27 | 1 | -49/+49 | |
* | | | | | Merge pull request #2951 from apense/patch-5 | Andreas Rumpf | 2015-06-20 | 1 | -0/+21 | |
|\ \ \ \ \ | ||||||
| * | | | | | Added documentation | apense | 2015-06-18 | 1 | -0/+3 | |
| * | | | | | Removed redundant check | apense | 2015-06-18 | 1 | -2/+0 | |
| * | | | | | Fixed silly continue | apense | 2015-06-17 | 1 | -5/+2 | |
| * | | | | | Added `isSorted` proc | apense | 2015-06-17 | 1 | -0/+23 | |
* | | | | | | Merge pull request #2930 from nim-lang/contributing-guide | Dominik Picheta | 2015-06-19 | 1 | -0/+137 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | closed the discard in the guide | Simon Hafner | 2015-06-19 | 1 | -0/+1 | |
| * | | | | | | added comment about failing tests and categories | Simon Hafner | 2015-06-18 | 1 | -1/+13 | |
| * | | | | | | fixed rst links | Simon Hafner | 2015-06-18 | 1 | -2/+2 | |
| * | | | | | | fixed the rst code blocks | Simon Hafner | 2015-06-18 | 1 | -0/+8 | |
| * | | | | | | and some more non-rst stuff fixed | Simon Hafner | 2015-06-18 | 1 | -1/+2 | |
| * | | | | | | fixed some non-rst stuff | Simon Hafner | 2015-06-18 | 1 | -1/+2 | |
| * | | | | | | switched to contributing.rst | Simon Hafner | 2015-06-18 | 2 | -114/+114 | |
| * | | | | | | switched to ./koch --print html | Simon Hafner | 2015-06-18 | 1 | -2/+1 | |
| * | | | | | | explained how to run the tester to compare commits | Simon Hafner | 2015-06-18 | 1 | -1/+24 | |
| * | | | | | | switched over from assert to doAssert for guide | Simon Hafner | 2015-06-15 | 1 | -16/+7 | |
| * | | | | | | initial draft for contributing.md | Simon Hafner | 2015-06-14 | 1 | -0/+101 | |
* | | | | | | | Merge pull request #2957 from apense/patch-7 | Andreas Rumpf | 2015-06-19 | 1 | -0/+18 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | Added some C99 funcs | apense | 2015-06-18 | 1 | -0/+18 | |
* | | | | | | | Merge pull request #2940 from flaviut/fix-nre-20 | Andreas Rumpf | 2015-06-19 | 2 | -2/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix flaviut/nre#20 | Flaviu Tamas | 2015-06-18 | 2 | -2/+7 | |
* | | | | | | | | Merge pull request #2959 from rafaelx/patch-1 | Dominik Picheta | 2015-06-18 | 1 | -7/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Update tut2.txt | Rafael | 2015-06-18 | 1 | -7/+5 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #2955 from apense/patch-6 | Dominik Picheta | 2015-06-18 | 1 | -37/+38 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Minor fixes to astspec | apense | 2015-06-18 | 1 | -37/+38 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #2953 from yglukhov/fix-2617 | Andreas Rumpf | 2015-06-18 | 1 | -20/+28 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Changed sets of strings to IntSets | yglukhov | 2015-06-18 | 1 | -18/+15 | |
| * | | | | | | Fixes #2617, fixes addr of obj downcast. | yglukhov | 2015-06-18 | 1 | -21/+32 | |
* | | | | | | | fixes #2297, fixes #2946 | Araq | 2015-06-18 | 6 | -19/+127 | |
* | | | | | | | Merge pull request #2954 from avsej/fix-rest-syntax-in-astspec | Andreas Rumpf | 2015-06-18 | 1 | -59/+59 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix reST syntax in doc/astspec.txt | Sergey Avseyev | 2015-06-18 | 1 | -3/+3 | |
| * | | | | | | | Remove trailing spaces in doc/astspec.txt | Sergey Avseyev | 2015-06-18 | 1 | -57/+57 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #2948 from apense/patch-4 | Dominik Picheta | 2015-06-18 | 1 | -1/+95 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | More documentation of AST | apense | 2015-06-17 | 1 | -1/+95 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #2952 from fmamud/devel | Andreas Rumpf | 2015-06-18 | 1 | -0/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add G+ Nim community | Felipe Mamud | 2015-06-18 | 1 | -0/+7 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #2947 from yglukhov/fix-fix-2917 | Andreas Rumpf | 2015-06-18 | 1 | -2/+5 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | |