Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollup of 8 pull requests #117333

Closed
wants to merge 27 commits into from
Closed
Changes from 2 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
450d6c5
Initial target specification for aarch64-apple-tvos-sim
simlay Sep 12, 2023
6c43244
Fix typos
simlay Sep 12, 2023
ba5eeda
Fix sdkname for tvos simulator
simlay Sep 13, 2023
4ab4d48
Update platform docs for aarch64-apple-tvos-sim
simlay Oct 6, 2023
0b96e47
Remove `cfg_match` from the prelude
c410-f3r Oct 25, 2023
6642b4b
Add support for i586-unknown-netbsd as target.
he32 Oct 25, 2023
391b472
rustc_llvm/build.rs: improve comment for NetBSD/i386 targets
he32 Oct 26, 2023
0a82920
Declare rustc_target dependency on object/macho
dtolnay Oct 27, 2023
893e726
i586_unknown_netbsd.rs: fix formatting.
he32 Oct 27, 2023
0f04e2d
For i586/NetBSD: fix another formatting insistence.
he32 Oct 27, 2023
64678d4
-Zunpretty help: add missing possible values
RalfJung Oct 28, 2023
a510288
i586_unknown_netbsd.rs: drop "-m32" flag insertion to gcc.
he32 Oct 28, 2023
d9ddad3
i586-unknown-netbsd: add entry in platform-support.md.
he32 Oct 28, 2023
4dd7568
mark constructor of `BinaryHeap` as const fn
Coekjan Oct 28, 2023
f7985af
explain why we don't inline when target features differ
RalfJung Oct 28, 2023
f5fa36f
i586-unknown-netbsd platform-support.md: fix typo.
he32 Oct 28, 2023
56643ec
Remove needless print ctx defs
Noratrieb Oct 28, 2023
4dada60
Move macros to usage
Noratrieb Oct 28, 2023
4e2bbfe
Remove needless `allow`s
Noratrieb Oct 28, 2023
67e6792
Rollup merge of #115773 - simlay:arch64-apple-tvos-sim-for-rustc, r=t…
workingjubilee Oct 28, 2023
16b2b9a
Rollup merge of #117162 - c410-f3r:try, r=workingjubilee
workingjubilee Oct 28, 2023
0709167
Rollup merge of #117170 - he32:netbsd-i586, r=bjorn3
workingjubilee Oct 28, 2023
5130c66
Rollup merge of #117259 - dtolnay:macho, r=Nilstrieb
workingjubilee Oct 28, 2023
adbca94
Rollup merge of #117311 - RalfJung:unpretty-thir-help, r=petrochenkov
workingjubilee Oct 28, 2023
c415a94
Rollup merge of #117316 - Coekjan:const-binary-heap-constructor, r=dt…
workingjubilee Oct 28, 2023
ba1069e
Rollup merge of #117319 - RalfJung:target-feature-inline-comment, r=t…
workingjubilee Oct 28, 2023
bd7c14f
Rollup merge of #117325 - Nilstrieb:pretty-macros, r=compiler-errors
workingjubilee Oct 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compiler/rustc_target/Cargo.toml
Original file line number Diff line number Diff line change
@@ -19,4 +19,4 @@ rustc_index = { path = "../rustc_index" }
[dependencies.object]
version = "0.32.0"
default-features = false
features = ["elf"]
features = ["elf", "macho"]