| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into staging-next | Vladimír Čunát | 2021-05-14 | 1 | -10/+20 |
| |\ | |||||
| | * | zig: rewrite•••substituteAll is not used anymore. | AndersonTorres | 2021-05-14 | 1 | -10/+20 |
| * | | zig: fix llvm build | Jonathan Ringer | 2021-05-08 | 1 | -2/+2 |
| |/ | |||||
| * | pkgs/development/compilers: stdenv.lib -> lib | Ben Siraphob | 2021-01-23 | 1 | -2/+2 |
| * | zig: 0.6.0 -> 0.7.1 | Miikka Koskinen | 2020-12-24 | 1 | -3/+3 |
| * | zig: mark as broken on darwin | Ben Siraphob | 2020-10-08 | 1 | -0/+2 |
| * | zig: fix build•••It looks like https://github.com/NixOS/nixpkgs/pull/88248 broke the build for zig. The error you get when building zig on the current master branch is: ``` Scanning dependencies of target zig_build_libstage2 : CommandLine Error: Option 'polly' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options make[2]: *** [CMakeFiles/zig_build_libstage2.dir/build.make:77: CMakeFiles/zig_build_libstage2] Error 1 make[1]: *** [CMakeFiles/Makefile2:252: CMakeFiles/zig_build_libstage2.dir/all] Error 2 make: *** [Makefile:150: all] Error 2 ``` The patch that added polly into some build args was likely necessary only for LLVM 10.0.0 and when that was updated to 10.0.1 it stopped working or became unnecessary. With this patch removed, zig builds fine and passes the tests. | William Roe | 2020-08-03 | 2 | -17/+0 |
| * | zig: apply suggestion from @cole-h | Christine Dodrill | 2020-04-13 | 1 | -7/+7 |
| * | Update pkgs/development/compilers/zig/default.nix•••Co-Authored-By: Andrew Kelley <andrew@ziglang.org> | Christine Dodrill | 2020-04-13 | 1 | -1/+1 |
| * | development/compilers/zig: upgrade to 0.6.0 | Christine Dodrill | 2020-04-13 | 2 | -5/+37 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | zig: 0.4.0 -> 0.5.0•••Release Notes: https://ziglang.org/download/0.5.0/release-notes.html | Mario Rodas | 2019-09-30 | 1 | -2/+6 |
| * | zig: 0.3.0 -> 0.4.0•••Bump to use LLVM8, but just guessing ;). | Will Dietz | 2019-04-09 | 1 | -9/+5 |
| * | zig: 0.2.0 -> 0.3.0 | Andrew Kelley | 2018-09-29 | 1 | -12/+5 |
| * | zig: 0.1.1 -> 0.2.0 | Andrew Kelley | 2018-03-20 | 1 | -5/+6 |
| * | llvm-packages: cleanup | Daiderd Jordan | 2018-02-06 | 1 | -2/+2 |
| * | zig: init at 0.1.1 | Andrew Kelley | 2017-10-21 | 1 | -0/+34 |
