Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / dtolnay/thiserror issues and pull requests

#323 - Error with two generic type parameters

Issue - State: closed - Opened by InAnYan 5 days ago - 2 comments

#322 - Mark `#[automatically_derived]` for generated impls

Pull Request - State: closed - Opened by oxalica 7 days ago

#320 - The example in documents doesn't compile

Issue - State: closed - Opened by wtdcode 12 days ago - 1 comment

#319 - License files updates

Issue - State: closed - Opened by andygup 18 days ago - 5 comments

#318 - Support no-std

Issue - State: open - Opened by kayabaNerve 24 days ago - 4 comments

#316 - Allow `#[error(transparent)]` on enum fields

Issue - State: open - Opened by mhnap about 1 month ago

#315 - Unhelpful error message if the error attribute is missing

Issue - State: closed - Opened by JakubKoralewski about 1 month ago - 1 comment

#314 - Nightly requirement on backtraces

Issue - State: closed - Opened by arcanis about 2 months ago - 1 comment

#313 - Please port the `anyhow::Context` to `thiserror`

Issue - State: closed - Opened by ssrlive about 2 months ago - 2 comments

#313 - Please port the `anyhow::Context` to `thiserror`

Issue - State: closed - Opened by ssrlive about 2 months ago - 2 comments

#312 - Update documentation of #[from] and #[backtrace] attributes

Pull Request - State: closed - Opened by dtolnay 2 months ago

#311 - Error propagation macro

Issue - State: closed - Opened by sander-willems-bruker 2 months ago - 1 comment

#311 - Error propagation macro

Issue - State: closed - Opened by sander-willems-bruker 2 months ago - 1 comment

#310 - Support `.0.0` nested tuple index

Pull Request - State: closed - Opened by dtolnay 3 months ago

#309 - Tuple Struct interior can't be accessed via .0.0

Issue - State: closed - Opened by nipunn1313 3 months ago - 1 comment

#308 - how to print source in display format?

Issue - State: open - Opened by evbo 3 months ago

#308 - how to print source in display format?

Issue - State: closed - Opened by evbo 3 months ago - 2 comments

#307 - matches! macro always returns true, even for the wrong thiserror enum variant

Issue - State: closed - Opened by evbo 3 months ago - 1 comment

#306 - Warning regarding private macro use on Rust 1.79

Issue - State: closed - Opened by gschulze 3 months ago - 1 comment

#306 - Warning regarding private macro use on Rust 1.79

Issue - State: open - Opened by gschulze 3 months ago

#305 - Don't `impl Display` if it already implemented for a type

Issue - State: closed - Opened by Oakchris1955 3 months ago - 2 comments

#305 - Don't `impl Display` if it already implemented for a type

Issue - State: closed - Opened by Oakchris1955 3 months ago - 2 comments

#304 - `core::error`, `no_std`

Pull Request - State: open - Opened by jordens 4 months ago - 19 comments

#304 - `core::error`, `no_std`

Pull Request - State: open - Opened by jordens 4 months ago - 20 comments

#302 - clippy result_large_err

Issue - State: closed - Opened by extrawurst 4 months ago - 1 comment

#302 - clippy result_large_err

Issue - State: open - Opened by extrawurst 4 months ago

#301 - Easy to accidentally cause stack overflows

Issue - State: open - Opened by theRookieCoder 4 months ago - 1 comment

#301 - Easy to accidentally cause stack overflows

Issue - State: open - Opened by theRookieCoder 4 months ago

#299 - `std::fmt` -> `core::fmt`

Pull Request - State: closed - Opened by jordens 5 months ago

#297 - Implement ToTokens without reliance on {:?}

Pull Request - State: closed - Opened by dtolnay 5 months ago - 1 comment

#296 - Dependence on `fmt::Debug`

Issue - State: closed - Opened by kornelski 5 months ago - 2 comments

#295 - Separate Error and Display derives

Pull Request - State: closed - Opened by SCingolani 6 months ago

#294 - Printing the captured backtrace on panic

Issue - State: open - Opened by dignifiedquire 6 months ago

#293 - Apply RUSTC_WORKSPACE_WRAPPER

Pull Request - State: closed - Opened by dtolnay 6 months ago

#292 - Make compatible with -Dwarnings

Pull Request - State: closed - Opened by dtolnay 7 months ago

#291 - [Feature] std::panic::Location support

Pull Request - State: open - Opened by onlycs 7 months ago - 3 comments

#290 - derive `Error` without `Display` impl

Issue - State: open - Opened by evbo 7 months ago - 1 comment

#289 - couldn't convert the error even when it's listed as implemented

Issue - State: closed - Opened by evbo 7 months ago - 2 comments

#286 - Optimize performance for string literals in Display::fmt

Pull Request - State: closed - Opened by nyurik 8 months ago - 3 comments

#284 - Don't treat `source` as a magic field name

Issue - State: open - Opened by TheLostLambda 8 months ago

#282 - Using `#[from] #[backtrace]` fails to compile

Issue - State: open - Opened by segevfiner 8 months ago - 2 comments

#282 - Using `#[from] #[backtrace]` fails to compile

Issue - State: closed - Opened by segevfiner 8 months ago - 2 comments

#281 - `#![feature]` may not be used on the stable release channel

Issue - State: closed - Opened by erikschul 9 months ago - 5 comments

#280 - Emit dep-info for probe.rs in case sccache needs it

