Commit Graph

8818 Commits

Author SHA1 Message Date
Luka Blaskovic
c73d96f776 rustc: cleanup, use correct llvm version 2020-12-14 15:14:03 +00:00
John Ericson
0f25eb3e7d
Merge pull request #94582 from obsidiansystems/cxx-wrapper-debt-part-3
clang, cc-wrapper: Move `--gcc-toolchain` logic into CC wrapper
2020-12-13 11:55:33 -05:00
github-actions[bot]
11d68e6adb
Merge staging-next into staging 2020-12-13 00:42:45 +00:00
John Ericson
c2c0d57339
Merge pull request #106790 from lopsided98/rustc-host-std
rustc: add host platform to --target when building cross-compiler
2020-12-12 17:27:56 -05:00
Ben Wolsieffer
5a923e552c rustc: add host platform to --target when building cross-compiler
As of 1.48, std is only built for platforms in --target. If the host platform is
not included, the resulting rustc can't compile build.rs scripts.
2020-12-12 15:24:55 -05:00
github-actions[bot]
cd10ecb0f1
Merge staging-next into staging 2020-12-12 00:40:38 +00:00
R. RyanTM
b62c9deaa3 rgbds: 0.4.1 -> 0.4.2 2020-12-11 01:36:35 +00:00
github-actions[bot]
5448578a33
Merge staging-next into staging 2020-12-10 18:15:36 +00:00
Kamil Chmielewski
bc9c9cd6da nim: expose testament test runner
https://nim-lang.org/docs/testament.html
2020-12-10 14:49:01 +01:00
Jan Tojnar
bf2f0ec278
Merge branch 'staging-next' into staging 2020-12-10 04:41:08 +01:00
Sandro
190a081d5d
Merge pull request #106424 from r-ryantm/auto-update/kotlin
kotlin: 1.4.20 -> 1.4.21
2020-12-09 21:41:37 +01:00
github-actions[bot]
8feb00aaba
Merge staging-next into staging 2020-12-09 12:20:14 +00:00
R. RyanTM
9651b60c41 kotlin: 1.4.20 -> 1.4.21 2020-12-09 07:57:47 +00:00
Vincent Laporte
a35e7daa2b compcert: 3.7 → 3.8 2020-12-09 08:28:04 +01:00
github-actions[bot]
5ed8ad03ce
Merge staging-next into staging 2020-12-08 18:15:42 +00:00
Tim Steinbach
7f50f98298
scala: Make overridable 2020-12-08 13:09:39 -05:00
Vincent Laporte
e4a7c4268b ocaml-ng.ocamlPackages_4_12.ocaml: 4.12.0~α1 → 4.12.0~α2 2020-12-08 16:37:41 +01:00
Jörg Thalheim
650db4a0db
Merge pull request #106284 from raboof/rustc-deterministic-manifest 2020-12-08 09:47:33 +00:00
Sandro
407469cf53
Merge pull request #101728 from adelbertc/init-tvm
tvm: init at 0.7.0
2020-12-08 04:27:32 +01:00
Kamil Chmielewski
ba70e46edd nim: 1.4.0 -> 1.4.2 2020-12-08 00:45:34 +01:00
Arnout Engelen
b909a333ad
rustc: generate deterministic manifest
The order of the entries in the manifest generated while installing
rustc depends on the (parallel) build, so let's sort it to make it
deterministic. Also remove install.log from the output.

Co-Authored-By: Jörg Thalheim <joerg@thalheim.io>
2020-12-07 23:02:09 +01:00
github-actions[bot]
82b9b02331
Merge master into staging-next 2020-12-04 06:16:26 +00:00
zowoq
14a7df6cf1 go_1_15: 1.15.5 -> 1.15.6 2020-12-04 13:41:03 +10:00
zowoq
852e039e44 go_1_14: 1.14.12 -> 1.14.13 2020-12-04 13:41:03 +10:00
zowoq
82b7b0f6a5 go_bootstrap: 1.4-bootstrap-20161024 -> 1.4-bootstrap-bdd4b95
Remove tests, they are disabled by upstream.

