Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nimrod -> nim in some filenames | def | 2015-02-14 | 1 | -136/+0 |
| | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' into bigbreak | Araq | 2014-10-20 | 1 | -5/+0 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/nim.ini doc/manual.txt doc/tut2.txt koch.nim lib/system/channels.nim readme.txt tools/niminst/niminst.nim tools/nimweb.nim web/download.txt web/news.txt | ||||
| * | website updates for 0.9.6 | Araq | 2014-10-19 | 1 | -5/+0 |
| | | |||||
* | | big rename | Araq | 2014-08-27 | 1 | -2/+4 |
|/ | |||||
* | initial non-compiling version of 'parallel' | Araq | 2014-05-12 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into vm2 | Araq | 2013-12-05 | 1 | -5/+5 |
|\ | | | | | | | | | Conflicts: compiler/sem.nim | ||||
| * | removed deprecated libraries from nimrod.cfg | fowlmouth | 2013-12-02 | 1 | -5/+5 |
| | | |||||
* | | next steps for FFI support | Araq | 2013-11-25 | 1 | -0/+1 |
|/ | |||||
* | some fixes for Haiku | Araq | 2013-09-01 | 1 | -1/+2 |
| | |||||
* | Modify babelpath | Erik Johansson Andersson | 2013-07-04 | 1 | -1/+1 |
| | | | Babel looks in this dir now. | ||||
* | fixes #466 | Araq | 2013-06-06 | 1 | -2/+2 |
| | |||||
* | nimrod dump can now produce a machine readable json report | Zahary Karadjov | 2013-05-01 | 1 | -1/+0 |
| | | | | | | | | | | | | | The data in the report includes necessary information for starting the compiler service and setting up the project paths in the IDE. the default verbosity of 1 is now set in the compiler code to fix an issue with verbosity being temporary set to 1 during config parsing even when it's explicitly overridden on the command-line. compiler/lexbase was temporary renamed to nimlexbase as a work-around for a codegen naming conflict with lib/pure/lexbase resulting in linking errors (further investigation needed). | ||||
* | fixes #257 | Araq | 2013-03-18 | 1 | -1/+1 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | Changes default macosx compiler to clang. | Grzegorz Adam Hankiewicz | 2013-03-02 | 1 | -0/+1 |
| | | | | | | The default gcc version provided by current Xcode versions doesn't work. Alternatively macport's gcc-4.7 is known to work too, but that is less common for macosx users. | ||||
* | EcmaScript => JS. Fixes #330 | Simon Hafner | 2013-02-15 | 1 | -1/+1 |
| | | | | No one calls it EcmaScript anymore. | ||||
* | fixes #271 | Araq | 2012-12-15 | 1 | -1/+1 |
| | |||||
* | lazy paths for Babel support | Araq | 2012-12-11 | 1 | -1/+1 |
| | |||||
* | improvements for --babelPath | Araq | 2012-12-09 | 1 | -6/+4 |
| | |||||
* | Fixes SSL httpclient and problems with hidden path splitting in OS. | Dominik Picheta | 2012-12-02 | 1 | -1/+1 |
| | | | | Added babel's libs dir to Nimrod's path. | ||||
* | profiler improvements | Araq | 2012-09-17 | 1 | -0/+1 |
| | |||||
* | cross-compilation improvements | Araq | 2012-07-08 | 1 | -0/+4 |
| | |||||
* | fixes for the Intel C compiler on Windows | Zahary Karadjov | 2012-06-27 | 1 | -2/+4 |
| | |||||
* | fix compilation errors when bootstrapping with C++ | Zahary Karadjov | 2012-06-04 | 1 | -11/+11 |
| | |||||
* | added system.||; lacks runtime support | Araq | 2012-05-23 | 1 | -0/+1 |
| | |||||
* | documentation improvements; higher level Mongodb wrapper | Araq | 2012-04-09 | 1 | -0/+2 |
| | |||||
* | small fixes for BSD | Araq | 2012-04-06 | 1 | -0/+3 |
| | |||||
* | tlsEmulation:on for windows/GCC | Araq | 2012-01-29 | 1 | -0/+3 |
| | |||||
* | pragma blocks; fixed line information issue with user defined assertions | Araq | 2012-01-17 | 1 | -1/+2 |
| | |||||
* | removed incompatible flags for debugging VCC release builds | Zahary Karadjov | 2011-12-07 | 1 | -1/+1 |
| | |||||
* | bugfixes for .rod files and visual C++ | Araq | 2011-12-03 | 1 | -1/+1 |
| | |||||
* | libuv working on windows too | Zahary Karadjov | 2011-10-12 | 1 | -2/+2 |
| | | | | Added: vcc compilation flags for proper debug symbol generation | ||||
* | Nimrod can now compile itself with --lineDir enabled | Zahary Karadjov | 2011-09-20 | 1 | -1/+2 |
| | |||||
* | fixed system.nim to use the proper getTypeInfo magic | Araq | 2011-06-10 | 1 | -1/+1 |
| | |||||
* | Bugfix: no #line dir with 0 generated | Araq | 2011-06-10 | 1 | -1/+1 |
| | |||||
* | bugfix: generic instantiation across module boundaries | Araq | 2011-06-06 | 1 | -0/+1 |
| | |||||
* | still playing with threads | Araq | 2011-05-17 | 1 | -1/+1 |
| | |||||
* | lexer, parser cleanup; boehm gc for mac os x | Araq | 2011-05-17 | 1 | -1/+1 |
| | |||||
* | support for clang | Araq | 2011-03-24 | 1 | -0/+7 |
| | |||||
* | bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmas | Araq | 2011-03-23 | 1 | -1/+1 |
| | |||||
* | always compile with at least O1; bugfix set initialization for interactive mode | Araq | 2011-03-10 | 1 | -2/+10 |
| | |||||
* | REPL improvements | Araq | 2011-02-13 | 1 | -0/+1 |
| | |||||
* | unary <; countup two type parameters; --recursivePath should work now | Araq | 2011-01-29 | 1 | -1/+1 |
| | |||||
* | changes to threads; --recursivePath support | Araq | 2011-01-29 | 1 | -0/+1 |
| | |||||
* | basic thread support; still broken on Windows; untested on Mac OS X | Araq | 2011-01-18 | 1 | -1/+2 |
| | |||||
* | docgen understands and ignores *when false* | Araq | 2010-11-18 | 1 | -0/+1 |
| | |||||
* | version 0.8.8 | Andreas Rumpf | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | examples/lib use the new wrappers | Andreas Rumpf | 2010-02-28 | 1 | -1/+1 |
| | |||||
* | bugfixes: re; pegs module | Andreas Rumpf | 2010-02-28 | 1 | -1/+1 |
| |