bors
f8060d282d
Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68
...
Bump bootstrap compiler to new beta
https://forge.rust-lang.org/release/process.html#master-bootstrap-update-t-2-day-tuesday
2024-07-30 17:49:08 +00:00
Mark Rousskov
e8644f85b8
Update CURRENT_RUSTC_VERSION
2024-07-28 14:46:29 -04:00
John Arundel
a19472a93e
Fix doc nits
...
Many tiny changes to stdlib doc comments to make them consistent (for example
"Returns foo", rather than "Return foo", per RFC1574), adding missing periods, paragraph
breaks, backticks for monospace style, and other minor nits.
https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md#appendix-a-full-conventions-text
2024-07-26 13:26:33 +01:00
Pavel Grigorenko
b74f426e07
Fix some #[cfg_attr(not(doc), repr(..))]
...
Now that #90435 seems to have been resolved.
2024-07-22 01:10:06 +03:00
Sky
90cbd0bfb4
impl FusedIterator and a size hint for the error sources iter
2024-07-04 23:55:52 -04:00
Slanterns
6cce48838b
update comment
2024-06-16 06:31:37 +08:00
Jane Losare-Lusby
6e3134972e
Simplify provider api to improve llvm ir
2024-06-10 13:20:22 -07:00
Slanterns
c6f1934d34
fix doc comments about error_generic_member_access
2024-06-07 08:30:08 +08:00
Slanterns
76065f5b27
Stabilize error_in_core
2024-06-07 08:30:00 +08:00
Xiaobo Liu
624f9d3c78
style library/core/src/error.rs
2024-03-02 16:03:23 +08:00
sunrosa
0e96840e7e
Spelling fix
...
"It's" expands to "it is". "Its" is the possessive form.
2024-01-20 18:27:55 +00:00
Sven Marnach
3a096e96fa
Documentation cleanup for core::error::Request.
2023-11-06 11:38:27 +01:00
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