Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / rust-lang/project-rfc-2229 issues and pull requests

#59 - Handle nonexhaustive in match pattern

Issue - State: closed - Opened by roxelo about 3 years ago - 4 comments

#58 - Stabilize RFC 2229

Issue - State: open - Opened by nikomatsakis about 3 years ago - 1 comment

#57 - Let statement with wildcard lead to warnings for unused variables

Issue - State: closed - Opened by roxelo about 3 years ago - 8 comments

#56 - Code sometimes uses `UniqueImmBorrow` and not `MutBorrow`

Issue - State: closed - Opened by nikomatsakis about 3 years ago - 3 comments

#55 - break out the `upvar` code into modules

Issue - State: open - Opened by nikomatsakis about 3 years ago

#54 - Improve explanations in the migration lint

Issue - State: closed - Opened by nikomatsakis over 3 years ago

#53 - Write specification for Capture Analysis

Issue - State: open - Opened by arora-aman over 3 years ago - 1 comment

#52 - Don't truncate Derefs if the data is not moved into the closure

Issue - State: closed - Opened by arora-aman over 3 years ago
Labels: bug

#51 - Account for capture kind in trait migration

Issue - State: closed - Opened by arora-aman over 3 years ago - 1 comment
Labels: bug

#50 - Truncate box deref in move closures

Issue - State: closed - Opened by arora-aman over 3 years ago
Labels: bug

#49 - Size Optimization: Capture root varaiable if it's a sharef ref

Issue - State: open - Opened by arora-aman over 3 years ago - 2 comments
Labels: enhancement

#48 - Replace uses of upvars with captured places

Issue - State: open - Opened by ChrisPardy over 3 years ago

#47 - Mark list of stdlib types as insignificant_dtor

Issue - State: open - Opened by arora-aman over 3 years ago

#46 - make validity more descriptive

Issue - State: open - Opened by jenniferwills over 3 years ago

#45 - Write blog post encouraging public testing

Issue - State: open - Opened by nikomatsakis over 3 years ago

#44 - Do a crater run to test migration

Issue - State: open - Opened by nikomatsakis over 3 years ago

#43 - Tie use of feature to the current edition

Issue - State: closed - Opened by nikomatsakis over 3 years ago - 6 comments
Labels: bug

#42 - Drop order affected because of use order

Issue - State: closed - Opened by arora-aman over 3 years ago - 1 comment
Labels: migrations

#41 - assessing size overhead from this feature

Issue - State: open - Opened by nikomatsakis over 3 years ago - 4 comments

#40 - `capture!` macro

Issue - State: closed - Opened by nikomatsakis over 3 years ago - 3 comments
Labels: migrations

#39 - Incorrect diagnostic when the feature isn't enabled

Issue - State: closed - Opened by ChrisPardy over 3 years ago - 1 comment
Labels: bug, diagnostics

#38 - Add tests for async closures

Issue - State: open - Opened by arora-aman over 3 years ago
Labels: enhancement

#37 - Migrations might result in closures not being able to be more than FnOnce

Issue - State: closed - Opened by arora-aman over 3 years ago - 2 comments
Labels: edge-cases, migrations

#36 - Print captures precisely in borrow checker

Issue - State: closed - Opened by arora-aman over 3 years ago - 3 comments
Labels: diagnostics

#35 - Implement migrations for RFC 2229

Issue - State: closed - Opened by arora-aman almost 4 years ago - 1 comment
Labels: migrations

#34 - Convert `ty::RootVariableMinCaptureList` to be a FxHashMap

Issue - State: closed - Opened by arora-aman almost 4 years ago - 1 comment

#33 - Handle `#[repr(packed)]` with feature gate

Issue - State: closed - Opened by arora-aman almost 4 years ago - 3 comments
Labels: bug

#32 - Struct Update/ Functional record update syntax error

Issue - State: closed - Opened by arora-aman almost 4 years ago - 1 comment
Labels: bug

#31 - Move out of reference in move closures

Issue - State: closed - Opened by arora-aman almost 4 years ago - 4 comments
Labels: bug

#30 - Handle mutablity because of a mut reference

