Skip to content

Rollup of 12 pull requests - #75797

Merged
bors merged 56 commits into
rust-lang:masterfrom
Dylan-DPC-zz:rollup-lfeytr7
Aug 22, 2020
Merged

Rollup of 12 pull requests#75797
bors merged 56 commits into
rust-lang:masterfrom
Dylan-DPC-zz:rollup-lfeytr7

Conversation

@Dylan-DPC-zz

Copy link
Copy Markdown

Successful merges:

Failed merges:

r? @ghost

denisvasilikand others added 30 commits August 18, 2020 23:42
Co-authored-by: lzutao <taolzu@gmail.com>
Builds with debuginfo have additional information in backtrace.
To separate the astconv.rs file, I split it into its own module with a
subtrait called GenericAstConv. This subtrait handles methods related to
generics, be it types or lifetimes.
typeck: Add bounds module and Bounds struct
bounds: Run fmt, add documentation
generic_astconv: Add subtrait GenericAstConv
Some methods of AstConv deal exclusively with Generics. Therefore, it
makes sense to have them in their own trait. Some other methods from
AstConv might be added to it later
generic_astconv: Add more methods from AstConv
Add check_generic_arg_count_for_call() and check_generic_arg_count()
astconv: Add module for clarity
generic: Rename GenericAstConv -> AstConvGeneric
generic: add more methods to AstConvGeneric
astconv: Remove AstConvGeneric trait, add impl dyn AstConv in other
module
astconv: Add errors module to handle AstConv complaints
fmt: format code in astconv/
astconv: Remove old file
astconv: Fix visibility on GenericArgPosition
astconv: Fix visibility on GenericArgPosition
astconv: Fix function visibility on other originally private functions
…jyn514
Use intra-doc-links in `alloc`
I didn't have time to test this, so I will let the CI do it for me.
r? @jyn514 cc rust-lang#75080
Another motivation for CFG: return-oriented programming
Minor, remove double nesting of a test module
…alize, r=jonas-schievink
Extend normalization in const-eval-query-stack test
Builds with debuginfo have additional information in backtrace.
More inline asm register name fixups for LLVM
Fixesrust-lang#75761
r? @nagisa
Convert core/src/str/pattern.rs to Intra-doc links
Part of rust-lang#75080.
…yn514
Use intra-doc-links in `core::ops::*`
Helps with rust-lang#75080.
r? @jyn514
…ywiser
MIR call terminator represents diverging calls too
@bors rollup=always
@Dylan-DPC-zz

Copy link
Copy Markdown
Author

@bors r+ rollup=never p=5

@bors

bors commented Aug 22, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 2ab6fef has been approved by Dylan-DPC

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Aug 22, 2020
@Dylan-DPC-zzDylan-DPC-zz added the rollup A PR which is a rollup label Aug 22, 2020
@bors

bors commented Aug 22, 2020

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 2ab6fef with merge e674422...

@bors

bors commented Aug 22, 2020

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-actions, checks-azure
Approved by: Dylan-DPC
Pushing e674422 to master...

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merged-by-borsThis PR was explicitly merged by bors.rollupA PR which is a rollupS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

14 participants

@Dylan-DPC-zz@bors@cuviper@denisvasilik@jyn514@GuillaumeGomez@LeSeulArtichaut@koutheir@tmiasko@CohenArthur@matklad@Amanieu@nagisa@Dylan-DPC