Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes regression: constant fac4 didn't work | Araq | 2014-02-06 | 4 | -11/+26 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-02-06 | 1 | -1/+5 |
|\ | |||||
| * | Merge pull request #870 from barcharcraz/templaterr | zah | 2014-02-04 | 1 | -1/+5 |
| |\ | | | | | | | Added better error messages for ill-formed generics | ||||
| | * | deleted assert that would never fire because it turned into an error message | Charlie Barto | 2014-02-04 | 1 | -1/+0 |
| | | | |||||
| | * | added good error for stuff like string[int] or int[int] | Charlie Barto | 2014-02-03 | 1 | -0/+5 |
| | | | |||||
* | | | stdlib compiles mostly without warnings again | Araq | 2014-02-06 | 9 | -16/+14 |
| | | | |||||
* | | | case consistency for -d:useWinAnsi | Araq | 2014-02-05 | 3 | -7/+7 |
| | | | |||||
* | | | tyTypeDesc and tyRange always have 1 child; this might be tyNone but it is ↵ | Araq | 2014-02-05 | 11 | -42/+87 |
| | | | | | | | | | | | | required for skipTypes | ||||
* | | | bugfix: immediate templates are preferred consistently (danger: breaks code) | Araq | 2014-02-04 | 4 | -10/+55 |
|/ / | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-02-03 | 2 | -5/+81 |
|\ \ | |||||
| * \ | Merge pull request #865 from ReneSac/devel | Andreas Rumpf | 2014-02-03 | 2 | -5/+81 |
| |\ \ | | |/ | |/| | Additions to the language manual and tests of new procedure call syntax. | ||||
| | * | Remove spurious import added in the last commit. | ReneSac | 2014-02-03 | 1 | -1/+1 |
| | | | |||||
| | * | Fix optarg() and added two more tests. | ReneSac | 2014-02-03 | 1 | -3/+9 |
| | | | | | | | | | | | | One for 'do notation' in a single function in an expression, another the trick of using the method call syntax to pass two parameters. | ||||
| | * | Expandeded part about different proc call syntaxes. | ReneSac | 2014-02-03 | 1 | -2/+72 |
| |/ | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-02-03 | 3 | -3/+54 |
|\| | |||||
| * | Merge pull request #864 from gradha/pr_adds_posix_utimes | Andreas Rumpf | 2014-02-02 | 1 | -0/+12 |
| |\ | | | | | | | Adds utimes() importc to posix module. | ||||
| | * | Adds utimes() importc to posix module. | Grzegorz Adam Hankiewicz | 2014-02-02 | 1 | -0/+12 |
| | | | |||||
| * | | Merge pull request #862 from gradha/pr_mentions_exportc_limits | Andreas Rumpf | 2014-02-02 | 1 | -3/+3 |
| |\ \ | | |/ | |/| | Mentions {.exportc.} limits. Refs #826. | ||||
| | * | Mentions {.exportc.} limits. Refs #826. | Grzegorz Adam Hankiewicz | 2014-02-02 | 1 | -3/+3 |
| |/ | |||||
| * | Merge pull request #846 from gradha/pr_adds_mapit_templates | Grzegorz Adam Hankiewicz | 2014-02-02 | 1 | -0/+39 |
| |\ | | | | | | | Adds convenience mapIt templates to sequtils. | ||||
| | * | Adds convenience mapIt templates. | Grzegorz Adam Hankiewicz | 2014-02-02 | 1 | -0/+39 |
| |/ | |||||
* | | updated todo.txt | Araq | 2014-02-03 | 1 | -0/+2 |
| | | |||||
* | | macro tests almost green | Araq | 2014-02-03 | 11 | -39/+57 |
|/ | |||||
* | cleaned up command expressions | Araq | 2014-02-02 | 4 | -18/+29 |
| | |||||
* | bootstraps again | Araq | 2014-02-02 | 2 | -14/+14 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-02-02 | 2 | -3/+89 |
|\ | |||||
| * | Merge pull request #861 from Varriount/os/add-linkprocs-prettyplease | Andreas Rumpf | 2014-02-01 | 2 | -3/+89 |
| |\ | | | | | | | Added symlink procs | ||||
| | * | Added symlink procs | Clay Sweetser | 2014-02-01 | 2 | -3/+89 |
| |/ | |||||
* | | fixes #844 | Araq | 2014-02-02 | 4 | -7/+21 |
| | | |||||
* | | fixes #735 | Araq | 2014-02-02 | 1 | -1/+3 |
|/ | |||||
* | Fixes docgen for logging module. | Dominik Picheta | 2014-02-02 | 1 | -2/+2 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-02-02 | 2 | -0/+32 |
|\ | |||||
| * | Merge pull request #859 from reactormonk/sets_equivalence | Andreas Rumpf | 2014-02-01 | 2 | -0/+32 |
| |\ | | | | | | | sets equivalence | ||||
| | * | added test specs for the tester | Simon Hafner | 2014-02-01 | 1 | -0/+3 |
| | | | |||||
| | * | corrected docs and tests | Simon Hafner | 2014-02-01 | 2 | -15/+11 |
| | | | |||||
| | * | sets equivalence | Simon Hafner | 2014-01-31 | 2 | -0/+33 |
| | | | |||||
* | | | added the parts of #541 that I like | Araq | 2014-02-02 | 1 | -0/+24 |
|/ / | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-02-02 | 3 | -534/+546 |
|\ \ | |||||
| * \ | Merge pull request #830 from zielmicha/osproc | Andreas Rumpf | 2014-02-01 | 2 | -534/+536 |
| |\ \ | | | | | | | | | osproc: introduce poEvalCommand, poUsePath, fix remaining quoting issues. | ||||
| | * \ | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Michał Zieliński | 2014-01-26 | 64 | -577/+1144 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/pure/osproc.nim | ||||
| | * \ \ | Merge branch 'osproc' into devel | Michał Zieliński | 2014-01-20 | 2 | -534/+537 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/posix/posix.nim lib/pure/osproc.nim | ||||
| | | * | | | Introduce poEvalCommand, poUsePath, fix remaining quoting issues. | Michał Zieliński | 2013-12-21 | 2 | -60/+63 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - poUsePath is now an alias for poUseShell. - poEvalCommand should be used when shell evaluation is really needed. It passes `command` directly to shell/winapi. Requires `args` parameter to be empty. | ||||
| | | * | | | Normalize whitespace in osproc.nim. | Michał Zieliński | 2013-12-21 | 1 | -29/+29 |
| | | | | | | |||||
| * | | | | | Merge pull request #834 from gradha/pr_adds_strutils_const | Andreas Rumpf | 2014-02-01 | 1 | -0/+10 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Adds AllChars constant to strutils. | ||||
| | * | | | | | Adds AllChars constant to strutils. | Grzegorz Adam Hankiewicz | 2014-01-22 | 1 | -0/+10 |
| | | | | | | | |||||
* | | | | | | | merged #823 against devel | Araq | 2014-02-02 | 2 | -13/+18 |
| | | | | | | | |||||
* | | | | | | | merged #811 against devel | Araq | 2014-02-02 | 2 | -2/+2 |
|/ / / / / / | |||||
* | | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-02-02 | 2 | -2/+21 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge pull request #855 from gradha/pr_fixes_try_insert_id | Andreas Rumpf | 2014-02-01 | 1 | -2/+4 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Avoids raising exceptions in tryInsertID. | ||||
| | * | | | | | | Avoids raising exceptions in tryInsertID. | Grzegorz Adam Hankiewicz | 2014-01-29 | 1 | -2/+4 |
| | | | | | | | |