summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* added a commentAraq2015-02-261-2/+2
|
* fixes #2216Araq2015-02-264-16/+20
|
* tsigtypeop.nim works againAraq2015-02-253-3/+3
|
* fixes #2215Araq2015-02-252-11/+12
|
* tester reports ignored tests and supports 'nimout'; fixes #2211Araq2015-02-251-1/+2
|
* Merge pull request #2184 from oderwat/feat-caseofwhenAndreas Rumpf2015-02-241-2/+6
|\ | | | | Allow empty sets in case/of branches.
| * Allow empty sets in case/of branches.Hans Raaf2015-02-241-2/+6
| | | | | | | | | | | | | | Added support for conditional compilation using 'when' with empty sets and arrays in 'case of' branches. Please enter the commit message for your changes. Lines starting
* | fixes #2199, fixes #2197Araq2015-02-243-24/+29
| |
* | Fixes NimSuggest's socket mode.Dominik Picheta2015-02-241-3/+7
|/
* types API: now works for proc():voidAraq2015-02-241-1/+5
|
* implements a type API for macrosAraq2015-02-245-22/+163
|
* small cleanup of ast.nimAraq2015-02-241-150/+106
|
* macros.PNimrodNode is now NimNodeAraq2015-02-245-5/+9
|
* Allow ranges with unsigned integer ordinals to be used as parameter types ↵Varriount2015-02-211-1/+1
| | | | for procedures.
* fixes #2134Araq2015-02-201-1/+1
|
* fixes #1902Araq2015-02-201-4/+5
|
* fixes #2167Araq2015-02-203-5/+12
|
* Merge pull request #2180 from oderwat/fix-nimfix-compileAndreas Rumpf2015-02-201-1/+1
|\ | | | | Changed paths so that it nimfix compiles from prominent dirs.
| * Changed project relative path to include the right directory.Hans Raaf2015-02-201-1/+1
| |
* | fixes #2051Araq2015-02-202-1/+5
|/
* make huge.nim urhonimo example compileAraq2015-02-181-1/+1
|
* fixes #2125Araq2015-02-184-15/+39
|
* Merge pull request #2155 from def-/warningsAndreas Rumpf2015-02-183-5/+5
|\ | | | | Fix a few more warnings
| * Fix a few more warningsdef2015-02-173-5/+5
| |
* | Fix documentations for declared (instead of defined)def2015-02-181-1/+1
|/
* Merge pull request #2140 from FedericoCeratto/develAndreas Rumpf2015-02-1629-77/+77
|\ | | | | Fix some typos
| * Fix typosFederico Ceratto2015-02-1516-18/+18
| |
| * Fix typosFederico Ceratto2015-02-1521-59/+59
| |
* | Tell user more exactly how to create stacktracedef2015-02-161-1/+1
| |
* | Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2015-02-162-6/+6
|\|
| * Merge pull request #2133 from def-/cleanupAndreas Rumpf2015-02-152-6/+6
| |\ | | | | | | Cleanup
| | * nimrod -> nim in some filenamesdef2015-02-142-6/+6
| | |
* | | minor documentation updatesAraq2015-02-161-0/+89
|/ /
* / fixes endless recursion with static type parametersAraq2015-02-141-2/+10
|/
* fixes #2123Araq2015-02-141-0/+1
|
* fixes #2121Araq2015-02-141-1/+1
|
* fixes #2102Araq2015-02-131-9/+9
|
* fixes #2118Araq2015-02-131-7/+3
|
* fixes #2113Araq2015-02-131-1/+3
|
* 'passL' is not smart anymore about already known switches; -ldl is now ↵Araq2015-02-131-10/+12
| | | | properly appended to the linking command
* 'auto' can be inferred to be 'void'Araq2015-02-131-1/+6
|
* fixes #2068Araq2015-02-121-9/+21
|
* Aporia compiles again (disabling thread analysis is horrible!)Araq2015-02-121-1/+2
|
* ordinary parameters can follow a varargs parameterAraq2015-02-121-8/+14
|
* better handling of gcsafety with --threadAnalysis:offAraq2015-02-122-25/+27
|
* fixed minor bugs; cleaned up testsAraq2015-02-121-1/+2
|
* Merge pull request #2053 from reactormonk/message-for-koch-tempAndreas Rumpf2015-02-121-1/+4
|\ | | | | report how to create a compiler stacktrace #1280
| * use dynamic message destinationSimon Hafner2015-02-041-1/+1
| |
| * report how to create a compiler stacktrace #1280Simon Hafner2015-02-011-1/+4
| |
* | cleanup index generationAraq2015-02-101-0/+0
| |