| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-27 | mv std libs to library/ | mark | -58/+0 | |
| 2020-06-03 | Bump to 1.46 | Mark Rousskov | -1/+1 | |
| 2020-05-22 | only try to suggest for try trait_ref | csmoe | -0/+1 | |
| 2019-12-18 | Propagate cfg bootstrap | Mark Rousskov | -19/+16 | |
| 2019-12-06 | Format libcore with rustfmt (including tests and benches) | David Tolnay | -14/+22 | |
| 2019-11-25 | added enclosing_scope attr to Try trait and fixed ui tests accordingly | Mikhail Babenko | -3/+4 | |
| 2019-11-12 | Snap cfgs | Mark Rousskov | -15/+2 | |
| 2019-10-30 | Make ItemContext available for better diagnositcs. | Giles Cope | -2/+15 | |
| 2019-07-11 | hygiene: Fix wording of desugaring descriptions | Vadim Petrochenkov | -2/+2 | |
| Use variant names rather than descriptions for identifying desugarings in `#[rustc_on_unimplemented]`. Both are highly unstable, but variant name is at least a single identifier. | ||||
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-04-21 | add more aliases | Guillaume Gomez | -0/+1 | |
| 2018-03-28 | Explicitly mention `Option` in `?` error message. | Corey Farwell | -1/+1 | |
| Save users the time/effort of having to lookup what types implement the `Try` trait. | ||||
| 2017-10-26 | Bump to 1.23 and update bootstrap | Alex Crichton | -18/+13 | |
| This commit updates the bootstrap compiler, bumps the version to 1.23, updates Cargo, updates books, and updates crates.io dependencies | ||||
| 2017-09-03 | add error message for the other case too | Ariel Ben-Yehuda | -1/+6 | |
| 2017-09-03 | on_unimplemented: add method-name checks and use them in Try | Ariel Ben-Yehuda | -1/+3 | |
| 2017-09-03 | address review comments | Ariel Ben-Yehuda | -2/+3 | |
| 2017-09-03 | enable desugaring-sensitive error messages and use them in Try | Ariel Ben-Yehuda | -2/+10 | |
| Maybe I should allow error messages to check the *specific* desugaring? Thanks @huntiep for the idea! | ||||
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -1/+1 | |
| 2017-07-27 | Use `rustc_on_unimplemented`'s trait name argument in `try` | Esteban Küber | -1/+1 | |
| 2017-07-05 | Add `rustc_on_unimplemented` message to `std::ops::Try` | Esteban Küber | -0/+2 | |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -64/+0 | |
| 2017-06-09 | Move Try to module. | Clar Charr | -0/+111 | |
