857 Commits

Author SHA1 Message Date
Ashley Mannix
e6b643d591
Merge pull request #656 from rust-lang/cargo/0.4.23
Prepare for 0.4.23 release
0.4.23
2025-01-10 19:29:22 +10:00
Ashley Mannix
0ce1442dac
Merge pull request #657 from tisonkun/relax-feature-flag
Relax feature flag for value's std_support
2025-01-10 12:12:23 +10:00
tison
a61f95d19a
tidy
Signed-off-by: tison <wander4096@gmail.com>
2025-01-10 08:49:25 +08:00
tison
2db4a1bb30
add test
Signed-off-by: tison <wander4096@gmail.com>
2025-01-10 08:47:01 +08:00
tison
8b06d9bfe3
value-bag distinct
Signed-off-by: tison <wander4096@gmail.com>
2025-01-10 08:45:35 +08:00
tison
34eb68cc57
Relax feature flag for value's std_support
Signed-off-by: tison <wander4096@gmail.com>
2025-01-10 08:36:04 +08:00
Ashley Mannix
2f8736e323 prepare for 0.4.23 release 2025-01-10 10:24:32 +10:00
Ashley Mannix
67e025aeb5
Merge pull request #652 from tjardoo/master
Add Ftail implementation
2025-01-10 09:50:57 +10:00
Ashley Mannix
c875606fb0
Merge pull request #653 from rust-lang/fix/key-lifetimes
Fix up key lifetimes and add method to try get a borrowed key
2024-12-25 11:11:32 +10:00
Ashley Mannix
7e79d7f5b3 fix up key lifetimes and add method to try get a borrowed key 2024-12-23 08:57:24 +10:00
Tjardo
9b9c32c0cc Add Ftail logger to lib.rs 2024-12-21 21:25:34 +01:00
Tjardo
bbbd142425 Add Ftail logger to README.md 2024-12-21 21:20:13 +01:00
gbbosak
134d252f05 Revert AsRef impl, as the feature needed for that isn't yet stable. 2024-12-07 12:07:07 +01:00
Brian Bosak
87674d3a8d Bind lifetimes of &str returned from Key by the lifetime of 'k rather than the lifetime of the Key struct 2024-12-07 12:07:07 +01:00
Ashley Mannix
8abe775cfc
Merge pull request #646 from DDAN-17/master
Add clang_log implementation
2024-11-28 14:41:05 +10:00
Ashley Mannix
90787356d7
Merge pull request #642 from tisonkun/patch-1
docs: Add logforth as an impl
2024-11-28 14:37:27 +10:00
DDAN17
937fc2799c
Update lib.rs 2024-11-17 02:49:02 +00:00
DDAN17
3b14f17182
Update README.md 2024-11-17 02:47:21 +00:00
Ashley Mannix
70fead8ef6
Merge pull request #643 from stevenroose/borrowed-str-lifetime
Add correct lifetime to kv::Value::to_borrowed_str
2024-11-14 06:42:24 +11:00
Steven Roose
ac76985c47 Add correct lifetime to kv::Value::to_borrowed_str 2024-11-13 15:55:26 -03:00
tison
9ab7fea8af
docs: Add logforth as an impl 2024-11-13 23:49:04 +08:00
Ashley Mannix
9f8c0d1505
Merge pull request #639 from SpriteOvO/patch-1
Add `spdlog-rs` link to README
2024-11-06 09:52:28 +11:00
Asuna
e52de505df
Add spdlog-rs link to README 2024-10-08 13:28:14 +08:00
Ashley Mannix
96dbf58ec0
Merge pull request #638 from tisonkun/patch-1
Add logforth to implementation
2024-08-03 07:52:33 +10:00
Ashley Mannix
35fbc3f6c7
Merge pull request #637 from Kleinmarb/master
Fix some typos
2024-08-03 07:49:39 +10:00
kleinmarb
3537507ed1 Add .idea to .gitignore 2024-08-02 15:15:58 +02:00
kleinmarb
1879fc475f Remove .idea directory 2024-08-02 15:13:34 +02:00
tison
af182a9818
Update README.md 2024-08-02 20:59:44 +08:00
tison
0a47ca6da2
Add logforth to implementation 2024-08-02 20:26:16 +08:00
kleinmarb
0aaa10df46 Fix some typos 2024-07-31 22:35:17 +02:00
Ashley Mannix
d5ba2cfee9
Merge pull request #634 from rust-lang/cargo/0.4.22
Prepare for 0.4.22 release
0.4.22
2024-06-28 09:12:51 +10:00
KodrAus
d1a8306aad prepare for 0.4.22 release 2024-06-27 07:33:32 +10:00
Ashley Mannix
46894ef229
Merge pull request #633 from rust-lang/feat/panic-info
Use Location::caller() for file and line info
2024-06-27 07:27:38 +10:00
Ashley Mannix
e0d389c9ca
Merge pull request #632 from rust-lang/feat/loosen-atomics
Loosen orderings for logger initialization
2024-06-26 15:47:51 +10:00
KodrAus
c9e5e13e9b use Location::caller() for file and line info 2024-06-25 11:23:00 +10:00
KodrAus
507b672660 loosen orderings for logger initialization 2024-06-25 11:02:26 +10:00
Ashley Mannix
c879b011a8
Merge pull request #628 from Thomasdezeeuw/fix-warnings
Remove unneeded import
2024-04-02 06:55:35 +10:00
Ashley Mannix
405fdb4d9f
Merge pull request #627 from Thomasdezeeuw/check-features
Check usage of max_level features
2024-04-02 06:54:03 +10:00
Thomas de Zeeuw
1307ade112 Remove unneeded import
Already imported by super::*
2024-03-31 20:32:17 +02:00
Thomas de Zeeuw
710560ecb7 Don't use --all-features in CI 2024-03-31 20:26:59 +02:00
Thomas de Zeeuw
10ab47209a Check usage of max_level features
With this change log will to fail to compile if two or more
(release_)max_level_* features are used.
2024-03-31 20:16:41 +02:00
Ashley Mannix
28d734b0c4
Merge pull request #625 from Catamantaloedis/hint_spin_loop
Replace deprecated std::sync::atomic::spin_loop_hint()
2024-03-30 10:20:55 +10:00
Ashley Mannix
db190947fe
Merge pull request #623 from rust-lang/chore/docs-clarifications
Clarify the actual set of functions that can race in _racy variants
2024-03-30 10:19:13 +10:00
Alec Rohloff
54eebd2f74
Replace deprecated std::sync::atomic::spin_loop_hint() 2024-03-29 18:07:37 -04:00
KodrAus
17b73a485b clarify the actual set of functions that can race in _racy variants 2024-03-29 21:12:20 +10:00
Ashley Mannix
4961162e74
Merge pull request #619 from DIvkov575/add-line-number-tests
adding line_number test + updating some testing infrastructure
2024-03-26 15:00:48 +10:00
Divkov575
3aea361cff fmt + change test harness + remove (unnecessary) lazy_static from dev-deps 2024-03-24 10:59:20 -04:00
Divkov575
36b1a1cac9 combined tests test_filter & test_line_number -> 1 main function 2024-03-24 10:39:34 -04:00
Ashley Mannix
7bdb8aac88
Merge pull request #621 from chrivers/chrivers/add-colog-links
Add links to `colog` crate
2024-03-24 18:48:11 +10:00
Christian Iversen
2cec229e04 Add links to colog crate, which provides logging with reasonable defaults, and customizable styling 2024-03-23 10:46:13 +01:00