summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * | | findEPCPort defined, but not implementedSimon Hafner2015-04-261-1/+5
| * | | always raise ValueExceptionSimon Hafner2015-04-261-1/+1
| * | | epc request/response barebonesSimon Hafner2015-04-261-10/+19
| * | | barebones in nimsuggest for EPCSimon Hafner2015-04-222-15/+92
| * | | epc skeletonSimon Hafner2015-04-221-7/+17
| * | | parseEnum ftwSimon Hafner2015-04-221-40/+4
| * | | rewrite suggest.nim for suggestionResultHookSimon Hafner2015-04-221-39/+106
| * | | sexp also accepts consSimon Hafner2015-04-141-1/+2
* | | | Fix #2662: Don't convert subtype typedesc paramsAdam Strzelecki2015-05-131-1/+4
* | | | Merge pull request #2657 from def-/noreturnAndreas Rumpf2015-05-082-6/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | Implicitly assume compilers to know naked and noreturn attributesdef2015-05-072-8/+6
| * | | Distinguish only between __declspec and __attribute__def2015-05-052-10/+10
| * | | Pass noReturn pragma to C code.def2015-05-052-3/+10
| | |/ | |/|
* | | Improve code style a bitdef2015-05-071-1/+1
* | | Fix the lib path used with --app:staticlibdef2015-05-071-1/+2
|/ /
* | added missing stuff for the releaseAraq2015-05-041-0/+4
* | version 0.11.2Araq2015-05-041-9/+2
* | fixes #2629, fixes #2641, fixes #2632, fixes #2630Araq2015-05-032-3/+14
* | fixes 'echo nil' codegen bugAraq2015-05-032-3/+6
* | minor bugfixes to the new 'len(nil)==0' featureAraq2015-05-032-4/+6
* | compiler\ccgexprs.nimAraq2015-05-031-1/+1
* | more cleanups for 0.11.0Araq2015-04-301-0/+1
* | preparations for version 0.11.0Araq2015-04-301-2/+98
* | columns are 1 based for nimsuggestAraq2015-04-301-5/+6
* | fixes regression caused by code cleanupsAraq2015-04-291-1/+1
* | fixes #2470, fixes #1354Araq2015-04-288-53/+99
* | sempass2: bugfixesAraq2015-04-282-9/+7
* | fixes #1888Araq2015-04-271-15/+13
* | fixes #2577Araq2015-04-271-0/+1
* | fixes #2607Araq2015-04-261-1/+1
* | fixes #2602Araq2015-04-261-0/+1
* | fixes #2603Araq2015-04-261-4/+4
* | Merge pull request #2605 from jyapayne/develAndreas Rumpf2015-04-262-2/+2
|\ \
| * | Fixed the paths of nimfix and nimsuggest to be relative.Joey Payne2015-04-252-2/+2
* | | fixes regression: overloading by 'var'Araq2015-04-251-2/+3
* | | marshalling can be done at compile-timeAraq2015-04-254-13/+346
* | | fixes #2600Araq2015-04-251-5/+5
* | | fixes #2551; fixes #2212; breaks bootstrapping in debug mode; bootstrap with ...Araq2015-04-253-12/+13
* | | fixes #2372Araq2015-04-251-1/+1
|/ /
* | Merge pull request #2598 from jyapayne/develAndreas Rumpf2015-04-241-1/+1
|\ \
| * | Removed explicit imports in compiler/nimfix/*.nim and added cfg path modifica...Joey Payne2015-04-244-10/+6
| * | Added explicit imports for compiler modules to fix compiling nimsuggest.Joey Payne2015-04-243-5/+9
* | | cleanups for underscores in tuple unpackingAraq2015-04-242-10/+15
* | | finishes #2566Araq2015-04-241-2/+2
* | | fixes #2533Araq2015-04-241-1/+1
* | | fixes #2335Araq2015-04-241-2/+9
* | | fixes #2524Araq2015-04-241-1/+1
* | | Merge pull request #2566 from nanoant/parser-diagnostic-locationAndreas Rumpf2015-04-243-4/+11
|\ \ \
| * | | Parser: Fix location (line, col) for diagnosticsAdam Strzelecki2015-04-212-3/+7
| * | | msg: Output column numbers starting from 1Adam Strzelecki2015-04-211-1/+4