Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Move lib/pure/nodejs to compiler/nodejs. Ref #2017. | Dominik Picheta | 2015-01-28 | 1 | -6/+0 | |
* | | | | | Merge pull request #2017 from reactormonk/nodejs-binary | Andreas Rumpf | 2015-01-28 | 1 | -0/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | added suggested fixes | Simon Hafner | 2015-01-27 | 1 | -0/+0 | |
| * | | | | | find the nodejs binary | Simon Hafner | 2015-01-27 | 1 | -0/+6 | |
* | | | | | | documented new C++ support | Araq | 2015-01-28 | 5 | -10/+11 | |
* | | | | | | Added a few AST-construction shortcuts. | Mason McGill | 2015-01-27 | 1 | -37/+51 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Update sets.nim | dumndummer | 2015-01-27 | 1 | -1/+1 | |
* | | | | | Merge pull request #2005 from def-/fix-estp | Andreas Rumpf | 2015-01-27 | 2 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Make ESTP compile | def | 2015-01-23 | 2 | -2/+2 | |
* | | | | | | Fix type of setControlCHook parameter | def | 2015-01-27 | 1 | -1/+1 | |
* | | | | | | Get rid of more deprecation warnings by renaming exceptions | def | 2015-01-27 | 2 | -4/+4 | |
* | | | | | | nimsuggest: first version | Araq | 2015-01-27 | 1 | -1/+1 | |
* | | | | | | bugfix: don't overwrite the number value in case of a parsing error | Araq | 2015-01-27 | 1 | -2/+3 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | Logging module is now thread-safe. | Dominik Picheta | 2015-01-25 | 1 | -9/+27 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge pull request #2009 from gmpreussner/devel | Dominik Picheta | 2015-01-25 | 1 | -27/+33 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Added complex conjugate | gmpreussner | 2015-01-24 | 1 | -27/+33 | |
* | | | | Merge pull request #1998 from Varriount/fix-1962 | Dominik Picheta | 2015-01-24 | 1 | -14/+35 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Added documentation for the new http request procedures. | Varriount | 2015-01-23 | 1 | -1/+13 | |
| * | | | Fixes #1962 | Varriount | 2015-01-22 | 1 | -24/+33 | |
* | | | | Merge pull request #1999 from Varriount/fix-1906 | Dominik Picheta | 2015-01-23 | 1 | -3/+5 | |
|\ \ \ \ | ||||||
| * | | | | Fix #1906 | Varriount | 2015-01-22 | 1 | -3/+5 | |
| |/ / / | ||||||
* | | | | setControlCHook's parameter is not nil now | def | 2015-01-23 | 1 | -1/+1 | |
* | | | | Fix #1546 | Varriount | 2015-01-22 | 1 | -1/+1 | |
|/ / / | ||||||
* / / | Handle EPOLLHUP to avoid chaos/runaways when using certain file descriptors. | Elie Zedeck | 2015-01-21 | 1 | -1/+1 | |
|/ / | ||||||
* | | osinfo_win compiles again | Araq | 2015-01-18 | 1 | -4/+3 | |
* | | fixes #1964 properly | Araq | 2015-01-18 | 1 | -1/+2 | |
* | | fixes #1964 | Araq | 2015-01-18 | 1 | -2/+3 | |
* | | Merge pull request #1842 from def-/unicode-reversed | Varriount | 2015-01-17 | 1 | -0/+50 | |
|\ \ | ||||||
| * | | Optimize unicode.reversed | def | 2015-01-15 | 1 | -19/+31 | |
| * | | Add reversed proc to unicode module | def | 2015-01-02 | 1 | -0/+38 | |
* | | | Merge pull request #1967 from def-/more-renames | Varriount | 2015-01-16 | 2 | -2/+2 | |
|\ \ \ | ||||||
| * | | | Get rid of deprecation warnings in pegs | def | 2015-01-16 | 2 | -2/+2 | |
* | | | | Fix named argument handling | Flaviu Tamas | 2015-01-16 | 1 | -2/+11 | |
|/ / / | ||||||
* | | | GitHub link fixes: nim-code -> nim-lang | def | 2015-01-15 | 1 | -4/+4 | |
* | | | fixes the integer conversion regressions | Araq | 2015-01-13 | 2 | -4/+4 | |
* | | | Fix body in httpclient | def | 2015-01-13 | 1 | -2/+2 | |
* | | | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Araq | 2015-01-13 | 2 | -5/+5 | |
|\ \ \ | ||||||
| * | | | Fix: Only handle EPOLLERR as an error event | def | 2015-01-13 | 1 | -2/+0 | |
| * | | | Replace other common expressions with defined variable | Dustin Lacewell | 2015-01-12 | 1 | -2/+2 | |
| * | | | Add named anchor links to procs in the documentation index | Dustin Lacewell | 2015-01-12 | 1 | -2/+4 | |
* | | | | make net.nim compile again (quick workaround for a regression) | Araq | 2015-01-13 | 1 | -3/+3 | |
|/ / / | ||||||
* | | | Merge pull request #1841 from skyfex/devel | Andreas Rumpf | 2015-01-12 | 1 | -17/+15 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Audun Wilhelmsen | 2015-01-02 | 13 | -35/+71 | |
| |\ \ \ | ||||||
| * | | | | Added support for big 'u64 literals | Audun Wilhelmsen | 2015-01-02 | 1 | -17/+15 | |
* | | | | | don't advice people to use debug options for the GC and core | Araq | 2015-01-11 | 1 | -2/+2 | |
* | | | | | Merge pull request #1921 from def-/lc-improve | Andreas Rumpf | 2015-01-11 | 1 | -1/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove unnecessary check in list comprehensions | def | 2015-01-10 | 1 | -1/+0 | |
* | | | | | | Support MySQL on OSX | Endre Karlson | 2015-01-11 | 1 | -5/+9 | |
* | | | | | | fixes #1866 | Araq | 2015-01-10 | 1 | -1/+2 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #1884 from def-/tcc-usevfork | Andreas Rumpf | 2015-01-07 | 1 | -1/+6 | |
|\ \ \ \ \ |