Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement flush #47

Closed
graydon opened this issue Jun 22, 2010 · 2 comments
Closed

implement flush #47

graydon opened this issue Jun 22, 2010 · 2 comments

Comments

@graydon
Copy link
Contributor

graydon commented Jun 22, 2010

Flush should either be a statement or a library call. Probably just a library call.

@graydon
Copy link
Contributor Author

graydon commented Jan 27, 2011

Shifted to lib.

@graydon
Copy link
Contributor Author

graydon commented Aug 25, 2011

Obsolete concept as an operator, may be done in a library sometime but we can get to that as needed.

@graydon graydon closed this as completed Aug 25, 2011
pcwalton added a commit to pcwalton/rust that referenced this issue Aug 14, 2014
The old syntax will be removed after a snapshot.

RFC rust-lang#47.

Issue rust-lang#16461.
bors added a commit that referenced this issue Aug 14, 2014
The old syntax will be removed after a snapshot.

RFC #47.

Issue #16461.

r? @brson
pcwalton added a commit to pcwalton/rust that referenced this issue Aug 18, 2014
of `use bar as foo`.

Change all uses of `use foo = bar` to `use bar as foo`.

Implements RFC rust-lang#47.

Closes rust-lang#16461.

[breaking-change]
bors added a commit that referenced this issue Aug 18, 2014
of `use bar as foo`.

Change all uses of `use foo = bar` to `use bar as foo`.

Implements RFC #47.

Closes #16461.

[breaking-change]

r? @aturon
wickerwaka pushed a commit to wickerwaka/rust that referenced this issue Aug 23, 2014
Implements remaining part of RFC rust-lang#47.
Addresses issue rust-lang#16461.

Removed link_attrs from rust.md, they don't appear to be supported by
the parser.

Changed all the tests to use the new extern crate syntax

Change pretty printer to use 'as' syntax
bors added a commit that referenced this issue Aug 27, 2014
For review. Not sure about the link_attrs stuff. Will work on converting all the tests.

extern crate "foobar" as foo;
extern crate foobar as foo;

Implements remaining part of RFC #47.
Addresses issue #16461.

Removed link_attrs from rust.md, they don't appear to be supported by
the parser.
arielb1 pushed a commit to arielb1/rust that referenced this issue Apr 10, 2015
oli-obk pushed a commit to oli-obk/rust that referenced this issue Jul 19, 2017
replace all `unreachable!` and `panic!` calls with `bug!`
bors bot referenced this issue in softdevteam/alloy Apr 29, 2021
47: fmt::Debug and fmt::Pointer implementations for Gc<T> r=jacob-hughes a=Frawstcrabs



Co-authored-by: Frawst <fraw@fraw.st>
djtech-dev pushed a commit to djtech-dev/rust that referenced this issue Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant