Commit Graph

  • e4aca356ac try just before each commannd Ashley Mannix 2019-11-24 13:44:26 +10:00
  • 074ff51574 try use cargo update again Ashley Mannix 2019-11-24 13:31:23 +10:00
  • 5f9f1e1ead fix up build and bump msrv Ashley Mannix 2019-11-09 22:10:32 +10:00
  • d2ebe0eae7 remove named tests Yoshua Wuyts 2019-11-07 02:28:36 +01:00
  • 632e95a90f better macro names Yoshua Wuyts 2019-09-02 02:06:17 +02:00
  • f43b4caaeb update macro tests Yoshua Wuyts 2019-09-02 02:03:31 +02:00
  • a9459bba18 push broken test Yoshua Wuyts 2019-09-02 02:01:22 +02:00
  • 25a3176597 add test & fix breakage Yoshua Wuyts 2019-09-02 02:00:40 +02:00
  • 3f82dfdaab kodraus feedback Yoshua Wuyts 2019-09-02 01:26:00 +02:00
  • 8f2e4f1141 rm dyn mention Yoshua Wuyts 2019-09-01 18:56:08 +02:00
  • cbce6e2bfb fix tests Yoshua Wuyts 2019-09-01 18:49:40 +02:00
  • 29539c4787 panic if used without feature Yoshua Wuyts 2019-09-01 18:33:45 +02:00
  • 0f32cf0750 add kv support to macros Yoshua Wuyts 2019-09-01 18:31:04 +02:00
  • 6a76121bcf Merge pull request #354 from alexcrichton/switch-to-gh-actions Steven Fackler 2019-09-03 13:31:09 -04:00
  • cce3483c1c Run cargo fmt Alex Crichton 2019-09-03 10:24:12 -07:00
  • b0fe282866 Switch from Travis/AppVeyor to GitHub Actions Alex Crichton 2019-09-03 10:11:50 -07:00
  • 829ba814b8 Merge pull request #352 from yoshuawuyts/inline-doc-kv-value Ashley Mannix 2019-09-02 08:28:21 +10:00
  • b9316115f6 inline docs for kv::value Yoshua Wuyts 2019-09-01 11:54:34 +02:00
  • e43f6bac4e Merge pull request #349 from vmalloc/master Steven Fackler 2019-08-22 10:41:47 -04:00
  • dec510e267 Fix documentation for static max_level_xxx filters Rotem Yaari 2019-08-22 07:20:54 +03:00
  • eac3bd1210 Merge pull request #347 from juchiast/patch-1 Steven Fackler 2019-08-20 07:25:59 -04:00
  • 44e3eff135 Fix struct's name in documentation Do Duy 2019-08-20 14:15:56 +07:00
  • c049463d32 Merge pull request #345 from KodrAus/cargo/0.4.8 Ashley Mannix 2019-07-29 07:03:20 +10:00
  • b3f9b92de8 prepare for 0.4.8 release Ashley Mannix 2019-07-28 10:59:59 +10:00
  • f18ade6a5b Merge pull request #344 from sfackler/static-str Ashley Mannix 2019-07-28 10:51:28 +10:00
  • baf6f4b9d8 Dynamically track the 'static-ness of record strings Steven Fackler 2019-07-26 20:37:21 -07:00
  • 17c9328a65 Merge pull request #342 from KodrAus/feat/sval-values Ashley Mannix 2019-07-25 07:17:08 +10:00
  • 9f6df636bd test sval feature in CI Ashley Mannix 2019-07-16 15:21:36 +10:00
  • 04de58552b add sval support for Value bump to 1.31.0 Ashley Mannix 2019-07-16 14:29:08 +10:00
  • 78d3779d42 refactor value layout for easier additional frameworks Ashley Mannix 2019-07-16 14:26:47 +10:00
  • c1a484967d Merge pull request #341 from atouchet/travis Ashley Mannix 2019-07-16 09:08:39 +10:00
  • b4d74cf88c Update Travis CI URL Alex Touchet 2019-07-09 13:08:09 -07:00
  • d1be24ac76 Merge pull request #340 from KodrAus/cargo/0.4.7 Steven Fackler 2019-07-09 11:25:58 -07:00
  • df32c05858 include kv_unstable feature in docs.rs Ashley Mannix 2019-07-06 12:02:36 +10:00
  • eedcd0c9c6 prepare for 0.4.7 release Ashley Mannix 2019-07-06 11:59:53 +10:00
  • d83e1bc7b8 Make it easier to create a Value from owned or erased external types (#339) Ashley Mannix 2019-07-06 11:41:32 +10:00
  • d1da3c0d4c Merge pull request #338 from dereckson/clean-duplicate-in-readme-for-rust-2018 Ashley Mannix 2019-07-06 11:27:46 +10:00
  • 1d525281d6 Merge pull request #337 from tmccombs/std-kv-sources Ashley Mannix 2019-07-04 07:52:32 +10:00
  • f80a32a6f0 Merge pull request #336 from tmccombs/kv-error Ashley Mannix 2019-07-04 07:51:14 +10:00
  • 61563d0dc9 Remove duplicate Rust 2018 documentation Sébastien Santoro 2019-07-02 14:56:47 +00:00
  • 37da74c9e5 Fix error with rustc 1.21 Thayne McCombs 2019-07-01 12:29:32 -06:00
  • 1e3060cc7a Add impls for Source for HashMap and BTreeMap Thayne McCombs 2019-07-01 12:24:00 -06:00
  • b90f275cbb Add conversion to/from io::Error for kv::Error Thayne McCombs 2019-07-01 11:31:11 -06:00
  • f6d8f0b70d Merge pull request #335 from KodrAus/feat/source-get Ashley Mannix 2019-07-01 10:12:17 +10:00
  • 904fddf1e6 add a Source::get method for finding a single value Ashley Mannix 2019-06-28 13:03:16 +10:00
  • 35e97b33eb Merge pull request #333 from johndrinkwater/master Steven Fackler 2019-05-16 09:22:37 -07:00
  • 4c41a501db Respect padding for LevelFilter Display John Drinkwater 2019-05-16 11:10:40 +01:00
  • 020f784812 Switch to SPDX 2.1 license expression David Tolnay 2019-05-09 15:33:21 -07:00
  • 4efec5a3d0 Merge pull request #330 from dtolnay/edition Ashley Mannix 2019-05-01 08:14:54 +10:00
  • 458209edbf Update documentation to 2018 edition David Tolnay 2019-04-30 01:32:05 -07:00
  • c2318a37ca Clean up trailing whitespace David Tolnay 2019-04-30 01:33:21 -07:00
  • 8c0bf63763 Add a count method to Source (#329) Ashley Mannix 2019-04-30 12:16:50 +10:00
  • c1b8304154 Build out initial key values API (#324) Ashley Mannix 2019-04-29 14:32:30 +10:00
  • 23fce0cfee Merge pull request #325 from jonas-schievink/thumbv6 Steven Fackler 2019-03-28 09:01:48 -07:00
  • c1421ce721 Address documentation nits Jonas Schievink 2019-03-25 11:14:15 +01:00
  • 9a042f50b1 Clarify safety conditions of set_logger_racy Jonas Schievink 2019-03-19 13:21:04 +01:00
  • 4c2ffd683c Don't test thumbv6 support on 1.16.0 Jonas Schievink 2019-03-18 23:28:10 +01:00
  • 1df631b2d5 Test thumbv6 support on Travis Jonas Schievink 2019-03-18 23:07:53 +01:00
  • 0c78076fe3 Support thumbv6 by providing a thread-unsafe initialization function Jonas Schievink 2019-03-18 23:03:11 +01:00
  • 98fbdad842 Merge pull request #323 from Enet4/patch-1 David Tolnay 2019-03-12 15:05:33 -07:00
  • fe6992325d Update Cargo.toml Eduardo Pinho 2019-03-12 21:56:10 +00:00
  • 9e95a221ab An RFC for structured logging (#296) Ashley Mannix 2019-03-11 09:23:05 +10:00
  • 2366d8e76b Format with rustfmt 2019-02-14 David Tolnay 2019-03-09 16:15:06 -08:00
  • 053515ba48 Merge pull request #322 from dtolnay/missing David Tolnay 2019-03-09 16:12:08 -08:00
  • 12e01c3078 Improve error when missing macro argument David Tolnay 2019-03-09 15:51:43 -08:00
  • 48df264c9a Merge pull request #321 from dekellum/ignore-atomic-init-depr Ashley Mannix 2019-02-04 07:02:40 +10:00
  • 5d5e00b86c Silence deprecation warning for ATOMIC_USIZE_INIT David Kellum 2019-02-03 08:59:47 -08:00
  • 9d7cc71162 Merge pull request #319 from dekellum/fix-max-level-features-warning Steven Fackler 2019-02-01 20:24:50 -08:00
  • a15a08ff90 Move max_level_features project out of tests to avoid warning David Kellum 2019-02-01 16:35:01 -08:00
  • c0d504b092 Merge pull request #315 from fitzgen/wasm Ashley Mannix 2019-01-15 10:34:57 +10:00
  • 8d755a3bfa README: Add console_log implementation for WebAssembly Nick Fitzgerald 2019-01-14 15:41:28 -08:00
  • 611ebddf93 Add minimum version policy to readme (#313) Ashley Mannix 2019-01-04 10:06:47 +10:00
  • 721dc1771f Merge pull request #311 from KodrAus/doc/max-level-features Ashley Mannix 2019-01-02 13:45:21 +10:00
  • e304caf423 add a note to avoid setting max levels Ashley Mannix 2019-01-02 09:55:49 +10:00
  • a4d35c1e35 Merge pull request #305 from rust-lang-nursery/KodrAus-patch-1 Steven Fackler 2018-11-01 17:55:13 -07:00
  • ecc086d726 clarify what 2018 edition is a bit Ashley Mannix 2018-11-02 10:44:42 +10:00
  • 2cef221e2f Merge pull request #304 from svenstaro/patch-1 David Tolnay 2018-10-30 12:12:33 -07:00
  • a4ec49e059 Add comma to make parsing this easier Sven-Hendrik Haase 2018-10-30 20:03:07 +01:00
  • a1884f25ef Merge pull request #299 from ignatenkobrain/patch-1 David Tolnay 2018-10-27 13:30:23 -07:00
  • 6d34471c50 Update Cargo.toml David Tolnay 2018-10-27 22:27:18 +02:00
  • cab5d50c30 Release 0.4.6 David Tolnay 2018-10-27 12:05:53 -07:00
  • 20f9142585 Merge pull request #301 from faern/fix-log-enabled-macro-export David Tolnay 2018-10-27 11:57:51 -07:00
  • 1f4eb07092 Fix so log_enabled can be used without #[macro_use] Linus Färnstrand 2018-10-27 20:52:10 +02:00
  • c17125697c exclude CI files from crates.io Igor Gnatenko 2018-10-26 22:44:02 +02:00
  • c7f5945608 Merge pull request #295 from dereckson/rust-2018-readme Ashley Mannix 2018-10-12 09:05:18 +10:00
  • 5c033a0ddb Document how to use the crate with Rust 2018 Sébastien Santoro 2018-10-10 11:51:12 +00:00
  • 63fc29bfc7 Release 0.4.5 David Tolnay 2018-09-03 08:58:33 -07:00
  • 219ad8d650 Merge pull request #292 from dtolnay/private David Tolnay 2018-09-03 08:56:50 -07:00
  • e0acf2f62e Make private helper macro names less likely to conflict David Tolnay 2018-09-03 08:05:47 -07:00
  • bca04d0688 Release 0.4.4 David Tolnay 2018-08-17 07:51:52 -07:00
  • 61fa11aefd Merge pull request #288 from dtolnay/local Alex Crichton 2018-08-17 07:32:48 -07:00
  • 8e41183ebd Use local_inner_macros to resolve all local macros within $crate David Tolnay 2018-08-16 23:29:05 -07:00
  • df45f4fbd8 Merge pull request #287 from sunfishcode/wait-for-initialized Steven Fackler 2018-08-01 17:19:18 -07:00
  • 0554eb2a9e Remove the call to spin_loop_hint. Dan Gohman 2018-08-01 13:03:26 -07:00
  • 77eb1078b3 Ensure that initialization is complete after set_logger_inner. Dan Gohman 2018-08-01 12:38:48 -07:00
  • e6c4a04d62 Merge pull request #283 from bcko/patch-1 Ashley Mannix 2018-07-09 15:47:45 +10:00
  • 001b8b9201 add badges BC Ko 2018-07-01 12:16:44 -07:00
  • 03688bbdc2 Release 0.4.3 Steven Fackler 2018-06-29 12:58:50 -07:00
  • 26e146bd39 Merge pull request #280 from golddranks/master Ashley Mannix 2018-06-29 08:57:44 +10:00
  • f117c707c9 Updated the log level explanation text Pyry Kontio 2018-06-28 21:28:32 +09:00