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 9 pull requests #78032

Closed
wants to merge 32 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
e023158
Permit uninhabited enums to cast into ints
Mark-Simulacrum Sep 1, 2020
990a395
Prevent ICE on uninhabited MIR interpretation
Mark-Simulacrum Sep 1, 2020
36d9b72
liballoc: VecDeque: Add binary search functions
vojtechkral Oct 9, 2020
7c06800
Add support for Arm64 Catalyst on ARM Macs
terhechte Oct 3, 2020
bf09ddd
Add to platform-support.md
terhechte Oct 3, 2020
77b7145
Building correct binaries.
terhechte Oct 4, 2020
874a574
Renamed symbol
terhechte Oct 12, 2020
e3c3efe
Filter out imports added by the compiler
GuillaumeGomez Oct 10, 2020
0faaa49
Add test for compiler reexports removal
GuillaumeGomez Oct 10, 2020
9506211
Removed conflict remnant
terhechte Oct 12, 2020
80ac68e
Removed Tier
terhechte Oct 12, 2020
28af355
BTreeMap: improve gdb introspection of BTreeMap with ZST keys or values
ssomers Oct 8, 2020
684d142
Set .llvmbc and .llvmcmd sections as allocatable
glandium Oct 15, 2020
1588e34
llvm: backport SystemZ fix for AGR clobbers
cuviper Oct 15, 2020
e0506d1
liballoc: VecDeque: Add tracking issue for binary search fns
vojtechkral Oct 16, 2020
9ddcfda
Unignore test
Oct 13, 2020
cae95c7
bootstrap: fall back to auto-detected CXX
jonas-schievink Oct 14, 2020
26e8c35
bootstrap: configure native toolchain for run-make
jonas-schievink Oct 14, 2020
6bbd13c
Move issue-36710 test to run-make
jonas-schievink Oct 14, 2020
2ebb0e2
Ignore test on WASM
jonas-schievink Oct 14, 2020
c7a787a
liballoc: VecDeque: Simplify binary_search_by()
vojtechkral Oct 16, 2020
031d2b0
Bump bootstrap compiler
ehuss Oct 16, 2020
3477514
ignore-thumb
jonas-schievink Oct 16, 2020
6b1083c
Rollup merge of #76199 - Mark-Simulacrum:void-zero, r=nikomatsakis
Dylan-DPC Oct 17, 2020
afefc69
Rollup merge of #77484 - terhechte:support-ios-catalyst-macabi-arm64-…
Dylan-DPC Oct 17, 2020
4bf869c
Rollup merge of #77751 - vojtechkral:vecdeque-binary-search, r=scottm…
Dylan-DPC Oct 17, 2020
68e4cc6
Rollup merge of #77785 - GuillaumeGomez:remove-compiler-reexports, r=…
Dylan-DPC Oct 17, 2020
1f34860
Rollup merge of #77901 - jonas-schievink:unignore-test-36710, r=Mark-…
Dylan-DPC Oct 17, 2020
47cc22f
Rollup merge of #77932 - ssomers:btree_cleanup_gdb, r=Mark-Simulacrum
Dylan-DPC Oct 17, 2020
dad0198
Rollup merge of #77961 - glandium:embed-bitcode, r=nagisa
Dylan-DPC Oct 17, 2020
0e0f53c
Rollup merge of #77985 - cuviper:systemz-agr-clobbers-cc, r=nikic
Dylan-DPC Oct 17, 2020
7a80ba0
Rollup merge of #78025 - ehuss:bump-bootstrap, r=Mark-Simulacrum
Dylan-DPC Oct 17, 2020
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
Prev Previous commit
Next Next commit
ignore-thumb
  • Loading branch information
jonas-schievink committed Oct 16, 2020
commit 3477514dc67e418e99b48e1aec32bae88022646d
1 change: 1 addition & 0 deletions src/test/run-make/issue-36710/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
include ../../run-make-fulldeps/tools.mk

# ignore-wasm32
# ignore-thumb

all: foo
$(call RUN,foo)
Expand Down