index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
num
/
error.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-01
Constify conversion traits
ltdk
-2
/
+2
2025-08-26
remove deprecated Error::description in impls
Marijn Schouten
-18
/
+7
2025-07-21
Constify Try, From, TryFrom
Evgenii Zheltonozhskii
-2
/
+4
2025-07-08
Mention more APIs in `ParseIntError` docs
Pavel Grigorenko
-2
/
+5
2024-10-19
Derive Copy+Hash for IntErrorKind
ranger-ross
-1
/
+1
2024-09-03
replace placeholder version
Boxy
-1
/
+1
2024-07-04
stabilize `const_int_from_str`
Skgland
-1
/
+1
2024-03-30
Make {integer}::from_str_radix constant
George Bateman
-1
/
+2
2023-05-07
Add `#[inline]` to functions that are never called
Gary Guo
-0
/
+1
2023-04-16
rm const traits in libcore
Deadbeef
-3
/
+2
2023-02-10
Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gates
Tobias Bucher
-39
/
+18
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-3
/
+0
2022-08-22
Move error trait into core
Jane Losare-Lusby
-0
/
+20
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-1
/
+1
2021-10-31
Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett
Matthias Krüger
-0
/
+1
2021-10-30
Add #[must_use] to remaining core functions
John Kugelman
-0
/
+1
2021-10-18
Make more `From` impls `const`
woppopo
-2
/
+3
2021-06-22
postpone stabilizaton by one release
Ethan Brierley
-7
/
+7
2021-06-14
stabilize `int_error_matching`
Ethan Brierley
-15
/
+8
2021-02-23
Fix link
Joshua Nelson
-1
/
+1
2021-02-23
Convert core/num/mod.rs to intra-doc links
Joshua Nelson
-3
/
+0
2020-10-26
Apply suggested changes
Ethan Brierley
-9
/
+16
2020-10-26
asci -> ASCII
Ethan Brierley
-1
/
+1
2020-10-26
Small reword
Ethan Brierley
-1
/
+1
2020-10-26
Fix spelling eror
Ethan Brierley
-1
/
+1
2020-10-06
remove OnlySign in favour of InvalidDigit
Ethan Brierley
-5
/
+4
2020-10-06
Remove incorrect plural
Ethan Brierley
-2
/
+2
2020-10-06
Bring char along with InvalidDigit
Ethan Brierley
-3
/
+3
2020-10-06
Fill in things needed to stabilize int_error_matching
Ethan Brierley
-18
/
+15
2020-09-19
Move error structs to new mod
Lzu Tao
-0
/
+151