-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Closed
Labels
A-codegenArea: Code generationArea: Code generationC-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.
Milestone
Description
Intrinsics are the only functions left that take type descriptors. Most don't even use them, and those that do can have them passed explicitly. This depends on #1948 being solved first.
Metadata
Metadata
Assignees
Labels
A-codegenArea: Code generationArea: Code generationC-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.
Type
Projects
Relationships
Development
Select code repository
Activity
rustc: Replace intrinsic vec_len with unsafe Rust code
Rename builtin back to intrinsic
Auto merge of rust-lang#8271 - Jarcho:ptr_arg_214, r=flip1995
Fix drop of Wrapper<dyn T> and fix unsized cast too (rust-lang#1981)