Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some love for the testsuite; fixed regressions | Araq | 2015-03-01 | 1 | -1/+2 |
| | |||||
* | reprocess pragmas after macro annotation for SqueakNim | Araq | 2015-02-27 | 1 | -4/+10 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -3/+3 |
| | |||||
* | fixes #1131 | Araq | 2015-02-10 | 1 | -0/+4 |
| | |||||
* | fixes #2073 | Araq | 2015-02-08 | 1 | -2/+2 |
| | |||||
* | fixes #2057 | Araq | 2015-02-04 | 1 | -4/+9 |
| | |||||
* | nimsuggest improvements | Araq | 2015-01-30 | 1 | -2/+3 |
| | |||||
* | non-destructible context only produces a warning for now | Araq | 2015-01-24 | 1 | -3/+3 |
| | |||||
* | better error message for 'invalid type' | Araq | 2015-01-23 | 1 | -3/+4 |
| | |||||
* | fixes #1915 | Araq | 2015-01-12 | 1 | -1/+2 |
| | |||||
* | fixes #1903 | Araq | 2015-01-11 | 1 | -1/+2 |
| | |||||
* | fixes tconfusing_arrow bug | Araq | 2015-01-10 | 1 | -1/+3 |
| | |||||
* | support for static params in the user defined type classes | Zahary Karadjov | 2015-01-02 | 1 | -4/+8 |
| | |||||
* | fixes #1774 | Araq | 2014-12-31 | 1 | -1/+2 |
| | |||||
* | fixes #1120 | Araq | 2014-12-25 | 1 | -1/+4 |
| | |||||
* | fixes #1742 | Araq | 2014-12-24 | 1 | -5/+9 |
| | |||||
* | fixed typos so docgen works again | Araq | 2014-12-20 | 1 | -0/+1 |
| | |||||
* | extracted the fields iterator magic to its own file | Araq | 2014-12-12 | 1 | -147/+1 |
| | |||||
* | destuctors are experimental; 'func' is now a keyword | Araq | 2014-12-10 | 1 | -1/+4 |
| | |||||
* | implements 'defer' | Araq | 2014-12-04 | 1 | -4/+17 |
| | |||||
* | user defined pragmas work for generics instantiated in different modules | Araq | 2014-11-06 | 1 | -1/+1 |
| | |||||
* | updated some tests | Araq | 2014-10-04 | 1 | -1/+1 |
| | |||||
* | deprecated string case statements without 'else' | Araq | 2014-10-02 | 1 | -1/+5 |
| | |||||
* | deepCopy is instantiated when its corresponding type is instantiated | Araq | 2014-09-26 | 1 | -1/+6 |
| | |||||
* | made some tests green | Araq | 2014-09-21 | 1 | -1/+1 |
| | |||||
* | implemented 'guard' annotation | Araq | 2014-09-21 | 1 | -2/+7 |
| | |||||
* | minor changes to manual.txt | Araq | 2014-09-13 | 1 | -1/+1 |
| | |||||
* | 'pretty' command does not exist anymore; improvements for nimfix | Araq | 2014-09-10 | 1 | -0/+3 |
| | |||||
* | nimfix can fix obsolete statement comments | Araq | 2014-09-08 | 1 | -0/+5 |
| | |||||
* | fix #959 | Zahary Karadjov | 2014-09-04 | 1 | -3/+8 |
| | | | | | Variable declarations using a type class will be subject to type inference similar to the one already present in type coercions and the return type inference. | ||||
* | fixes #1511 | Araq | 2014-09-03 | 1 | -14/+17 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | check there is only one deepCopy per type | Araq | 2014-08-05 | 1 | -1/+4 |
| | |||||
* | progress on deepCopy | Araq | 2014-08-01 | 1 | -1/+23 |
| | |||||
* | fixes #1362 | Araq | 2014-07-15 | 1 | -1/+2 |
| | |||||
* | fixes #1285 | Araq | 2014-06-30 | 1 | -2/+2 |
| | |||||
* | Fixing issue #1090 | Clay Sweetser | 2014-06-15 | 1 | -0/+3 |
| | |||||
* | Fixed #1172 (for real) | Clay Sweetser | 2014-06-01 | 1 | -2/+8 |
| | |||||
* | Renamed considerAccents to considerQuotedIdent | Clay Sweetser | 2014-05-26 | 1 | -2/+2 |
| | |||||
* | Renamed 'considerAcc' to 'considerAccents' for clarity | Clay Sweetser | 2014-05-24 | 1 | -2/+2 |
| | | | | | Added documentation string to 'considerAccents' Modified renderParamType's assertion to allow nkAcc nodes. | ||||
* | bugfix: bool for case statements | Araq | 2014-05-06 | 1 | -1/+1 |
| | |||||
* | small bugfix for iterators | Araq | 2014-04-30 | 1 | -1/+1 |
| | |||||
* | implemented region pointers | Araq | 2014-04-09 | 1 | -2/+2 |
| | |||||
* | fixes #911 | Araq | 2014-03-28 | 1 | -0/+6 |
| | |||||
* | fixes a typo | Araq | 2014-03-27 | 1 | -1/+1 |
| | |||||
* | reference implementation of a vector swizzle library | Zahary Karadjov | 2014-03-20 | 1 | -9/+6 |
| | | | | | This also provides the initial steps towards support for type class "filtered" type inference fixes an "ordinal type expected" ICE, related to the use of static params | ||||
* | fix #715 again | Zahary Karadjov | 2014-03-16 | 1 | -1/+3 |
| | | | | the regression was caused by the introduction of "generic" lambdas | ||||
* | implements higher-order inline iterators and return type inference for iterators | Zahary Karadjov | 2014-03-08 | 1 | -8/+10 |
| | |||||
* | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Zahary Karadjov | 2014-03-06 | 1 | -1/+1 |
|\ |