summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #1959, rounding floats in JSSimon Hafner2015-01-292-1/+17
|
* asm stmt: don't quote what is already quotedAraq2015-01-291-1/+1
|
* fixes yet another GAS parsing bugAraq2015-01-291-2/+2
|
* nimsuggest: sane dirty buffer handlingAraq2015-01-299-56/+51
|
* nimsuggest: filenames in quotes now work; general hints are not emittedAraq2015-01-292-5/+6
|
* Fixes #1642.Dominik Picheta2015-01-282-2/+12
|
* fixes #325Araq2015-01-286-35/+43
|
* Add missing tester.nim.cfg.Dominik Picheta2015-01-281-0/+1
|
* Move lib/pure/nodejs to compiler/nodejs. Ref #2017.Dominik Picheta2015-01-282-1/+1
|
* Merge pull request #2017 from reactormonk/nodejs-binaryAndreas Rumpf2015-01-284-7/+15
|\ | | | | Algorithm to find the nodejs binary
| * added suggested fixesSimon Hafner2015-01-272-1/+1
| |
| * find the nodejs binarySimon Hafner2015-01-273-5/+13
| | | | | | | | | | upstream calls it node, debian calls it nodejs. We gotta look for both of them.
| * typo fixSimon Hafner2015-01-271-2/+2
| |
* | the compiler knows vxWorks is an OSAraq2015-01-282-4/+8
| |
* | documented new C++ supportAraq2015-01-288-29/+185
| |
* | Merge pull request #2019 from MasonMcGill/develDominik Picheta2015-01-271-37/+51
|\ \ | | | | | | Added a few AST-construction shortcuts.
| * | Added a few AST-construction shortcuts.Mason McGill2015-01-271-37/+51
|/ /
* | Merge pull request #2016 from dumndummer/patch-2Andreas Rumpf2015-01-271-1/+1
|\ \ | | | | | | Update sets.nim
| * | Update sets.nimdumndummer2015-01-271-1/+1
|/ / | | | | corrected misspelled word in doc comment
* | Merge pull request #1995 from def-/fix-idetoolsAndreas Rumpf2015-01-271-6/+9
|\ \ | | | | | | Make caasdriver compile
| * | Make caasdriver compiledef2015-01-201-6/+9
| | |
* | | Merge pull request #2005 from def-/fix-estpAndreas Rumpf2015-01-272-2/+2
|\ \ \ | | | | | | | | Make ESTP compile
| * | | Make ESTP compiledef2015-01-232-2/+2
| | | |
* | | | Merge pull request #2014 from def-/more-deprecationsDominik Picheta2015-01-272-5/+5
|\ \ \ \ | | | | | | | | | | Make nimkernel compile again
| * | | | Fix type of setControlCHook parameterdef2015-01-271-1/+1
| | | | |
| * | | | Get rid of more deprecation warnings by renaming exceptionsdef2015-01-272-4/+4
|/ / / /
* | | | added missing fileAraq2015-01-272-0/+19
| | | |
* | | | better documentation for 'finished' for first class iteratorsAraq2015-01-274-3/+54
| | | |
* | | | nimsuggest: first versionAraq2015-01-2721-218/+364
| | | |
* | | | do not warn about unknown conditional symbols anymoreAraq2015-01-271-4/+0
| | | |
* | | | bugfix: don't overwrite the number value in case of a parsing errorAraq2015-01-271-2/+3
| | | |
* | | | proper 'space in dir' testAraq2015-01-272-1/+1
| | | |
* | | | cleaned up unsigned testsAraq2015-01-272-24/+20
| | | |
* | | | implements auto-deref for the first argument (requires .experimental)Araq2015-01-272-8/+38
| | | |
* | | | Logging module is now thread-safe.Dominik Picheta2015-01-252-10/+30
| | | |
* | | | Merge pull request #2009 from gmpreussner/develDominik Picheta2015-01-251-27/+33
|\ \ \ \ | |_|_|/ |/| | | Added complex conjugate
| * | | Added complex conjugategmpreussner2015-01-241-27/+33
| | |/ | |/|
* | | Merge pull request #1998 from Varriount/fix-1962Dominik Picheta2015-01-241-14/+35
|\ \ \ | | | | | | | | Fixes #1962
| * | | Added documentation for the new http request procedures.Varriount2015-01-231-1/+13
| | | |
| * | | Fixes #1962Varriount2015-01-221-24/+33
| | | |
* | | | non-destructible context only produces a warning for nowAraq2015-01-242-6/+7
| |_|/ |/| |
* | | Merge pull request #1999 from Varriount/fix-1906Dominik Picheta2015-01-231-3/+5
|\ \ \ | | | | | | | | Fix #1906
| * | | Fix #1906Varriount2015-01-221-3/+5
| |/ /
* | | Merge pull request #2001 from def-/fix-systemVarriount2015-01-221-1/+1
|\ \ \ | | | | | | | | setControlCHook's parameter is not nil now
| * | | setControlCHook's parameter is not nil nowdef2015-01-231-1/+1
|/ / /
* | | Merge pull request #2000 from Varriount/fix-1546reactormonk2015-01-231-1/+1
|\ \ \ | | | | | | | | Fix #1546
| * | | Fix #1546Varriount2015-01-221-1/+1
| |/ /
* | | minor website improvementsAraq2015-01-232-0/+13
| | |
* | | Nim can interface with C++ templatesAraq2015-01-231-46/+63
| | |
* | | preparations for C++ template supportAraq2015-01-236-21/+25
| | |