Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added absolute path support to options.findFile | Anatoly Galiulin | 2015-07-21 | 2 | -7/+16 |
| | |||||
* | fixes #3134 | Araq | 2015-07-18 | 1 | -4/+4 |
| | |||||
* | fixed website path" | Araq | 2015-07-18 | 1 | -1/+1 |
| | |||||
* | website improvements | Araq | 2015-07-18 | 2 | -0/+8 |
| | |||||
* | don't reset the terminal when --stdout is active | Araq | 2015-07-16 | 1 | -1/+1 |
| | |||||
* | staticExec now supports caching | Araq | 2015-07-15 | 4 | -15/+59 |
| | |||||
* | fixes regression in XML parsing | Araq | 2015-07-15 | 1 | -0/+4 |
| | |||||
* | Merge pull request #3111 from rafaelx/patch-2 | Dominik Picheta | 2015-07-14 | 1 | -2/+19 |
|\ | | | | | Update tut1.txt | ||||
| * | Update tut1.txt | Rafael | 2015-07-14 | 1 | -2/+19 |
| | | | | | | Example that shows advantage of 'openArray' | ||||
* | | documentation generator emits configurable html for code listings | Araq | 2015-07-14 | 3 | -6/+17 |
| | | |||||
* | | fixes #3112 | Araq | 2015-07-14 | 2 | -11/+45 |
| | | |||||
* | | documented /*INCLUDESECTION*/ emit section | Araq | 2015-07-14 | 1 | -1/+1 |
| | | |||||
* | | disabled dubious testcase | Araq | 2015-07-14 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #3108 from arnetheduck/compiler-realign-enums | Andreas Rumpf | 2015-07-12 | 1 | -35/+57 |
|\ | | | | | Linebreak TMagic roughly by category | ||||
| * | Linebreak TMagic by rough category | Jacek Sieka | 2015-07-12 | 1 | -35/+57 |
|/ | |||||
* | deleted wingui example | Araq | 2015-07-12 | 1 | -9/+0 |
| | |||||
* | source code renderer doesn't produce trailing whitespace anymore | Araq | 2015-07-12 | 1 | -4/+19 |
| | |||||
* | added os.tailDir proc | Araq | 2015-07-12 | 2 | -1/+16 |
| | |||||
* | Merge pull request #3095 from def-/fix-async-post | Dominik Picheta | 2015-07-11 | 1 | -2/+3 |
|\ | | | | | Fix async httpclient post to work without multipart | ||||
| * | Fix async httpclient post to work without multipart | def | 2015-07-10 | 1 | -2/+3 |
| | | |||||
* | | Merge branch 'singularperturbation-fix-2573-cherry-pick' into devel | Dominik Picheta | 2015-07-11 | 4 | -23/+21 |
|\ \ | |||||
| * | | Do not use errno on Windows in the ``os`` module. | Dominik Picheta | 2015-07-11 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'fix-2573-cherry-pick' of ↵ | Dominik Picheta | 2015-07-11 | 4 | -24/+22 |
|/| | | | | | | | | | | | https://github.com/singularperturbation/Nim into singularperturbation-fix-2573-cherry-pick | ||||
| * | | Use raiseOSError with additionalInfo parameter from devel | Sloane Simmons | 2015-07-04 | 4 | -24/+22 |
| | | | |||||
* | | | Merge pull request #2272 from def-/unsigned | Andreas Rumpf | 2015-07-11 | 3 | -52/+51 |
|\ \ \ | | | | | | | | | Move unsigned int operations to system module | ||||
| * | | | Update deprecation notice about unsigned module | def | 2015-07-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add unsigned exports for backwards-compatibility | def | 2015-07-01 | 1 | -0/+3 |
| | | | | |||||
| * | | | Remove unsigned from lib.txt | def | 2015-07-01 | 1 | -5/+0 |
| | | | | |||||
| * | | | Move unsigned int operations to system module | def | 2015-07-01 | 2 | -48/+49 |
| | | | | | | | | | | | | | | | | | | | | This should lead to less confusion because uint numbers and literals seem to work, but operators are just missing. | ||||
* | | | | Merge pull request #3073 from apense/patch-12 | Andreas Rumpf | 2015-07-11 | 1 | -0/+5 |
|\ \ \ \ | | | | | | | | | | | Added safeAdd documentation | ||||
| * | | | | Corrected documentation | apense | 2015-07-09 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Doubled ticks | apense | 2015-07-09 | 1 | -5/+5 |
| | | | | | |||||
| * | | | | Added safeAdd documentation | apense | 2015-07-06 | 1 | -0/+5 |
| | | | | | |||||
* | | | | | Merge pull request #3098 from Varriount/add-nep1 | Andreas Rumpf | 2015-07-11 | 6 | -3/+224 |
|\ \ \ \ \ | | | | | | | | | | | | | Add NEP1 to documentation. | ||||
| * | | | | | Add NEP1 to documentation. | Varriount | 2015-07-10 | 6 | -3/+224 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - Added NEP 1 to the documentation set. - Modified nimdoc's css to add additional spacing between list entries, as well as between code blocks. - Added a warning to nimdoc.css for future developers. | ||||
* | | | | | | Merge pull request #3097 from def-/reset-terminal-colors | Andreas Rumpf | 2015-07-10 | 2 | -0/+6 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Reset terminal colors before running compiled program | ||||
| * | | | | | | Reset terminal colors before running compiled program | def | 2015-07-10 | 2 | -0/+6 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #3100 from jyapayne/devel | Andreas Rumpf | 2015-07-10 | 1 | -3/+3 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Expose the name of an exception. | ||||
| * | | | | | Expose the name of an exception. | Joey | 2015-07-10 | 1 | -3/+3 |
|/ / / / / | |||||
* | | | | | Merge pull request #3093 from avsej/fix-nimdoc-for-selectors | Andreas Rumpf | 2015-07-09 | 1 | -1/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix nimdoc generation for lib/pure/selectors.nim | ||||
| * | | | | | Fix nimdoc generation for lib/pure/selectors.nim | Sergey Avseyev | 2015-07-09 | 1 | -1/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #3057 from apense/patch-9 | Andreas Rumpf | 2015-07-09 | 1 | -25/+34 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Added new Rune sequence proc | ||||
| * | | | | | | Corrected proc name in assertion | apense | 2015-07-09 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Corrected documentation | apense | 2015-07-09 | 1 | -27/+28 |
| | | | | | | | |||||
| * | | | | | | Renamed to toRunes | apense | 2015-07-04 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Added new proc | apense | 2015-07-03 | 1 | -10/+18 |
| | | | | | | | | | | | | | | | | | | | | | In reference to #2353 | ||||
* | | | | | | | Merge pull request #3021 from apense/patch-7 | Andreas Rumpf | 2015-07-09 | 1 | -20/+48 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Added some documentation and examples | ||||
| * | | | | | | | Corrected erroneous description | apense | 2015-06-29 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Hypotenuse is really just the euclidean norm | ||||
| * | | | | | | | Added some documentation and examples | apense | 2015-06-29 | 1 | -20/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | I think I remember reading that the documentation is generated from the normal targets (not javascript), so that's where I put the docs | ||||
* | | | | | | | | Merge pull request #3085 from apense/patch-10 | Andreas Rumpf | 2015-07-09 | 1 | -2/+12 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Update sets documentation. Fixes #3058 |