summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'patch-2' of https://github.com/rgv151/Nim into rgv151-patch-2Dominik Picheta2015-06-201-49/+50
|\ | | | | | | | | Conflicts: lib/pure/htmlparser.nim
| * Allow TR, TH, TD tags inside THEAD and TFOOTBruce Doan2015-05-271-49/+49
| |
* | Merge pull request #2951 from apense/patch-5Andreas Rumpf2015-06-201-0/+21
|\ \ | | | | | | Added `isSorted` proc
| * | Added documentationapense2015-06-181-0/+3
| | | | | | | | | Now `isSorted` is documented.
| * | Removed redundant checkapense2015-06-181-2/+0
| | | | | | | | | Loop takes care of it already
| * | Fixed silly continueapense2015-06-171-5/+2
| | | | | | | | | The old if/else was weird and unnecessary
| * | Added `isSorted` procapense2015-06-171-0/+23
| | | | | | | | | Linear-time verification that an openarray is sorted. Operates on the same parameters as `sort`. Seems much cheaper for large sorts.
* | | Merge pull request #2930 from nim-lang/contributing-guideDominik Picheta2015-06-191-0/+137
|\ \ \ | | | | | | | | contribution guide
| * | | closed the discard in the guideSimon Hafner2015-06-191-0/+1
| | | |
| * | | added comment about failing tests and categoriesSimon Hafner2015-06-181-1/+13
| | | |
| * | | fixed rst linksSimon Hafner2015-06-181-2/+2
| | | |
| * | | fixed the rst code blocksSimon Hafner2015-06-181-0/+8
| | | |
| * | | and some more non-rst stuff fixedSimon Hafner2015-06-181-1/+2
| | | |
| * | | fixed some non-rst stuffSimon Hafner2015-06-181-1/+2
| | | |
| * | | switched to contributing.rstSimon Hafner2015-06-182-114/+114
| | | |
| * | | switched to ./koch --print htmlSimon Hafner2015-06-181-2/+1
| | | |
| * | | explained how to run the tester to compare commitsSimon Hafner2015-06-181-1/+24
| | | |
| * | | switched over from assert to doAssert for guideSimon Hafner2015-06-151-16/+7
| | | |
| * | | initial draft for contributing.mdSimon Hafner2015-06-141-0/+101
| | | |
* | | | Merge pull request #2957 from apense/patch-7Andreas Rumpf2015-06-191-0/+18
|\ \ \ \ | | | | | | | | | | Added some C99 funcs
| * | | | Added some C99 funcsapense2015-06-181-0/+18
| | | | | | | | | | | | | | | Error function (and complementary) and gamma function (and truncated)
* | | | | Merge pull request #2940 from flaviut/fix-nre-20Andreas Rumpf2015-06-192-2/+7
|\ \ \ \ \ | | | | | | | | | | | | Fix nre issue #20
| * | | | | Fix flaviut/nre#20Flaviu Tamas2015-06-182-2/+7
| | | | | |
* | | | | | Merge pull request #2959 from rafaelx/patch-1Dominik Picheta2015-06-181-7/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update tut2.txt
| * | | | | | Update tut2.txtRafael2015-06-181-7/+5
|/ / / / / /
* | | | | | Merge pull request #2955 from apense/patch-6Dominik Picheta2015-06-181-37/+38
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Minor fixes to astspec
| * | | | | Minor fixes to astspecapense2015-06-181-37/+38
|/ / / / / | | | | | | | | | | Closing parenthesis. Couple of indentation fixes.
* | | | | 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