Commit Graph

  • 5dd6186538
    Merge d9897b47e3 into b466948965 RandomScientist 2026-06-03 13:58:11 +0900
  • 4e43abaacd
    Merge 829c4445a1 into b466948965 Rebecca Turner 2026-06-03 13:58:11 +0900
  • 25e1c0d5ee
    Merge 53374ab324 into b466948965 Rebecca Turner 2026-06-03 13:58:11 +0900
  • f0aefc034d
    Merge 2d1c63f897 into b466948965 winlogon 2026-06-03 13:58:11 +0900
  • f834b05a26
    Merge f346d78d21 into b466948965 François Garillot 2026-06-03 13:58:11 +0900
  • 15a6ae248a
    Merge a523c1888e into b466948965 Sawa 2026-06-03 13:58:11 +0900
  • 62bbfa5b61
    Merge 638d0bde10 into b466948965 Valentin B. 2026-06-03 13:58:11 +0900
  • 4b3f009cd5
    Merge 0a5877630c into b466948965 Luiz Felipe Frazão 2026-06-03 13:58:11 +0900
  • 885b2cbc34
    Merge c497f71511 into b466948965 Mukunda Rao Katta 2026-06-03 13:58:11 +0900
  • 916241b4f9
    Merge a8cb8fa340 into b466948965 Brooks Rady 2026-06-03 13:58:10 +0900
  • 970461087c
    Merge 2995233ab9 into b466948965 gabe weiner 2026-06-02 21:42:54 +0000
  • a85b50ad47
    Merge 9a8fd166da into b466948965 Zakarum 2026-06-01 12:08:34 -0700
  • 6eadab757f
    Merge 837ae4f171 into b466948965 Justus Bastian Flügel 2026-06-01 12:08:34 -0700
  • 5889c93779
    Merge 2d303d8507 into b466948965 Dion Dokter 2026-06-01 12:08:34 -0700
  • dcb978d4a4
    Merge bb7c9a5b9f into b466948965 Nahor 2026-06-01 12:08:33 -0700
  • b466948965
    docs: Create AGENTS.md main Kat Marchán 2026-06-01 11:20:27 -0700
  • 2995233ab9
    feat(graphical): add support for stylization on titles Gabe Weiner 2026-05-26 14:03:35 -0400
  • c497f71511 fix related diagnostic header spacing mukunda katta 2026-05-15 01:16:05 -0700
  • 0a5877630c
    fix(derive/help): support field-level fmt interpolation Luiz Felipe Gonçalves 2026-05-09 15:38:38 -0300
  • 638d0bde10
    test: add regression test for multiline labels beeb 2026-02-06 12:59:09 +0100
  • d696bf3316
    fix: continuation line on multiline labels beeb 2026-02-06 12:52:24 +0100
  • f346d78d21
    fix: address review feedback and add feature powerset CI François Garillot 2026-01-14 16:31:42 -0500
  • c5ddfdc0be
    fix: make spin dependency optional for std builds François Garillot 2026-01-14 15:45:27 -0500
  • c07cab4b60
    fix: address review feedback for no_std support François Garillot 2026-01-14 15:38:54 -0500
  • 837ae4f171
    Document the feature flag (perfect-derive) inside the Readme and on the main docs page Justus Flügel 2025-04-28 12:25:13 +0200
  • 8c25ebde1e
    Make absence of perfect-derive feature on miette-derive actually disable adding trait bounds Justus Flügel 2025-04-28 12:01:57 +0200
  • bc7b842ca3
    Fix unused code warnings in tests (using black_box) Justus Flügel 2025-03-10 21:58:10 +0100
  • ff32d81cb0
    Simplify the trait bound store and just register where clauses directly Justus Flügel 2025-03-10 21:36:11 +0100
  • a23114fffe
    Make rustfmt no longer complain over lines that are too long which it can't format Justus Flügel 2025-03-10 15:58:43 +0100
  • e42637d428
    Add perfect-derive feature flag to both miette and miette-derive Justus Flügel 2025-03-10 15:57:15 +0100
  • 37f9e979de
    Add tests, fix remaining bug in label implementation, make label implementation strictly more flexible using to_owned over clone Justus Fluegel 2025-02-03 01:35:54 +0100
  • 89d30a3b37
    Iron out some bugs Justus Fluegel 2025-02-02 23:14:52 +0100
  • 1a3a4c224a
    Add required bounds to derived impl Justus Fluegel 2025-02-02 21:00:52 +0100
  • 2d303d8507 Merge branch 'main' into fmt-width Dion Dokter 2025-11-26 11:22:15 +0100
  • a523c1888e fix: allow unused-assignments gmryuuko 2025-11-25 12:20:02 +0800
  • 09e1090b2e
    refactor: use #[track_caller] directly instead of conditional cfg_attr François Garillot 2025-11-19 19:17:50 -0500
  • 9bdf23a659
    fix: remove unused rustc_version dependency and simplify build.rs François Garillot 2025-11-19 09:12:01 -0500
  • 9af0988e52
    fix: suppress unused assignment warnings in derive tests for Miri François Garillot 2025-11-16 09:08:10 -0500
  • 359941fdef
    fix: address review comments François Garillot 2025-11-15 16:09:22 -0500
  • 18c217f0dc
    Add CI job for no-std build verification and fix Infallible StdError implementation François Garillot 2025-10-20 04:46:36 -0400
  • 79fbd0a07d
    feat(no_std): Implement comprehensive no_std support François Garillot 2025-10-18 07:44:18 -0400
  • 243ea534e8
    fix: support no-std environments Paul Schoenfelder 2024-03-06 06:45:47 -0500
  • 2d1c63f897
    chore(clippy-lint): use io::Error::other winlogon 2025-10-09 16:09:49 +0200
  • db010f4c80
    feat: add From<Box<dyn Diagnostic>> for MietteDiagnostic winlogon 2025-10-09 16:09:23 +0200
  • 829c4445a1 textwrap: don't split words at punctuation by default Rebecca Turner 2025-10-02 17:16:06 -0700
  • 53374ab324 Simplify `textwrap::Options` construction Rebecca Turner 2025-10-02 17:15:08 -0700
  • df7bcfa17d
    feat(etc): Add MietteSpanContents::with_name, improve docs, fix tests being compiled in downstream libraries, fix NamedSource's Debug impl (#450) cgettys-microsoft 2025-09-29 09:43:46 -0700
  • 2b79495c79
    fix(ci, clippy): raise MSRV to 1.82, fix rust 1.90 warnings (#451) cgettys-microsoft 2025-09-29 09:43:02 -0700
  • ed15abdff4 fix: warnings exposed by increasing MSRV Charlie Gettys 2025-09-26 09:26:31 -0700
  • 0e4ed2f9f6 MSRV: 1.82.0 Charlie Gettys 2025-09-26 09:24:46 -0700
  • 22494897b1 fix: 1.90 errors Charlie Gettys 2025-09-25 22:56:41 -0700
  • 6759d59f42 Change to precision Dion Dokter 2025-09-26 10:14:14 +0200
  • 98e0ac97f3 fix: remove unused code Charlie Gettys 2025-09-25 22:15:13 -0700
  • 7a4d759c59
    fix(deps): Use const init for Mutex (#447) Expyron 2025-09-26 06:12:37 +0200
  • fea8043b3e
    chore: update unicode-width dependency to v0.2.0 (#439) Louis Maddox 2025-09-26 05:11:50 +0100
  • 51ca022b1f
    docs: Include #[diagnostic(forward(..)] in documentation (#446) Daniel Levin 2025-09-26 06:11:28 +0200
  • a3c4ed407d Add some docs Dion Dokter 2025-09-14 17:30:35 +0200
  • 9fc590aba7 Use fmt width if specified in graphical report handler Dion Dokter 2025-09-14 17:08:26 +0200
  • 9e9b65f4ba chore: Use const init for Mutex Expyron 2025-06-16 13:29:14 +0200
  • 1e4ba14098 Include #[diagnostic(forward(..)] in documentation Daniel Levin 2025-06-05 17:22:10 +0200
  • 1f83162687 chore: update unicode-width dependency to v0.2.0 Louis Maddox 2025-05-08 17:48:47 +0100
  • 907857058d
    chore: Release v7.6.0 miette-derive-v7.6.0 Kat Marchán 2025-04-26 21:52:05 -0700
  • 34b8774b36
    docs: update changelog Kat Marchán 2025-04-26 21:47:15 -0700
  • 521ef91f77
    fix(deps): miette can now be used without syn (#436) Brooks Rady 2025-04-26 19:34:21 +0100
  • d0d0f8492f docs(miette): sync README and `rustdoc` Brooks J Rady 2025-04-26 19:09:57 +0100
  • c84c5fb355 fix(miette): another fix for MSRV 1.70 Brooks J Rady 2025-04-26 18:56:34 +0100
  • 792e8ba6ab fix(miette): maintain 1.70 MSRV Brooks J Rady 2025-04-26 18:54:31 +0100
  • cf81969c4f fix(miette): match `TestError` visibility with `mod tests` Brooks J Rady 2025-04-26 18:48:43 +0100
  • 79ee85ef0c fix(miette): correctly forward error sources Brooks J Rady 2025-04-26 18:45:52 +0100
  • fdf0cd9b3e refactor(miette): make `thiserror` a dev-dependency Brooks J Rady 2025-04-26 16:46:28 +0100
  • 53c8330f21 refactor(miette): reuse `DiagnosticError` in `protocol.rs` Brooks J Rady 2025-04-26 16:43:50 +0100
  • 6d521a512a refactor(miette): remove `thiserror` from `into_diagnostic.rs` Brooks J Rady 2025-04-26 16:39:25 +0100
  • ffe374c1a1 fix(fancy): `fancy` no longer depends on `derive` Brooks J Rady 2025-04-26 16:18:20 +0100
  • 3b1c87134a refactor(miette): remove `thiserror` from `error.rs` Brooks J Rady 2025-04-26 15:56:36 +0100
  • 69c507bfef style(clippy): quickly fix up clippy lints Brooks J Rady 2025-04-26 15:25:47 +0100
  • 59c81617de
    feat(deps): update `thiserror` from 1.0.56 to 2.0.11 (#426) nogiro 2025-03-02 11:04:51 +0900
  • 58d9f12411
    fix(highlight): increase syntax highlighter config priority (#424) Gabriel Levcovitz 2025-03-01 22:58:58 -0300
  • f2ef693d1c
    feat(labels): add support for disabling the primary label line/col information (#419) Elijah Hartvigsen 2025-03-02 02:56:47 +0100
  • a93afcf7e3
    docs: introduce primary param in label (#413) bohan 2025-03-02 09:55:37 +0800
  • 9ba6fad769
    fix(clippy): elide lifetimes (#423) Gabriel Levcovitz 2025-03-01 22:52:07 -0300
  • 6290f60c0d fix versions for `direct-minimal-versions` nogiro 2025-03-01 11:20:42 +0900
  • 3f351ff368 fix `ambiguous reference` caused by https://github.com/dtolnay/thiserror/pull/354 nogiro 2025-03-01 10:00:56 +0900
  • 1d4ac23307 update thiserror from 1.0.56 to 2.0.11 nogiro 2025-02-28 02:38:22 +0900
  • b0b4f60d21
    Merge 97b0cb27c0 into b8c144f2a6 Gabriel Levcovitz 2025-02-19 14:24:43 -0300
  • 97b0cb27c0
    feat(highlighting): implement syntax highlighting for unnamed source codes Gabriel Levcovitz 2025-02-19 14:02:32 -0300
  • dde7c01d7d
    fix(highlight): increase syntax highlighter config priority Gabriel Levcovitz 2025-02-19 00:40:18 -0300
  • 442a2c020d
    tests(highlight): add tests covering syntax highlighter config behavior Gabriel Levcovitz 2025-02-18 20:22:57 -0300
  • 18e88756c6
    fix(clippy): elide lifetimes Gabriel Levcovitz 2025-02-17 17:30:05 -0300
  • b8c144f2a6
    (cargo-release) version 7.5.0 Kat Marchán 2025-01-31 18:50:56 -0800
  • 429ca37d8d
    (cargo-release) version 7.5.0 Kat Marchán 2025-01-31 18:50:56 -0800
  • b4c983a393
    docs: update changelog Kat Marchán 2025-01-31 18:50:19 -0800
  • 1e1938a099
    fix(graphical): prevent leading newline when no link/code (#418) unbyte 2025-01-15 06:01:44 +0800
  • 7572abc02d
    feature: add support for disabling the primary label line/col information Zij-IT 2025-01-11 19:00:23 +0100
  • fa570ff008 fix(graphical): prevent leading newline when no link/code unbyte 2025-01-08 22:57:03 +0800
  • 771a07519f
    feat(graphical): support rendering related diagnostics as nested (#417) ElKowar 2024-12-22 23:06:11 +0100
  • 2a7e32cdc7
    feat: Add show_related_errors_as_nested elkowar 2024-12-22 22:53:14 +0100
  • c7eeada1e0
    docs: fix broken link (#415) Akiomi KAMAKURA 2024-12-09 02:33:24 +0900
  • 69466ddfff
    docs: fix broken link Akiomi KAMAKURA 2024-12-08 14:32:25 +0900
  • a5b549a94f docs: introduce primary param in label bohan 2024-11-29 11:54:33 +0800
  • b2011f693b
    chore: Release v7.4.0 miette-derive-v7.4.0 Kat Marchán 2024-11-26 20:01:39 -0800