Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve koch web google analytics docs | Flaviu Tamas | 2015-01-22 | 1 | -0/+3 |
| | |||||
* | Merge pull request #1990 from eliezedeck/devel | Dominik Picheta | 2015-01-22 | 1 | -1/+1 |
|\ | | | | | Handle EPOLLHUP to avoid chaos/runaways when using certain fds | ||||
| * | Handle EPOLLHUP to avoid chaos/runaways when using certain file descriptors. | Elie Zedeck | 2015-01-21 | 1 | -1/+1 |
|/ | | | | A concrete example is pipe file descriptors: they generate EPOLLHUP instead of a EPOLLIN (then 0 bytes read). The loop will run wild if this event is not handled. | ||||
* | get rid of debug output | Araq | 2015-01-18 | 1 | -1/+0 |
| | |||||
* | fixes #1833 | Araq | 2015-01-18 | 2 | -1/+22 |
| | |||||
* | 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 |
| | |||||
* | fixes #1944 | Araq | 2015-01-18 | 4 | -13/+36 |
| | |||||
* | Merge pull request #1981 from Varriount/zielmicha-devel | Varriount | 2015-01-17 | 2 | -2/+4 |
|\ | | | | | Custom merge of Zielmicha devel | ||||
| * | Add filename space test | Varriount | 2015-01-17 | 1 | -0/+3 |
| | | |||||
| * | Fixes #1955 | Varriount | 2015-01-17 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'devel' of git://github.com/zielmicha/Nimrod into zielmicha-devel | Varriount | 2015-01-16 | 1 | -2/+1 |
| |\ | |||||
| | * | quote filenames in when invoking compiler from C backend | Michał Zieliński | 2015-01-14 | 1 | -2/+1 |
| | | | |||||
* | | | Merge pull request #1972 from skyfex/vm_opcLdConst | Andreas Rumpf | 2015-01-18 | 2 | -0/+15 |
|\ \ \ | | | | | | | | | Test and fix for VM issue | ||||
| * | | | Proposed fix for issue #1946 | Audun Wilhelmsen | 2015-01-16 | 1 | -0/+1 |
| | | | | |||||
| * | | | Add test for issue #1946 | Audun Wilhelmsen | 2015-01-16 | 1 | -0/+14 |
| | | | | |||||
* | | | | typo; last commit fixes #1910 | Araq | 2015-01-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | revert to old behaviour: tuple field names are not ignored anymore; fixes #1920 | Araq | 2015-01-18 | 9 | -17/+40 |
| | | | | |||||
* | | | | better C++ support wrt 'this' | Araq | 2015-01-18 | 2 | -20/+166 |
| | | | | |||||
* | | | | Merge pull request #1980 from Araq/revert-1951-bootstrap-install-docs-fix | Varriount | 2015-01-17 | 6 | -39/+17 |
|\ \ \ \ | | | | | | | | | | | Revert "Documented faster way to bootstrap-build Nim" | ||||
| * | | | | Revert "Documented faster way to bootstrap-build Nim" | Varriount | 2015-01-17 | 6 | -39/+17 |
|/ / / / | |||||
* | | | | Merge pull request #1842 from def-/unicode-reversed | Varriount | 2015-01-17 | 1 | -0/+50 |
|\ \ \ \ | | | | | | | | | | | Add reversed proc to unicode module | ||||
| * | | | | Optimize unicode.reversed | def | 2015-01-15 | 1 | -19/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Runs about 18 times faster: - combining characters with boolean logic instead of binary search - No more temporary sequence - Optimize for ASCII characters | ||||
| * | | | | Add reversed proc to unicode module | def | 2015-01-02 | 1 | -0/+38 |
| | | | | | |||||
* | | | | | Merge pull request #1951 from noway421/bootstrap-install-docs-fix | Varriount | 2015-01-17 | 6 | -17/+39 |
|\ \ \ \ \ | | | | | | | | | | | | | Documented faster way to bootstrap-build Nim | ||||
| * | | | | | changed architecture detection | Way, No | 2015-01-15 | 1 | -1/+3 |
| | | | | | | |||||
| * | | | | | updated readme | Way, No | 2015-01-15 | 1 | -3/+5 |
| | | | | | | |||||
| * | | | | | added quick bootstrap script for windows | Way, No | 2015-01-15 | 2 | -0/+26 |
| | | | | | | |||||
| * | | | | | updated web/download.txt | Way, No | 2015-01-14 | 1 | -6/+2 |
| | | | | | | |||||
| * | | | | | updated install.txt | Way, No | 2015-01-14 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | faster way to bootstrap-build Nim | Way, No | 2015-01-14 | 1 | -7/+3 |
| | | | | | | |||||
| * | | | | | added execution rights to build.sh | Way, No | 2015-01-14 | 1 | -0/+0 |
| | | | | | | |||||
* | | | | | | Merge pull request #1978 from def-/manual-exceptions | Dominik Picheta | 2015-01-17 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Clarify documentation about "except clauses" | ||||
| * | | | | | | Clarify documentation about "except clauses" | def | 2015-01-17 | 1 | -1/+1 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | They're called type conversions. Type casts are done with cast[T](...) and are not type safe. | ||||
* | | | | | | Merge pull request #1954 from ziotom78/devel | Varriount | 2015-01-16 | 1 | -0/+35 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | New section "Except clauses" in the manual | ||||
| * | | | | | | New section "Except clauses" in the manual | Maurizio Tomasi | 2015-01-14 | 1 | -0/+35 |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This new section explains how to use `getCurrentException` and `getCurrentExceptionMsg`. See the thread http://forum.nim-lang.org/t/752 . | ||||
* | | | | | | Merge pull request #1967 from def-/more-renames | Varriount | 2015-01-16 | 25 | -237/+237 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | More renames | ||||
| * | | | | | Get rid of deprecation warnings in pegs | def | 2015-01-16 | 3 | -16/+16 |
| | | | | | | |||||
| * | | | | | Documentation renames | def | 2015-01-16 | 8 | -80/+80 |
| | | | | | | |||||
| * | | | | | Manual renames | def | 2015-01-16 | 14 | -141/+141 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #1975 from flaviut/fix-unittest | Andreas Rumpf | 2015-01-17 | 1 | -2/+11 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix named argument handling | ||||
| * | | | | | Fix named argument handling | Flaviu Tamas | 2015-01-16 | 1 | -2/+11 |
|/ / / / / | | | | | | | | | | | | | | | | Instead of trying to use the whole parameter, it uses just the RHS, as expected | ||||
* / / / / | Add compiler.nimble file. | Dominik Picheta | 2015-01-16 | 1 | -0/+11 |
|/ / / / | |||||
* | | | | fixes #1947 | Araq | 2015-01-15 | 1 | -1/+16 |
| | | | | |||||
* | | | | Merge pull request #1961 from def-/github-link-fixes | Andreas Rumpf | 2015-01-15 | 5 | -11/+11 |
|\ \ \ \ | |/ / / |/| | | | GitHub link fixes: nim-code -> nim-lang | ||||
| * | | | GitHub link fixes: nim-code -> nim-lang | def | 2015-01-15 | 5 | -11/+11 |
|/ / / | |||||
* | | | patterns for 'importcpp' (still undocumented) | Araq | 2015-01-14 | 2 | -28/+92 |
| | | | |||||
* | | | handle 'T&' properly for better C++ support | Araq | 2015-01-13 | 1 | -3/+11 |
| | | | |||||
* | | | koch doesn't use compiler/nversion (makes no sense); updated twitter link | Araq | 2015-01-13 | 2 | -2/+2 |
|/ / |