Commit graph

  • 8d4a489e0f
    Merge 134aeb6065 into 95a5126693 Angad Tendulkar 2025-03-03 20:10:37 +08:00
  • 95a5126693
    Release 2.0.12 master 2.0.12 David Tolnay 2025-03-02 20:24:05 -08:00
  • 76490f743e
    Merge pull request #413 from dtolnay/elidablelifetime David Tolnay 2025-03-02 23:23:21 -05:00
  • 9f27b766f5
    Ignore elidable_lifetime_names pedantic clippy lint David Tolnay 2025-03-02 19:55:02 -08:00
  • daf2a6f36e
    Resolve some elidable_lifetime_names pedantic clippy lint David Tolnay 2025-03-02 19:52:17 -08:00
  • 5f07160c35
    Point standard library links to stable David Tolnay 2025-02-20 05:24:47 -08:00
  • 6706a5121b
    Convert html links to intra-doc links David Tolnay 2025-02-19 22:30:39 -08:00
  • 134aeb6065
    Merge with upstream Angad Tendulkar 2025-02-06 20:45:33 -05:00
  • 1d1aea6da4
    merge Angad Tendulkar 2025-02-06 20:45:12 -05:00
  • 2706873a04
    More precise gitignore patterns David Tolnay 2025-01-23 01:36:08 -08:00
  • 70bc20d848
    Remove **/*.rs.bk from project-specific gitignore David Tolnay 2025-01-22 19:30:31 -08:00
  • 0f532e326e
    Release 2.0.11 2.0.11 David Tolnay 2025-01-10 10:03:49 -08:00
  • 3d15543a91
    Merge pull request #410 from dtolnay/testnostd David Tolnay 2025-01-10 10:03:23 -08:00
  • 1a226ae42c
    Disable two more integration tests in no-std mode David Tolnay 2025-01-10 10:00:21 -08:00
  • 8b5f2d78f0
    Fix unused import in test when built without std David Tolnay 2025-01-10 09:56:33 -08:00
  • eecd247cdf
    Add CI step to test with "std" disabled David Tolnay 2025-01-10 09:55:44 -08:00
  • 8f2a76b4ba
    Merge pull request #409 from Maytha8/std-tests David Tolnay 2025-01-10 05:30:24 -08:00
  • 693a6cddad
    Add feature gate to tests that use std Maytham Alsudany 2025-01-10 18:43:36 +08:00
  • 349f6960ff
    Release 2.0.10 2.0.10 David Tolnay 2025-01-08 11:46:25 -08:00
  • 6cd87bc228
    Merge pull request #408 from dtolnay/assoctype David Tolnay 2025-01-08 11:45:42 -08:00
  • 6b3e1e50b2
    Generate trait bounds on associated types David Tolnay 2025-01-08 11:41:16 -08:00
  • 136859154b
    Add regression test for issue 405 David Tolnay 2025-01-08 11:34:40 -08:00
  • c535cecb6f
    Release 2.0.9 2.0.9 David Tolnay 2024-12-21 10:26:04 -08:00
  • 0a0516db73
    Merge pull request #404 from dtolnay/fromfn David Tolnay 2024-12-21 10:25:40 -08:00
  • e5169bb127
    Unspan From impl contents David Tolnay 2024-12-21 10:22:33 -08:00
  • c008375268
    FIx typo in ui test David Tolnay 2024-12-21 10:20:21 -08:00
  • 939593d39a added ImplicitField impl for core::panic::Location Carl Sverre 2024-12-19 12:42:39 -08:00
  • 7c13c352cd more clear duplicate backtrace field logic Carl Sverre 2024-12-19 12:24:25 -08:00
  • 5195f7ccfa Implement #[implicit] to automatically generate fields using the new ImplicitField trait Carl Sverre 2024-12-19 11:40:24 -08:00
  • 29829724ef
    Add ability to capture SpanTraces Josh McKinney 2024-12-19 00:05:51 -08:00
  • 2bd29821f4
    Release 2.0.8 2.0.8 David Tolnay 2024-12-17 19:18:03 -08:00
  • a7de3ab22d
    Merge pull request #399 from dtolnay/respan David Tolnay 2024-12-17 19:17:30 -08:00
  • f1243a0ceb
    Fix spans on macro-generated bindings and format variables David Tolnay 2024-12-17 18:49:14 -08:00
  • 6a07345135
    Add regression test for issue 398 David Tolnay 2024-12-17 19:13:28 -08:00
  • 9c0f2d230d
    Release 2.0.7 2.0.7 David Tolnay 2024-12-13 14:42:57 -08:00
  • 2deec96fc0
    Merge pull request 397 from zertosh/from_allow_expect David Tolnay 2024-12-13 14:40:11 -08:00
  • 100d9164f2 Avoid associating #[from] with lint allow Andres Suarez 2024-12-13 14:06:02 -08:00
  • 485c2b7eed
    Reword spurious errors comment David Tolnay 2024-12-08 11:28:58 -08:00
  • 2075e87257
    Release 2.0.6 2.0.6 David Tolnay 2024-12-08 10:39:40 -08:00
  • e9a9085150
    Merge pull request #396 from dtolnay/deprecatedfrom David Tolnay 2024-12-08 10:39:10 -08:00
  • 6e8c7244c9
    Suppress deprecation warning on generated From impls David Tolnay 2024-12-08 10:37:43 -08:00
  • caf585c978
    Add test of deprecated type in From impl David Tolnay 2024-12-08 10:34:17 -08:00
  • f1f159d7e7
    Release 2.0.5 2.0.5 David Tolnay 2024-12-07 09:04:57 -08:00
  • 366a7b253e
    Merge pull request #395 from dtolnay/fallback David Tolnay 2024-12-07 09:04:39 -08:00
  • 88a46035e1
    Move fallback expansion to separate module David Tolnay 2024-12-07 09:02:44 -08:00
  • 6712f8cca6
    Merge pull request #394 from dtolnay/deprecated David Tolnay 2024-12-07 09:00:30 -08:00
  • 07e7d990fa
    Add "in this derive macro expansion" to missing Display errors David Tolnay 2024-12-07 08:56:02 -08:00
  • 714229d821
    Work around deprecation warning on generated impl for deprecated type David Tolnay 2024-12-06 11:00:27 -08:00
  • 0ba7d01e8e
    Add tests of deprecated error types David Tolnay 2024-12-07 08:42:53 -08:00
  • 42b1460612
    Standardize on 'Error, Debug' derive order David Tolnay 2024-12-07 08:48:24 -08:00
  • 2096b11bed
    Fold test_deprecated into test_lints David Tolnay 2024-12-07 08:46:15 -08:00
  • 17831c2a01 Propagate allows to auto-generated impls Wojciech Przytuła 2024-12-06 10:07:11 +01:00
  • 70a12613ef
    Release 2.0.4 2.0.4 David Tolnay 2024-12-03 07:06:42 -08:00
  • 4fde2846c8
    Merge pull request #391 from matt-phylum/needless-lifetimes David Tolnay 2024-12-03 07:05:54 -08:00
  • aa19b7cfce
    suppress needless_lifetimes lints from clippy 0.1.83 Matthew Donoughe 2024-12-03 08:40:10 -05:00
  • ad2f20b9f7
    Use ui test syntax that does not interfere with rustfmt David Tolnay 2024-11-10 23:51:22 -08:00
  • 15fd26e476
    Release 2.0.3 2.0.3 David Tolnay 2024-11-10 13:17:27 -08:00
  • 7046023130
    Simplify how has_bonus_display is accumulated David Tolnay 2024-11-10 13:15:40 -08:00
  • 9cc1d0b251
    Merge pull request #384 from dtolnay/nowrap David Tolnay 2024-11-10 13:15:05 -08:00
  • 1d040f358a
    Use Var wrapper only for Pointer formatting David Tolnay 2024-11-10 13:11:08 -08:00
  • 6a6132d79b
    Extend no-display ui test to cover another fmt trait David Tolnay 2024-11-10 13:08:49 -08:00
  • a061beb9dc
    Merge pull request #383 from dtolnay/both David Tolnay 2024-11-10 13:01:35 -08:00
  • 63882935be
    Support Display and Debug of same path in error message David Tolnay 2024-11-10 12:55:08 -08:00
  • dc0359eeec
    Defer binding_value construction David Tolnay 2024-11-10 12:51:48 -08:00
  • 520343e37d
    Add test of Debug and Display of paths David Tolnay 2024-11-10 12:57:26 -08:00
  • 49be39dee1
    Release 2.0.2 2.0.2 David Tolnay 2024-11-09 22:28:33 -08:00
  • 2e43d26838 Merge 1.x (1.0.69) into 2.x (master) David Tolnay 2024-11-09 22:25:11 -08:00
  • 41938bd3a0
    Release 1.0.69 1.0.69 David Tolnay 2024-11-09 22:23:49 -08:00
  • 9d6506e860
    Merge pull request #382 from dtolnay/hang David Tolnay 2024-11-09 22:22:58 -08:00
  • 591a44d9a3
    Fix fallback fmt expression parser hang David Tolnay 2024-11-09 22:18:07 -08:00
  • 5b36e375c2
    Add ui test of invalid expression syntax in display attribute David Tolnay 2024-11-09 22:05:33 -08:00
  • 1048a35b26
    Prevent upload-artifact step from causing CI failure David Tolnay 2024-11-08 21:45:50 -05:00
  • a17d956bd8
    Clean up unneeded var David Tolnay 2024-11-08 14:29:08 -05:00
  • 4066d537a3
    Release 2.0.1 2.0.1 David Tolnay 2024-11-08 14:25:42 -05:00
  • 8956be264b
    Merge pull request #380 from dtolnay/var David Tolnay 2024-11-08 13:32:26 -05:00
  • 16f8dc1bef
    Wrap interpolated variables to forward Pointer correctly David Tolnay 2024-11-08 11:59:27 -05:00
  • 46586dde23
    Add test that {:p} prints the right address David Tolnay 2024-11-08 11:54:07 -05:00
  • 5dfd2cc112
    Merge pull request #379 from dtolnay/binding David Tolnay 2024-11-08 13:25:40 -05:00
  • fb59da6f7b
    Resolve let_and_return clippy lint David Tolnay 2024-11-08 13:22:54 -05:00
  • 3ee0a4dfdb
    Emit rebinding only for interpolations that refer to a field David Tolnay 2024-11-08 13:15:57 -05:00
  • f4d5c2a5de
    Check infinite recursion as soon as Display bound is known David Tolnay 2024-11-08 13:16:48 -05:00
  • 8a77dea3ae
    Parse trait bound before deciding name for local binding David Tolnay 2024-11-08 13:11:46 -05:00
  • 24e7f87d0d
    Clean up formatvar identifier construction David Tolnay 2024-11-08 13:07:02 -05:00
  • 17fa0d290a
    Merge pull request #378 from dtolnay/self David Tolnay 2024-11-08 13:00:57 -05:00
  • 337df1db6d
    Move recursion checking out of bindings David Tolnay 2024-11-08 12:54:48 -05:00
  • 8e5c843ddc
    Merge pull request #377 from dtolnay/bounds David Tolnay 2024-11-08 12:51:50 -05:00
  • 5948ee6ce4
    Support generic types that need multiple bounds David Tolnay 2024-11-08 12:48:02 -05:00
  • fb8d3a7f44
    Add test using generic type with multiple bounds David Tolnay 2024-11-08 12:43:16 -05:00
  • f728f123fd
    Merge pull request #376 from dtolnay/check David Tolnay 2024-11-08 12:34:19 -05:00
  • 1bb7e7aa78
    Check invalid Named member references before producing MemberUnraw David Tolnay 2024-11-08 12:30:13 -05:00
  • 2f6bff36fb
    Merge pull request #375 from dtolnay/unsized David Tolnay 2024-11-08 12:24:18 -05:00
  • 24c04daea9
    Support dynamically sized field in error David Tolnay 2024-11-08 12:19:52 -05:00
  • 8e8e27376c
    Add test of dynamically sized error type David Tolnay 2024-11-08 12:18:53 -05:00
  • 6097d61b58
    Release 2.0.0 2.0.0 David Tolnay 2024-11-05 21:50:34 -05:00
  • 40113bd4b5
    Merge pull request #373 from dtolnay/nostd David Tolnay 2024-11-05 21:48:30 -05:00
  • d8ed5fbc2f
    Allow disabling std dependency on 1.81+ David Tolnay 2024-11-05 19:43:34 -05:00
  • 8277ec4a73
    Merge pull request #372 from dtolnay/stdbacktrace David Tolnay 2024-11-05 21:01:34 -05:00
  • d6d896df4c
    Access Backtrace exclusively through ::thiserror David Tolnay 2024-11-05 20:51:28 -05:00
  • d14adfbb60
    Merge pull request #371 from dtolnay/coreprovider David Tolnay 2024-11-05 19:38:07 -05:00
  • 2e99c515f3
    Drop Provider API support in pre-1.81 nightlies David Tolnay 2024-11-05 19:26:24 -05:00