summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* | | | fixes serious codegen regression; C++ target works againAraq2015-04-201-1/+7
|/ / /
* | | Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2015-04-206-18/+66
|\ \ \
| * \ \ Merge pull request #2503 from ReneSac/arrowLikeAndreas Rumpf2015-04-151-1/+2
| |\ \ \
| | * | | Minor fixes for arrow like change patchReneSac2015-04-111-2/+2
| | * | | Changing the rule for arrow like operators again.ReneSac2015-04-101-1/+1
| | * | | Restrict arrow-like operators to start with - or =ReneSac2015-04-091-1/+2
| * | | | Merge pull request #2549 from fowlmouth/patch-2Andreas Rumpf2015-04-151-1/+3
| |\ \ \ \
| | * | | | concept types are represented with getType()fowlmouth2015-04-131-1/+3
| * | | | | importing of C++ nested generics like std::vector<T>::iterator, using the apo...Zahary Karadjov2015-04-134-16/+61
* | | | | | VM: minor fixes to make lexim workAraq2015-04-204-67/+75
* | | | | | parse 'of' branches for macros properlyAraq2015-04-191-2/+9
* | | | | | fixes a serious codegen bug that caused to emit wrong barriers in rare casesAraq2015-04-191-13/+17
* | | | | | fixes #2476Araq2015-04-191-13/+22
* | | | | | implements .goto support for variablesAraq2015-04-193-4/+37
|/ / / / /
* | | | | fixes #2498Araq2015-04-111-2/+0
* | | | | fixes #1658Araq2015-04-111-1/+1
* | | | | fixes #1691Araq2015-04-112-7/+17
* | | | | fixes #2509Araq2015-04-114-2/+14
* | | | | fixes #2508Araq2015-04-111-10/+10
* | | | | re-enable git hash compiler infoAraq2015-04-111-3/+3
|/ / / /
* | | | fixes #2448Araq2015-04-101-4/+10
* | | | fixes #2481Araq2015-04-103-4/+8
* | | | minor lexer cleanups; fixes #2504Araq2015-04-102-20/+9
* | | | fixes #2500Araq2015-04-101-4/+6
* | | | Merge pull request #2493 from arnetheduck/more-comp-ropesAndreas Rumpf2015-04-101-67/+62
|\ \ \ \ | |/ / / |/| | |
| * | | compiler_ropes: more lib_ropes portingJacek Sieka2015-04-081-67/+62
* | | | Merge pull request #2491 from ReneSac/strongSpacesFixAndreas Rumpf2015-04-091-6/+7
|\ \ \ \
| * | | | Refactored getPrecedence() after last changeReneSac2015-04-081-11/+11
| * | | | Consider #!strongSpaces for keyword operators too.ReneSac2015-04-081-4/+5
* | | | | Merge pull request #2496 from BlaXpirit/js-header-commaAndreas Rumpf2015-04-091-1/+1
|\ \ \ \ \
| * | | | | Don't add a comma too soonOleh Prypin2015-04-091-1/+1
* | | | | | Merge pull request #2499 from JosephTurner/fix-uint-segvAndreas Rumpf2015-04-091-1/+1
|\ \ \ \ \ \
| * | | | | | Fixes #1986 when calling sameConstant on uintJoseph Turner2015-04-091-1/+1
| |/ / / / /
* | | | | | Merge pull request #2426 from def-/fix-1460Andreas Rumpf2015-04-093-2/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix installer path for nim.nim.cfgdef2015-03-281-1/+1
| * | | | | Initialize c compiler variables later ...def2015-03-282-1/+2
* | | | | | fixes #2489Araq2015-04-081-1/+1
| |_|/ / / |/| | | |
* | | | | Get rid of deprecation warningsdef2015-04-0722-1486/+1453
| |/ / / |/| | |
* | | | fixes #2427Araq2015-04-061-2/+2
* | | | overloading of '=' worksAraq2015-04-063-4/+36
* | | | first implementation of overloading of '='; missing: rewriting let/var sectionsAraq2015-04-0610-203/+337
* | | | Merge pull request #2428 from arnetheduck/comp-lib-ropesAndreas Rumpf2015-04-0614-179/+189
|\ \ \ \
| * | | | ropes: remove more unnecessary checksJacek Sieka2015-04-031-2/+2
| * | | | compiler_ropes: remove unnecessary length checkJacek Sieka2015-04-031-1/+1
| * | | | compiler_ropes: deprecate old function namesJacek Sieka2015-04-011-16/+15
| * | | | compiler_ropes: TRope -> RopeObj, PRope* -> Rope*Jacek Sieka2015-04-011-50/+56
| * | | | compiler_ropes: toRope -> ropeJacek Sieka2015-04-011-11/+17
| * | | | ropes: make lib & compiler frmt more similar, fix out-of-bounds accesses in l...Jacek Sieka2015-04-011-1/+15
| * | | | compiler_ropes: ropef -> %, appf -> addfJacek Sieka2015-04-011-19/+21
| * | | | compiler_ropes: ropeEqualsFile -> equalsFile, no more max rope component lengthJacek Sieka2015-04-012-65/+41