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

RFC for trait bounds on generic parameters of const fns #8

Merged
merged 26 commits into from
Feb 5, 2019
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
d424f1d
const generics RFC
oli-obk Oct 5, 2018
58fbcd7
Address review comments
oli-obk Oct 13, 2018
1bd4072
Add question about `Drop::drop` calls
oli-obk Oct 25, 2018
239e6a1
Address review comments
oli-obk Nov 5, 2018
a27e208
Offer a solution for deriving const impls
oli-obk Nov 5, 2018
caea9b4
const impl Drop for 🎤
oli-obk Dec 14, 2018
ae05ba2
Expand on implementation details a little
oli-obk Dec 14, 2018
55f6739
`const impl` -> `impl const`
oli-obk Dec 15, 2018
676988b
Talk more about runtime calls
oli-obk Dec 18, 2018
5890176
Double call
varkor Jan 9, 2019
834a259
Resolve unresolved issues and add implementation instructions
oli-obk Jan 9, 2019
4dea80c
Coevolution is cool
oli-obk Jan 9, 2019
237cdad
Elaborate on `const Drop` fields
oli-obk Jan 14, 2019
5948264
Inferred and opt-out const bounds
oli-obk Jan 14, 2019
7d86f87
Clarify where the `new` function cannot be called
oli-obk Jan 14, 2019
3f38757
Add `const trait` sugar future extension
oli-obk Jan 15, 2019
2c6414e
Link to new blog post about the theoretical discussion
oli-obk Jan 15, 2019
f33fe7a
Explain const bounds on impl blocks and associated types
oli-obk Jan 15, 2019
0293ea7
We need const default bodies for non-breaking changes
oli-obk Jan 15, 2019
ded5c40
Placeholder syntax for method bodies that are const
oli-obk Jan 15, 2019
98e5a3c
Missing keyword
oli-obk Jan 23, 2019
d4637f9
The title is not a question
oli-obk Jan 23, 2019
9c715d7
Explain with effect system syntax
oli-obk Jan 23, 2019
a5e07d8
Rusty effect systems
oli-obk Jan 23, 2019
9edf8ec
`impl const` blocks are not just "similar" to `const fn`, they behave…
oli-obk Jan 23, 2019
56f394b
Integrate centril's review
oli-obk Feb 5, 2019
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
Loading