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
#344 - Disregard equality binop in fallback parser
Pull Request -
State: closed - Opened by dtolnay about 10 hours ago
#343 - Add logic to determine whether unnamed fmt arguments are present
Pull Request -
State: closed - Opened by dtolnay about 10 hours ago
#342 - Defer is_syn_full() call until first expression
Pull Request -
State: closed - Opened by dtolnay about 11 hours ago
#341 - Interleave Expr parsing and scanning better
Pull Request -
State: closed - Opened by dtolnay about 11 hours ago
#340 - Add infallible expr scanner fallback for scanning invalid code
Pull Request -
State: closed - Opened by dtolnay 2 days ago
#339 - Use syn's real expression parser if it has full syntax support
Pull Request -
State: closed - Opened by dtolnay 2 days ago
#338 - Misc. cleanups
Pull Request -
State: closed - Opened by yotamofek 2 days ago
#337 - More robust scanning for fmt argument expressions
Pull Request -
State: closed - Opened by dtolnay 2 days ago
#336 - feature request: with_context
Issue -
State: closed - Opened by andreytkachenko 3 days ago
- 1 comment
#335 - Associated type equality constraints interfere with display conversion
Issue -
State: closed - Opened by dtolnay 4 days ago
#334 - Remove format var parsing workaround that targeted rustc 1.40 and older
Pull Request -
State: closed - Opened by dtolnay 4 days ago
#333 - Preserve None-delimited groups inside format args
Pull Request -
State: closed - Opened by dtolnay 4 days ago
#332 - Generic unit variants are handled incorrectly inside format args
Issue -
State: open - Opened by dtolnay 4 days ago
#331 - Interpolated macro variables are handled incorrectly inside format args
Issue -
State: closed - Opened by dtolnay 4 days ago
#330 - Raise required compiler to rust 1.65
Pull Request -
State: closed - Opened by dtolnay 4 days ago
#329 - Raise required compiler to rust 1.61
Pull Request -
State: closed - Opened by dtolnay 4 days ago
#328 - Use peek2(End) instead of fork/advance_to
Pull Request -
State: closed - Opened by dtolnay 4 days ago
#327 - Improve error on malformed format attribute
Pull Request -
State: closed - Opened by dtolnay 4 days ago
#326 - Seal the private AsDisplay trait
Pull Request -
State: closed - Opened by dtolnay 11 days ago
#325 - Clean up dep-info files from OUT_DIR
Pull Request -
State: closed - Opened by dtolnay 13 days ago
#324 - `#![error(transparent)]` doesn't really work for one of the reccommended usecases
Issue -
State: closed - Opened by lolbinarycat about 1 month ago
- 2 comments
#323 - Error with two generic type parameters
Issue -
State: closed - Opened by InAnYan about 1 month ago
- 3 comments
#322 - Mark `#[automatically_derived]` for generated impls
Pull Request -
State: closed - Opened by oxalica about 1 month ago
#321 - feature request: `#[backtrace]` attr add force option
Issue -
State: open - Opened by Sherlock-Holo about 2 months ago
#320 - The example in documents doesn't compile
Issue -
State: closed - Opened by wtdcode about 2 months ago
- 1 comment
#319 - License files updates
Issue -
State: closed - Opened by andygup about 2 months ago
- 5 comments
#318 - Support no-std
Issue -
State: open - Opened by kayabaNerve 2 months ago
- 4 comments
#317 - Parametrized error types causes type evaluation overflows when recursive
Issue -
State: open - Opened by zannabianca1997 2 months ago
#316 - Allow `#[error(transparent)]` on enum fields
Issue -
State: open - Opened by mhnap 2 months ago
#315 - Unhelpful error message if the error attribute is missing
Issue -
State: closed - Opened by JakubKoralewski 2 months ago
- 1 comment
#314 - Nightly requirement on backtraces
Issue -
State: closed - Opened by arcanis 3 months ago
- 1 comment
#313 - Please port the `anyhow::Context` to `thiserror`
Issue -
State: closed - Opened by ssrlive 3 months ago
- 2 comments
#313 - Please port the `anyhow::Context` to `thiserror`
Issue -
State: closed - Opened by ssrlive 3 months ago
- 2 comments
#312 - Update documentation of #[from] and #[backtrace] attributes
Pull Request -
State: closed - Opened by dtolnay 4 months ago
#311 - Error propagation macro
Issue -
State: closed - Opened by sander-willems-bruker 4 months ago
- 1 comment
#311 - Error propagation macro
Issue -
State: closed - Opened by sander-willems-bruker 4 months ago
- 1 comment
#310 - Support `.0.0` nested tuple index
Pull Request -
State: closed - Opened by dtolnay 4 months ago
#309 - Tuple Struct interior can't be accessed via .0.0
Issue -
State: closed - Opened by nipunn1313 4 months ago
- 1 comment
#308 - how to print source in display format?
Issue -
State: closed - Opened by evbo 4 months ago
- 2 comments
#308 - how to print source in display format?
Issue -
State: open - Opened by evbo 4 months ago
#307 - matches! macro always returns true, even for the wrong thiserror enum variant
Issue -
State: closed - Opened by evbo 4 months ago
- 1 comment
#306 - Warning regarding private macro use on Rust 1.79
Issue -
State: open - Opened by gschulze 4 months ago
#306 - Warning regarding private macro use on Rust 1.79
Issue -
State: closed - Opened by gschulze 4 months ago
- 1 comment
#305 - Don't `impl Display` if it already implemented for a type
Issue -
State: closed - Opened by Oakchris1955 4 months ago
- 2 comments
#305 - Don't `impl Display` if it already implemented for a type
Issue -
State: closed - Opened by Oakchris1955 4 months ago
- 2 comments
#304 - `core::error`, `no_std`
Pull Request -
State: open - Opened by jordens 5 months ago
- 19 comments
#304 - `core::error`, `no_std`
Pull Request -
State: open - Opened by jordens 5 months ago
- 30 comments
#303 - Consider re-exporting std::error::Error under the same name as the derive
Issue -
State: closed - Opened by dtolnay 5 months ago
#303 - Consider re-exporting std::error::Error under the same name as the derive
Issue -
State: open - Opened by dtolnay 5 months ago
#302 - clippy result_large_err
Issue -
State: closed - Opened by extrawurst 5 months ago
- 1 comment
#302 - clippy result_large_err
Issue -
State: open - Opened by extrawurst 5 months ago
#301 - Easy to accidentally cause stack overflows
Issue -
State: open - Opened by theRookieCoder 5 months ago
- 1 comment
#301 - Easy to accidentally cause stack overflows
Issue -
State: open - Opened by theRookieCoder 5 months ago
#300 - Using `{:p}` in `#[error]` uses the address of the field, not the value of the field
Issue -
State: closed - Opened by frozenlib 5 months ago
- 1 comment
#299 - `std::fmt` -> `core::fmt`
Pull Request -
State: closed - Opened by jordens 6 months ago
#297 - Implement ToTokens without reliance on {:?}
Pull Request -
State: closed - Opened by dtolnay 7 months ago
- 1 comment
#296 - Dependence on `fmt::Debug`
Issue -
State: closed - Opened by kornelski 7 months ago
- 2 comments
#295 - Separate Error and Display derives
Pull Request -
State: closed - Opened by SCingolani 7 months ago
#294 - Printing the captured backtrace on panic
Issue -
State: open - Opened by dignifiedquire 7 months ago
#293 - Apply RUSTC_WORKSPACE_WRAPPER
Pull Request -
State: closed - Opened by dtolnay 7 months ago
#292 - Make compatible with -Dwarnings
Pull Request -
State: closed - Opened by dtolnay 8 months ago
#291 - [Feature] std::panic::Location support
Pull Request -
State: open - Opened by onlycs 8 months ago
- 3 comments
#290 - derive `Error` without `Display` impl
Issue -
State: open - Opened by evbo 8 months ago
- 1 comment
#289 - couldn't convert the error even when it's listed as implemented
Issue -
State: closed - Opened by evbo 8 months ago
- 2 comments
#288 - Consider allowing extra fields in variants with #[from] attribute by specifying default values
Issue -
State: closed - Opened by brunoczim 8 months ago
- 1 comment
#286 - Optimize performance for string literals in Display::fmt
Pull Request -
State: closed - Opened by nyurik 9 months ago
- 3 comments
#285 - Optimize performance by using `write_str` instead of `write!` when there are no formatting arguments
Issue -
State: closed - Opened by nyurik 9 months ago
#284 - Don't treat `source` as a magic field name
Issue -
State: open - Opened by TheLostLambda 10 months ago
- 1 comment
#283 - feature request: generate source trait and implementation to ease adding context
Issue -
State: closed - Opened by glehmann 10 months ago
- 2 comments
#282 - Using `#[from] #[backtrace]` fails to compile
Issue -
State: open - Opened by segevfiner 10 months ago
- 2 comments
#282 - Using `#[from] #[backtrace]` fails to compile
Issue -
State: closed - Opened by segevfiner 10 months ago
- 2 comments
#281 - `#![feature]` may not be used on the stable release channel
Issue -
State: closed - Opened by erikschul 10 months ago
- 5 comments
#280 - Emit dep-info for probe.rs in case sccache needs it
Pull Request -
State: closed - Opened by dtolnay 10 months ago
#279 - Make env-dep:RUSTC_BOOTSTRAP get listed in probe's dep-info
Pull Request -
State: closed - Opened by dtolnay 10 months ago
#278 - 1.0.53 interacts badly with sccache: feature may not be used on the stable release channel
Issue -
State: closed - Opened by m-spitfire 10 months ago
- 8 comments
#277 - Make CI verify that error_generic_member_access works in latest nightly
Pull Request -
State: closed - Opened by dtolnay 10 months ago
#276 - Remove option_if_let_else clippy suppression
Pull Request -
State: closed - Opened by dtolnay 10 months ago
#275 - Rerun build script on changes to probe.rs
Pull Request -
State: closed - Opened by dtolnay 10 months ago
#274 - Do not rebuild on RUSTC_BOOTSTRAP changes on nightly compiler
Pull Request -
State: closed - Opened by dtolnay 10 months ago
#273 - Require cargo promised environment variables to be present
Pull Request -
State: closed - Opened by dtolnay 10 months ago
#272 - Move probe.rs out of build script string literal into file
Pull Request -
State: closed - Opened by dtolnay 10 months ago
#271 - Doesn't work with `core::error::Error`
Issue -
State: closed - Opened by Scripter17 10 months ago
- 1 comment
#270 - v1.0.52 update causing constant recompilation
Issue -
State: closed - Opened by Turbo87 10 months ago
- 6 comments
#269 - Rerun build script on RUSTC_BOOTSTRAP change
Pull Request -
State: closed - Opened by dtolnay 11 months ago
- 1 comment
#268 - Typecheck backtrace fields even if no generic member access
Pull Request -
State: closed - Opened by dtolnay 11 months ago
#268 - Typecheck backtrace fields even if no generic member access
Pull Request -
State: closed - Opened by dtolnay 11 months ago
#267 - Leave private traits' name out of scope
Pull Request -
State: closed - Opened by dtolnay 11 months ago
#267 - Leave private traits' name out of scope
Pull Request -
State: closed - Opened by dtolnay 11 months ago
#266 - Emit an Error impl even in the presence of bad attributes
Pull Request -
State: closed - Opened by dtolnay 11 months ago
#265 - Add test looking for invalid input to still generate an impl
Pull Request -
State: closed - Opened by dtolnay 11 months ago
#264 - Delete elaborate spans on path of error trait
Pull Request -
State: closed - Opened by dtolnay 11 months ago
#263 - Restore UI test involving missing Display impl
Pull Request -
State: closed - Opened by dtolnay 11 months ago
#262 - backtrace::Backtrace instead of std::backtrace?
Issue -
State: closed - Opened by jondot 11 months ago
- 1 comment
#261 - Would be good to support assigning error codes.
Issue -
State: closed - Opened by ababo 12 months ago
- 1 comment
#260 - `build.rs` should not detect nightly feature
Issue -
State: closed - Opened by loynoir about 1 year ago
- 1 comment
#259 - Non-consuming container attribute reports an unused variable
Issue -
State: closed - Opened by miraclx about 1 year ago
- 3 comments
#258 - Change span of `as_dyn_error()` to point compile error at attribute.
Pull Request -
State: closed - Opened by de-vri-es about 1 year ago
#257 - Unable to get `#[from]` + `backtrace` example to compile
Issue -
State: closed - Opened by metasim about 1 year 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