Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | 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 | |
* | | | | | non-destructible context only produces a warning for now | Araq | 2015-01-24 | 2 | -6/+7 | |
| |_|/ / |/| | | | ||||||
* | | | | 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 | |
| |/ / / | ||||||
* | | | | Merge pull request #2001 from def-/fix-system | Varriount | 2015-01-22 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | setControlCHook's parameter is not nil now | def | 2015-01-23 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #2000 from Varriount/fix-1546 | reactormonk | 2015-01-23 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | Fix #1546 | Varriount | 2015-01-22 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | minor website improvements | Araq | 2015-01-23 | 2 | -0/+13 | |
* | | | | Nim can interface with C++ templates | Araq | 2015-01-23 | 1 | -46/+63 | |
* | | | | preparations for C++ template support | Araq | 2015-01-23 | 6 | -21/+25 | |
* | | | | bugfixes for the new C++ patterns | Araq | 2015-01-23 | 1 | -8/+7 | |
* | | | | better error message for 'invalid type' | Araq | 2015-01-23 | 5 | -59/+67 | |
* | | | | Merge pull request #1997 from flaviut/patch-1 | Dominik Picheta | 2015-01-22 | 1 | -0/+3 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | 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 file descriptors. | Elie Zedeck | 2015-01-21 | 1 | -1/+1 | |
|/ / | ||||||
* | | 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 | |
|\ \ | ||||||
| * | | 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 | |
|\ \ \ \ | ||||||
| * | | | | 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" | Varriount | 2015-01-17 | 6 | -39/+17 | |
|/ / / / / | ||||||
* | | | | | 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 #1951 from noway421/bootstrap-install-docs-fix | Varriount | 2015-01-17 | 6 | -17/+39 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | 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 | |
|\ \ \ \ \ \ \ |