Alex Crichton
d4e370fb1c
RFC 1869 is eprintln!
2017-03-14 14:25:10 -07:00
Alex Crichton
f57d3a68b5
Merge branch 'eprintln' of https://github.com/zackw/rust-rfcs
2017-03-14 14:23:54 -07:00
Alex Crichton
c98950cf5a
RFC 1845 is From<&[T]> for Rc<[T]> + From<&str> for Rc<str>
2017-03-13 09:27:58 -07:00
Alex Crichton
a3e6aa3c09
Merge branch 'rc_from_slice_squash' of https://github.com/Centril/rfcs
2017-03-13 09:26:39 -07:00
Mazdak Farrokhzad
8b33bec587
added make_mut to unresolved questions
2017-03-11 00:33:23 +01:00
Zack Weinberg
c53d19e356
Revise eprintln RFC
2017-02-22 10:27:17 -05:00
king6cong
4cd75a6f82
fix member path
2017-02-21 18:14:17 +08:00
Mazdak Farrokhzad
4c3b305679
shared-from-slice: moved unresolved questions => alternatives + reworded to fit section.
2017-02-15 05:53:29 +01:00
Mazdak Farrokhzad
b46c475365
shared-from-slice: moved unresolved questions => alternatives + reworded to fit section.
2017-02-15 05:28:58 +01:00
Mazdak Farrokhzad
82c909c7f1
shared-from-slice: removed mentions of repr(C)
2017-02-15 05:05:58 +01:00
Aaron Turon
3f235e17d2
RFC 1558 is Allow coercing non-capturing closures to function pointers
2017-02-14 06:53:10 -08:00
Aaron Turon
18a38a6519
Merge branch 'closure-to-fn-coercion' of https://github.com/archshift/rfcs into archshift-closure-to-fn-coercion
2017-02-14 06:42:06 -08:00
Steve Klabnik
ee6347ea05
Remove file accidentally included in text/
2017-02-08 12:16:50 -05:00
Steve Klabnik
d43f4cabb3
RFC 1828 is "Rust Bookshelf"
...
Closes #1828
2017-02-06 13:14:46 -05:00
Steve Klabnik
ecde759dc7
Merge branch 'rust-bookshelf'
2017-02-06 13:13:18 -05:00
archshift
569abdf487
Update coercion definition in summary
2017-02-01 08:10:55 -08:00
Henning Kowalk
9a72f3dc6a
Corrected some spelling errors.
...
L102: Nomencalture -> Nomenclature
L111: alterantive -> alternative
2017-01-31 16:05:04 +01:00
Jonas Schievink
6f43d81b6b
Fix typo (Decalrative -> Declarative)
2017-01-30 21:38:19 +01:00
Nick Cameron
4434bb0cc3
Merge declarative macros 2.0
2017-01-31 09:34:06 +13:00
Nick Cameron
7dcb7374ae
Use 'declarative macro' and add note on nomenclature
2017-01-31 09:28:45 +13:00
Nick Cameron
f6f5c41639
Update the RFC
...
Only major change is moving from `macro!` to `macro` to declare a macro.
2017-01-31 09:28:45 +13:00
Nick Cameron
68854f473a
Macros by example 2.0 (macro!)
...
Macros by example 2.0. A replacement for `macro_rules!`. This is mostly a
placeholder RFC since many of the issues affecting the new macro system are
(or will be) addressed in other RFCs. This RFC may be expanded at a later date.
2017-01-31 09:28:45 +13:00
Aaron Turon
849ca2f769
RFC 1651 is Extend Cell to non-Copy types
2017-01-23 15:22:22 -08:00
Aaron Turon
5c5988a02b
Merge branch 'movecell' of https://github.com/Amanieu/rfcs into Amanieu-movecell
2017-01-23 15:20:24 -08:00
Zack Weinberg
f62c6d7ff1
RFC: add `eprint(ln)!`
2017-01-23 14:30:17 -05:00
Mazdak Farrokhzad
05a63e3bbb
fixes for clone + added From<Vec<T>> & From<Box<T: ?Sized>>
2017-01-20 01:34:32 +01:00
Andrew Browne
a0e42551d0
Fix typos.
2017-01-14 01:31:00 +10:00
Mazdak Farrokhzad
c8baeb1604
moved into text/0000-shared-from-slice.md
2017-01-10 18:31:01 +01:00
archshift
d51becd78f
Include more "fn literal" alternative details, clear up language
2017-01-07 17:48:55 -08:00
Steve Klabnik
91bd051081
update with details
2017-01-07 15:05:25 -05:00
Nick Cameron
50d603d193
RFC 1414 rvalue static promotion
...
Merge branch 'rvalue_static_promotion' of https://github.com/Kimundi/rfcs
2017-01-06 18:31:51 +13:00
Nick Cameron
9ccd885058
Allow `Self` to appear in the where clause of trait impls ( #1647 )
...
Merges #1647
2017-01-06 17:47:05 +13:00
Dale Wijnand
8873a1a16a
Fix links & reveal hidden information
2017-01-06 00:50:16 +00:00
Aaron Turon
9963385ae1
RFC 1774 is Roadmap for 2017
2017-01-05 09:43:47 -08:00
Aaron Turon
4282843f64
Merge branch 'roadmap-2017' of https://github.com/aturon/rfcs into aturon-roadmap-2017
2017-01-05 09:42:42 -08:00
Aaron Turon
c59aa270f0
Add cookbooks, examples and patterns
2017-01-05 09:37:29 -08:00
Chris Krycho
d897ccbb8d
Remove last core-team reference from 1636
...
I thought I'd caught them all, but apparently NOPE.
2016-12-30 17:18:08 -05:00
Chris Krycho
cb422d7645
Update 1728 text with PR # and Issue description
2016-12-30 11:37:45 -05:00
Mike
6afaf52506
Trivial - RFC 0195 Associated Items - remove text copied from RFC template
...
Removes some text that appears to be copied from the RFC template that should not have made it in the final RFC text.
2016-12-27 09:12:51 +09:00
Steve Klabnik
b616749961
The Rust Bookshelf
2016-12-25 11:04:38 -05:00
Amanieu d'Antras
3e925a53df
Update motivation
2016-12-22 04:14:24 +00:00
changchun.fan
8b9e3ad202
Fix typo
...
Fix typo
2016-12-16 14:14:34 +08:00
Aaron Turon
4f40ba07f2
Remove C++ goal, and refactor to 'areas of exploration'
2016-12-13 17:20:06 -08:00
Aaron Turon
7a446f87b4
RFC 1566 is Procedural macros
2016-12-13 15:25:17 -08:00
Aaron Turon
ecefe52d10
Merge branch 'proc-macros' of https://github.com/nrc/rfcs into nrc-proc-macros
2016-12-13 15:06:07 -08:00
Sean Griffin
8e737ce580
Add suggestions from withoutboats
2016-12-10 05:25:00 -05:00
Aaron Turon
1d10205dc9
Clarify extra goals from internals
2016-12-07 11:29:07 -10:00
Aaron Turon
b7ac67c87c
Fix awkward phrasing
2016-12-07 11:29:07 -10:00
Aaron Turon
c403028cc4
Clarify production framing
2016-12-07 11:29:07 -10:00
Aaron Turon
a2cb436161
clarity supporting areas
2016-12-07 11:29:07 -10:00