Commit History

Author SHA1 Message Date
  ringabout 494c24a7ce fixes #23848; The comand `nim gendepend` defaults to ORC (#23851) 4 months ago
  ringabout 732f7752a9 remove nir; succeeded by nif (#23809) 4 months ago
  ringabout 7e4060cb4a fixes #23065; DocLike command defaults to ORC (#23075) 11 months ago
  ringabout e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 year ago
  Andreas Rumpf 10c3ab6269 NIR: store sizes, alignments and offsets in the type graph; beginning… (#22822) 1 year ago
  Andreas Rumpf 816589b667 NIR: Nim intermediate representation (#22777) 1 year ago
  ringabout 7be2e2bef5 replaces `doAssert false` with `raiseAssert` for unreachable branches, which works better with strictdefs (#22436) 1 year ago
  ringabout 93ced31353 use strictdefs for compiler (#22365) 1 year ago
  metagn 02be212dae clean up SOME pending/xxx/issue link comments (#21826) 1 year ago
  Ivan Yonchovski 7c6dcfd968 Implicitly set noNimblePath when nimble.lock is present (#21266) 1 year ago
  Andreas Rumpf 0d23419e68 DAA and 'out' parameters (#20506) 2 years ago
  ringabout 81e7811e01 fixes nim check with orc (#20456) 2 years ago
  ringabout 7739e23420 defaults to ORC (#19972) 2 years ago
  Andrey Makarov 417b90a7e5 Improve Markdown code blocks & start moving docs to Markdown style (#19954) 2 years ago
  flywind 7f6e800caf move assertions out of system (#19599) 2 years ago
  locriacyber 516db3bac3 Remove trailing space in `nim r` command; Amend one error message (#19487) 2 years ago
  Timothee Cour 1acba63cb7 cross compilation targetting windows now supports `nim r`: `nim r -d:mingw main` (#18682) 3 years ago
  Timothee Cour 55c1953f63 fix #18334: handle path with spaces on windows during bootstrap (#18337) 3 years ago
  Andreas Rumpf a9b62de895 CIs: attempt to use csources_v1 (#16282) 3 years ago
  Timothee Cour f561afae41 followup #17225: simplify code after removing gc2, generational (#17242) 3 years ago
  Timothee Cour a4e6b242d5 asyncjs: add `then`, `catch` for promise pipelining (#16871) 3 years ago
  Timothee Cour 52829fc8d1 cmdline: improve command processing (#16056) 4 years ago
  Timothee Cour 7815ed69d4 rename loadConfigsAndRunMainCommand => loadConfigsAndProcessCmdLine, reflect reality (#16057) 4 years ago
  Timothee Cour c1664f93b0 new: `nim -e:cmd` to run a command directly; also fixes #15731 (#15687) 4 years ago
  Andreas Rumpf 3492178494 refactoring: removed cmdlinehelper.mainCommand callback 4 years ago
  Timothee Cour b8ec07f19e properly fixes #13758 so that `import std/macros` stays legal (#14291) 4 years ago
  Timothee Cour 9502e39b63 `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--doccmd:skip` + other improvements (#14278) 4 years ago
  Timothee Cour dda6f3f6d4 `nim doc -r main` and `nim rst2html -r main` now call openDefaultBrowser (#14285) 4 years ago
  Timothee Cour f115e40e6a `echo cmd | nim r - -arg1 -arg2` now works (#14210) 4 years ago
  Timothee Cour 5c534b2943 new cmd: `nim r main [args...]` to compile & run, saving binary under $nimcache/main (#13382) 4 years ago