Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a few more warnings | def | 2015-02-17 | 3 | -5/+5 |
| | |||||
* | Merge pull request #2140 from FedericoCeratto/devel | Andreas Rumpf | 2015-02-16 | 29 | -77/+77 |
|\ | | | | | Fix some typos | ||||
| * | Fix typos | Federico Ceratto | 2015-02-15 | 16 | -18/+18 |
| | | |||||
| * | Fix typos | Federico Ceratto | 2015-02-15 | 21 | -59/+59 |
| | | |||||
* | | Tell user more exactly how to create stacktrace | def | 2015-02-16 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Araq | 2015-02-16 | 2 | -6/+6 |
|\| | |||||
| * | Merge pull request #2133 from def-/cleanup | Andreas Rumpf | 2015-02-15 | 2 | -6/+6 |
| |\ | | | | | | | Cleanup | ||||
| | * | nimrod -> nim in some filenames | def | 2015-02-14 | 2 | -6/+6 |
| | | | |||||
* | | | minor documentation updates | Araq | 2015-02-16 | 1 | -0/+89 |
|/ / | |||||
* / | fixes endless recursion with static type parameters | Araq | 2015-02-14 | 1 | -2/+10 |
|/ | |||||
* | fixes #2123 | Araq | 2015-02-14 | 1 | -0/+1 |
| | |||||
* | fixes #2121 | Araq | 2015-02-14 | 1 | -1/+1 |
| | |||||
* | fixes #2102 | Araq | 2015-02-13 | 1 | -9/+9 |
| | |||||
* | fixes #2118 | Araq | 2015-02-13 | 1 | -7/+3 |
| | |||||
* | fixes #2113 | Araq | 2015-02-13 | 1 | -1/+3 |
| | |||||
* | 'passL' is not smart anymore about already known switches; -ldl is now ↵ | Araq | 2015-02-13 | 1 | -10/+12 |
| | | | | properly appended to the linking command | ||||
* | 'auto' can be inferred to be 'void' | Araq | 2015-02-13 | 1 | -1/+6 |
| | |||||
* | fixes #2068 | Araq | 2015-02-12 | 1 | -9/+21 |
| | |||||
* | Aporia compiles again (disabling thread analysis is horrible!) | Araq | 2015-02-12 | 1 | -1/+2 |
| | |||||
* | ordinary parameters can follow a varargs parameter | Araq | 2015-02-12 | 1 | -8/+14 |
| | |||||
* | better handling of gcsafety with --threadAnalysis:off | Araq | 2015-02-12 | 2 | -25/+27 |
| | |||||
* | fixed minor bugs; cleaned up tests | Araq | 2015-02-12 | 1 | -1/+2 |
| | |||||
* | Merge pull request #2053 from reactormonk/message-for-koch-temp | Andreas Rumpf | 2015-02-12 | 1 | -1/+4 |
|\ | | | | | report how to create a compiler stacktrace #1280 | ||||
| * | use dynamic message destination | Simon Hafner | 2015-02-04 | 1 | -1/+1 |
| | | |||||
| * | report how to create a compiler stacktrace #1280 | Simon Hafner | 2015-02-01 | 1 | -1/+4 |
| | | |||||
* | | cleanup index generation | Araq | 2015-02-10 | 1 | -0/+0 |
| | | |||||
* | | unsigned array indexes work better; minor cleanups | Araq | 2015-02-10 | 1 | -7/+7 |
| | | |||||
* | | fixes #1131 | Araq | 2015-02-10 | 2 | -3/+4 |
| | | |||||
* | | cleaned up some tests | Araq | 2015-02-10 | 4 | -5/+9 |
| | | |||||
* | | temptyseqs works again | Araq | 2015-02-10 | 3 | -16/+24 |
| | | |||||
* | | stop after first failing C compilation for --parallelBuild:1 | Araq | 2015-02-09 | 1 | -1/+3 |
| | | |||||
* | | tables work in 'const' sections; echo supports 'nil' strings; minor cleanups | Araq | 2015-02-09 | 6 | -47/+29 |
| | | |||||
* | | fixes #2004 | Araq | 2015-02-08 | 2 | -21/+29 |
| | | |||||
* | | fixes #2073 | Araq | 2015-02-08 | 1 | -2/+2 |
| | | |||||
* | | fixes #2073; language spec change: arrow like operators are not right ↵ | Araq | 2015-02-08 | 1 | -2/+2 |
| | | | | | | | | associative anymore | ||||
* | | fixes #1956 | Araq | 2015-02-08 | 2 | -3/+5 |
| | | |||||
* | | better error message | Araq | 2015-02-08 | 1 | -1/+3 |
| | | |||||
* | | merged #2083 manually | Araq | 2015-02-08 | 1 | -1/+1 |
| | | |||||
* | | Clarify "instantiation from here" | Flaviu Tamas | 2015-02-07 | 1 | -1/+1 |
| | | | | | | | | After ~1 year of Nim, I finally realized it doesn't refer to dynamic memory | ||||
* | | Merge pull request #2058 from def-/nimrod-cfgs | Andreas Rumpf | 2015-02-07 | 3 | -6/+11 |
|\ \ | | | | | | | Rename *.nimrod.cfg to *.nim.cfg | ||||
| * | | Add support for nimcfg and warning for nimrod.cfg | def | 2015-02-04 | 1 | -3/+8 |
| | | | |||||
| * | | Typos | def | 2015-02-04 | 2 | -3/+3 |
| | | | |||||
| * | | Rename *.nimrod.cfg to *.nim.cfg | def | 2015-02-03 | 1 | -0/+0 |
| | | | |||||
* | | | nimsuggest knows how to deal with files not belonging to the project | Araq | 2015-02-07 | 2 | -3/+12 |
| | | | |||||
* | | | configuration system supports %= to access environment variables | Araq | 2015-02-07 | 2 | -10/+16 |
| | | | |||||
* | | | fixes c++ codegen regression | Araq | 2015-02-07 | 1 | -1/+1 |
| | | | |||||
* | | | yet another C++ bugfix | Araq | 2015-02-07 | 1 | -3/+4 |
| | | | |||||
* | | | compiler distinguishes between 2 different 'var' types for C++ interop; code ↵ | Araq | 2015-02-07 | 5 | -102/+44 |
| | | | | | | | | | | | | cleanups | ||||
* | | | lots of C++ codegen improvements | Araq | 2015-02-07 | 7 | -110/+50 |
| | | | |||||
* | | | fixes #1601 | Araq | 2015-02-05 | 1 | -1/+0 |
| | | |