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

Calling methods on generic parameters of const fns #2632

Closed
wants to merge 37 commits into from
Closed
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
bb42eea
Const generic const fn bounds
oli-obk Oct 5, 2018
cb3f9f0
Update to rust-rfcs/const-eval repo version
oli-obk Feb 5, 2019
9d22849
Elaborate on drawbacks
oli-obk Feb 5, 2019
ea6f4cc
Make an example actually compile
oli-obk Feb 5, 2019
66d8354
Drop the correct type
fbstj Feb 6, 2019
c0924f6
Nit
oli-obk Feb 11, 2019
a9f09d2
Address `const Drop` issues
oli-obk Feb 16, 2019
bff5483
Talk about `const A + B` operator precedence
oli-obk Feb 16, 2019
2301e8c
Apply suggestions from code review
Centril Feb 16, 2019
59036c2
Add missing word
oli-obk Feb 16, 2019
48936b2
Arrays and tuples are const drop if all their fields are
oli-obk Feb 16, 2019
5c4d543
Clear up `const Drop` vs `const Drop` fields
oli-obk Feb 16, 2019
a4d849a
Comma nits
Centril Feb 16, 2019
63d7d72
Remove mentions of `T: const Drop`
oli-obk Feb 17, 2019
3c6e1d6
Summarize the `Drop` discussion on the RFC PR
oli-obk Feb 18, 2019
0694122
Start with a simpler example
oli-obk Mar 12, 2019
0de567d
Document `drop` glue trait
oli-obk Mar 19, 2019
e03416e
Remove any mention of `Cell`
oli-obk Apr 9, 2019
e19da15
Add open syntax questions
oli-obk Apr 9, 2019
52fcff0
Remove unactionable open question
oli-obk Apr 9, 2019
ab138de
Clarify all uses of "currently"
oli-obk Apr 10, 2019
0929ed9
`?const Drop` is useless
oli-obk Apr 10, 2019
1b5feef
`ConstDrop` is not similar to `Copy`
oli-obk Apr 10, 2019
93de852
Maybe we don't need `ConstDrop` after all
oli-obk Apr 10, 2019
8fa3c93
correct indentation
oli-obk Apr 10, 2019
495cef6
Remove `ConstDrop` in favour of extending `const Drop`
oli-obk Apr 10, 2019
6de0a77
Explain the issues with inferring `const Drop`
oli-obk Apr 11, 2019
2637a08
Remove invalid section reference
oli-obk Apr 11, 2019
cc1e8bb
Mirror some examples in effect syntax
oli-obk Apr 15, 2019
dabdff5
Crosslink between related sections in the RFC
oli-obk Apr 15, 2019
68721d8
Motivate `?const Trait`
oli-obk Apr 16, 2019
7e349a1
Specifically mention that `?const` is experimental
oli-obk Apr 16, 2019
fcf00a2
Update 0000-const-generic-const-fn-bounds.md
oli-obk Sep 1, 2019
2600c3a
Update text/0000-const-generic-const-fn-bounds.md
oli-obk May 6, 2020
fe03f3a
some editing to better reflect my concern
RalfJung Jun 25, 2020
7ac09e8
more edit and reorder fn/dyn
RalfJung Jun 25, 2020
daac3ce
Merge pull request #1 from RalfJung/const_generic_const_fn_bounds
oli-obk Jun 25, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view