Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -1/+18 |
* | Merge pull request #2037 from def-/fix-lists | Andreas Rumpf | 2015-02-01 | 2 | -4/+51 |
|\ | |||||
| * | Fix SinglyLinkedRing in lists module | def | 2015-02-01 | 2 | -4/+51 |
|/ | |||||
* | check test result | Araq | 2015-02-01 | 1 | -0/+4 |
* | fixes #2023 | Araq | 2015-02-01 | 2 | -3/+19 |
* | Merge pull request #2010 from modk/freebsd-parallel-build | Andreas Rumpf | 2015-02-01 | 2 | -9/+16 |
|\ | |||||
| * | FreeBSD-specific code | modk | 2015-01-29 | 1 | -4/+8 |
| * | Set status to something else than 0 | modk | 2015-01-27 | 1 | -1/+1 |
| * | Merge with current devel | modk | 2015-01-26 | 2 | -10/+30 |
| |\ | |||||
| * | | Fixes parallel build on FreeBSD | modk | 2015-01-26 | 2 | -9/+12 |
* | | | Merge pull request #2026 from reactormonk/koch-temp-125-exit-code | Andreas Rumpf | 2015-02-01 | 2 | -3/+18 |
|\ \ \ | |||||
| * | | | added note about creating stacktraces | Simon Hafner | 2015-01-31 | 1 | -0/+3 |
| * | | | added documentation about koch temp | Simon Hafner | 2015-01-28 | 1 | -0/+10 |
| * | | | koch temp has 125 exit code for git bisect | Simon Hafner | 2015-01-28 | 1 | -3/+5 |
* | | | | Merge pull request #2033 from reactormonk/round-in-js | Andreas Rumpf | 2015-02-01 | 2 | -1/+17 |
|\ \ \ \ | |||||
| * | | | | Fixes #1959, rounding floats in JS | Simon Hafner | 2015-01-29 | 2 | -1/+17 |
* | | | | | Merge pull request #2020 from def-/mitems | reactormonk | 2015-02-01 | 7 | -1/+276 |
|\ \ \ \ \ | |||||
| * | | | | | Add tests for mitems | def | 2015-01-29 | 1 | -0/+136 |
| * | | | | | Add items, mitems and mpairs for cstrings | def | 2015-01-28 | 1 | -0/+22 |
| * | | | | | Typo | def | 2015-01-28 | 1 | -1/+1 |
| * | | | | | Add mitems and mpairs where it makes sense | def | 2015-01-28 | 5 | -0/+117 |
* | | | | | | fixes #1988 | Araq | 2015-01-31 | 2 | -5/+22 |
* | | | | | | fixes #2022 | Araq | 2015-01-31 | 3 | -2/+101 |
* | | | | | | fixes #2041 | Araq | 2015-01-31 | 3 | -8/+13 |
* | | | | | | fixes #2039 | Araq | 2015-01-31 | 4 | -6/+30 |
* | | | | | | removed dead code | Araq | 2015-01-30 | 1 | -9/+2 |
* | | | | | | nimsuggest improvements | Araq | 2015-01-30 | 18 | -54/+112 |
* | | | | | | Merge pull request #2036 from def-/fix-irc | reactormonk | 2015-01-30 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Fix IRC channel at footer | def | 2015-01-30 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | asm stmt: don't quote what is already quoted | Araq | 2015-01-29 | 1 | -1/+1 |
* | | | | | fixes yet another GAS parsing bug | Araq | 2015-01-29 | 1 | -2/+2 |
* | | | | | nimsuggest: sane dirty buffer handling | Araq | 2015-01-29 | 9 | -56/+51 |
* | | | | | nimsuggest: filenames in quotes now work; general hints are not emitted | Araq | 2015-01-29 | 2 | -5/+6 |
* | | | | | Fixes #1642. | Dominik Picheta | 2015-01-28 | 2 | -2/+12 |
* | | | | | fixes #325 | Araq | 2015-01-28 | 6 | -35/+43 |
* | | | | | Add missing tester.nim.cfg. | Dominik Picheta | 2015-01-28 | 1 | -0/+1 |
* | | | | | Move lib/pure/nodejs to compiler/nodejs. Ref #2017. | Dominik Picheta | 2015-01-28 | 2 | -1/+1 |
* | | | | | Merge pull request #2017 from reactormonk/nodejs-binary | Andreas Rumpf | 2015-01-28 | 4 | -7/+15 |
|\ \ \ \ \ | |||||
| * | | | | | added suggested fixes | Simon Hafner | 2015-01-27 | 2 | -1/+1 |
| * | | | | | find the nodejs binary | Simon Hafner | 2015-01-27 | 3 | -5/+13 |
| * | | | | | typo fix | Simon Hafner | 2015-01-27 | 1 | -2/+2 |
* | | | | | | the compiler knows vxWorks is an OS | Araq | 2015-01-28 | 2 | -4/+8 |
* | | | | | | documented new C++ support | Araq | 2015-01-28 | 8 | -29/+185 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge pull request #2019 from MasonMcGill/devel | Dominik Picheta | 2015-01-27 | 1 | -37/+51 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Added a few AST-construction shortcuts. | Mason McGill | 2015-01-27 | 1 | -37/+51 |
|/ / / / | |||||
* | | | | Merge pull request #2016 from dumndummer/patch-2 | Andreas Rumpf | 2015-01-27 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Update sets.nim | dumndummer | 2015-01-27 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #1995 from def-/fix-idetools | Andreas Rumpf | 2015-01-27 | 1 | -6/+9 |
|\ \ \ \ | |||||
| * | | | | Make caasdriver compile | def | 2015-01-20 | 1 | -6/+9 |