Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | better integration of tyStatic into typeRel | Zahary Karadjov | 2013-12-25 | 1 | -0/+10 |
| | | |||||
* | | case consistency: cs:partial bootstraps on windows | Araq | 2013-12-29 | 1 | -8/+8 |
| | | |||||
* | | case consistency: next steps | Araq | 2013-12-29 | 1 | -2/+2 |
| | | |||||
* | | case consistency part 4 | Araq | 2013-12-27 | 1 | -15/+15 |
| | | |||||
* | | case consistency part 1 | Araq | 2013-12-27 | 1 | -1/+1 |
| | | |||||
* | | templates can access hidden fields | Araq | 2013-12-25 | 1 | -23/+9 |
| | | |||||
* | | tcnstseq works again | Araq | 2013-12-23 | 1 | -3/+11 |
| | | |||||
* | | Merge branch 'master' into vm2 | Araq | 2013-12-05 | 1 | -16/+37 |
|\| | | | | | | | | | Conflicts: compiler/sem.nim | ||||
| * | fixes #681 | Araq | 2013-11-30 | 1 | -1/+19 |
| | | |||||
| * | fixes #686 | Araq | 2013-11-29 | 1 | -14/+16 |
| | | |||||
| * | simple unit test and better documentation for the user defined type classes | Zahary Karadjov | 2013-11-17 | 1 | -1/+2 |
| | | |||||
* | | tcnstseq works again | Araq | 2013-11-07 | 1 | -0/+5 |
| | | |||||
* | | compiler bootstraps with new VM | Araq | 2013-10-15 | 1 | -21/+22 |
|/ | |||||
* | prevent eval crashes due to PContext-dependent ops not being available in ↵ | Zahary Karadjov | 2013-08-25 | 1 | -30/+35 |
| | | | | evalConstExpr | ||||
* | working code for simple cases of user-defined type classes | Zahary Karadjov | 2013-08-25 | 1 | -0/+6 |
| | |||||
* | fixes #503 | Araq | 2013-07-02 | 1 | -9/+11 |
| | |||||
* | astToStr is now immediate | Araq | 2013-06-02 | 1 | -4/+11 |
| | |||||
* | merged the persistent scopes work with the delayed proc compilation strategy | Zahary Karadjov | 2013-05-12 | 1 | -2/+1 |
|\ | |||||
* | | final fixes giving us a working compiler | Zahary Karadjov | 2013-05-12 | 1 | -2/+1 |
| | | |||||
* | | get rid of TOverloadIter.stackPtr | Zahary Karadjov | 2013-05-12 | 1 | -0/+1 |
| | | |||||
* | | get rid of ImportTablePos and ModuleTablePos | Zahary Karadjov | 2013-05-12 | 1 | -1/+1 |
| | | |||||
* | | get rid of the SymTab* procs in astalgo | Zahary Karadjov | 2013-05-12 | 1 | -4/+4 |
| | |