summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * make tests green againAndreas Rumpf2016-11-241-8/+19
| * make tests green againAndreas Rumpf2016-11-242-3/+3
| * disallow recursive module dependenciesAraq2016-11-235-9/+27
| * first version of the new memory tracking featureAndreas Rumpf2016-11-216-4/+21
| * make 'excessivestacktrace' option available for testing.Parashurama2016-11-101-0/+1
| * Merge pull request #4994 from arnetheduck/nim-check-abiAndreas Rumpf2016-11-081-1/+13
| |\
| | * add primitive type abi checkJacek Sieka2016-11-031-2/+11
| | * abi check: prefer nim constant to enable, documentJacek Sieka2016-11-031-1/+1
| | * add a simple sizeof checker to compare nim & c typesJacek Sieka2016-11-031-1/+4
* | | further progressAraq2016-11-284-5/+13
* | | attempt to fix thingsAndreas Rumpf2016-11-235-8/+25
* | | the compiler uses tyAlias internally; tester compiles againAraq2016-11-166-24/+49
* | | removed tyArrayConstr completely from the compiler; introduced tyAlias instea...Araq2016-11-1435-206/+201
* | | bootstrapping works againAraq2016-11-124-18/+36
* | | signature hashing: more progressAraq2016-11-117-300/+301
* | | use a full MD5 hash with no collision detection for proc namesAraq2016-11-084-49/+127
* | | make tests greenAraq2016-11-081-5/+8
* | | C codegen: first version of signature hashing for better incremental buildsAraq2016-11-089-56/+226
|/ /
* | fixes #4975Araq2016-11-071-2/+2
* | make tests green againAraq2016-11-062-1/+4
* | nimsuggest supports include files properly; added the compiler itself as a te...Andreas Rumpf2016-11-062-1/+18
* | added missing moduleAraq2016-11-051-0/+92
* | new dependency tracking for nimsuggestAraq2016-11-0518-368/+261
|/
* some progress on --symbolfiles:onAndreas Rumpf2016-11-023-5/+16
* make tests green againAraq2016-11-012-2/+2
* nimsuggest is now part of NimAraq2016-10-311-1/+1
* refactoring complete: explicit ident cacheAraq2016-10-3116-93/+94
* big refactoring: step 1Araq2016-10-3129-313/+278
* Merge branch 'braces' into refactor-identcacheAraq2016-10-314-17/+1777
|\
| * implements #?braces syntaxAraq2016-10-163-15/+1775
| * adapting the lexer for curlysynAraq2016-10-121-2/+2
* | fixes #4915andri lim2016-10-272-5/+9
* | Generate `NimMainModule` name for main module.cheatfate2016-10-261-2/+8
* | Merge pull request #4945 from arnetheduck/cleanup-tyXxxAndreas Rumpf2016-10-249-57/+46
|\ \
| * | clean up tyMutable remnantsJacek Sieka2016-10-249-42/+35
| * | clean up tyConst remnantsJacek Sieka2016-10-249-36/+31
| * | clean up tyBigNum remnantsJacek Sieka2016-10-246-18/+19
* | | Merge pull request #4838 from couven92/ico-vccAndreas Rumpf2016-10-241-0/+5
|\ \ \
| * | | Added icons support for Visual Studio compilerFredrik Høisæther Rasch2016-09-301-0/+5
* | | | Merge pull request #4872 from flyx/gorgefixAndreas Rumpf2016-10-242-4/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixes #4871Felix Krause2016-10-092-4/+8
| | |/ | |/|
* | | remove remnants of tyIterJacek Sieka2016-10-2410-25/+21
* | | moved start.bat to tools/Araq2016-10-241-1/+1
* | | docgen: PDFs and HTMLs finally are generated in their own respective directoriesAraq2016-10-241-2/+3
* | | niminst works with gitlabAraq2016-10-221-2/+4
* | | fixes #4927Araq2016-10-221-2/+7
* | | fixes #4808Andreas Rumpf2016-10-211-1/+2
* | | fixes #4906Andreas Rumpf2016-10-211-1/+1
* | | fixes #4869Andreas Rumpf2016-10-211-1/+1
* | | fixes #4913Andreas Rumpf2016-10-201-1/+1