summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1639 from onionhammer/develDominik Picheta2014-11-071-44/+44
|\ | | | | Made 'headers' public
| * Made 'headers' publicErik O'Leary2014-11-061-44/+44
| |
* | fixes exhaustion bug and missing GC_ref code generationAraq2014-11-072-5/+10
|/
* broken attempt to fix queue exhaustionAraq2014-11-072-21/+91
|
* fixes #1612Araq2014-11-064-3/+7
|
* user defined pragmas work for generics instantiated in different modulesAraq2014-11-062-4/+12
|
* compiler bootstraps againAraq2014-11-051-1/+1
|
* Merge pull request #1623 from gradha/pr_bigbreak_adds_code_directive_to_rstAndreas Rumpf2014-11-056-95/+267
|\ | | | | Adds bigbreak code directive to rst with numbered lines
| * Merge branch 'pr_adds_code_directive_to_rst' into ↵Grzegorz Adam Hankiewicz2014-11-036-95/+267
| |\ | | | | | | | | | | | | | | | | | | | | | | | | pr_bigbreak_adds_code_directive_to_rst Conflicts: doc/tut2.txt lib/packages/docutils/rstgen.nim lib/system.nim
| | * Fixes line numbering.Grzegorz Adam Hankiewicz2014-10-021-1/+1
| | |
| | * Handles :file: option for code blocks to avoid warnings.Grzegorz Adam Hankiewicz2014-07-262-0/+11
| | |
| | * Hyperlinks slurp related docstrings in system module.Grzegorz Adam Hankiewicz2014-07-191-10/+14
| | |
| | * Hyperlinks quit related docstrings in system module.Grzegorz Adam Hankiewicz2014-07-191-12/+15
| | |
| | * Improves macro tutorial with hyperlinks and numbered lines.Grzegorz Adam Hankiewicz2014-07-191-49/+56
| | |
| | * Modifies docgen to support new warning message.Grzegorz Adam Hankiewicz2014-07-192-3/+7
| | |
| | * Adds support for the ``.. code::`` rst directive.Grzegorz Adam Hankiewicz2014-07-192-25/+167
| | | | | | | | | | | | | | | | | | This modifies the existing ``.. code-block::`` to be treated as spec extension with a specific default language syntax. Also implements line numbering.
* | | todo.txt updatesAraq2014-11-041-6/+2
| | |
* | | documented nimfixAraq2014-11-047-15/+79
| | |
* | | added module fenv's docsAraq2014-11-044-0/+12
| | |
* | | proper development version numberAraq2014-11-041-1/+1
| | |
* | | Merge branch 'devel' into bigbreakAraq2014-11-037-34/+158
|\ \ \ | |/ / |/| | | | | | | | Conflicts: lib/pure/osproc.nim
| * | Merge pull request #1609 from rbehrends/fix-method-dispatchAndreas Rumpf2014-11-034-23/+114
| |\ \ | | | | | | | | Fix method recursion bug.
| | * | Fix dispatcher creation for method prototypes.Reimer Behrends2014-11-023-28/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When method prototypes were involved (e.g. forward declarations for mutual recursion), calls were sometimes dispatched to the wrong method implementation. One of the reasons was that method dispatchers were then not always attached to method ASTs in the correct place.
| | * | Added test case for recursive methods.Reimer Behrends2014-11-021-0/+22
| | | |
| | * | Reset location when creating a method dispatcherReimer Behrends2014-11-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When creating a method dispatcher, the location of the underlying method was copied. Under some circumstances, the name of the location (loc.r) was already initialized, in which case the method dispatcher shared a name with one of the methods, leading to a C compiler error. By setting loc.r to nil when copying the dispatcher information from the original method, we ensure that the dispatcher C function gets its proper name.
| | * | Fix method recursion bug.Reimer Behrends2014-10-311-1/+5
| | | | | | | | | | | | | | | | Additional checks for method call transformations.
| * | | Merge pull request #1620 from trustable-code/PR6Andreas Rumpf2014-11-032-7/+36
| |\ \ \ | | | | | | | | | | Fix terminate() and add kill()
| | * | | Added test caseSimon Krauter2014-11-031-0/+21
| | | | |
| | * | | Fix terminate() and add kill()Simon Krauter2014-11-021-7/+15
| | | | |
* | | | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreakAraq2014-11-037-35/+104
|\ \ \ \ \
| * | | | | Update buildbat.tmplVarriount2014-11-031-1/+12
| | | | | | | | | | | | | | | | | | Batch scripts generated by `koch csources` now return proper error codes, and stop when there is an error.
| * | | | | Merge pull request #1569 from idlewan/prettyCCAndreas Rumpf2014-11-032-15/+40
| |\ \ \ \ \ | | | | | | | | | | | | | | Prettify compiler output for verbosity=1
| | * | | | | Forgot to keep extern pragma for execProcessesErwan Ameil2014-11-021-1/+2
| | | | | | |
| | * | | | | Use defaut nil callback for execProcessesErwan Ameil2014-11-021-11/+1
| | | | | | |
| | * | | | | Change empty callback into nilErwan Ameil2014-11-021-9/+12
| | | | | | |
| | * | | | | Tidy up the prettification of the default verbosity c compilation outputErwan Ameil2014-10-132-25/+28
| | | | | | |
| | * | | | | Prettify compiler output for verbosity=1Erwan Ameil2014-10-122-15/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Long lines displaying the invocation of the c compiler are replaced with short, readable lines.
| * | | | | | Merge pull request #1621 from flaviut/fix-oidAndreas Rumpf2014-11-031-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove extra trailing zero from oid
| | * | | | | | Remove extra trailing zero from oidFlaviu Tamas2014-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `$` would return a string of length 25, including the trailing null String length changed to 24, avoiding an extra null byte in the output
| * | | | | | | Merge pull request #1589 from Varriount/fix-1561Andreas Rumpf2014-11-022-1/+16
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixes #1561
| | * \ \ \ \ \ \ Fix #1561Varriount2014-10-293-1/+17
| | |\ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ Merge pull request #1604 from Varriount/fix-1599Andreas Rumpf2014-11-022-17/+35
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix #1599
| | * | | | | | | | | Fix #1599Clay Sweetser2014-10-292-17/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compiler-specific options are now read with the '{compiler}.cpp' prefix in C++ mode. GCC C++ mode is fixed.
| * | | | | | | | | | Merge pull request #1619 from Araq/revert-1618-patch-3Varriount2014-11-011-1/+2
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Revert "Remove extra trailing zero"
| | * | | | | | | | | | Revert "Remove extra trailing zero"Varriount2014-11-011-1/+2
| |/ / / / / / / / / /
| * | | | | | | | | | Merge pull request #1618 from flaviut/patch-3Varriount2014-11-011-2/+1
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove extra trailing zero
| | * | | | | | | | | | Remove extra trailing zeroFlaviu Tamas2014-11-011-2/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'devel' into bigbreakAraq2014-11-0310-85/+230
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/impure/db_postgres.nim lib/pure/json.nim lib/pure/math.nim lib/system/atomics.nim
| * | | | | | | | | | Fix math.nim on windowsVarriount2014-11-031-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #1443 from def-/future-listcomprehensionsAndreas Rumpf2014-11-031-0/+57
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add list comprehensions to future module