Sparrow Li (LiYuan)

Results 4 issues of Sparrow Li (LiYuan)

Update #969 Four functions are implemented for `ArrayView` in impl_methods.rs: `zip_cell_with`, `zip_cell_with_elem`, `zip_cell_with_same_shape`, `zip_cell_with_by_rows`. Operator overloading is implemented in impl_ops.rs for the following situations: `ArrayView binary_op &ArrayBase` `ArrayView binary_op Scalar`...

Fixes #50507 Updates #48685 In `evaluate_trait_predicate`, `DepGraph::with_anon_task` function is used to get `EvaluationResult` and generate `DepNodeIndex`. This is fine in the non-parallel compiler because `DepGraph::with_anon_task` will only be called once,...

T-compiler
S-waiting-on-review

# Proposal for Adapt Stack Protector for Rust Stack smash protection(ssp) is a requirement for many products in actual production environments. Although Rust is known for its memory safety, Rust's...

T-compiler
final-comment-period
major-change
has-concerns

Parallel front end is an important means to improve compiler performance, but currently we cannot use rustc-perf to test the impact on the compiler performance of the parallelized front end...