Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3142 from avsej/fix-unittest | Andreas Rumpf | 2015-07-23 | 1 | -2/+2 |
|\ | | | | | Remove access modifiers from inner templates | ||||
| * | Remove access modifiers from inner templates | Sergey Avseyev | 2015-07-23 | 1 | -2/+2 |
|/ | | | | Fixes options.nim tests | ||||
* | Merge pull request #3141 from jeizsm/devel | Andreas Rumpf | 2015-07-23 | 1 | -0/+3 |
|\ | | | | | add linenoise to installer.ini | ||||
| * | add linenoise to installer.ini | Marat Safin | 2015-07-23 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #3137 from vegansk/findFile_absolute | Andreas Rumpf | 2015-07-23 | 2 | -7/+16 |
|\ | | | | | Added absolute path support to options.findFile | ||||
| * | Added absolute path support to options.findFile | Anatoly Galiulin | 2015-07-21 | 2 | -7/+16 |
| | | |||||
* | | fix recently introduced regressions | Araq | 2015-07-22 | 3 | -6/+5 |
| | | |||||
* | | fixes #1738 | Araq | 2015-07-22 | 1 | -1/+1 |
| | | |||||
* | | fixes #2841 | Araq | 2015-07-22 | 3 | -43/+53 |
| | | |||||
* | | fixes #3079, fixes #1146, fixes #2879 | Araq | 2015-07-22 | 6 | -3/+33 |
| | | |||||
* | | fixes #2963 | Araq | 2015-07-22 | 3 | -4/+18 |
| | | |||||
* | | fixes #3099 | Araq | 2015-07-21 | 1 | -1/+1 |
| | | |||||
* | | small steps for making --symbolFiles:on work again | Araq | 2015-07-20 | 3 | -106/+108 |
| | | |||||
* | | removed system.free | Araq | 2015-07-18 | 2 | -2/+3 |
|/ | |||||
* | 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 |
| | |_|_|_|/ | |/| | | | |