Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1075 from flaviut/inlinedocs | Andreas Rumpf | 2014-04-09 | 1 | -15/+105 |
|\ | | | | | Add some documentations and code examples in system | ||||
| * | Fix typos in system.nim | flaviut | 2014-04-08 | 1 | -12/+12 |
| | | |||||
| * | `Concatenates` was misspelled | flaviut | 2014-04-08 | 1 | -6/+6 |
| | | |||||
| * | Code example for `clamp` | flaviut | 2014-04-08 | 1 | -1/+5 |
| | | |||||
| * | Document inplace string appending | flaviut | 2014-04-08 | 1 | -0/+14 |
| | | |||||
| * | Code examples for string concatination | flaviut | 2014-04-08 | 1 | -1/+16 |
| | | |||||
| * | Code docs for `contains`, `in`, `is`, and `of` | flaviut | 2014-04-08 | 1 | -1/+35 |
| | | |||||
| * | Inline docs for sequence appending | flaviut | 2014-04-08 | 1 | -0/+23 |
| | | |||||
* | | fixes bootstrapping | Araq | 2014-04-09 | 1 | -5/+8 |
| | | |||||
* | | added `$` for arrays | Simon Hafner | 2014-03-31 | 1 | -14/+14 |
| | | |||||
* | | Merge branch 'devel' of github.com:Araq/Nimrod into seq_toString | Simon Hafner | 2014-03-31 | 1 | -29/+113 |
|\| | |||||
| * | iterators check seqs/strings are not resized during iteration | Araq | 2014-03-29 | 1 | -14/+18 |
| | | |||||
| * | Adds example to likely/unlikely docstring. Refs #983. | Grzegorz Adam Hankiewicz | 2014-03-13 | 1 | -4/+24 |
| | | |||||
| * | EOS exception now contains the error code. | Dominik Picheta | 2014-03-11 | 1 | -0/+1 |
| | | |||||
| * | Use 'Natural' or 'Positive' instead of 'int' where applicable. | EXetoC | 2014-03-07 | 1 | -6/+6 |
| | | |||||
| * | create -> createU, create0 -> create. | EXetoC | 2014-03-07 | 1 | -9/+9 |
| | | |||||
| * | Use separate names for type-based allocation procs rather than overloading. | EXetoC | 2014-03-07 | 1 | -20/+29 |
| | | |||||
| * | Better names. | EXetoC | 2014-03-07 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'devel' into alloc-overloads | EXetoC | 2014-03-06 | 1 | -5/+10 |
| |\ | |||||
| | * | system.nim makes use of the 'unchecked' pragma | Araq | 2014-03-05 | 1 | -1/+4 |
| | | | |||||
| | * | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-02-25 | 1 | -2/+4 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: lib/system/jssys.nim | ||||
| | | * | Documents system.readAll() limitations. Refs #298. | Grzegorz Adam Hankiewicz | 2014-02-20 | 1 | -2/+4 |
| | | | | |||||
| | * | | renamed noStackFrame to asmNoStackFrame | Araq | 2014-02-18 | 1 | -2/+2 |
| | |/ | |||||
| * | | Add missing cast. | EXetoC | 2014-03-06 | 1 | -1/+1 |
| | | | |||||
| * | | Add type-specific allocation procs. | EXetoC | 2014-03-06 | 1 | -6/+51 |
| |/ | |||||
* | | removed `$` for openarray, was commented out | Simon Hafner | 2014-02-11 | 1 | -13/+0 |
| | | |||||
* | | explicit firstElement for `$` in collections | Simon Hafner | 2014-02-11 | 1 | -3/+9 |
| | | |||||
* | | Added `$` for seq | Simon Hafner | 2014-02-11 | 1 | -0/+12 |
|/ | |||||
* | '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 |
| |/ |/| |