about summary refs log tree commit diff
path: root/pkgs/development/compilers
AgeCommit message (Collapse)AuthorFilesLines
2022-09-26treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputsArtturin3-3/+5
found with nixpkgs-lint
2022-09-26Merge staging-next into stagingFrederik Rietdijk6-2/+264
2022-09-26Merge master into staging-nextFrederik Rietdijk6-2/+264
2022-09-26Merge pull request #192974 from siraben/swiprolog-updateBen Siraphob1-2/+2
swiProlog: 8.3.29 -> 8.5.17
2022-09-25swiProlog: 8.3.29 -> 8.5.17Ben Siraphob1-2/+2
2022-09-26Merge staging-next into staginggithub-actions[bot]5-411/+500
2022-09-25Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt5-411/+500
2022-09-25julia_18: init at 1.8.1Nick Cao5-0/+262
2022-09-25Merge pull request #192273 from NixOS/haskell-updatesmaralorn3-378/+498
haskellPackages: update stackage and hackage
2022-09-24luaPackages: fennel -> luaPackages.fennelGabriel Fontes1-31/+0
2022-09-25Merge master into haskell-updatesgithub-actions[bot]1-2/+2
2022-09-24Merge pull request #189400 from timothyklim/scala_3.2.0Mario Rodas1-2/+2
scala_3: 3.1.3 -> 3.2.0
2022-09-23rustc: 1.63.0 -> 1.64.0zowoq1-16/+16
https://github.com/rust-lang/rust/releases/tag/1.64.0
2022-09-23Merge master into haskell-updatesgithub-actions[bot]1-2/+2
2022-09-22Merge branch 'master' into staging-nextVladimír Čunát1-2/+2
2022-09-22mlkit: 4.7.1 -> 4.7.2R. Ryantm1-2/+2
2022-09-22haskell.compiler.ghcHEAD: 9.3.20220406 -> 9.5.20220921sternenseemann3-378/+498
Initial port of our GHC Nix expressions to the new hadrian build system, as it has become required after 9.4. Unfortunately there are some regressions affecting us, namely the inability to install a GHC cross-compiler at the moment (see issue linked in relevant error message). This means that a lot of specific configuration snippets for cross-platforms and static compilation have been ported from make speculatively, as we are unable to test them for the moment.
2022-09-22Revert "rustc: build with jemalloc"zowoq1-3/+0
This reverts commit 2a699029f43a2d467b07fc42bea8fd975ffa766f. hopefully this fixes building x86_64-darwin under emulation on aarch64-darwin
2022-09-21Merge master into staging-nextgithub-actions[bot]1-1/+1
2022-09-21Merge branch 'master' into haskell-updatesmaralorn1-3/+3
2022-09-21Merge pull request #191991 from maralorn/drop-minor-versionsmaralorn1-1/+1
haskell.{compiler,packages}: Add aliases without minor versions
2022-09-21Merge master into staging-nextgithub-actions[bot]1-3/+3
2022-09-21haskell.{compiler,packages}: Add aliases without minor versionsmaralorn1-1/+1
2022-09-20gleam: 0.22.1 -> 0.23.0R. Ryantm1-3/+3
2022-09-21Merge master into staging-nextgithub-actions[bot]2-229/+229
2022-09-20Merge pull request #191643 from Smaug123/net7-rc1Ivv1-134/+134
dotnet: 7.0 preview -> 7.0 rc1
2022-09-20Merge pull request #191965 from mdarocha/dotnet-3-updateIvv1-95/+95
dotnet-sdk_3: 3.1.422 -> 3.1.423
2022-09-20Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt6-12/+29
2022-09-20Merge pull request #191933 from r-ryantm/auto-update/gavrasmJonas Heinrich1-2/+2
gavrasm: 5.1 -> 5.4
2022-09-20Merge pull request #191800 from NickCao/julia-bin-aarch647c6f434c1-2/+6
julia_18-bin: add support for aarch64-linux
2022-09-20llvm 14 lld: build with 2M stack size to fix firefox ltoYureka1-0/+1
2022-09-20llvm 14 compiler-rt: enable libclang_rt.profile-....a buildYureka1-1/+2
2022-09-20Merge pull request #183763 from LibreCybernetics/update-idea-communityUri Baghin1-6/+17
jetbrains.jdk: openjdk11 (11.0.13-b1751.25) → openjdk17 (17.0.3-b469.37)
2022-09-19jetbrains.jdk: mark as broken on darwinFabián Heredia Montiel1-0/+2
Context: https://github.com/NixOS/nixpkgs/pull/183763
2022-09-20lingua-franca: incorrect verion bumprevol-xut1-1/+1
2022-09-19dotnet-sdk_3: 3.1.422 -> 3.1.423mdarocha1-95/+95
2022-09-19gavrasm: 5.1 -> 5.4R. Ryantm1-2/+2
2022-09-19Merge branch 'master' into staging-nextVladimír Čunát9-2/+391
The java conflicts weren't trivial. Hopefully OK.
2022-09-19julia_18-bin: add nickcao as a maintainerNick Cao1-1/+1
2022-09-18jetbrains.jdk: openjdk11 (11.0.13-b1751.25) → openjdk17 (17.0.3-b469.37)Fabián Heredia Montiel1-6/+15
> With the IntelliJ IDEA 2022.2 EAP we are moving from JetBrains Runtime 11 (JBR11) to JetBrains Runtime 17 (JBR17). Starting with this build, all IntelliJ IDEA 2022.2 updates will come with JBR17. This will have the following effects: > - A significant performance improvement allowing faster and smoother IDE operation. > - Better security, as JBR17 is based on the latest OpenJDK LTS. > - Better rendering performance on macOS, as JetBrains Runtime 17 leverages Metal API. > - Increased accessibility on macOS, as JBR17 features integration with VoiceOver screen reader. > - Usage of Vector API designed to express vector computations that compile at runtime to vector instructions on supported CPU architectures, thus achieving performance superior to equivalent scalar computations. From: https://blog.jetbrains.com/idea/2022/05/intellij-idea-2022-2-eap-1/#JetBrains_Runtime
2022-09-18shaderc: fixup paths in .pc filesVladimír Čunát1-0/+7
2022-09-18fixup! glslang: fixup paths in .pc filesVladimír Čunát1-1/+1
I really should have inspected the resulting files.
2022-09-18julia_18-bin: add support for aarch64-linuxNick Cao1-1/+5
2022-09-17Merge master into staging-nextgithub-actions[bot]2-11/+2
2022-09-17mlkit: 4.6.1 -> 4.7.1R. Ryantm1-2/+2
2022-09-17Merge pull request #189763 from tjni/gerbil-stackprotectorSandro1-9/+0
2022-09-17dotnet: 7.0 preview -> 7.0 rc1Smaug1231-134/+134
2022-09-17glslang: fixup paths in .pc filesVladimír Čunát1-0/+6
These errors would now fail the build, as stricter checks were introduced recently.
2022-09-16Merge master into staging-nextgithub-actions[bot]1-27/+50
2022-09-16Merge pull request #190803 from corngood/dotnet-miscIvv1-27/+50
dotnet-sdk: fix elf auto patching, add tests, misc cleanup