summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* exportc now mangles same as importc, fixes #10578 (#12144)Timothee Cour2019-09-064-34/+43
| | | | | | | * fixes #10578 * add tests * add changelog * add {.exportcpp.}
* fixes #12125 (#12131)Andreas Rumpf2019-09-063-23/+61
| | | | * fixes #12125
* fixes yet another gensym regression (#12145)Andreas Rumpf2019-09-061-3/+3
|
* ic: update to serialize paddingAtEndAraq2019-09-052-1/+8
|
* allows access to .compileTime vars at runtime (#12128)Andreas Rumpf2019-09-053-13/+17
|
* fixes #12121 (#12126)Andreas Rumpf2019-09-054-12/+27
|
* fixes nimsuggest/#108: RangeError with d:releasenarimiran2019-09-041-1/+1
|
* introduce --oldgensym:on rather than --useVersionAndreas Rumpf2019-09-031-3/+3
|
* disable IC and the SQLite dependency for version 1Andreas Rumpf2019-09-032-1/+3
|
* Merge branch 'devel' into uint-range-checksAndreas Rumpf2019-09-0211-38/+58
|\
| * revert #12100; typeof(nil) is weird enough, don't allow it as the return typeAndreas Rumpf2019-09-021-1/+1
| |
| * sink as lvalue (#12108)Andreas Rumpf2019-09-021-3/+3
| |\
| | * sink as lvalueAndrii Riabushenko2019-09-021-3/+3
| | |
| * | fixes #12020 (#12106)Andreas Rumpf2019-09-022-3/+41
| | |
| * | improvement for 'unused import' warningsAraq2019-09-022-0/+2
| | |
| * | weaking unsigned/signed indexing requirements in order to not break too much ↵Araq2019-09-021-5/+5
| | | | | | | | | | | | existing code
| * | fix min/max for float numbers (#12068)Arne Döring2019-09-026-26/+6
| |/
* | makes more tests greenAndreas Rumpf2019-09-022-10/+2
| |
* | make test greenAraq2019-09-022-3/+4
| |
* | Merge branch 'devel' into uint-range-checksAraq2019-09-0240-1186/+1205
|\|
| * gc:destructors progressAraq2019-09-014-28/+29
| |
| * hashes: implement murmur3 (#12022)Miran2019-09-013-6/+38
| | | | | | | | | | | | | | | | * hashes: implement murmur3 * refactoring; there is only one murmurHash and it works at compile-time via VM hooks * fixes JS tests * makes toOpenArrayByte work with C++ * make it bootstrap in C++ mode for 0.20
| * Fix int literals and range interaction (#11197)Oscar Nihlgård2019-08-311-9/+11
| | | | | | | | | | | | | | | | * Fix int literals and range interaction * Fix test * remove float range fix; update changelog
| * fixes #11903 (#11908)Arne Döring2019-08-311-1/+3
| |
| * Merge pull request #12099 from cooldome/destructor_too_lateAndreas Rumpf2019-08-311-2/+6
| |\ | | | | | | fixes #12092
| | * support forward declared destructorsAndrii Riabushenko2019-08-311-2/+6
| | |
| | * fixes #12092Andrii Riabushenko2019-08-311-2/+2
| | |
| * | Return typeof(nil) (#12100)Andreas Rumpf2019-08-313-2/+5
| |\ \ | | | | | | | | | | | | | | | | | | | | * Allow typeof(nil) as a return type * $typeof(nil) is now "typeof(nil)", not "nil"
| | * | $typeof(nil) is now "typeof(nil)", not "nil"Albert Safin2019-08-311-1/+1
| | | |
| | * | Allow typeof(nil) as a return typeAlbert Safin2019-08-313-1/+4
| | |/
| * / Support iterators returning lent T (#11938)cooldome2019-08-314-24/+50
| |/ | | | | | | | | | | | | * lent iterators * rebase tests * update changelog * fix comments, more tests
| * typeToString can now show (recursively) resolved type aliases; fixes #8569 ↵Timothee Cour2019-08-312-200/+240
| | | | | | | | | | | | | | | | | | | | | | #8083 #8570 (#11678) * nested typeToString * typeToString: preferResolved * add test * fix test * preferMixed * fix tests
| * Remove ENDB (#12095)Clyybber2019-08-318-109/+18
| |
| * make testament a tool we ship with Nim; fixes #12084 (#12088)Andreas Rumpf2019-08-301-0/+1
| | | | | | | | | | | | * make testament a tool we ship with Nim; fixes #12084 * moved config to fit * adapt testament tests to use the testament binary
| * fix #12037 (#12089)Clyybber2019-08-301-14/+3
| |
| * fixes #12042 (#12083)Andreas Rumpf2019-08-293-3/+13
| | | | | | | | | | | | * fixes #12042 * make tests green again
| * fixes a critical type checking regressionAraq2019-08-291-1/+1
| |
| * fixes 5870 (#11704)Andreas Rumpf2019-08-292-24/+28
| | | | | | | | | | | | * fixes #5870 * make tclosure test green again * this check is correct but breaks some Nimble packages
| * fixes #11941 (#12079)Andreas Rumpf2019-08-292-3/+8
| |
| * refactor sizealignoffset (#12077)Andreas Rumpf2019-08-285-213/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * small refactoring * refactor computeObjectOffsetFoldFunction with AccumObject * refactor packed object offstes fold function * refactor compute union object offsets fold function * merge normal/packed object offset fold function * compiletime offsetof in c++ inheritance objects * enable c++ inheritance offsetof tests * correct alignment for big sets/enums on weird 32bit platforms * uncomputedSize -> unknownSize * workaround for travis * fixes win32 alignment problems
| * only store finally block in exception stack (#11876)Jacek Sieka2019-08-282-10/+12
| |
| * lift destructor for openarray (#12073)cooldome2019-08-284-12/+14
| | | | | | | | * destroy for sink openarray
| * Refactored injectdestructors.nim (#11926)Clyybber2019-08-281-383/+342
| | | | | | | | One improvement over #devel is visible in the transformation of getEnv. With this approach we move to result whenever possible.
| * Fix several float range issues (supersedes #11905) (#12067)Andreas Rumpf2019-08-275-3/+16
| |\ | | | | | | | | | | | | | | | * Fix several float range issues * address the comments
| | * address the commentsnarimiran2019-08-273-7/+4
| | |
| | * Fix several float range issuesOscar Nihlgård2019-08-274-3/+19
| | |
| * | Fix to int to biggest int (#12066)Arne Döring2019-08-276-27/+3
| | | | | | | | | | | | | | | * fix to(Biggest)Int * kill toFloat magics as well
| * | fixes #12024 (#12065)Andreas Rumpf2019-08-271-0/+8
| | |
| * | fixes #12029; finish the 'unused import' feature (#12064)Andreas Rumpf2019-08-275-3/+9
| | |
| * | fixes #12056 (#12063)Andreas Rumpf2019-08-272-3/+6
| |/