summary refs log tree commit diff stats
path: root/compiler/cgen.nim
Commit message (Expand)AuthorAgeFilesLines
* VM: support importc var, ptr/pointer types, cast int <=> ptr/pointer (#12877)Timothee Cour2020-01-051-1/+1
* fixes #12978 (#13012)Andreas Rumpf2020-01-031-4/+6
* --exception:goto switch for deterministic exception handling (#12977)Andreas Rumpf2020-01-011-30/+24
* minor refactoringsAndreas Rumpf2019-12-271-4/+4
* a better bugfixAraq2019-12-241-3/+3
* fixes #12826Araq2019-12-241-19/+34
* fixes #12899 (#12921)Andreas Rumpf2019-12-181-2/+2
* completes #12799, fixes #12216 (#12870)Andreas Rumpf2019-12-101-0/+1
* fixes #12827 (#12829) [backport]cooldome2019-12-101-4/+5
* ARC related bugfixes and refactorings (#12781)Andreas Rumpf2019-12-051-1/+1
* better support for PROGMEM like annotations for lets/vars; fixes #12216 (#12799)Andreas Rumpf2019-12-051-5/+15
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-186/+185
* fixes and changes the recently introduced 'alignas' to be 'align' (#12666)Andreas Rumpf2019-11-151-5/+5
* ARC: solves phase ordering problems (#12654)Andreas Rumpf2019-11-141-4/+11
* implemented alignas pragma (#12643)Arne Döring2019-11-131-1/+7
* fix #12426 (#12462)Arne Döring2019-10-201-2/+3
* refactoring: use the new strings and seqs when optSeqDestructors is activeAraq2019-10-201-5/+5
* refactoring: --newruntime consists of 3 different switchesAraq2019-10-201-1/+1
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-4/+4
* Small ast.nim cleanup (#12156)Clyybber2019-09-091-1/+1
* exportc now mangles same as importc, fixes #10578 (#12144)Timothee Cour2019-09-061-1/+2
* Remove ENDB (#12095)Clyybber2019-08-311-42/+3
* - adding _actual as a suffix only for calls to an actual proc and not through...Viktor Kirilov2019-08-231-1/+6
* removed unused imports [refactoring]Andreas Rumpf2019-08-081-1/+1
* Incremental compilation (IC): Improvements (#11881)Andreas Rumpf2019-08-081-55/+60
* int128 on firstOrd, lastOrd and lengthOrd (#11701)Arne Döring2019-08-071-0/+3
* IC: some progressAndreas Rumpf2019-07-271-1/+2
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-2/+2
* [refactoring] moves transformation for 'spawn' into its own spawn.nim impleme...Araq2019-07-141-1/+1
* there is only one style -- my styleAraq2019-07-101-12/+12
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-14/+14
* fixes #11563 (#11594)Andreas Rumpf2019-06-261-1/+1
* fixes #10299 (#11324)Andreas Rumpf2019-05-251-3/+3
* fixes #11309 (#11310)Andreas Rumpf2019-05-231-0/+10
* fixes #10963, disallow implicit mixing of strings and ints/floats (#11292)Miran2019-05-211-1/+1
* fixes #11202Andreas Rumpf2019-05-141-5/+8
* fixes #11194 (#11242)Arne Döring2019-05-141-3/+2
* Fix destructor injections for global variables (#11230)Clyybber2019-05-131-0/+3
* Replace countup(x, y) with x .. yClyybber2019-05-071-3/+3
* Replace countup(x, y-1) with x ..< yClyybber2019-05-071-2/+2
* revert discardable transformation (#10905)Andreas Rumpf2019-04-211-0/+9
* fewer ropes (#11037)Arne Döring2019-04-191-6/+6
* Less ropes (#10979)Arne Döring2019-04-111-104/+177
* more efficient enumToStr implementation that works without the old typeinfo s...Andreas Rumpf2019-04-071-1/+4
* fixes #10943 (#10947)cooldome2019-04-051-1/+4
* fixes #10942. Lent T bug (#10946)cooldome2019-04-031-7/+7
* fixes #10948 (#10949)cooldome2019-04-031-1/+1
* simple program works with --newruntimeAraq2019-04-021-0/+1
* newruntime: progressAraq2019-04-021-1/+1
* fixes #8202 (#10888)Andreas Rumpf2019-03-231-1/+9