Skip to content

Rollup of 7 pull requests #77297

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

Closed
wants to merge 34 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
01f65af
diag: improve closure/generic parameter mismatch
davidtwco Sep 14, 2020
8aae1ee
Move cell exterior test into library unit tests
poliorcetics Sep 7, 2020
f69c5aa
Move more tests using Cell to unit tests
poliorcetics Sep 7, 2020
af44a2a
move 'cell does not clone' test
poliorcetics Sep 8, 2020
fc152cd
move 'test zip ...' tests
poliorcetics Sep 8, 2020
85b2d9b
fmt
poliorcetics Sep 8, 2020
949c966
move format! interface tests
poliorcetics Sep 8, 2020
ed52c7b
Move deref-lval test
poliorcetics Sep 8, 2020
ac39deb
Move panic safety traits tests
poliorcetics Sep 10, 2020
8904921
Move array cycle test
poliorcetics Sep 10, 2020
275eed7
Move vec-slice-drop test
poliorcetics Sep 10, 2020
6bc0357
Move vec-cycle test
poliorcetics Sep 10, 2020
f6a4189
Move vec-cycle-wrapped test
poliorcetics Sep 11, 2020
5be843f
Move format-ref-cell test
poliorcetics Sep 13, 2020
1994cee
Add alias for iterator fold
pickfire Sep 25, 2020
ea0065a
Reposition iterator doc alias reduce before inline
pickfire Sep 25, 2020
a61b963
review: fix nits and move panic safety tests to the correct place
poliorcetics Sep 25, 2020
71bc62b
Add option to pass a custom codegen backend from a driver
bjorn3 Sep 8, 2020
2532a7e
expand: Stop un-interpolating `NtIdent`s before passing them to built…
petrochenkov Sep 27, 2020
3b27799
expand: Minor fn ptr call cleanup
petrochenkov Sep 27, 2020
1ff1431
Add a feature gate for basic function pointer use in `const fn`
ecstatic-morse Sep 24, 2020
3cbd17f
Remove `rustc_allow_const_fn_ptr`
ecstatic-morse Sep 24, 2020
e2622b9
Update tests with new feature gate
ecstatic-morse Sep 24, 2020
54d3329
Bless tests
ecstatic-morse Sep 24, 2020
368502c
Mark `min_const_fn_fn_ptr` test as gate test
ecstatic-morse Sep 24, 2020
807260b
Remove feature gate test for `rustc_allow_const_fn_ptr`
ecstatic-morse Sep 27, 2020
dc8414b
fix building libstd for Miri on macOS
RalfJung Sep 28, 2020
f9dfbb4
Rollup merge of #76454 - poliorcetics:ui-to-unit-test-1, r=matklad
RalfJung Sep 28, 2020
94d13bb
Rollup merge of #76474 - bjorn3:driver_selected_codegen, r=oli-obk
RalfJung Sep 28, 2020
fef6a2d
Rollup merge of #76711 - davidtwco:issue-51154-param-closure, r=estebank
RalfJung Sep 28, 2020
a43ee0c
Rollup merge of #77170 - ecstatic-morse:const-fn-ptr, r=oli-obk
RalfJung Sep 28, 2020
29ff334
Rollup merge of #77194 - pickfire:patch-7, r=withoutboats
RalfJung Sep 28, 2020
a9a364f
Rollup merge of #77275 - petrochenkov:interpid, r=varkor
RalfJung Sep 28, 2020
a99fb78
Rollup merge of #77288 - RalfJung:miri-macos, r=Amanieu
RalfJung Sep 28, 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
Remove feature gate test for rustc_allow_const_fn_ptr
  • Loading branch information
ecstatic-morse committed Sep 27, 2020
commit 807260be9fae2612b66bffaadf6e7a7b0b216cdc
14 changes: 0 additions & 14 deletions src/test/ui/consts/min_const_fn/allow_const_fn_ptr_feature_gate.rs

This file was deleted.

This file was deleted.