Commit History

Author SHA1 Message Date
  Andreas Rumpf 675ca997fb fixes #9674 [backport] (#13143) 5 years ago
  Clyybber 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 years ago
  Juan Carlos c0eeea4f3c Improve head comment on JS (#12548) 5 years ago
  Andreas Rumpf c98e0e22ad conversions to unsigned numbers are not checked anymore; implements /… (#12688) [backport] 5 years ago
  Andreas Rumpf a14abc5708 ARC: solves phase ordering problems (#12654) 5 years ago
  Juan Carlos 4c9a7e6f00 JS improve indent (#12581) 5 years ago
  Oscar Nihlgård 4ac100c912 Fix jsgen bug with uninitialized seq (#12500) [backport] 5 years ago
  hlaaftana ba43156363 Sets need copying in JS (#11392) 5 years ago
  Andreas Rumpf 6dd4cbc3af fixes #12240 [backport] (#12308) 5 years ago
  Clyybber ed1d41c51e Small ast.nim cleanup (#12156) 5 years ago
  Arne Döring 3d4ad9739c fix min/max for float numbers (#12068) 5 years ago
  Albert Safin efe1bed82e Allow typeof(nil) as a return type 5 years ago
  Clyybber f9600b7207 Remove ENDB (#12095) 5 years ago
  Arne Döring d564130a3b Fix to int to biggest int (#12066) 5 years ago
  Timothee Cour 511298242d fixes #10053 (#11951) 5 years ago
  Arne Döring afbcd1b330 int128 on firstOrd, lastOrd and lengthOrd (#11701) 5 years ago
  Araq 07d465ca42 [refactoring] remove unused imports in the compiler and in some stdlib modules 5 years ago
  Araq eaf4b42ff9 JS codegen: supports toOpenArray [bugfix] 5 years ago
  Araq 87a2ced1ba there is only one style -- my style 5 years ago
  Araq c94647aeca styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error 5 years ago
  Arne Döring e90d91f0e4 [refactoring] remove zeroExtend and friends from the compiler builtins. (#11531) 5 years ago
  Clyybber 4e0e706cfe Correct global destructor injections for js backend (#11240) 5 years ago
  Arne Döring b92fd30282 rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227) 5 years ago
  Clyybber cc28eef38e Replace countup(x, y) with x .. y 5 years ago
  Clyybber f18b3af9d4 Replace countup(x, y-1) with x ..< y 5 years ago
  jrfondren 0e1bc3f5ca fixes #11133, error on runtime use of compile-time procs in JS target (#11134) 5 years ago
  Araq 0a84b8fb4d added system.unown to make 'owned' sane to use in practice; later on we might change the type inference rules to make it more convenient 5 years ago
  Arne Döring abb05ab645 fewer ropes (#11037) 5 years ago
  cooldome 041d15392a Compiler plugin for implementing incremental computation in user space (#10819) 5 years ago
  Andreas Rumpf bf592c4e94 more destructor based changes (#10885) 5 years ago