Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1942 from def-/nimeval | Andreas Rumpf | 2015-01-13 | 1 | -1/+1 |
|\ | | | | | Make nimeval compile | ||||
| * | Make nimeval compile | def | 2015-01-12 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1943 from def-/async-fix | Andreas Rumpf | 2015-01-13 | 1 | -2/+0 |
|\ \ | | | | | | | Only handle EPOLLERR as an error event, as with EPOLLRDHUP there can sti... | ||||
| * | | Fix: Only handle EPOLLERR as an error event | def | 2015-01-13 | 1 | -2/+0 |
| |/ | | | | | | | | | When an EPOLLRDHUP is received with epoll_ctl, there can still be data to be read. So we shouldn't immediately close the socket and abort. | ||||
* | | Merge pull request #1945 from ReneSac/devel | Andreas Rumpf | 2015-01-13 | 1 | -0/+4 |
|\ \ | |/ |/| | Add missing windows wrappers to the lib.html doc | ||||
| * | Added missing windows wrappers to the lib.html doc | ReneSac | 2015-01-12 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #1941 from dustinlacewell/anchor_doc_names | Andreas Rumpf | 2015-01-12 | 1 | -3/+5 |
|\ | | | | | Add named anchor links to procs in the documentation index | ||||
| * | 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 |
|/ | |||||
* | Merge pull request #1936 from sa2ajj/freebsd-compiler | Andreas Rumpf | 2015-01-12 | 2 | -2/+8 |
|\ | | | | | make FreeBSD's compiler clang | ||||
| * | make FreeBSD's compiler clang | Mikhail Sobolev | 2015-01-12 | 2 | -2/+8 |
| | | | | | | | | | | * there's not much documentation about what's in nim.cfg file * the build.sh template was updated based on darwin | ||||
* | | fixes #1915 | Araq | 2015-01-12 | 8 | -9/+46 |
| | | |||||
* | | 'discard' can be used instead of 'nil' for empty case object branches | Araq | 2015-01-12 | 3 | -4/+24 |
| | | |||||
* | | Merge pull request #1931 from def-/doc-css | Andreas Rumpf | 2015-01-12 | 1 | -8/+9 |
|\ \ | | | | | | | Improve documentation CSS for smaller resolutions | ||||
| * | | Improve documentation CSS for smaller resolutions | def | 2015-01-11 | 1 | -8/+9 |
| | | | |||||
* | | | Merge pull request #1841 from skyfex/devel | Andreas Rumpf | 2015-01-12 | 5 | -30/+233 |
|\ \ \ | |_|/ |/| | | Add support for big 'u64 literals and remove SomeUInt from unsigned.nim | ||||
| * | | Added safe implicit conversion of uint8 to int16..int64, uint16 to ↵ | Audun Wilhelmsen | 2015-01-03 | 3 | -13/+199 |
| | | | | | | | | | | | | | | | | | | int32..int64 etc. Added two new tests for unsigned conversions and comparisons between signed numbers. | ||||
| * | | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Audun Wilhelmsen | 2015-01-02 | 57 | -452/+668 |
| |\ \ | |||||
| * | | | Added support for big 'u64 literals | Audun Wilhelmsen | 2015-01-02 | 2 | -17/+34 |
| | | | | | | | | | | | | | | | | Removed duplicate "SomeUInt' typedef from unsigned.nim | ||||
* | | | | fixes #1838 | Araq | 2015-01-11 | 4 | -7/+30 |
| | | | | |||||
* | | | | fixes #1928 | Araq | 2015-01-11 | 1 | -1/+1 |
| | | | | |||||
* | | | | fixes #1901 | Araq | 2015-01-11 | 1 | -7/+8 |
| |_|/ |/| | | |||||
* | | | fixes #1919 | Araq | 2015-01-11 | 2 | -6/+26 |
| | | | |||||
* | | | don't advice people to use debug options for the GC and core | Araq | 2015-01-11 | 1 | -2/+2 |
| | | | |||||
* | | | fixes #1903 | Araq | 2015-01-11 | 1 | -1/+2 |
| | | | |||||
* | | | fixes #1907 | 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 | ||||
| * | | | Remove unnecessary check in list comprehensions | def | 2015-01-10 | 1 | -1/+0 |
| | | | | |||||
* | | | | Merge pull request #1924 from daniel-kullmann/doc-fix1 | Andreas Rumpf | 2015-01-11 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | doc/tut2.txt: clarified usage of static/dynamic binding | ||||
| * | | | | doc/tut2.txt: clarified usage of static/dynamic binding | Daniel Kullmann | 2015-01-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The original text was slightly misleading in that it could be read that newLit and newPlus could not be implemented as methods; this is untrue, because newPlus could also be impleented as a method. The reason that newLit can't be implemented as a method is that its first argument (x: int) has a non-object type. | ||||
* | | | | | Merge pull request #1925 from daniel-kullmann/doc-fix2 | Andreas Rumpf | 2015-01-11 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | doc/tut2.txt: Tiny grammar fix | ||||
| * | | | | | doc/tut2.txt: Tiny grammar fix | Daniel Kullmann | 2015-01-11 | 1 | -1/+1 |
| |/ / / / | | | | | | | | | | | | | | | | A "the" was missing in "Macros have to be implemented in pure Nim code if foreign function interface (FFI is not enabled in the compiler" | ||||
* | | | | | Merge pull request #1926 from ekarlso/mysql-osx | Andreas Rumpf | 2015-01-11 | 1 | -5/+9 |
|\ \ \ \ \ | |/ / / / |/| | | | | Support MySQL on OSX | ||||
| * | | | | Support MySQL on OSX | Endre Karlson | 2015-01-11 | 1 | -5/+9 |
|/ / / / | |||||
* | | | | fixes #1866 | Araq | 2015-01-10 | 1 | -1/+2 |
| | | | | |||||
* | | | | fixes #1803 | Araq | 2015-01-10 | 2 | -6/+53 |
| | | | | |||||
* | | | | fixes tconfusing_arrow bug | Araq | 2015-01-10 | 2 | -1/+18 |
|/ / / | |||||
* | | | Merge pull request #1912 from flaviut/rename-stuff | reactormonk | 2015-01-10 | 13 | -41/+41 |
|\ \ \ | | | | | | | | | s/nimrod/nim/g; s/babel/nimble/g | ||||
| * | | | s/nimrod/nim/g; s/babel/nimble/g | Flaviu Tamas | 2015-01-09 | 13 | -41/+41 |
| | | | | |||||
* | | | | Merge pull request #1905 from JinShil/patch-1 | reactormonk | 2015-01-08 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fixed grammar in 'let statment' | ||||
| * | | | | Fixed grammar in 'let statment' | Mike | 2015-01-08 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #1900 from dustinlacewell/devel | Andreas Rumpf | 2015-01-08 | 6 | -108/+43 |
|\ \ \ \ | |/ / / |/| | | | Revert 5e4ae8d | ||||
| * | | | Revert 5e4ae8d | Dustin Lacewell | 2015-01-07 | 6 | -108/+43 |
|/ / / | |||||
* | | | Merge pull request #1884 from def-/tcc-usevfork | Andreas Rumpf | 2015-01-07 | 1 | -1/+6 |
|\ \ \ | | | | | | | | | Add workaround for TCC to make POSIX_SPAWN_USEVFORK available | ||||
| * | | | Add workaround for TCC to make POSIX_SPAWN_USEVFORK available | def | 2015-01-06 | 1 | -1/+6 |
| | | | | |||||
* | | | | Merge pull request #1876 from flaviut/unittest-stacktrace | Andreas Rumpf | 2015-01-07 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Add stack trace to unitest.nim exceptions | ||||
| * | | | | Make unittest.nim print stack trace | Flaviu Tamas | 2015-01-05 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge pull request #1889 from ramnes/devel | Andreas Rumpf | 2015-01-07 | 89 | -192/+192 |
|\ \ \ \ \ | | | | | | | | | | | | | Happy new year! | ||||
| * | | | | | Happy new year! | Guillaume Gelin | 2015-01-06 | 89 | -96/+96 |
| | | | | | | |||||
| * | | | | | Make website.tmpl line endings consistant (using Unix style) | Guillaume Gelin | 2015-01-06 | 1 | -97/+97 |
| | | | | | |