| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-01-23 | Add Frames iterator for Backtrace | Sean Chen | -37/+72 | |
| 2021-01-06 | use Once instead of Mutex to manage capture resolution | Ashley Mannix | -1/+4 | |
| This allows us to return borrows of the captured backtrace frames that are tied to a borrow of the Backtrace itself, instead of to some short-lived Mutex guard. It also makes it semantically clearer what synchronization is needed on the capture. | ||||
| 2020-11-15 | Add column number support to Backtrace | est31 | -0/+4 | |
| Backtrace frames might include column numbers. Print them if they are included. | ||||
| 2020-08-31 | std: move "mod tests/benches" to separate files | Lzu Tao | -0/+53 | |
| Also doing fmt inplace as requested. | ||||
