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 7 pull requests #99816

Merged
merged 31 commits into from
Jul 27, 2022
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
7919e42
Fix slice::ChunksMut aliasing
saethlin Feb 21, 2022
1152e70
Deeply deny fn and raw ptrs in const generics
compiler-errors Jul 23, 2022
c1f54c3
Get rid of redundant NonStructuralMatchTyKind
compiler-errors Jul 23, 2022
10b69ab
Remove non-descriptive boolean from search_for_structural_match_viola…
compiler-errors Jul 24, 2022
91e91d8
Allow try_to_raw_bytes on u8 array
compiler-errors Jul 26, 2022
a2254d5
Do not produce extra lifetime parameters when not needed.
cjgillot Jun 13, 2022
ab63591
Remove the distinction between LifetimeName::Implicit and LifetimeNam…
cjgillot May 22, 2022
10be0dd
Replace LifetimeRes::Anonymous by LifetimeRes::Infer.
cjgillot Jun 13, 2022
ae70e36
Check that we do not ICE when anonymous lifetimes appear in AnonConst.
cjgillot Jul 6, 2022
267d362
Move fn parameter ribs outwards.
cjgillot May 22, 2022
30565e5
Stop resolving lifetime elision on HIR.
cjgillot May 23, 2022
ad1b181
Remove resolve_elided_lifetimes.
cjgillot May 23, 2022
556b027
Stop creating anonymous late lifetimes.
cjgillot May 24, 2022
e2b8f0d
Clippy fallout.
cjgillot Jun 13, 2022
4b2f06b
Pacify tidy.
cjgillot Jun 19, 2022
e2e3a88
Explain how *mut [T] helps, and how we rely on the check in split_at_mut
saethlin Jul 26, 2022
746afe8
Clarify safety comments
saethlin Jul 27, 2022
1b8e4b9
lint: add comment about diag lints in group
davidtwco Jul 26, 2022
e29ab16
Add some comments to the docs issue template to clarify
JohnTitor Jul 25, 2022
f5e005f
session: disable internal lints for rustdoc
davidtwco Jul 26, 2022
7bab769
lint: add bad opt access internal lint
davidtwco Jul 25, 2022
4df8e78
Fix invalid css property value
GuillaumeGomez Jul 27, 2022
88b137d
Fix headings border
GuillaumeGomez Jul 27, 2022
bff43d0
Add GUI tests for headings border and text color
GuillaumeGomez Jul 27, 2022
ef81fca
Rollup merge of #94247 - saethlin:chunksmut-aliasing, r=the8472
GuillaumeGomez Jul 27, 2022
4ce1b0f
Rollup merge of #99358 - compiler-errors:issue-99325, r=oli-obk
GuillaumeGomez Jul 27, 2022
9e7b7d5
Rollup merge of #99651 - compiler-errors:fn-and-raw-ptr-in-const-gene…
GuillaumeGomez Jul 27, 2022
dda74fe
Rollup merge of #99710 - davidtwco:internal-lint-opts, r=lcnr
GuillaumeGomez Jul 27, 2022
a7f4eb9
Rollup merge of #99717 - JohnTitor:upd-docs-issue-tmpl, r=Mark-Simula…
GuillaumeGomez Jul 27, 2022
c37ee1a
Rollup merge of #99728 - cjgillot:ast-lifetimes-anon-clean, r=petroch…
GuillaumeGomez Jul 27, 2022
2d52aa0
Rollup merge of #99812 - GuillaumeGomez:fix-headings-colors, r=jsha,n…
GuillaumeGomez Jul 27, 2022
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
Stop resolving lifetime elision on HIR.
  • Loading branch information
cjgillot committed Jul 26, 2022
commit 30565e5871ce59e1277879bcd391adf9f544b39e
Loading