| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-16 | include headers cleanup | AdriĆ Arrufat | |
| 2023-10-25 | Default comparison operators that can be | Maxime Coste | |
| 2023-10-25 | Remove redundant comparison operators | Maxime Coste | |
| Since C++20 (a != b) get automatically rewritten as !(a == b) if the != operator does not exist. | |||
| 2020-06-27 | Refactor how InsetCompletionHide hook parameter is computed | Maxime Coste | |
| Keep track of inserted ranges instead of trying to re-derive them. Fixes #3556 | |||
| 2018-10-21 | Move LineRangeSet to line_modification.hh | Maxime Coste | |
