Historique des commits

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