Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/libs/maintaining-std.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ Changes to hot code might impact performance in consumers, for better or for wor

PRs shouldn’t have merge commits in them. If they become out of date with `master` then they need to be rebased.

### Are functions const-stabilized or constified?

Please CC `@rust-lang/wg-const-eval`.

## Merging PRs

PRs to [`rust-lang/rust`] aren’t merged manually using GitHub’s UI or by pushing remote branches. Everything goes through [`bors`].
Expand Down