| Commit message (Expand) | Author | Age | Files | Lines |
* | remove nir; succeeded by nif (#23809) | ringabout | 2024-07-09 | 1 | -1/+1 |
* | Add support for nvcc & hipcc (cuda/rocm) (#23805) | Andrew Brower | 2024-07-08 | 1 | -1/+19 |
* | compute checksum of nim files early in the pipelines (#23268) | ringabout | 2024-01-31 | 1 | -4/+8 |
* | NIR: store sizes, alignments and offsets in the type graph; beginning… (#22... | Andreas Rumpf | 2023-10-16 | 1 | -1/+1 |
* | fixes #22246; generate __builtin_unreachable hints for case defaults (#22737) | ringabout | 2023-09-21 | 1 | -2/+3 |
* | use strictdefs for compiler (#22365) | ringabout | 2023-08-06 | 1 | -8/+17 |
* | Revert "fixes #22246; generate `__builtin_unreachable` hints for case default... | ringabout | 2023-07-31 | 1 | -3/+2 |
* | fixes #22246; generate `__builtin_unreachable` hints for case defaults (#22350) | ringabout | 2023-07-31 | 1 | -2/+3 |
* | Fix #22281 (#22289) | Anna | 2023-07-18 | 1 | -1/+1 |
* | macOS `ar` doesn't support `@` syntax (#22146) | Etan Kissling | 2023-06-24 | 1 | -1/+4 |
* | fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702) | ringabout | 2023-05-02 | 1 | -1/+3 |
* | Mitigate issues related to compiler options when cross-compiling (#21330) | Francis Thérien | 2023-02-22 | 1 | -1/+3 |
* | Fix long link commands on macOS (v2) (#21382) | Matt Haggard | 2023-02-17 | 1 | -2/+14 |
* | [backport: 2.0] prevents the jsonscript command from exceeding the maximum le... | rockcavera | 2022-12-28 | 1 | -9/+13 |
* | fix #19580; add warning for bare except: clause (#21099) | ringabout | 2022-12-15 | 1 | -2/+2 |
* | Use vccexe when generating static lib with vcc (#19843) | Tomohiro | 2022-09-28 | 1 | -2/+3 |
* | no ropes WIP (#20433) | Andreas Rumpf | 2022-09-27 | 1 | -4/+6 |
* | fix #17351; switch to c++17 and remove hacks (#20407) | ringabout | 2022-09-23 | 1 | -2/+2 |
* | Correctly detect major version of GCC (#20059) | kraptor | 2022-07-18 | 1 | -20/+6 |
* | fix #20012 (#20013) | Daniel Clarke | 2022-07-13 | 1 | -1/+1 |
* | once C++, always C++ [backport] (#19938) | Jacek Sieka | 2022-06-30 | 1 | -10/+16 |
* | Fixes #19883 so genscript works with vcc (#19893) | Don-Duong Quach | 2022-06-15 | 1 | -2/+8 |
* | Refactor and doc package handling, module name mangling (#19821) | quantimnot | 2022-05-30 | 1 | -5/+6 |
* | move assertions out of system (#19599) | flywind | 2022-03-23 | 1 | -0/+3 |
* | compile pragma: cache the result sooner (#19554) | Ștefan Talpalaru | 2022-02-24 | 1 | -1/+3 |
* | --cc:env now works correctly to assign linker executable, allowing to cross-c... | Timothee Cour | 2021-08-11 | 1 | -1/+1 |
* | fix #18578 (#18580) | flywind | 2021-07-27 | 1 | -6/+9 |
* | make changeDetectedViaJsonBuildInstructions warning less verbose when json fi... | Timothee Cour | 2021-06-06 | 1 | -1/+1 |
* | simplify extccomp.nim json logic via jsonutils; fix #18084 (#18100) | Timothee Cour | 2021-06-03 | 1 | -180/+76 |
* | externalToLink: use quoteShell to avoid issues with spaces in paths for {.lin... | Timothee Cour | 2021-04-29 | 1 | -13/+9 |
* | `--usenimcache` (implied by `nim r main`) now caches some compile options to ... | Timothee Cour | 2021-04-25 | 1 | -8/+9 |
* | CIs: attempt to use csources_v1 (#16282) | Andreas Rumpf | 2021-04-21 | 1 | -1/+1 |
* | -d:nimDebug: calls doAssert false instead of quit (#17739) | Timothee Cour | 2021-04-17 | 1 | -1/+1 |
* | hint:cc goes to stderr (like all other hints) instead of stdout (#17465) | Timothee Cour | 2021-03-22 | 1 | -8/+7 |
* | [minor] clean extccomp (#17069) | flywind | 2021-02-17 | 1 | -21/+16 |
* | fix #16947: `--app:staticlib -o:lib` now first removes lib (#16948) | Timothee Cour | 2021-02-08 | 1 | -0/+1 |
* | fix #16949 --app:staticlib works on openbsd; --app:staticlib tested in CI (#1... | Timothee Cour | 2021-02-08 | 1 | -2/+2 |
* | fix #16206, `nim r / nim -r` recompiles if cwd changes (#16349) | Timothee Cour | 2021-01-02 | 1 | -2/+13 |
* | fix `hintProcessing` dots interference with `static:echo` and `hintCC`; add t... | Timothee Cour | 2020-12-30 | 1 | -1/+4 |
* | Fix nimsuggest/#117 (#15602) | Clyybber | 2020-11-15 | 1 | -4/+1 |
* | new: `nim -e:cmd` to run a command directly; also fixes #15731 (#15687) | Timothee Cour | 2020-11-09 | 1 | -0/+11 |
* | implements https://github.com/nim-lang/RFCs/issues/260 (#15505) | Andreas Rumpf | 2020-10-07 | 1 | -0/+4 |
* | Big compiler Cleanup (#14777) | Clyybber | 2020-08-28 | 1 | -2/+2 |
* | fixes #14194 (#15023) | Andreas Rumpf | 2020-07-20 | 1 | -1/+2 |
* | Fix #12745 (#14879) | Tomohiro | 2020-07-02 | 1 | -11/+1 |
* | bug fixes with sfMainModule, hints, mainPackageNotes, mainPackageId, hintSucc... | Timothee Cour | 2020-06-04 | 1 | -2/+19 |
* | Fix a problem with extra build commands. (#14528) | Khronos | 2020-06-01 | 1 | -11/+11 |
* | fix some issues with --backend (#14363) | Timothee Cour | 2020-05-16 | 1 | -7/+8 |
* | `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d... | Timothee Cour | 2020-05-11 | 1 | -12/+12 |
* | added a new feature: --cc:env so that you can use any C compiler as long as i... | Andreas Rumpf | 2020-05-06 | 1 | -12/+26 |