Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #3158 | Araq | 2015-08-02 | 1 | -1/+5 |
| | |||||
* | implemented {.noforward:on.} for type sections; useful for c2nim generated ↵ | Araq | 2015-07-08 | 1 | -1/+5 |
| | | | | wrappers; to be documented | ||||
* | fixes #2470, fixes #1354 | Araq | 2015-04-28 | 1 | -0/+4 |
| | |||||
* | system.locals is now a plugin for education | Araq | 2015-04-24 | 1 | -1/+1 |
| | |||||
* | added '..^' and '..<' operators; 'nil' is allowed for 'len'; added plugin ↵ | Araq | 2015-04-22 | 1 | -1/+1 |
| | | | | system to the compiler | ||||
* | first implementation of overloading of '='; missing: rewriting let/var sections | Araq | 2015-04-06 | 1 | -1/+1 |
| | |||||
* | fixes #2346 | Araq | 2015-03-16 | 1 | -0/+1 |
| | |||||
* | fixes #2252 | Araq | 2015-03-04 | 1 | -23/+23 |
| | |||||
* | fixes #2216 | Araq | 2015-02-26 | 1 | -9/+0 |
| | |||||
* | temptyseqs works again | Araq | 2015-02-10 | 1 | -2/+4 |
| | |||||
* | nimsuggest improvements | Araq | 2015-01-30 | 1 | -7/+19 |
| | |||||
* | preparations for C++ template support | Araq | 2015-01-23 | 1 | -3/+3 |
| | |||||
* | better error message for 'invalid type' | Araq | 2015-01-23 | 1 | -2/+8 |
| | |||||
* | fixes #1708, fixes #871 | Araq | 2014-12-28 | 1 | -0/+20 |
| | |||||
* | fixes #1120 | Araq | 2014-12-25 | 1 | -1/+0 |
| | |||||
* | implemented 'experimental' switch | Araq | 2014-12-05 | 1 | -3/+0 |
| | |||||
* | fixes #1562, fixes #1543 | Araq | 2014-11-20 | 1 | -1/+1 |
| | |||||
* | nicer error messages (untested) | Araq | 2014-10-26 | 1 | -2/+1 |
| | |||||
* | nimfix now in its own directory; single file mode now the default | Araq | 2014-10-05 | 1 | -2/+2 |
| | |||||
* | deepCopy is instantiated when its corresponding type is instantiated | Araq | 2014-09-26 | 1 | -0/+2 |
| | |||||
* | improvements for nimfix | Araq | 2014-09-10 | 1 | -0/+1 |
| | |||||
* | nimfix can fix obsolete statement comments | Araq | 2014-09-08 | 1 | -0/+3 |
| | |||||
* | updated the compiler to use the new symbol names | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | progress on 'spawn' | Araq | 2014-08-10 | 1 | -1/+1 |
| | |||||
* | better error messages for macro instantiations | Araq | 2014-07-10 | 1 | -0/+3 |
| | |||||
* | fixes #1285 | Araq | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1281 from Araq/new_spawn | Andreas Rumpf | 2014-06-16 | 1 | -1/+2 |
|\ | | | | | New spawn | ||||
| * | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-01 | 1 | -1/+2 |
| |\ | |||||
| | * | progress for the 'parallel' statement | Araq | 2014-05-14 | 1 | -1/+2 |
| | | | |||||
* | | | Fixed #1172 (for real) | Clay Sweetser | 2014-06-01 | 1 | -3/+7 |
|/ / | |||||
* | | 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. | ||||
* | removed flawed thread analysis pass | Araq | 2014-04-20 | 1 | -8/+2 |
| | |||||
* | implemented region pointers | Araq | 2014-04-09 | 1 | -2/+2 |
| | |||||
* | propagate semExpr flags in macro/template expansion | Zahary Karadjov | 2014-04-06 | 1 | -8/+11 |
| | |||||
* | reference implementation of a vector swizzle library | Zahary Karadjov | 2014-03-20 | 1 | -0/+3 |
| | | | | | 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 tsemistatic | Zahary Karadjov | 2014-03-11 | 1 | -3/+15 |
| | |||||
* | further improvements for static generic params; activate the hardest test cases | Zahary Karadjov | 2014-03-10 | 1 | -1/+2 |
| | |||||
* | fix #909 | Zahary Karadjov | 2014-03-09 | 1 | -0/+4 |
| | |||||
* | new VM is getting stable | Araq | 2014-02-24 | 1 | -1/+1 |
| | |||||
* | quite messy implementation of generic lambdas, needs reworking; fixes #715 | Zahary Karadjov | 2014-02-17 | 1 | -0/+1 |
| | |||||
* | fixes #712 | Araq | 2014-02-14 | 1 | -1/+2 |
| | |||||
* | fixes #797; generic procs can be used in places expecting matching concrete ↵ | Zahary Karadjov | 2014-02-11 | 1 | -0/+1 |
| | | | | proc types | ||||
* | tyTypeDesc and tyRange always have 1 child; this might be tyNone but it is ↵ | Araq | 2014-02-05 | 1 | -1/+3 |
| | | | | required for skipTypes | ||||
* | better html generator for the tester; fixes some VM bugs | Araq | 2014-01-17 | 1 | -11/+18 |
| | |||||
* | introduce tyFromExpr; fixes #618 | Zahary Karadjov | 2014-01-04 | 1 | -0/+8 |
| | |||||
* | migrate the static param handling to ReplaceTypeVars; fix tgenericvariant | Zahary Karadjov | 2013-12-30 | 1 | -4/+7 |
| | |||||
* | Merge branch 'upstream' into devel | Zahary Karadjov | 2013-12-29 | 1 | -14/+41 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | make more tests green | Zahary Karadjov | 2013-12-29 | 1 | -10/+9 |
| | |