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 19 pull requests #58495

Merged
merged 60 commits into from
Feb 17, 2019
Merged
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
1ac7277
Remove rustdoc old style files generation
GuillaumeGomez Dec 6, 2018
270151b
Add generate-old-style-files option to rustdoc
GuillaumeGomez Dec 11, 2018
65440a3
Make 'generate-redirect-pages' option unstable
GuillaumeGomez Jan 26, 2019
e6d5f25
Fix #57730
Zoxc Jan 29, 2019
397eb4f
Add missing generation for test and proc_macro, remove old macro redi…
GuillaumeGomez Jan 30, 2019
9d2a0b9
add regression test for #57979
nikomatsakis Feb 1, 2019
0d28a24
Remove code for updating copyright years in generate-deriving-span-tests
KamilaBorowska Feb 8, 2019
df420aa
Remove initial newline from automatically generated span tests
KamilaBorowska Feb 8, 2019
8f6d05b
Don't default on std crate when manipulating browser history
GuillaumeGomez Feb 8, 2019
d264755
put back macro redirect
GuillaumeGomez Feb 9, 2019
6156def
librustc_mir: use ? in impl_snapshot_for! macro
taiki-e Feb 10, 2019
7b2a08c
Add Instant::checked_duration_since, address #58402.
vi Feb 12, 2019
3777b86
Stabilize slice_sort_by_cached_key
scottmcm Jan 31, 2019
317f153
Revert "Remove mentions of unstable sort_by_cached key from stable do…
scottmcm Feb 2, 2019
d15c358
Fix tests for checked_duration_since
vi Feb 13, 2019
91f67fd
Add Instant::saturating_duration_since
vi Feb 13, 2019
719be24
fix Box::into_unique effecitvely transmuting to a raw ptr
RalfJung Feb 13, 2019
26ade1c
mark failures expected due to panics
RalfJung Feb 9, 2019
7f5dc49
review or fix miri failures in iter, slice, cell, time
RalfJung Feb 9, 2019
72be9a6
review or fix remaining miri failures in libcore
RalfJung Feb 9, 2019
e24af6c
the formatting issue got fixed
RalfJung Feb 13, 2019
b17ca01
review failures in binary_heap, str, vec_deque
RalfJung Feb 13, 2019
4c1a1c3
review failures in btree, string
RalfJung Feb 13, 2019
767dadf
review failures in heap, slice, vec
RalfJung Feb 13, 2019
c154bf7
miri: test with slightly larger BTrees
RalfJung Feb 13, 2019
a301655
Use posix_spawn_file_actions_addchdir_np when possible
cuviper Feb 13, 2019
6bce2b8
Whitelist the ARM v6 target-feature
gnzlbg Feb 13, 2019
f565efd
mask `compiler_builtins` docs
euclio Feb 14, 2019
2c339ae
Add specific error for unstable const fn features
varkor Feb 5, 2019
feb3408
Update const fn tests
varkor Feb 5, 2019
519783a
Fix documentation typo
varkor Feb 5, 2019
cce2c89
add .stderr file
nikomatsakis Feb 14, 2019
8ca4406
Add updated NLL tests
varkor Feb 14, 2019
b5ab2c7
split MaybeUninit into several features, expand docs a bit
RalfJung Feb 14, 2019
1d6ce52
Whitelist the ARM v8 target-feature
gnzlbg Feb 14, 2019
95ef9b4
make Centril happy
RalfJung Feb 14, 2019
2c8e708
compile-pass test for #53606
Feb 15, 2019
14001e8
Fix runtime error in generate-keyword-tests
KamilaBorowska Feb 15, 2019
4ad8770
Fix documentation for std::path::PathBuf::pop
nathan Feb 15, 2019
84e88da
Rollup merge of #57981 - Zoxc:fix-57979, r=nikomatsakis
kennytm Feb 15, 2019
f05e6bf
Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=Sim…
kennytm Feb 15, 2019
49107c3
Rollup merge of #58196 - varkor:const-fn-feature-gate-error, r=oli-obk
kennytm Feb 15, 2019
9472f0c
Rollup merge of #58293 - xfix:patch-16, r=Mark-Simulacrum
kennytm Feb 15, 2019
9a3e22e
Rollup merge of #58306 - GuillaumeGomez:crate-browser-history, r=Quie…
kennytm Feb 15, 2019
092d191
Rollup merge of #58359 - taiki-e:impl_snapshot_for, r=oli-obk
kennytm Feb 15, 2019
13b055d
Rollup merge of #58429 - RalfJung:box, r=TimNN
kennytm Feb 15, 2019
0fecb6d
Rollup merge of #58433 - RalfJung:miri-mark-tests, r=TimNN
kennytm Feb 15, 2019
50f3c81
Rollup merge of #58438 - cuviper:posix_spawn_file_actions_addchdir_np…
kennytm Feb 15, 2019
30019ed
Rollup merge of #58440 - gnzlbg:v6, r=japaric
kennytm Feb 15, 2019
762b988
Rollup merge of #58448 - euclio:missing-summaries, r=QuietMisdreavus
kennytm Feb 15, 2019
9a2437c
Rollup merge of #58468 - RalfJung:maybe-uninit-split, r=Centril
kennytm Feb 15, 2019
d6a98f4
Notify myself when Clippy toolstate changes
phansch Feb 16, 2019
3ba6177
Fix tracking issue for error iterators
sfackler Feb 16, 2019
cfa6a70
Rollup merge of #58479 - saleemjaffer:test_promote_evaluation_unused_…
kennytm Feb 15, 2019
4739cd8
Rollup merge of #58489 - xfix:fix-keyword-tests-runtime-error, r=alex…
kennytm Feb 15, 2019
f8ccdeb
Rollup merge of #57929 - GuillaumeGomez:rustodc-remove-old-style-file…
kennytm Feb 16, 2019
17b07f9
Rollup merge of #58395 - vi:checked_duration_since, r=dtolnay
kennytm Feb 16, 2019
98f1865
Rollup merge of #58496 - nathan:doc-std-path-pathbuf-pop, r=frewsxcv
kennytm Feb 16, 2019
4fcee62
Rollup merge of #58509 - phansch:add_myself_to_clippy_toolstate_maint…
kennytm Feb 16, 2019
c65a82a
Rollup merge of #58521 - sfackler:error-iter-issue, r=withoutboats
kennytm Feb 17, 2019
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
1 change: 1 addition & 0 deletions src/librustc_codegen_llvm/llvm_util.rs
Original file line number Diff line number Diff line change
@@ -100,6 +100,7 @@ const ARM_WHITELIST: &[(&str, Option<&str>)] = &[
("dsp", Some("arm_target_feature")),
("neon", Some("arm_target_feature")),
("v5te", Some("arm_target_feature")),
("v6", Some("arm_target_feature")),
("v6k", Some("arm_target_feature")),
("v6t2", Some("arm_target_feature")),
("v7", Some("arm_target_feature")),