summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * gc:destructors progressAraq2019-09-014-28/+29
| * hashes: implement murmur3 (#12022)Miran2019-09-013-6/+38
| * Fix int literals and range interaction (#11197)Oscar Nihlgård2019-08-311-9/+11
| * fixes #11903 (#11908)Arne Döring2019-08-311-1/+3
| * Merge pull request #12099 from cooldome/destructor_too_lateAndreas Rumpf2019-08-311-2/+6
| |\
| | * 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
| |\ \
| | * | $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
| |/
| * typeToString can now show (recursively) resolved type aliases; fixes #8569 #...Timothee Cour2019-08-312-200/+240
| * 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
| * fix #12037 (#12089)Clyybber2019-08-301-14/+3
| * fixes #12042 (#12083)Andreas Rumpf2019-08-293-3/+13
| * fixes a critical type checking regressionAraq2019-08-291-1/+1
| * fixes 5870 (#11704)Andreas Rumpf2019-08-292-24/+28
| * fixes #11941 (#12079)Andreas Rumpf2019-08-292-3/+8
| * refactor sizealignoffset (#12077)Andreas Rumpf2019-08-285-213/+160
| * only store finally block in exception stack (#11876)Jacek Sieka2019-08-282-10/+12
| * lift destructor for openarray (#12073)cooldome2019-08-284-12/+14
| * Refactored injectdestructors.nim (#11926)Clyybber2019-08-281-383/+342
| * Fix several float range issues (supersedes #11905) (#12067)Andreas Rumpf2019-08-275-3/+16
| |\
| | * 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
| * | 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
| |/
| * fixes 9195 (#12055)Andreas Rumpf2019-08-272-3/+11
| * semtypes.nim: more refactorings for liftParamTypeAndreas Rumpf2019-08-261-35/+37
| * semtypes.nim: little refactoring for liftParamTypeAndreas Rumpf2019-08-261-26/+20
| * fixes #12033 (#12039)Arne Döring2019-08-261-0/+4
| * fixes #7258 (#12054)Andreas Rumpf2019-08-261-1/+25
| * fixes #11833 (#12018)Andreas Rumpf2019-08-241-2/+0
| * - adding _actual as a suffix only for calls to an actual proc and not through...Viktor Kirilov2019-08-233-5/+10
| * Add build support for FreeBSD/PowerPC64 (#12011)Andreas Rumpf2019-08-231-1/+1
| |\
| | * Add build support for FreeBSD PowerPC64lenoil982019-08-231-1/+1
| * | fixes #11958 (#12013)Andreas Rumpf2019-08-231-12/+11
| * | new gensym handling (#11985)Andreas Rumpf2019-08-238-28/+71
| * | fixes #10854Andreas Rumpf2019-08-221-4/+2
| |/
* | minor stuffArne Döring2019-08-274-14/+8
* | squashed and merged with develArne Döring2019-08-215-12/+11
|/
* fix compiletimeFFI (#11991)Timothee Cour2019-08-211-1/+1
* Consider range type of runtime discrim [feature] (#11432)Oscar Nihlgård2019-08-201-16/+45
* Nimpretty: fix #11937 (#11978)Andreas Rumpf2019-08-201-8/+8
|\
| * nimpretty: fix #11937 (wrong indentation)narimiran2019-08-191-0/+3
| * cosmetic improvementsnarimiran2019-08-191-8/+5
* | fixes #11972Araq2019-08-201-0/+2