Pull Request - State: closed - Opened by dtolnay 9 months ago

#279 - Make env-dep:RUSTC_BOOTSTRAP get listed in probe's dep-info

Pull Request - State: closed - Opened by dtolnay 9 months ago

#276 - Remove option_if_let_else clippy suppression

Pull Request - State: closed - Opened by dtolnay 9 months ago

#275 - Rerun build script on changes to probe.rs

Pull Request - State: closed - Opened by dtolnay 9 months ago

#274 - Do not rebuild on RUSTC_BOOTSTRAP changes on nightly compiler

Pull Request - State: closed - Opened by dtolnay 9 months ago

#273 - Require cargo promised environment variables to be present

Pull Request - State: closed - Opened by dtolnay 9 months ago

#272 - Move probe.rs out of build script string literal into file

Pull Request - State: closed - Opened by dtolnay 9 months ago

#271 - Doesn't work with `core::error::Error`

Issue - State: closed - Opened by Scripter17 9 months ago - 1 comment

#270 - v1.0.52 update causing constant recompilation

Issue - State: closed - Opened by Turbo87 9 months ago - 6 comments

#269 - Rerun build script on RUSTC_BOOTSTRAP change

Pull Request - State: closed - Opened by dtolnay 9 months ago - 1 comment

#268 - Typecheck backtrace fields even if no generic member access

Pull Request - State: closed - Opened by dtolnay 9 months ago

#268 - Typecheck backtrace fields even if no generic member access

Pull Request - State: closed - Opened by dtolnay 9 months ago

#267 - Leave private traits' name out of scope

Pull Request - State: closed - Opened by dtolnay 9 months ago

#267 - Leave private traits' name out of scope

Pull Request - State: closed - Opened by dtolnay 9 months ago

#266 - Emit an Error impl even in the presence of bad attributes

Pull Request - State: closed - Opened by dtolnay 10 months ago

#265 - Add test looking for invalid input to still generate an impl

Pull Request - State: closed - Opened by dtolnay 10 months ago

#264 - Delete elaborate spans on path of error trait

Pull Request - State: closed - Opened by dtolnay 10 months ago

#263 - Restore UI test involving missing Display impl

Pull Request - State: closed - Opened by dtolnay 10 months ago

#262 - backtrace::Backtrace instead of std::backtrace?

Issue - State: closed - Opened by jondot 10 months ago - 1 comment

#261 - Would be good to support assigning error codes.

Issue - State: closed - Opened by ababo 11 months ago - 1 comment

#260 - `build.rs` should not detect nightly feature

Issue - State: closed - Opened by loynoir 11 months ago - 1 comment

#259 - Non-consuming container attribute reports an unused variable

Issue - State: closed - Opened by miraclx 12 months ago - 3 comments

#257 - Unable to get `#[from]` + `backtrace` example to compile

Issue - State: closed - Opened by metasim 12 months ago - 5 comments

#256 - Example error in the documentation no longer implements `Display`

Issue - State: closed - Opened by BatmanAoD about 1 year ago - 2 comments

#255 - Prefer core crate in macro expansions

Pull Request - State: closed - Opened by mina86 about 1 year ago

#254 - Add link to GAT PR

Pull Request - State: closed - Opened by dtolnay about 1 year ago

#253 - Implement AsDisplay using GAT

Pull Request - State: closed - Opened by dtolnay about 1 year ago

#253 - Implement AsDisplay using GAT

Pull Request - State: closed - Opened by dtolnay about 1 year ago

#253 - Implement AsDisplay using GAT

Pull Request - State: closed - Opened by dtolnay about 1 year ago

#252 - Remove unsafe code from AsDisplay

Pull Request - State: closed - Opened by dtolnay about 1 year ago

#252 - Remove unsafe code from AsDisplay

Pull Request - State: closed - Opened by dtolnay about 1 year ago

#252 - Remove unsafe code from AsDisplay

Pull Request - State: closed - Opened by dtolnay about 1 year ago

#252 - Remove unsafe code from AsDisplay

Pull Request - State: closed - Opened by dtolnay about 1 year ago

#251 - Replace DisplayAsDisplay and PathAsDisplay with AsDisplay trait

Pull Request - State: closed - Opened by mina86 about 1 year ago

#251 - Replace DisplayAsDisplay and PathAsDisplay with AsDisplay trait

Pull Request - State: closed - Opened by mina86 about 1 year ago

#250 - Extract Display derive into separate reusable crate

Issue - State: closed - Opened by drmason13 about 1 year ago - 2 comments

#250 - Extract Display derive into separate reusable crate

Issue - State: open - Opened by drmason13 about 1 year ago

#248 - don't run build probes in rustc bootstrap

Pull Request - State: closed - Opened by RalfJung about 1 year ago - 1 comment

#248 - don't run build probes in rustc bootstrap

Pull Request - State: closed - Opened by RalfJung about 1 year ago - 1 comment

#248 - don't run build probes in rustc bootstrap

Pull Request - State: closed - Opened by RalfJung about 1 year ago - 1 comment

#247 - Pull in anyhow's new Error::provide support

Pull Request - State: closed - Opened by dtolnay about 1 year ago

#246 - Update to nightly's new Error::provide API

Pull Request - State: closed - Opened by dtolnay about 1 year ago

#246 - Update to nightly's new Error::provide API

Pull Request - State: closed - Opened by dtolnay about 1 year ago