Issue - State: closed - Opened by arora-aman almost 4 years ago - 1 comment
Labels: bug

#29 - Auto traits with closures

Issue - State: closed - Opened by arora-aman almost 4 years ago - 4 comments
Labels: migrations

#28 - Possible closure not being Clone anymore

Issue - State: closed - Opened by arora-aman almost 4 years ago
Labels: edge-cases, migrations

#27 - matching is always considered a use of the place, even with `_` patterns

Issue - State: closed - Opened by nikomatsakis almost 4 years ago - 1 comment
Labels: edge-cases

#26 - base of an index projection is always captured

Issue - State: closed - Opened by nikomatsakis almost 4 years ago - 2 comments
Labels: edge-cases

#25 - Move Upvar lowering from THIR to MIR

Issue - State: closed - Opened by arora-aman almost 4 years ago

#24 - Handle patterns within closures with the feature gate enabled

Issue - State: closed - Opened by arora-aman almost 4 years ago - 3 comments
Labels: bug

#23 - Handle `let _ = x` in coercing closures to FnPtr

Issue - State: open - Opened by arora-aman almost 4 years ago - 2 comments
Labels: enhancement

#22 - Improve diagnostics for Precise Capture

Issue - State: closed - Opened by arora-aman almost 4 years ago
Labels: diagnostics

#21 - Update TypeckResuts::closure_kind_origin to use Place

Issue - State: closed - Opened by arora-aman almost 4 years ago
Labels: diagnostics

#20 - Provide diagnostic suggestion in ExprUseVisitor Delegate

Issue - State: closed - Opened by arora-aman almost 4 years ago - 1 comment

#19 - Improve logging of capture analysis

Issue - State: closed - Opened by arora-aman almost 4 years ago

#18 - Use min capture results everywhere

Issue - State: closed - Opened by arora-aman almost 4 years ago - 3 comments
Labels: captures-refactor

#17 - Propose updates to closure pretty print

Pull Request - State: open - Opened by arora-aman about 4 years ago - 1 comment

#16 - Propose more relaxtions to closure catpures

Pull Request - State: open - Opened by arora-aman about 4 years ago - 1 comment

#15 - Update closure printing

Issue - State: closed - Opened by arora-aman about 4 years ago - 4 comments

#14 - Closure Capture refactor doc

Pull Request - State: closed - Opened by arora-aman over 4 years ago

#13 - Projection Changes

Pull Request - State: closed - Opened by arora-aman over 4 years ago - 2 comments

#12 - Generate projections for upvars

Issue - State: closed - Opened by arora-aman over 4 years ago - 1 comment
Labels: place-refactor

#11 - Update pretty.rs

Issue - State: closed - Opened by arora-aman over 4 years ago

#10 - Rewrite HIR->MIR lowering to use Places

Issue - State: closed - Opened by arora-aman over 4 years ago - 2 comments

#9 - Ensure minimal places are captured

Issue - State: closed - Opened by arora-aman over 4 years ago - 2 comments
Labels: captures-refactor

#8 - Update error logging in borrow code

Issue - State: closed - Opened by arora-aman over 4 years ago - 1 comment
Labels: diagnostics

#7 - Use hir::Place in closure_captures

Issue - State: closed - Opened by arora-aman over 4 years ago - 4 comments
Labels: captures-refactor

#6 - After typechk use closure_captures

Issue - State: closed - Opened by arora-aman over 4 years ago - 2 comments

#5 - Store Type Information within projections

Issue - State: closed - Opened by arora-aman over 4 years ago
Labels: place-refactor

#4 - Always make the "upvar types" a tuple of the actual upvar types (Parent issue#53488)

Issue - State: closed - Opened by blitzerr over 5 years ago - 18 comments

#3 - Distinguish `Place` and `PlaceWithHirId`

Issue - State: closed - Opened by nikomatsakis over 4 years ago - 7 comments
Labels: place-refactor

#2 - Refactoring HIR Place: Fields

Issue - State: closed - Opened by nikomatsakis over 4 years ago - 1 comment
Labels: place-refactor

#1 - Make hir::Place projections more precise

Issue - State: closed - Opened by nikomatsakis over 4 years ago - 5 comments
Labels: place-refactor