Parsing and type checking of ports and channels - #272
Closed
brson wants to merge 11 commits into
Closed
Conversation
…sign, to which they are similar
…not to be useful for send/recv
Contributor
|
Thanks, integrated. |
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this pull request
Dec 12, 2017
…ichton
apple: Add RLIMIT_RSS as alias of RLIMIT_AS
This is defined in <sys/resource.h> as
#define RLIMIT_RSS RLIMIT_AS /* source compatibility alias */
See http://opensource.apple.com//source/xnu/xnu-1456.1.26/bsd/sys/resource.h
dlrobertson
pushed a commit
to dlrobertson/rust
that referenced
this pull request
Nov 29, 2018
Formatting fixes
carolynzech
pushed a commit
to carolynzech/rust
that referenced
this pull request
Mar 17, 2025
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
noscripter
pushed a commit
to noscripter/rust
that referenced
this pull request
Sep 8, 2025
U007D
pushed a commit
to U007D/rust-mos
that referenced
this pull request
Aug 21, 2026
272: use \b as word boundary when expanding single word in comments r=matklad a=vemoo as discused in rust-lang#266 Co-authored-by: Bernardo <berublan@gmail.com>
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Graydon,
Please review the the parsing and type checking I've done for ports and channels. I'm going to need some hand-holding to implement trans.