summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2033 from reactormonk/round-in-jsAndreas Rumpf2015-02-012-1/+17
|\ | | | | Fixes #1959, rounding floats in JS
| * Fixes #1959, rounding floats in JSSimon Hafner2015-01-292-1/+17
| |
* | Merge pull request #2020 from def-/mitemsreactormonk2015-02-017-1/+276
|\ \ | | | | | | mitems and mpairs
| * | Add tests for mitemsdef2015-01-291-0/+136
| | |
| * | Add items, mitems and mpairs for cstringsdef2015-01-281-0/+22
| | |
| * | Typodef2015-01-281-1/+1
| | |
| * | Add mitems and mpairs where it makes sensedef2015-01-285-0/+117
| | |
* | | fixes #1988Araq2015-01-312-5/+22
| | |
* | | fixes #2022Araq2015-01-313-2/+101
| | |
* | | fixes #2041Araq2015-01-313-8/+13
| | |
* | | fixes #2039Araq2015-01-314-6/+30
| | |
* | | removed dead codeAraq2015-01-301-9/+2
| | |
* | | nimsuggest improvementsAraq2015-01-3018-54/+112
| | |
* | | Merge pull request #2036 from def-/fix-ircreactormonk2015-01-301-1/+1
|\ \ \ | |_|/ |/| | Fix IRC channel at footer
| * | Fix IRC channel at footerdef2015-01-301-1/+1
|/ /
* | 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