Travis Finkenauer
d7b4b01911
core: document default attribute stabilization
2024-03-16 21:20:29 -07:00
joseLuís
1c7ea307cf
implement Default
for AsciiChar
2024-02-13 12:04:44 +01:00
Jason Newcomb
d464b72970
Add more diagnostic items for clippy
2023-10-05 18:21:47 -04:00
Yuki Okushi
a088e7961c
Remove default_free_fn
feature
...
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2023-07-08 12:10:12 +09:00
George
bb33730361
Always inline primitive data types.
2023-06-25 12:36:21 +03:00
Deadbeef
76dbe29104
rm const traits in libcore
2023-04-16 06:49:27 +00:00
Mark Rousskov
40290505fb
cfg-step code
2022-11-06 17:21:21 -05:00
Deadbeef
bc6483d11e
Prevent errors for stage0 rustc build
2022-09-16 11:48:42 +08:00
Deadbeef
81b1810cd7
Require #[const_trait]
for const
impl
s
2022-09-16 11:48:42 +08:00
Cameron Steffen
17ddcb434b
Improve primitive/std docs separation and headers
2022-08-20 16:50:29 -05:00
Jacob Pratt
a3dd654ae9
Add documentation
2022-04-07 20:03:24 -04:00
John Kugelman
68b0d86294
Add #[must_use] to remaining core functions
2021-10-30 18:21:29 -04:00
Deadbeef
b5afa6807b
Constified Default
implementations
...
The libs-api team agrees to allow const_trait_impl to appear in the
standard library as long as stable code cannot be broken (they are
properly gated) this means if the compiler teams thinks it's okay, then
it's okay.
My priority on constifying would be:
1. Non-generic impls (e.g. Default) or generic impls with no
bounds
2. Generic functions with bounds (that use const impls)
3. Generic impls with bounds
4. Impls for traits with associated types
For people opening constification PRs: please cc me and/or oli-obk.
2021-08-17 07:15:54 +00:00
Pietro Albini
24f9de5a44
bump bootstrap compiler to 1.55
2021-08-01 11:19:24 -04:00
Jacob Pratt
c70147fd66
Permit deriving default on enums with #[default]
2021-07-27 15:47:47 -04:00
Mateusz Gacek
a5951d4b23
Add diagnostic item to Default
trait
...
Required to resolve #6562 rust-clippy issue.
2021-03-04 10:14:48 -08:00
Mark Rousskov
d5b760ba62
Bump rustfmt version
...
Also switches on formatting of the mir build module
2021-02-02 09:09:52 -05:00
mark
2c31b45ae8
mv std libs to library/
2020-07-27 19:51:13 -05:00