182bdbb1e1

> The 1.4 tests aren't necessarily supposed to pass.
2020-12-04 13:41:03 +10:00
github-actions[bot]
5b73e3087a
Merge master into staging-next 2020-12-03 12:18:45 +00:00
Domen Kožar
9998527de5
Merge pull request #105371 from turboMaCk/elm-packegse/elm-review
elmPackages.elm-review: Init at 2.3.3
2020-12-03 10:37:47 +01:00
github-actions[bot]
58274c4f8d
Merge master into staging-next 2020-12-03 00:36:28 +00:00
Sandro
535c1daca6
Merge pull request #105713 from fgaz/use-unstable-updater 2020-12-03 01:06:56 +01:00
github-actions[bot]
d3f5608624
Merge master into staging-next 2020-12-02 18:13:34 +00:00
Francesco Gazzetta
ff8e2db0cf qbe: remove stray newline 2020-12-02 17:23:32 +01:00
Francesco Gazzetta
0c6492b9e4 lobster: use unstableGitUpdater 2020-12-02 17:23:05 +01:00
John Ericson
68fa053f46
Merge pull request #105383 from NixOS/more-rustc-musl
rustc: Improve musl support
2020-12-02 11:16:24 -05:00
John Ericson
47b99769f9 rustc: Improve musl support
There was a slight error in the target logic I didn't notice before, and
also should do the same thing for the other platforms.
2020-12-02 15:30:51 +00:00
github-actions[bot]
a71eec4269
Merge master into staging-next 2020-12-02 13:20:56 +00:00
Austin Seipp
ad11ff123a
nextpnr: 2020.11.10 -> 2020.12.01
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-12-02 07:18:09 -06:00
Austin Seipp
56d7883363
yosys: 0.9+3675 -> 0.9+3715
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-12-02 07:18:08 -06:00
github-actions[bot]
89e8bf0f2a
Merge master into staging-next 2020-12-02 12:30:55 +00:00
Daniël de Kok
ebf687af35
Merge pull request #105474 from danieldk/rocm-3.10.0
rocm: update to 3.10.0
2020-12-02 06:53:18 +01:00
Milan
4617fcd6c4
edk2: 201911 -> 202011 (#105582) 2020-12-01 21:47:18 +01:00
Jan Tojnar
27b974d84b
Merge branch 'staging-next' into staging 2020-12-01 03:26:36 +01:00
Silvan Mosberger
5420a92926
Merge pull request #104809 from virusdave/dnicponski/scratch/update_ucm
unison-ucm 1.0.M1l-alpha -> 1.0.M1m-alpha
2020-11-30 21:05:15 +01:00
Daniël de Kok
cea2e29961 llvmPackages_rocm: 3.9.0 -> 3.10.0 2020-11-30 18:47:48 +01:00
John Ericson
11302dc1cf clang, cc-wrapper: Move --gcc-toolchain logic into CC wrapper 2020-11-29 16:18:01 +00:00
Marek Fajkus
200f41350f
elmPackages.elm-review: Init at 2.3.3 2020-11-29 16:23:10 +01:00
Frederik Rietdijk
05d1c49209 Merge staging-next into staging 2020-11-29 13:51:33 +01:00
Frederik Rietdijk
0d8491cb2b Merge master into staging-next 2020-11-29 13:51:10 +01:00
Vladimír Čunát
1787b2d7bf
Merge #102518: gcc9: apply gcc PR 96796 (into staging) 2020-11-29 09:01:28 +01:00
John Ericson
5d75fe4ed0
Merge pull request #105314 from lopsided98/rustc-musl-target
rustc: allow building for musl targets
2020-11-29 00:39:36 -05:00
Ben Wolsieffer
2857455b03 rustc: allow building for musl targets 2020-11-28 22:15:35 -05:00