| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2025-07-10 | Run `cargo fmt` | Sebastian Holmin | 2 | -2/+2 |
| 2025-04-04 | Add support for different orderings of arguments for translations | Jonatan Rhodin | 2 | -7/+98 |
| 2024-04-03 | Enable single-use-lifetimes rustc lint | Linus Färnstrand | 1 | -1/+1 |
| 2024-02-27 | Replace err_derive with thiserror | Joakim Hulthe | 3 | -20/+14 |
| 2024-02-08 | Fix `clippy` lint `ineffective_open_options` | Markus Pettersson | 1 | -4/+1 |
| 2023-08-03 | Migrate translation-converter to err_derive | Linus Färnstrand | 3 | -24/+27 |
| 2023-05-23 | Make Android translations-converter compat with rust_2018_idioms | Linus Färnstrand | 1 | -1/+1 |
| 2023-01-30 | Run `cargo clippy --fix` with the new Rust 1.67 preferred format | Linus Färnstrand | 3 | -11/+11 |
| 2022-12-21 | Fix rust formatting | Albin | 1 | -2/+1 |
| 2022-12-21 | Apply more clippy fixes. | Emīls | 1 | -3/+1 |
| 2022-06-13 | Perform a clippy --fix | jonathan | 1 | -5/+5 |
| 2022-05-13 | Remove unused macro expressions | Emīls | 1 | -50/+0 |
| 2021-05-28 | Remove obsolete `parse_line` helper function | Janito Vaqueiro Ferreira Filho | 1 | -11/+0 |
| 2021-05-28 | Fix handling of multi-line messages | Janito Vaqueiro Ferreira Filho | 1 | -15/+162 |
| 2021-05-28 | Test `MsgString` concatenation | Janito Vaqueiro Ferreira Filho | 1 | -0/+36 |
| 2021-05-28 | Implement `Add` for `MsgString` | Janito Vaqueiro Ferreira Filho | 1 | -1/+21 |
| 2021-05-28 | Implement `AddAssign` for `MsgString` | Janito Vaqueiro Ferreira Filho | 1 | -1/+16 |
| 2021-05-28 | Refactor parser into a clearer state machine | Janito Vaqueiro Ferreira Filho | 1 | -73/+322 |
| 2021-05-28 | Return errors from parser methods | Janito Vaqueiro Ferreira Filho | 2 | -22/+50 |
| 2021-05-28 | Derive `Eq` and `PartialEq` for `MsgString` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2021-05-28 | Move `Parser` into a separate module | Janito Vaqueiro Ferreira Filho | 3 | -109/+145 |
| 2021-05-28 | Add `Messages::add_plural` helper method | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2021-05-28 | Add `Messages::add` helper method | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2021-05-28 | Add `Messages::starting_with` constructor | Janito Vaqueiro Ferreira Filho | 1 | -0/+15 |
| 2021-05-28 | Implement `FromStr` for `PluralForm` | Janito Vaqueiro Ferreira Filho | 1 | -0/+19 |
| 2021-05-28 | Add `Messages::with_plural_formula` constructor | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 |
| 2021-05-28 | Return result from `gettext::Messages::from_file` | Janito Vaqueiro Ferreira Filho | 1 | -8/+15 |
| 2021-05-28 | Move `Messages` and related types to new module | Janito Vaqueiro Ferreira Filho | 2 | -162/+173 |
| 2021-05-28 | Rename `Translations` into `Messages` | Janito Vaqueiro Ferreira Filho | 1 | -3/+3 |
| 2021-05-28 | Refactor `match_str` to have extra features | Janito Vaqueiro Ferreira Filho | 2 | -14/+209 |
| 2021-05-28 | Move `match_str!` macro to a separate module | Janito Vaqueiro Ferreira Filho | 2 | -17/+18 |
| 2021-05-21 | Impl. more escape sequences in gettext messages | Janito Vaqueiro Ferreira Filho | 1 | -4/+22 |
| 2021-05-19 | Test creating an already escaped `MsgString` | Janito Vaqueiro Ferreira Filho | 1 | -0/+9 |
| 2021-05-19 | Test `MsgString` escaping of double quotes | Janito Vaqueiro Ferreira Filho | 1 | -0/+9 |
| 2021-05-19 | Test creating an empty `MsgString` | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 |
| 2021-05-19 | Rename `android::StringValue` constructor | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2021-05-19 | Remove previous gettext string normalization | Janito Vaqueiro Ferreira Filho | 1 | -26/+4 |
| 2021-05-19 | Improve construction semantics for `MsgString` | Janito Vaqueiro Ferreira Filho | 2 | -13/+22 |
| 2021-05-19 | Implement `Normalize` for `gettext::MsgString` | Janito Vaqueiro Ferreira Filho | 1 | -2/+1 |
| 2021-05-19 | Move `PluralForm` into a new module | Janito Vaqueiro Ferreira Filho | 2 | -34/+35 |
| 2021-05-19 | Move `MsgString` type into a separate module | Janito Vaqueiro Ferreira Filho | 2 | -32/+38 |
| 2021-05-19 | Move `gettext` module into a new sub-directory | Janito Vaqueiro Ferreira Filho | 1 | -0/+314 |
