Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | |||||
* | | | | Merge pull request #1897 from mrordinaire/fix-tsequtils | Andreas Rumpf | 2015-01-07 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | fixed tests/seq/tsequtils.nim | ||||
| * | | | | fixed tests/seq/tsequtils.nim | Do Nhat Minh | 2015-01-07 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Araq | 2015-01-07 | 46 | -490/+991 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: compiler/semexprs.nim | ||||
| * | | | Merge pull request #1882 from flaviut/add-gitignore-csources | reactormonk | 2015-01-06 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | | | Add csources to gitignore | ||||
| | * | | | Add csources to gitignore | Flaviu Tamas | 2014-11-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This will keep the git status output cleaner. The .gitignore will not cause already tracked files to be deleted | ||||
| * | | | | Merge pull request #1883 from flaviut/add-unittest-docs | Varriount | 2015-01-05 | 1 | -6/+21 |
| |\ \ \ \ | | | | | | | | | | | | | Add an example and remove future claims from unittest.nim | ||||
| | * | | | | Add an example and remove future claims | Flaviu Tamas | 2015-01-05 | 1 | -6/+21 |
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | The future claims haven't been addressed for 3 years, they are unlikely to be fixed soon. | ||||
| * | | | | Merge pull request #1835 from def-/mysql-lib-version | Varriount | 2015-01-05 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | Allow higher versions of libmysqlclient | ||||
| | * | | | | Allow higher versions of libmysqlclient | def | 2015-01-02 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge pull request #1879 from def-/nim-renames | Varriount | 2015-01-05 | 2 | -4/+4 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Some GC renames to get rid of deprecation warnings | ||||
| | * | | | | | Some GC renames to get rid of deprecation warnings | def | 2015-01-06 | 2 | -4/+4 |
| | | |/ / / | | |/| | | | |||||
| * | | | | | Merge pull request #1885 from flaviut/unittest-reset-term | Varriount | 2015-01-05 | 1 | -0/+2 |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | Properly use the terminal module | ||||
| | * | | | | Properly use the terminal module | Flaviu Tamas | 2015-01-05 | 1 | -0/+2 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The documentation for terminal says > Changing the style is permanent even after program termination! Use the code > `system.addQuitProc(resetAttributes)` to restore the defaults. | ||||
| * | | | | Merge pull request #1779 from flaviut/ga-docs | Varriount | 2015-01-05 | 4 | -6/+35 |
| |\ \ \ \ | | | | | | | | | | | | | Add google analytics to docs | ||||
| | * | | | | Complete adding google analytics to docs | Flaviu Tamas | 2014-12-25 | 1 | -21/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | theindex.html doesn't have analytics because I don't want to deal with global variables | ||||
| | * | | | | Mostly get analytics working for docs | Flaviu Tamas | 2014-12-25 | 4 | -4/+33 |
| | | | | | | |||||
| * | | | | | Merge pull request #1811 from cremno/fix-nsis-uninstaller-filename | Varriount | 2015-01-05 | 1 | -1/+1 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | fix NSIS uninstaller filename | ||||
| | * | | | | fix NSIS uninstaller filename (fix #1804) | cremno | 2015-01-01 | 1 | -1/+1 |
| | | |/ / | | |/| | | |||||
| * | | | | Fixes nim-lang/nimble#84 | Dominik Picheta | 2015-01-05 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #1867 from def-/httpclient-multipart | Dominik Picheta | 2015-01-05 | 1 | -35/+142 |
| |\ \ \ \ | | | | | | | | | | | | | Add multipart parameter to httpclient's post and postContent | ||||
| | * | | | | Rename newData() to newMultipartData() | def | 2015-01-05 | 1 | -5/+5 |
| | | | | | | |||||
| | * | | | | A few more fixes to httpclient multipart | def | 2015-01-05 | 1 | -4/+9 |
| | | | | | | |||||
| | * | | | | post should work when extra headers don't have trailing newline | def | 2015-01-05 | 1 | -2/+11 |
| | | | | | | |||||
| | * | | | | Check that p is not nil in format | def | 2015-01-05 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Add multipart parameter to httpclient's post and postContent | def | 2015-01-05 | 1 | -35/+128 |
| | | | | | | |||||
| * | | | | | Merge pull request #1865 from def-/async-fixes | Dominik Picheta | 2015-01-05 | 2 | -2/+13 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Async fixes |