David Tolnay
|
4f157a8b81
|
Prevent build.rs rerunning unnecessarily on all source changes
|
2022-12-12 14:37:41 -08:00 |
|
Taiki Endo
|
a5fd85a9ef
|
Invert build.rs cfgs in serde_test
|
2022-08-04 20:20:31 +09:00 |
|
David Tolnay
|
8cf0ba7fe2
|
Make serde_test build script buildable with older rustc
|
2022-01-20 17:59:21 -08:00 |
|
David Tolnay
|
012ea8eb84
|
Keep conditional compilation cfg naming consistent with serde crate
The serde crate's build.rs uses names like `core_duration` or
`integer128`, not `has_core_duration` / `has_integer128`.
|
2021-01-23 14:57:12 -08:00 |
|
David Tolnay
|
9add5812e2
|
Update track_caller cfg link to show what version it's in
|
2021-01-23 14:56:03 -08:00 |
|
Mingun
|
5cbc8439ea
|
Show correct location in error messages by tracking caller of utility assert_tokens functions
|
2020-10-28 09:11:54 +05:00 |
|