| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reduced define for 'unreachable!' to a single macro rule | Tarun Singh | 2024-07-17 | 1 | -10/+6 |
| | | |||||
| * | Add collapse_debuginfo to fmt.rs macros. | Dario Nieuwenhuis | 2024-06-17 | 1 | -0/+17 |
| | | | | | | | This makes location info in defmt logs point to the code calling the macro, instead of always to fmt.rs as before. Fix works with nightlies starting with today's, and stable 1.81+. | ||||
| * | fmt: disable "unused" warnings. | Dario Nieuwenhuis | 2024-03-20 | 1 | -2/+1 |
| | | |||||
| * | Sync all fmt.rs files. | Dario Nieuwenhuis | 2023-08-30 | 1 | -6/+39 |
| | | |||||
| * | fmt: Add dunmy use to avoid "unused variable" errors when no log is enabled. | Dario Nieuwenhuis | 2021-06-07 | 1 | -16/+26 |
| | | |||||
| * | fmt: use absolute paths | Dario Nieuwenhuis | 2021-06-07 | 1 | -29/+29 |
| | | |||||
| * | fmt: make all macros `macro_rules` so scoping is consistent. | Dario Nieuwenhuis | 2021-06-07 | 1 | -45/+146 |
| | | |||||
| * | Allow unused stuff in fmt.rs | Dario Nieuwenhuis | 2021-03-18 | 1 | -0/+1 |
| | | |||||
| * | Do not export fmt macros. | Dario Nieuwenhuis | 2021-03-17 | 1 | -6/+0 |
| | | | | | This was introduced by accident by me struggling with the weird intra-crate macro importing system... | ||||
| * | Get rid of some warnings | Thales Fragoso | 2021-02-13 | 1 | -0/+1 |
| | | |||||
| * | Better fmt macros. | Dario Nieuwenhuis | 2020-12-13 | 1 | -7/+15 |
| | | |||||
| * | Fix possibly ambiguous macro | Dario Nieuwenhuis | 2020-12-01 | 1 | -1/+1 |
| | | |||||
| * | Add support for log+defmt again, but better. | Dario Nieuwenhuis | 2020-12-01 | 1 | -0/+110 |
