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

Update rustc-guide to rustc-dev-guide #12

Merged
merged 1 commit into from
Mar 10, 2020
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion minutes/2019-10-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
- you could always invoke them directly
[x] [Stabilize --extern flag without a path.](https://github.com/rust-lang/rust/pull/64882)
* [ ] Some back & forth, lang is fine, t-compiler can do FCP…
* [ ] Also ehuss made a rustc-guide PR.
* [ ] Also ehuss made a rustc-dev-guide PR.
* [ ] [Fully integrate derive helpers into name resolution](https://github.com/rust-lang/rust/pull/64694)
* [ ] Felix is not here
* [ ] [Stabilize nested self receivers](https://github.com/rust-lang/rust/pull/64325)
Expand Down
2 changes: 1 addition & 1 deletion minutes/2020-01-09.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ None this week
- Let’s have a design meeting.
- [~~Tracking issue for RFC 2091: Implicit caller location #47809~~](https://github.com/rust-lang/rust/issues/47809)
- nominated because anp has implemented this and would like to extend to trait items, which (contrary to what we previously thought when RFC was accepted) don’t seem to pose much difficulty
- niko requested a summary of impl strategy for rustc-guide plus reference where appropriate, but the belief is that this is generally straightforward
- niko requested a summary of impl strategy for rustc-dev-guide plus reference where appropriate, but the belief is that this is generally straightforward
- I *believe* this works by a modification to the Rust ABI, and when we make a fn pointer we generate a small shim around it, so that as long as you do static dispatch, it works fine, and dynamic dispatch (either through `dyn` or `fn` type) will “cut the chain”, but I’ve not read all the PRs. —niko
- conclusion: let’s do it, even though we don’t have a lot of folks here
- [~~floating point to integer casts can cause undefined behaviour #10184~~](https://github.com/rust-lang/rust/issues/10184)
Expand Down