| Age | Commit message (Expand) | Author | Lines |
| 2020-03-26 | Overhaul of the `AllocRef` trait to match allocator-wg's latest consens | Tim Diekmann | -8/+1 |
| 2020-03-21 | Fix deprecated Error.description() usage in docs | Marti Raudsepp | -1/+1 |
| 2020-03-12 | Rollup merge of #69792 - LenaWil:try_reserve_error/impl-error, r=sfackler | Mazdak Farrokhzad | -0/+3 |
| 2020-03-10 | Remove deprecated description function of TryReserveError | Lena Wildervanck | -5/+1 |
| 2020-03-07 | Implement Error for TryReserveError | Lena Wildervanck | -0/+7 |
| 2020-03-05 | Update deprecation version to 1.42 for Error::description | Dylan Nugent | -1/+1 |
| 2020-01-10 | inline `impl From<String> for Box<dyn Error + Send + Sync>` | Lzu Tao | -0/+2 |
| 2019-12-24 | Deprecate Error::description for real | David Tolnay | -116/+44 |
| 2019-12-24 | Rollup merge of #67561 - euclio:remove-description, r=jonas-schievink | Mazdak Farrokhzad | -28/+4 |
| 2019-12-23 | remove `description` from `Error` impls in docs | Andy Russell | -28/+4 |
| 2019-12-22 | Format the world | Mark Rousskov | -35/+53 |
| 2019-12-14 | Revert "Stabilize the `never_type`, written `!`." | Niko Matsakis | -1/+1 |
| 2019-12-14 | Revert "Redefine `core::convert::Infallible` as `!`." | Niko Matsakis | -0/+7 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -1/+1 |
| 2019-11-21 | Redefine `core::convert::Infallible` as `!`. | Mazdak Farrokhzad | -7/+0 |
| 2019-11-21 | Stabilize the `never_type`, written `!`. | Mazdak Farrokhzad | -1/+1 |
| 2019-11-18 | std::error::Chain: remove Copy | Harald Hoyer | -1/+1 |
| 2019-10-22 | rename Error::iter_chain() and remove Error::iter_sources() | Harald Hoyer | -80/+12 |
| 2019-10-13 | Fix typos in error.rs | BO41 | -5/+5 |
| 2019-09-14 | Rollup merge of #64203 - alexreg:rush-pr-2, r=centril | Mazdak Farrokhzad | -17/+17 |
| 2019-09-09 | std: Add a `backtrace` module | Alex Crichton | -0/+15 |
| 2019-09-06 | A few cosmetic improvements to code & comments in liballoc and libcore | Alexander Regueiro | -17/+17 |
| 2019-07-26 | Introduce built-in macros through libcore | Vadim Petrochenkov | -5/+5 |
| 2019-06-17 | implement Error::source for Box<T: Error> | s3bk | -0/+4 |
| 2019-05-31 | Rollup merge of #60897 - seanmonstar:patch-4, r=sfackler | Pietro Albini | -1/+7 |
| 2019-05-29 | Update libstd doctests to use dyn | memoryruins | -9/+9 |
| 2019-05-20 | Rollup merge of #60511 - taiki-e:libstd-intra-doc, r=Dylan-DPC | Mazdak Farrokhzad | -0/+18 |
| 2019-05-16 | Update src/libstd/error.rs | Steven Fackler | -1/+1 |
| 2019-05-16 | Prevent Error::type_id overrides | Steven Fackler | -2/+10 |
| 2019-05-16 | error: remove StringError from Debug output | Sean McArthur | -1/+7 |
| 2019-05-13 | Destabilize the `Error::type_id` function | Alex Crichton | -1/+4 |
| 2019-05-04 | Fix intra-doc link resolution failure on re-exporting libstd | Taiki Endo | -0/+18 |
| 2019-03-31 | Rollup merge of #59587 - XAMPPRocky:master, r=Centril | Mazdak Farrokhzad | -1/+0 |
| 2019-03-31 | Remove #[doc(hidden)] from Error::type_id | Aaron Power | -1/+0 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -16/+16 |
| 2019-03-09 | Use lifetime contravariance to elide more lifetimes in core+alloc+std | Scott McMurray | -4/+4 |
| 2019-02-28 | libstd => 2018 | Taiki Endo | -11/+12 |
| 2019-02-25 | Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichton | bors | -3/+3 |
| 2019-02-16 | Fix tracking issue for error iterators | Steven Fackler | -4/+4 |
| 2019-02-13 | Stabilize TryFrom and TryInto | Simon Sapin | -3/+3 |
| 2019-02-13 | Rollup merge of #58289 - haraldh:master, r=sfackler | Mazdak Farrokhzad | -0/+152 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -2/+2 |
| 2019-02-09 | impl iter_sources() and iter_chain() for dyn Error | Harald Hoyer | -0/+152 |
| 2019-02-01 | Stabilize std::error::Error::type_id | Simon Sapin | -3/+1 |
| 2019-01-08 | Change std::error::Error trait documentation to talk about `source` instead o... | Czipperz | -7/+7 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-12 | Bump to 1.33.0 | Alex Crichton | -0/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -2/+2 |
| 2018-10-04 | Rollup merge of #53523 - phungleson:fix-impl-from-for-std-error, r=GuillaumeG... | Pietro Albini | -0/+141 |
| 2018-10-03 | Remove main() in examples | Son | -46/+30 |