Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2952 from fmamud/devel | Andreas Rumpf | 2015-06-18 | 1 | -0/+7 |
|\ | | | | | Add G+ Nim community | ||||
| * | Add G+ Nim community | Felipe Mamud | 2015-06-18 | 1 | -0/+7 |
| | | | | | | The G+ Nim community is another place where discussions related to the language happen. Read and follow various articles, posts and interesting links about Nim. | ||||
* | | Merge pull request #2947 from yglukhov/fix-fix-2917 | Andreas Rumpf | 2015-06-18 | 1 | -2/+5 |
|\ \ | |/ |/| | Fixed fix of #2917 | ||||
| * | 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 | ||||
| * | Added uints to Leaf nodes | apense | 2015-06-16 | 1 | -0/+4 |
| | | | | | | [This question on SO](http://stackoverflow.com/questions/30311110/how-to-create-a-nnkuint16lit-nimnode) made me realized these weren't in there | ||||
* | | Merge pull request #2944 from apense/patch-5 | Andreas Rumpf | 2015-06-17 | 1 | -2/+2 |
|\ \ | | | | | | | Fixed gcc batch issue | ||||
| * | | Fixed gcc batch issue | apense | 2015-06-17 | 1 | -2/+2 |
| |/ | | | | | See #18 on csources. Basically, some Windows system have gcc as a gcc.bat file. This isn't an issue unless you're calling from another batch file (like here). The call chain will follow to gcc.bat and end there, meaning only one command is processed. Using "CALL" before the other batch command will keep the calls in the main batch file after completion, meaning the compilation will actually succeed this way [see technet](https://technet.microsoft.com/en-us/library/bb490873.aspx). Otherwise you have to hope there is a gcc.exe somewhere instead | ||||
* | | Merge pull request #2945 from yglukhov/fix-2917 | Andreas Rumpf | 2015-06-17 | 1 | -3/+16 |
|\ \ | |/ |/| | Fixes #2917 | ||||
| * | 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 |
|\ \ | | | | | | | Fixes #2749, traverse full inheritance for reprRecord | ||||
| * | | 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 |
|\ \ \ | | | | | | | | | Tutorial Part I update | ||||
| * | | | 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 |
|\ \ \ | |/ / |/| | | the Go GC (using the gccgo implementation) | ||||
| * | | 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 |
|\ \ \ \ | | | | | | | | | | | Added some documentation | ||||
| * | | | | Fleshed out type section | apense | 2015-06-15 | 1 | -2/+103 |
| | | | | | | | | | | | | | | | Hopefully this table renders correctly. Not sure this is the best place for this stuff. | ||||
| * | | | | Added import-type statements | apense | 2015-06-15 | 1 | -0/+96 |
| | | | | | | | | | | | | | | | import, import .. except, export, include, etc. | ||||
| * | | | | 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 |
| | | | | | | | | | | | | | | | I put this within the type section, but I'm not sure if it should go here. It has a broader use. Should it get its own section? | ||||
| * | | | | Added raw string literal function calls docs | apense | 2015-06-15 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | Got curious as to how re"..." worked. | ||||
| * | | | | Corrected capitalization | apense | 2015-06-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Sorry to be making so many changes. | ||||
| * | | | | Updated type section a little | apense | 2015-06-15 | 1 | -0/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Objects are ubiquitous. Concepts don't use ``concept`` in their name. Really, a lot more could be added here. | ||||
| * | | | | Clarified AST | apense | 2015-06-15 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | Generic parameters are treated in the next paragraph. Revised text for future compatibility | ||||
| * | | | | Added some documentation | apense | 2015-06-15 | 1 | -16/+391 |
| | |/ / | |/| | | | | | | | | | | This is a start. Other updates for `macros.nim` are planned, but this at least fleshes out some of the sections. Comments are appreciated! | ||||
* | | | | Merge pull request #2914 from yglukhov/js-exceptions | Andreas Rumpf | 2015-06-16 | 2 | -33/+50 |
|\ \ \ \ | | | | | | | | | | | Fixed and slightly changed exception handling in JS. | ||||
| * | | | | Added noUnhandledHandler | yglukhov | 2015-06-15 | 1 | -7/+9 |
| | | | | | |||||
| * | | | | Unhandled exceptions handling brought back. | yglukhov | 2015-06-15 | 2 | -8/+35 |
| | | | | | |||||
| * | | | | Fixed and slightly changed exception handling. | yglukhov | 2015-06-15 | 2 | -35/+23 |
| | | | | | |||||
* | | | | | Merge pull request #2856 from fowlmouth/patch-4 | Andreas Rumpf | 2015-06-15 | 2 | -0/+28 |
|\ \ \ \ \ | | | | | | | | | | | | | made string compatible with openarray[char] | ||||
| * | | | | | added a test | fowlmouth | 2015-06-01 | 1 | -0/+22 |
| | | | | | | |||||
| * | | | | | string only matches for openarray not varargs | Billingsly Wetherfordshire | 2015-06-01 | 1 | -4/+5 |
| | | | | | | |||||
| * | | | | | made string compatible with openarray[char] | Billingsly Wetherfordshire | 2015-06-01 | 1 | -0/+5 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #2908 from apense/patch-7 | Andreas Rumpf | 2015-06-15 | 1 | -16/+40 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Updated random functions. Fixes #2907 | ||||
| * | | | | Updated RNG for Visual C | apense | 2015-06-14 | 1 | -14/+27 |
| | | | | | | | | | | | | | | | Can't test it, but it should work just fine. Can be extended to MinGW w/ GCC and other compilers sometime in the future | ||||
| * | | | | Discarded randomize for windows | apense | 2015-06-11 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | It actually doesn't use it because `rand_s` doesn't. | ||||
| * | | | | Updated random functions | apense | 2015-06-11 | 1 | -4/+12 |
| | | | | | | | | | | | | | | | For Windows, `rand_s` has been available since Windows XP (see https://msdn.microsoft.com/en-us/library/sxtz2fa8.aspx). It gives a better quality random number in a larger range (the max is actually `0xffffffff`). | ||||
* | | | | | Merge pull request #2906 from nanoant/patch/more-about-colors | Andreas Rumpf | 2015-06-15 | 2 | -108/+185 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | More flexible msg colors | ||||
| * | | | | msgs: Append/color warning/hint kind in msgWriteln | Adam Strzelecki | 2015-06-15 | 1 | -50/+66 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Rather than embedding it into the message format text itself. This also makes possible to color warning/hint kind. | ||||
| * | | | | msgs: styledMsgWriteln compatible with styledEcho | Adam Strzelecki | 2015-06-15 | 1 | -53/+90 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Introduce styledMsgWriteln which can be used same way as styledEcho. 2. Make file names and positions use bright white like in other compilers, so only message types are colored. |