about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/compilers
Commit message (Collapse)AuthorAge
* gcc6: fix build w/glibc-2.31Maximilian Bosch2020-11-27
| | | | (cherry picked from commit d348694fb680bc134ea893cc031439a21576a485)
* gcc7: fix build w/glibc-2.31Maximilian Bosch2020-11-27
| | | | | | | Applied a patch from the `gcc9` branch for `gcc7` to fix `libsanitizer` for glibc-2.31. (cherry picked from commit cff1a1eefca8af3c13a94a0b9257a3f9ff721c37)
* C++ Compilers: Systematize handling of standard librariesJohn Ericson2020-11-27
| | | | (cherry picked from commit f3f7612a409e4ebbec634ab7f20e094f206d396a)
* emscripten: Don't always clain to have a GCCJohn Ericson2020-11-27
| | | | (cherry picked from commit e00d4d60214e04ba75d19870000e55b8ac4ed4dc)
* gcc: fix building darwin->linux cross compilerGaelan Steele2020-11-27
| | | | | | | | | This reverts d9feea5 with some slight modifications to work with other changes since then. Fixes #88213. (cherry picked from commit 459c60dda2406d2207d2afd90f210ffc87efde54)
* rgbds: 0.4.0 -> 0.4.1R. RyanTM2020-11-27
| | | | (cherry picked from commit 4ceed2d0d40a89dab65fc44e7ae32ebe823adf96)
* emacs25: Drop outdated versionadisbladis2020-10-01
| | | | (cherry picked from commit 13276abce97fae047ff42604646c0fca58338de9)
* rust: 1.45.0 -> 1.45.2Alyssa Ross2020-09-29
| | | | (cherry picked from commit 5d65255d5784568e917c80b185ad685a088252bc)
* rustc: use LLVM 10Konrad Borowski2020-09-29
| | | | | | Fixes rust-lang/rust#74585 (cherry picked from commit 41d681c85fee54549ba54a0f56705424cf837e7c)
* rls: fix buildSymphorien Gibol2020-09-29
| | | | | | fix copied from rustfmt (cherry picked from commit 2885306df06e135c4007ec1158742a9c53cdcbf1)
* rustfmt: fix build with rustc 1.45.0Cole Helbling2020-09-29
| | | | | | | | Due to a recent change in rustc 1.45.0, rustfmt now requires two additional environment variables to be set in order to build successfully: `CFG_RELEASE` and `CFG_RELEASE_CHANNEL`. (cherry picked from commit 22fdfc7fbc3f57b117f32bb950eff40db5a632c5)
* rust: 1.44.1 -> 1.45.0Alyssa Ross2020-09-29
| | | | | | Thunderbird and Firefox don't build with 1.45. (cherry picked from commit e33bed77ce907590727dfee1f34d0d031dc7c306)
* rust_1_42: dropAlyssa Ross2020-09-29
| | | | | | Nothing seems to need this to build any more. (cherry picked from commit 204d5835736664c7718d0e4e1569a6a609b7690d)
* rustc: 1.43.0 -> 1.44.1Alyssa Ross2020-09-29
| | | | (cherry picked from commit 1f9cd4cf0a9eb66da7a777d8de2cfdacb795d57d)
* cargo: install bash and zsh completion scriptsRobert Helgesson2020-09-29
| | | | (cherry picked from commit 82daa41e293caf9d88ae158f261bf7d8f523c4c1)
* Merge commit '9480bae337095fd24f61380bce3174fdfe926a00'Alyssa Ross2020-07-13
| | | | | | This is the last nixos-unstable release before 13b2903169f, which I'm a bit nervous about. So I want the update including that one to be as small as possible, hence going to this one first.
* Merge commit '467ce5a9f45aaf96110b41eb863a56866e1c2c3c'Alyssa Ross2020-06-04
|
* Merge commit 'b47873026c7e356a340d0e1de7789d4e8428ac66'Alyssa Ross2020-05-18
|
* Merge commit '683c68232e91f76386db979c461d8fbe2a018782'Alyssa Ross2020-05-12
|
* Merge commit '22a3bf9fb9edad917fb6cd1066d58b5e426ee975'Alyssa Ross2020-04-27
|
* Merge commit 'ae6bdcc53584aaf20211ce1814bea97ece08a248'Alyssa Ross2020-04-06
| | | | | | # Conflicts: # nixpkgs/pkgs/build-support/rust/default.nix # nixpkgs/pkgs/development/go-modules/generic/default.nix
* Merge commit 'a2e06fc3423c4be53181b15c28dfbe0bcf67dd73'Alyssa Ross2020-04-01
|
* rust: include the rustc-dev componentSymphorien Gibol2020-01-27
| | | | | | | | This enables to compile rls and rustc See also https://github.com/rust-lang/rust/pull/64823 (cherry picked from commit 47681d7c5c9529615e9f481f02d945a2c3cfe599)
* Merge commit '3d085a399c436a41d875801619e8f976b8519196'Alyssa Ross2020-01-26
|
* Merge commit '90441b4b47fc7280de6a5bd1a228017caaa0f97f'Alyssa Ross2020-01-22
|
* Merge commit '100012e55bc2a82fc680cba31a426ad38ead6fab'Alyssa Ross2020-01-14
|
* Merge commit 'e4134747f5666bcab8680aff67fa3b63384f9a0f'Alyssa Ross2020-01-11
|
* Merge commit '2436c27541b2f52deea3a4c1691216a02152e729'Alyssa Ross2019-09-28
|
* Merge commit '262b328b0bad0c4b97ed495679208e4a2eb87704'Alyssa Ross2019-09-28
|
* Merge commit 'e19054ab3cd5b7cc9a01d0efc71c8fe310541065'Alyssa Ross2019-09-16
|
* Merge commit '4e60699fa727e4a0f9a3e78948012f86da32cfef'Alyssa Ross2019-09-16
|
* Merge commit '8d1510abfb592339e13ce8f6db6f29c1f8b72924'Alyssa Ross2019-09-16
|
* Merge remote-tracking branch 'channels/nixos-unstable'Alyssa Ross2019-08-22
|
* Merge commit '8746c77a383f5c76153c7a181f3616d273acfa2a'Alyssa Ross2019-08-14
|
* Merge commit '1036dc664169b32613ec11b58cc1740c7511a340'Alyssa Ross2019-08-14
|
* Merge commit 'beff2f8d75ef2c65017fb25e251337c6bb2e950d'Alyssa Ross2019-08-14
| | | | v# modified: nixpkgs/pkgs/tools/networking/dhcpcd/default.nix
* Merge commit '83ba5afcc9682b52b39a9a958f730b966cc369c5'Alyssa Ross2019-06-19
|
* Merge commit 'a1dd419c1ffacea87eba066a2bb332e03cb68f66'Alyssa Ross2019-06-18
|
* Merge commit '98e3b90b6c8f400ae5438ef868eb992a64b75ce5'Alyssa Ross2019-06-18
|
* Merge commit '650a295621b27c4ebe0fa64a63fd25323e64deb3'Alyssa Ross2019-05-24
|
* Merge commit 'bc9df0f66110039e495b6debe3a6cda4a1bb0fed'Alyssa Ross2019-05-17
|
* Merge commit '2ec5e9595becf05b052ce4c61a05d87ce95d19af'Alyssa Ross2019-05-07
|
* Merge commit 'dfd8f84aef129f1978e446b5d45ef05cd4421821'Alyssa Ross2019-04-27
|
* Merge commit 'd26027792812fbfad4d0f451b5f47fdabf7fdeb9'Alyssa Ross2019-04-22
|
* Merge commit '0c0954781e257b8b0dc49341795a2fe7d96945a3'Alyssa Ross2019-04-14
|
* Merge commit '373488e6f4c3dc3bb51cabcb959e4a70eb5d7b2c'Alyssa Ross2019-04-13
|
* Merge commit 'da1a2b1eeafa66b4419b4f275396d8a731eccb61'Alyssa Ross2019-03-16
|
* Merge commit '5d3fd3674a66c5b1ada63e2eace140519849c967'Alyssa Ross2019-03-11
|
* Merge commit '1233c8d9e9bc463899ed6a8cf0232e6bf36475ee'Alyssa Ross2019-02-26
|
* Merge commit '969cff2691a02b3d7e5468beda26c482d8986644'Alyssa Ross2019-02-24
|