Connor Horman

Results 35 issues of Connor Horman

### Problem This is specifically focused on the new test support in mdbook-spec, but in general, `mdbook serve` does not check for files outside of the watch tree (`src/` dir...

C-enhancement

This documents the values for most types (where it has been decided), as well as the representation of these values in memory. It also defines what a byte is in...

S-waiting-on-review
T-opsem
T-spec

This indicates that any movable place expression of type `&mut T` can be dereferenced to yield a mutable place. Presently the rule only lists variables and fields of variables. However,...

S-waiting-on-author

This adds a syntax rule to each builtin attribute explaining the valid syntax forms for the attribute.

S-waiting-on-review
T-spec

# Proposal ## Problem statement Currently, there is no safe, infallible way to obtain an particular element in a `Vec`: This is reasonable because there may not be any elements...

T-libs-api
api-change-proposal
ACP-accepted