Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 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 |
|\ \ | |/ |/| | |||||
| * | Fixed fix of #2917 | yglukhov | 2015-06-17 | 1 | -2/+5 |
|/ | |||||
* | Merge pull request #2938 from apense/patch-4 | Andreas Rumpf | 2015-06-17 | 1 | -0/+4 |
|\ | |||||
| * | Added uints to Leaf nodes | apense | 2015-06-16 | 1 | -0/+4 |
* | | Merge pull request #2944 from apense/patch-5 | Andreas Rumpf | 2015-06-17 | 1 | -2/+2 |
|\ \ | |||||
| * | | Fixed gcc batch issue | apense | 2015-06-17 | 1 | -2/+2 |
| |/ | |||||
* | | Merge pull request #2945 from yglukhov/fix-2917 | Andreas Rumpf | 2015-06-17 | 1 | -3/+16 |
|\ \ | |/ |/| | |||||
| * | Fixes #2917 | yglukhov | 2015-06-17 | 1 | -3/+16 |
* | | Merge pull request #2768 from gokr/fix-repr | Andreas Rumpf | 2015-06-16 | 1 | -5/+11 |
|\ \ | |||||
| * | | Tweaked to do commas properly | Göran Krampe | 2015-05-20 | 1 | -3/+3 |
| * | | Fixes #2749, traverse full inheritance for reprRecord | Göran Krampe | 2015-05-20 | 1 | -5/+11 |
* | | | Merge pull request #2936 from alexamy/alexamy-patch-1 | Andreas Rumpf | 2015-06-16 | 1 | -3/+12 |
|\ \ \ | |||||
| * | | | Update tut1.txt | Alexander | 2015-06-16 | 1 | -7/+12 |
| * | | | Update tut1.txt | Alexander | 2015-06-16 | 1 | -1/+1 |
| * | | | Update tut1.txt | Alexander | 2015-06-16 | 1 | -0/+4 |
| | |/ | |/| | |||||
* | | | Merge pull request #2851 from stefantalpalaru/gogc | Andreas Rumpf | 2015-06-16 | 10 | -17/+228 |
|\ \ \ | |/ / |/| | | |||||
| * | | conditional TGenericSeq extension | Stefan Talpalaru | 2015-06-16 | 3 | -8/+18 |
| * | | TMemRegion -> MemRegion | Stefan Talpalaru | 2015-06-15 | 1 | -5/+6 |
| * | | cleanup | Stefan Talpalaru | 2015-06-15 | 1 | -5/+0 |
| * | | Merge branch 'devel' into gogc | Stefan Talpalaru | 2015-06-15 | 212 | -7505/+8317 |
| |\ \ | |||||
| * | | | finalizer support | Stefan Talpalaru | 2015-06-15 | 1 | -0/+6 |
| * | | | fix growObj() with strings | Stefan Talpalaru | 2015-06-09 | 1 | -0/+2 |
| * | | | the Go GC - initial implementation | Stefan Talpalaru | 2015-05-31 | 10 | -16/+213 |
* | | | | Merge pull request #2931 from apense/patch-8 | Andreas Rumpf | 2015-06-16 | 1 | -17/+720 |
|\ \ \ \ | |||||
| * | | | | Fleshed out type section | apense | 2015-06-15 | 1 | -2/+103 |
| * | | | | Added import-type statements | apense | 2015-06-15 | 1 | -0/+96 |
| * | | | | Minor updates; addition of `var` return in procs | apense | 2015-06-15 | 1 | -0/+48 |
| * | | | | Added static types | apense | 2015-06-15 | 1 | -0/+20 |
| * | | | | Added raw string literal function calls docs | apense | 2015-06-15 | 1 | -0/+19 |