summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2894 from nanoant/patch/macros-real-node-compareAndreas Rumpf2015-06-121-1/+5
|\
| * macros: exprStructuralEquivalent for EqNimrodNodeAdam Strzelecki2015-06-101-1/+5
* | Merge pull request #2902 from yglukhov/js-copying-fixAndreas Rumpf2015-06-121-2/+2
|\ \
| * | Fixed copying of aggregates in JS.yglukhov2015-06-111-2/+2
* | | Merge pull request #2896 from r-ku/I64-magics-goneAndreas Rumpf2015-06-127-110/+63
|\ \ \ | |/ / |/| |
| * | Removed magics: mAbsI64rku2015-06-105-11/+8
| * | Removed magics: mBitnotI64rku2015-06-105-7/+4
| * | Removed magics: mEqI64 mLtI64 mLeI64rku2015-06-107-23/+14
| * | Removed magics: mShrI64, mShlI64, mBitandI64, mBitorI64, mBitxorI64rku2015-06-105-30/+13
| * | Removed magics: mAddI64, mSubI64, mMulI64, mDivI64, mModI64rku2015-06-106-39/+24
* | | Merge branch 'devel' into bugfix-2858-testament-sources-system-wideOscar Campbell2015-06-1012-219/+300
|\ \ \ | | |/ | |/|
| * | Merge pull request #2852 from kirbyfan64/develAndreas Rumpf2015-06-103-29/+54
| |\ \
| | * | Remove unnecessary importRyan Gonzalez2015-06-091-1/+1
| | * | Colors!Ryan Gonzalez2015-06-024-30/+55
| * | | Merge pull request #2892 from apense/patch-6Andreas Rumpf2015-06-101-0/+3
| |\ \ \
| | * | | Moved negative indexing operator hereapense2015-06-091-0/+3
| | | |/ | | |/|
| * | | securehash: SHA1 -> Sha1 according to style guideAdam Strzelecki2015-06-091-17/+17
| * | | securehash: sha_digest_size is not following styleAdam Strzelecki2015-06-091-4/+4
| * | | securehash: remove unused emptySecureHashAdam Strzelecki2015-06-091-8/+0
| * | | securehash: Keep module name consistentAdam Strzelecki2015-06-098-7/+9
| |/ /
| * | Merge pull request #2780 from flaviut/cleanup-crcAndreas Rumpf2015-06-099-190/+249
| |\ \
| | * | Add simple tests to secure_hashFlaviu Tamas2015-05-261-0/+5
| | * | Use sha1 instead of crcFlaviu Tamas2015-05-264-105/+206
| | * | Rename crc module to "secure_hash"Flaviu Tamas2015-05-238-13/+12
| | * | Clean up crc moduleFlaviu Tamas2015-05-235-76/+30
* | | | Merge branch 'devel' into bugfix-2858-testament-sources-system-wideOscar Campbell2015-06-0718-378/+73
|\| | |
| * | | Merge pull request #2867 from Araq/fix-2584Andreas Rumpf2015-06-072-2/+9
| |\ \ \
| | * | | Rename errUndeclaredProcedure to errUndeclaredRoutine.Dominik Picheta2015-06-052-3/+3
| | * | | Got rid of errUndeclaredProcedureField.Dominik Picheta2015-06-042-8/+3
| | * | | Fixes #2584Dominik Picheta2015-06-042-2/+14
| * | | | fixes #2774Araq2015-06-061-1/+1
| * | | | fixes #2687Araq2015-06-061-3/+7
| * | | | fixes #2854Araq2015-06-061-1/+1
| * | | | fixes 'noreturn' regression for Visual C++Araq2015-06-061-0/+2
| * | | | Merge pull request #2824 from yglukhov/js-ct-lambda-liftingAndreas Rumpf2015-06-051-1/+5
| |\ \ \ \
| | * | | | Perform lambda lifting for compile-time stuff when targeting JS. Enable unitt...yglukhov2015-05-291-1/+5
| * | | | | Merge pull request #2859 from nanoant/patch/norewrite-pragmaAndreas Rumpf2015-06-056-8/+21
| |\ \ \ \ \
| | * | | | | Parser: Inline expr pragmas with parenthesisAdam Strzelecki2015-06-021-0/+4
| | * | | | | Parser: Properly represent parsePar in grammarAdam Strzelecki2015-06-021-4/+6
| | * | | | | Introduce {.noRewrite.} expr pragma disabling TRAdam Strzelecki2015-06-025-4/+11
| | | |_|_|/ | | |/| | |
| * | | | | Removed nimsuggest from this repo.Dominik Picheta2015-06-042-343/+2
| * | | | | Hopefully fixes nimsuggest building against the compiler package.Dominik Picheta2015-06-044-19/+25
| | |_|/ / | |/| | |
* | | | | Merge branch 'devel' into bugfix-2858-testament-sources-system-wideOscar Campbell2015-06-048-174/+240
|\| | | |
| * | | | Dropped 'T' from typespdw2015-06-046-41/+41
| * | | | Merge pull request #2848 from ozra/bugfix-2523-number-literal-lexingAndreas Rumpf2015-06-042-120/+164
| |\ \ \ \
| | * | | | Change const def to cleaner code per suggestion.Oscar Campbell2015-06-021-2/+1
| | * | | | Remove forgotten debug echo statement.Oscar Campbell2015-05-311-1/+0
| | * | | | Clean up to compiler style. Refine error-msg for illegal octal 'O'Oscar Campbell2015-05-312-128/+68
| | * | | | Fix #2523 - first commit. Needs some cleanup.Oscar Campbell2015-05-311-98/+204
| | |/ / /
| * | | | Merge pull request #2849 from ozra/feature-2811-hump-snake-dashAndreas Rumpf2015-06-042-6/+21
| |\ \ \ \