Historial de Commits

Autor SHA1 Mensaje Fecha
  cooldome 0d50b0c8a7 increase dfa instruction limit (#11579) hace 5 años
  Andreas Rumpf c65a5d754b [bugfix] owned closures (#11544) hace 5 años
  Miran bab5e30972 fixes #10963, disallow implicit mixing of strings and ints/floats (#11292) hace 5 años
  Clyybber f18b3af9d4 Replace countup(x, y-1) with x ..< y hace 5 años
  Araq bb8e2eea38 move analyser: fixes another critical bug hace 5 años
  Andreas Rumpf 55aa2129b5 make twidgets example green (#11135) hace 5 años
  Andreas Rumpf eb9043c0e9 fixes #11095 (#11104) hace 5 años
  Andreas Rumpf bc7d1de7fd added a note about what to not do hace 5 años
  Andreas Rumpf a394d31746 move analyser is smarter; refs #11053 hace 5 años
  Araq 850e90ac30 DFA: We are not allowed to take ownership of parameters hace 5 años
  Araq ce024a73bf make move-analysis smarter; see tuse_ownedref_after_move test case hace 5 años
  Araq 045e026d0e dfa.nim: track object/tuple field accesses more precisely; sink(o.x); sink(o.y) needs to compile; activate the tuple unpacking transf.nim bugfix hace 5 años
  Araq 9565b844dd compute sinks/assignments properly for for-loop iteration variables hace 5 años
  Andreas Rumpf bf592c4e94 more destructor based changes (#10885) hace 5 años
  Andreas Rumpf f8bf24623c explicit default values for a leaner codegen, .cursor variables for optimization hace 5 años
  Andreas Rumpf cfd5210405 dfa.nim: continues are bad hace 5 años
  Andreas Rumpf 4be36d77f6 introduce tfHasOwned for fast must-move checkings; removed tfAcyclic as the GC has ignored this hint for quite some time now hace 5 años
  Andreas Rumpf 9c6b628df6 DFA: fixes wrong 'def' instruction emission hace 5 años
  Andreas Rumpf 3e922d0fec destructors/dfa: more documentation hace 5 años
  cooldome 690f21043d isLastRead regression fix (#10463) hace 6 años
  Andreas Rumpf 11022fea1b control flow graphs: introduce 'join' points for easy analyses based on abstract interpretation hace 6 años
  Timothee Cour beed27b75d improve vmgen.codeListing formatting (#10306) hace 6 años
  Andrii Riabushenko dc935f2b41 use control flow graph for sink params hace 6 años
  Araq 234bed1b38 destructors; fixes #9594 hace 6 años
  Andreas Rumpf b39302b0d2 DFA: implement exception handling properly hace 6 años
  Andreas Rumpf 33cdae8c32 dfa.nim: clarify exception handling hace 6 años
  Andreas Rumpf 2fecf4f36a compiler: cleanup dfa.nim hace 6 años
  Araq 40e01d8549 don't require an implementation for procs marked with .error; activate the move optimizer for destructors hace 6 años
  Andreas Rumpf 669a564492 remove more global variables in the Nim compiler hace 6 años
  Andreas Rumpf feef109e60 make tests green again hace 6 años