Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 'discard' instead of 'nil' for system.nim | Araq | 2014-02-02 | 1 | -19/+19 |
| | |||||
* | disable internalError so that nimbuild compiles again | Araq | 2014-01-25 | 1 | -1/+1 |
| | |||||
* | fix the error "only proc headers can feature pragmas" when compiling in JS mode | Zahary Karadjov | 2014-01-23 | 1 | -32/+32 |
| | |||||
* | resolved conflicts with master | Araq | 2014-01-18 | 1 | -2/+17 |
|\ | |||||
| * | Adds example to locals() docstring. | Grzegorz Adam Hankiewicz | 2013-12-23 | 1 | -1/+17 |
| | | |||||
* | | Clarifies system.lines() docstring. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -4/+4 |
| | | | | | | | | Amends c087f905134b249cf20cbabc4066fbfa62dd668a. | ||||
* | | Adds docstrings to lines() iterators. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -2/+24 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-01-13 | 1 | -11/+29 |
|\ \ | |||||
| * | | progress towards fixing tgenericshardcases | Zahary Karadjov | 2014-01-06 | 1 | -1/+1 |
| | | | |||||
| * | | add incl/excl for sets accepting accepting other sets | Zahary Karadjov | 2013-12-30 | 1 | -0/+8 |
| | | | |||||
| * | | Merge branch 'upstream' into devel | Zahary Karadjov | 2013-12-29 | 1 | -10/+20 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/ccgutils.nim compiler/msgs.nim compiler/sem.nim compiler/semexprs.nim compiler/seminst.nim compiler/semmagic.nim compiler/semstmts.nim compiler/semtypes.nim compiler/semtypinst.nim compiler/sigmatch.nim compiler/types.nim compiler/vmgen.nim lib/core/macros.nim lib/system.nim tests/reject/tenummix.nim web/news.txt | ||||
| | * | | fixes #787 | Zahary Karadjov | 2013-12-28 | 1 | -9/+9 |
| | | | | |||||
| | * | | documented static params | Zahary Karadjov | 2013-12-25 | 1 | -0/+10 |
| | | | | |||||
| | * | | static params: expr[T] is now static[T] | Zahary Karadjov | 2013-12-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces tyStatic and successfully bootstraps and handles few simple test cases. Static params within macros are no longer treated as PNimrodNodes - they are now equivalent to constants of the designated type. | ||||
* | | | | case consistency improvements | Araq | 2014-01-11 | 1 | -1/+1 |
|/ / / | |||||
* | | | case consistency: next steps | Araq | 2013-12-29 | 1 | -1/+1 |
| | | | |||||
* | | | improvements for 'pretty' | Araq | 2013-12-28 | 1 | -4/+4 |
| | | | |||||
* | | | case consistency part 6 | Araq | 2013-12-28 | 1 | -2/+2 |
| | | | |||||
* | | | case consistency part 4 | Araq | 2013-12-27 | 1 | -37/+37 |
| | | | |||||
* | | | case consistency part 3 | Araq | 2013-12-27 | 1 | -4/+3 |
| | | | |||||
* | | | case consistency part 1 | Araq | 2013-12-27 | 1 | -10/+10 |
| | | | |||||
* | | | vm: FFI improvements | Araq | 2013-12-23 | 1 | -2/+6 |
| |/ |/| | |||||
* | | Merge pull request #759 from zielmicha/stdmsg | Andreas Rumpf | 2013-12-20 | 1 | -9/+7 |
|\ \ | | | | | | | Write tracebacks to stderr instead of stdout. | ||||
| * | | Add stdmsg (an alias to either stdout or stderr). | Michał Zieliński | 2013-12-17 | 1 | -9/+7 |
| |/ | |||||
* / | Mentions static alternatives to quit(). | Grzegorz Adam Hankiewicz | 2013-12-12 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #684 from gradha/pr_clarifies_docs | Andreas Rumpf | 2013-11-30 | 1 | -8/+8 |
|\ | | | | | Clarifies wording of newSeq proc docstrings. | ||||
| * | Clarifies wording of newSeq proc docstrings. | Grzegorz Adam Hankiewicz | 2013-11-22 | 1 | -8/+8 |
| | | |||||
* | | removed 'system.eval' | Araq | 2013-11-27 | 1 | -6/+7 |
| | | |||||
* | | Merge branch 'master' of https://github.com/Araq/Nimrod | Araq | 2013-11-25 | 1 | -2/+2 |
|\| | |||||
| * | Fixed definition of seqShallowFlag. | Dominik Picheta | 2013-10-19 | 1 | -1/+1 |
| | | |||||
| * | Fixed regression on ARM caused by the changed behaviour of noStackFrame in ↵ | Dominik Picheta | 2013-10-19 | 1 | -1/+1 |
| | | | | | | | | commit ac474a28120. | ||||
* | | fixed definition of culong on win64 | Araq | 2013-10-15 | 1 | -10/+14 |
|/ | |||||
* | some fixes for win64 | Araq | 2013-10-10 | 1 | -2/+7 |
| | |||||
* | first version of the debug GC; doesn't work yet | Araq | 2013-10-01 | 1 | -16/+5 |
| | |||||
* | Merge pull request #580 from gradha/pr_adds_equality_for_arrays | Araq | 2013-09-01 | 1 | -0/+6 |
|\ | | | | | Adds equality comparison for arrays. | ||||
| * | Adds equality comparison for arrays. | Grzegorz Adam Hankiewicz | 2013-08-22 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-08-30 | 1 | -6/+17 |
|\ \ | |||||
| * | | implemented and documented the new typedesc binding rules | Zahary Karadjov | 2013-08-23 | 1 | -6/+17 |
| |/ | |||||
* / | float64 is now an alias to 'float'; fixes #545 | Araq | 2013-08-30 | 1 | -2/+16 |
|/ | |||||
* | new VM: next steps | Araq | 2013-08-03 | 1 | -23/+46 |
| | |||||
* | bugfix: system.& for sequences | Araq | 2013-07-27 | 1 | -2/+2 |
| | |||||
* | Documents passC/passL pragmas. Refs #506. | Grzegorz Adam Hankiewicz | 2013-07-05 | 1 | -3/+9 |
| | |||||
* | fixes --os:standalone | Araq | 2013-06-30 | 1 | -3/+5 |
| | |||||
* | --os:standalone works again | Araq | 2013-06-30 | 1 | -325/+361 |
| | |||||
* | added "standalone" to possible OS options | Simon Hafner | 2013-05-20 | 1 | -1/+1 |
| | |||||
* | preparations for the new symbol binding rules for clean templates | Araq | 2013-05-18 | 1 | -1/+2 |
| | |||||
* | Adds note to quit() about being called for termination. | Grzegorz Adam Hankiewicz | 2013-05-10 | 1 | -6/+11 |
| | |||||
* | test-runner for caas multi-step tests | Zahary Karadjov | 2013-05-04 | 1 | -2/+5 |
| | |||||
* | bugfix: varargs min/max procs; fixes #373 | Araq | 2013-04-08 | 1 | -6/+8 |
| | |||||
* | rod file viewer for easier debugging of rod files | Araq | 2013-04-04 | 1 | -0/+12 |
| |