Ralf Jung
fb07077fa4
add missing feature(error_in_core)
2023-08-15 08:21:41 +02:00
wayne warren
a646b39965
core/any: remove Provider trait
...
* remove `impl Provider for Error`
* rename `Demand` to `Request`
* update docstrings to focus on the conceptual API provided by `Request`
* move `core::any::{request_ref, request_value}` functions into `core::error`
* move `core::any::tag`, `core::any::Request`, an `core::any::TaggedOption` into `core::error`
* replace `provide_any` feature name w/ `error_generic_member_access`
* move `core::error::request_{ref,value} tests into core::tests::error module
* update unit and doc tests
2023-08-13 13:07:53 -06:00
Mark Rousskov
bb8a0ffa23
Bump to latest beta
2023-03-15 08:55:22 -04:00
Mark Rousskov
01d7af11e1
Bump version placeholders
2023-03-15 08:55:22 -04:00
Tobias Bucher
77c85e9cba
Remove a couple of #[doc(hidden)] pub fn and their #[feature] gates
2023-02-10 08:06:35 +01:00
Trevor Gross
83b05ef0ee
Stabilize feature 'cstr_from_bytes_until_nul'
2023-02-01 02:14:07 -05:00
Gary Guo
66f3ab90a1
Reintroduce multiple_supertrait_upcastable lint
2023-01-28 15:08:07 +00:00
David Tolnay
06ec0bf8b0
Revert "Implement allow-by-default multiple_supertrait_upcastable lint"
...
This reverts commit 5e44a65517 .
2022-12-29 00:47:23 -08:00
Gary Guo
5e44a65517
Implement allow-by-default multiple_supertrait_upcastable lint
2022-12-09 02:29:51 +00:00
Marvin Löbel
3fe37b8c6e
Add get_many_mut methods to slice
2022-11-20 11:19:11 -05:00
Mark Rousskov
455a7bc685
Bump version placeholders to release
2022-11-06 17:11:02 -05:00
Dylan DPC
d80bcf8316
Rollup merge of #103766 - lukas-code:error-in-core, r=Dylan-DPC
...
Add tracking issue to `error_in_core`
This was merged in https://github.com/rust-lang/rust/pull/99917 without a tracking issue, so I'm creating one now: https://github.com/rust-lang/rust/issues/103765
2022-10-31 14:52:57 +05:30
Lukas Markeffsky
f56d3c3140
Add tracking issue to error_in_core
2022-10-30 17:26:46 +01:00
Ryan Lopopolo
95040a70d7
Stabilize duration_checked_float
...
Tracking issue:
- https://github.com/rust-lang/rust/issues/83400
2022-10-15 12:02:13 -07:00
Nick Cameron
9372c4f6ac
error::Error: remove some comments
...
Signed-off-by: Nick Cameron <nrc@ncameron.org >
2022-08-25 07:42:07 +01:00
Nick Cameron
b556a5be5a
error::Error: rename the Demand arguments from req to demand
...
Signed-off-by: Nick Cameron <nrc@ncameron.org >
2022-08-24 15:35:51 +01:00
Nick Cameron
80442f375a
error::Error: rename the chain method to sources
...
Signed-off-by: Nick Cameron <nrc@ncameron.org >
2022-08-24 15:35:51 +01:00
Jane Losare-Lusby
bf7611d55e
Move error trait into core
2022-08-22 13:28:25 -07:00