summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2953 from yglukhov/fix-2617Andreas Rumpf2015-06-181-20/+28
|\ | | | | Fixes #2617, fixes addr of obj downcast.
| * Changed sets of strings to IntSetsyglukhov2015-06-181-18/+15
| |
| * Fixes #2617, fixes addr of obj downcast.yglukhov2015-06-181-21/+32
| |
* | fixes #2297, fixes #2946Araq2015-06-186-19/+127
| |
* | Merge pull request #2954 from avsej/fix-rest-syntax-in-astspecAndreas Rumpf2015-06-181-59/+59
|\ \ | | | | | | Fix rest syntax in astspec
| * | Fix reST syntax in doc/astspec.txtSergey Avseyev2015-06-181-3/+3
| | |
| * | Remove trailing spaces in doc/astspec.txtSergey Avseyev2015-06-181-57/+57
| |/
* | Merge pull request #2948 from apense/patch-4Dominik Picheta2015-06-181-1/+95
|\ \ | |/ |/| More documentation of AST
| * More documentation of ASTapense2015-06-171-1/+95
| | | | | | Also gave some examples
* | Merge pull request #2952 from fmamud/develAndreas Rumpf2015-06-181-0/+7
|\ \ | | | | | | Add G+ Nim community
| * | Add G+ Nim communityFelipe Mamud2015-06-181-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-2917Andreas Rumpf2015-06-181-2/+5
|\ \ | |/ |/| Fixed fix of #2917
| * Fixed fix of #2917yglukhov2015-06-171-2/+5
|/
* Merge pull request #2938 from apense/patch-4Andreas Rumpf2015-06-171-0/+4
|\ | | | | Added uints to Leaf nodes
| * Added uints to Leaf nodesapense2015-06-161-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-5Andreas Rumpf2015-06-171-2/+2
|\ \ | | | | | | Fixed gcc batch issue
| * | Fixed gcc batch issueapense2015-06-171-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-2917Andreas Rumpf2015-06-171-3/+16
|\ \ | |/ |/| Fixes #2917
| * Fixes #2917yglukhov2015-06-171-3/+16
| |
* | Merge pull request #2768 from gokr/fix-reprAndreas Rumpf2015-06-161-5/+11
|\ \ | | | | | | Fixes #2749, traverse full inheritance for reprRecord
| * | Tweaked to do commas properlyGöran Krampe2015-05-201-3/+3
| | |
| * | Fixes #2749, traverse full inheritance for reprRecordGöran Krampe2015-05-201-5/+11
| | |
* | | Merge pull request #2936 from alexamy/alexamy-patch-1Andreas Rumpf2015-06-161-3/+12
|\ \ \ | | | | | | | | Tutorial Part I update
| * | | Update tut1.txtAlexander2015-06-161-7/+12
| | | |
| * | | Update tut1.txtAlexander2015-06-161-1/+1
| | | |
| * | | Update tut1.txtAlexander2015-06-161-0/+4
| | |/ | |/|
* | | Merge pull request #2851 from stefantalpalaru/gogcAndreas Rumpf2015-06-1610-17/+228
|\ \ \ | |/ / |/| | the Go GC (using the gccgo implementation)
| * | conditional TGenericSeq extensionStefan Talpalaru2015-06-163-8/+18
| | |
| * | TMemRegion -> MemRegionStefan Talpalaru2015-06-151-5/+6
| | |
| * | cleanupStefan Talpalaru2015-06-151-5/+0
| | |
| * | Merge branch 'devel' into gogcStefan Talpalaru2015-06-15212-7505/+8317
| |\ \
| * | | finalizer supportStefan Talpalaru2015-06-151-0/+6
| | | |
| * | | fix growObj() with stringsStefan Talpalaru2015-06-091-0/+2
| | | |
| * | | the Go GC - initial implementationStefan Talpalaru2015-05-3110-16/+213
| | | |
* | | | Merge pull request #2931 from apense/patch-8Andreas Rumpf2015-06-161-17/+720
|\ \ \ \ | | | | | | | | | | Added some documentation
| * | | | Fleshed out type sectionapense2015-06-151-2/+103
| | | | | | | | | | | | | | | Hopefully this table renders correctly. Not sure this is the best place for this stuff.
| * | | | Added import-type statementsapense2015-06-151-0/+96
| | | | | | | | | | | | | | | import, import .. except, export, include, etc.
| * | | | Minor updates; addition of `var` return in procsapense2015-06-151-0/+48
| | | | |
| * | | | Added static typesapense2015-06-151-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 docsapense2015-06-151-0/+19
| | | | | | | | | | | | | | | Got curious as to how re"..." worked.
| * | | | Corrected capitalizationapense2015-06-151-1/+1
| | | | | | | | | | | | | | | Sorry to be making so many changes.
| * | | | Updated type section a littleapense2015-06-151-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | Objects are ubiquitous. Concepts don't use ``concept`` in their name. Really, a lot more could be added here.
| * | | | Clarified ASTapense2015-06-151-4/+4
| | | | | | | | | | | | | | | Generic parameters are treated in the next paragraph. Revised text for future compatibility
| * | | | Added some documentationapense2015-06-151-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-exceptionsAndreas Rumpf2015-06-162-33/+50
|\ \ \ \ | | | | | | | | | | Fixed and slightly changed exception handling in JS.
| * | | | Added noUnhandledHandleryglukhov2015-06-151-7/+9
| | | | |
| * | | | Unhandled exceptions handling brought back.yglukhov2015-06-152-8/+35
| | | | |
| * | | | Fixed and slightly changed exception handling.yglukhov2015-06-152-35/+23
| | | | |
* | | | | Merge pull request #2856 from fowlmouth/patch-4Andreas Rumpf2015-06-152-0/+28
|\ \ \ \ \ | | | | | | | | | | | | made string compatible with openarray[char]
| * | | | | added a testfowlmouth2015-06-011-0/+22
| | | | | |