924 Commits

Author SHA1 Message Date
Ashley Mannix
6e1735597b
Merge pull request #695 from rust-lang/cargo/0.4.28
Prepare for 0.4.28 release
0.4.28
2025-09-04 05:29:25 +10:00
Ashley Mannix
57719dbef5
focus on user-facing source changes in the changelog 2025-09-02 18:31:18 +10:00
KodrAus
e0630c6485 prepare for 0.4.28 release 2025-09-02 15:57:55 +10:00
Ashley Mannix
60829b11f5
Merge pull request #692 from nebkor/up-and-down
Add `up()` and `down()` methods for `Level` and `LevelFilter`
2025-09-02 08:42:07 +10:00
Joe Ardent
95d44f8af5 change names of log-level-changing methods to be more descriptive 2025-08-31 13:59:17 -07:00
Joe Ardent
2b63dfada6 Add up() and down() methods for Level and LevelFilter 2025-07-31 12:03:15 -07:00
Ashley Mannix
3aa1359e92
Merge pull request #690 from HaoliangXu/master
Chore: delete compare_exchange method for AtomicUsize on platforms without atomics
2025-07-19 09:31:22 +10:00
Sheldon Lee
1091f2cbd2 Chore:delete compare_exchange method for AtomicUsize on platforms
without atomics Since it's never been compiled or used.
2025-07-18 10:19:25 -04:00
Ashley Mannix
24c5f44efd
Merge pull request #688 from ZylosLumen/patch-1
Unhide `#[derive(Debug)]` in example
2025-07-09 21:25:50 +10:00
Zylos
4498495467
Unhide #[derive(Debug)] in example 2025-07-03 21:59:00 -04:00
xixishidibei
5359483974 chore: fix some typos in comment
Signed-off-by: xixishidibei <xixishidibei@outlook.com>
2025-04-02 17:10:07 +02:00
Ashley Mannix
71d533f9bb
Merge pull request #676 from tisonkun/drop-really-old-trick
ci: drop really old trick and ensure MSRV for all feature combo
2025-03-25 20:35:26 +10:00
tison
50c2018d50
fixup running IT cases
Signed-off-by: tison <wander4096@gmail.com>
2025-03-25 07:10:34 +08:00
tison
b9c84e8dd9
Update CHANGELOG.md 2025-03-24 19:07:14 +08:00
tison
6f4bab1e52
Merge branch 'master' into drop-really-old-trick 2025-03-24 19:02:25 +08:00
tison
faca8cbfce
update change log
Signed-off-by: tison <wander4096@gmail.com>
2025-03-24 19:01:49 +08:00
tison
5173090324
fixup scripts
Signed-off-by: tison <wander4096@gmail.com>
2025-03-24 19:00:08 +08:00
tison
5932509791
sval 2.14.1
Signed-off-by: tison <wander4096@gmail.com>
2025-03-24 18:57:19 +08:00
tison
d70c00c788
install toolchain by scripts
Signed-off-by: tison <wander4096@gmail.com>
2025-03-24 18:55:05 +08:00
tison
28026bf39f
ensure workflow permissions
Signed-off-by: tison <wander4096@gmail.com>
2025-03-24 18:51:47 +08:00
tison
6eb2731b04
undo pin runner name
Signed-off-by: tison <wander4096@gmail.com>
2025-03-24 18:50:13 +08:00
Ashley Mannix
35161d0d25
Merge pull request #674 from rust-lang/cargo/0.4.27
Prepare for 0.4.27 release
0.4.27
2025-03-24 19:19:42 +10:00
tison
828abbc4d0
try patching
Signed-off-by: tison <wander4096@gmail.com>
2025-03-24 09:55:26 +08:00
tison
2cac1dd324
everything requires 1.61.0
Signed-off-by: tison <wander4096@gmail.com>
2025-03-24 09:40:02 +08:00
tison
f1372a879d
another way
Signed-off-by: tison <wander4096@gmail.com>
2025-03-24 09:37:05 +08:00
tison
26f662526d
serde requires 1.61+
Signed-off-by: tison <wander4096@gmail.com>
2025-03-24 08:59:24 +08:00
tison
e52ac8d10f
ci: drop really old trick and use new actions
Signed-off-by: tison <wander4096@gmail.com>
2025-03-24 08:54:57 +08:00
KodrAus
cc131ef268 prepare for 0.4.27 release 2025-03-24 08:07:39 +10:00
Ashley Mannix
ea6f54d395
Merge pull request #673 from rust-lang/feat/logger-by-ref
Pass global logger by value, supplied logger by ref
2025-03-24 06:19:31 +10:00
KodrAus
d229c7355b fix unclosed code block 2025-03-24 06:09:40 +10:00
KodrAus
02486e458c fill in more tests for logger argument 2025-03-24 05:56:21 +10:00
KodrAus
71e034ffa6 expand logger tests 2025-03-24 05:45:35 +10:00
KodrAus
dfa067e65c fix up kv passing 2025-03-23 14:25:45 +10:00
KodrAus
39d4c3ab88 run fmt 2025-03-23 14:24:43 +10:00
KodrAus
7aacc8fea3 pass global logger by value, supplied logger by ref 2025-03-23 14:22:24 +10:00
Ashley Mannix
a438c6ed08
Merge pull request #664 from tisonkun/logger-field
Add an optional logger param
2025-03-23 13:31:50 +10:00
tison
088f9f35ea
address comments
Signed-off-by: tison <wander4096@gmail.com>
2025-03-21 15:18:31 +08:00
tison
66a7ab7ff0
address comment
Signed-off-by: tison <wander4096@gmail.com>
2025-03-19 07:07:46 +08:00
tison
0bf505d472
more docs
Signed-off-by: tison <wander4096@gmail.com>
2025-03-17 22:54:27 +08:00
tison
da3dd1feb8
add docs
Signed-off-by: tison <wander4096@gmail.com>
2025-03-17 22:50:34 +08:00
tison
11af9f190a
move logger expr to execute conditionally
Signed-off-by: tison <wander4096@gmail.com>
2025-03-17 22:23:34 +08:00
tison
2bb47d65a5
use a zero-sized GlobalLogger
Signed-off-by: tison <wander4096@gmail.com>
2025-02-28 11:41:32 +08:00
tison
cde2585932
allows us to pass zero-sized logger
Signed-off-by: tison <wander4096@gmail.com>
2025-02-27 21:50:48 +08:00
tison
c300df0945
Merge branch 'master' into logger-field 2025-02-25 17:11:55 +08:00
Ashley Mannix
d777bd67a0
Merge pull request #665 from nyurik/clippy-support
Enable clippy support for format-like macros
2025-02-22 09:28:16 +10:00
Ashley Mannix
47127019b7
Merge pull request #671 from nyurik/linting
A few minor lint fixes
2025-02-22 09:25:10 +10:00
Yuri Astrakhan
98dc73f3d8 A few minor lint fixes 2025-02-20 20:48:22 -05:00
Yuri Astrakhan
ba8b3c5ce6 Enable clippy support for format-like macros
Add `#[clippy::format_args]` as described in https://doc.rust-lang.org/nightly/clippy/attribs.html#clippyformat_args
2025-02-20 20:33:27 -05:00
Ashley Mannix
5a91554817
Merge pull request #670 from rust-lang/cargo/0.4.26
Prepare for 0.4.26 release
0.4.26
2025-02-21 09:32:00 +10:00
KodrAus
5aba0c2290 prepare for 0.4.26 release 2025-02-18 09:36:52 +10:00