| Age | Commit message (Expand) | Author |
| 2023-06-18 | indent: untangle code for handling the statement indentation | rillig |
| 2023-06-17 | indent: miscellaneous cleanups | rillig |
| 2023-06-14 | indent: clean up the code, add a few tests | rillig |
| 2023-06-14 | indent: allow more than 128 brace levels | rillig |
| 2023-06-14 | indent: fix out-of-bounds read when reducing a statement | rillig |
| 2023-06-14 | indent: clean up array indexing for parser symbols | rillig |
| 2023-06-14 | indent: merge parser symbols for stmt and stmt_list | rillig |
| 2023-06-10 | indent: fix stack overflow, add more tests | rillig |
| 2023-06-10 | indent: miscellaneous cleanups | rillig |
| 2023-06-09 | indent: format its own code | rillig |
| 2023-06-07 | indent: extract the stack of parser symbols to a separate struct | rillig |
| 2023-06-06 | indent: sort functions in call order | rillig |
| 2023-06-06 | indent: compute indentation of 'case' labels on-demand | rillig |
| 2023-06-05 | indent: rename variables, clean up comments | rillig |
| 2023-06-04 | indent: track the kind of '{' on the parser stack | rillig |
| 2023-06-03 | indent: clean up handling of brace indentation | rillig |
| 2023-06-02 | indent: fix formatting of declarations with preprocessing lines | rillig |
| 2023-05-23 | indent: split debug output into paragraphs | rillig |
| 2023-05-18 | indent: manually wrap overly long lines | rillig |
| 2023-05-18 | indent: switch to standard code style | rillig |
| 2023-05-16 | indent: allow comments in column 1 to be formatted | rillig |
| 2023-05-15 | indent: format its own code, extend some comments | rillig |
| 2023-05-15 | indent: remove redundant include lines | rillig |
| 2023-05-15 | indent: clean up memory and buffer management | rillig |
| 2023-05-14 | indent: remove foreign RCS IDs | rillig |
| 2023-05-13 | indent: move debugging code to separate file | rillig |
| 2023-05-12 | indent: rename placeholder symbol for parser stack | rillig |
| 2023-05-12 | tests/indent: test pushing the placeholder symbol to the parser stack | rillig |
| 2023-05-12 | indent: condense code for handling spaced expressions | rillig |
| 2023-05-11 | indent: remove buggy code for swapping tokens | rillig |
| 2022-04-22 | indent: remove FreeBSD IDs | rillig |
| 2021-11-07 | indent: various cleanups | rillig |
| 2021-10-29 | indent: remove redundant comments, remove punctuation from debug log | rillig |
| 2021-10-29 | indent: remove redundant comments | rillig |
| 2021-10-29 | indent: reduce indentation in parse, extract decl_level | rillig |
| 2021-10-28 | indent: clean up indentation, comments, reduce | rillig |
| 2021-10-28 | indent: clean up comments and function names | rillig |
| 2021-10-26 | indent: run indent on its own source code | rillig |
| 2021-10-25 | indent: do not output token in debug mode | rillig |
| 2021-10-25 | indent: rename search_brace to search_stmt | rillig |
| 2021-10-25 | indent: split type token_type into 3 separate types | rillig |
| 2021-10-24 | indent: split kw_do_or_else into separate constants | rillig |
| 2021-10-24 | indent: run indent on its own source code | rillig |
| 2021-10-20 | indent: rename parser stack variables | rillig |
| 2021-10-08 | indent: clean up comments, parentheses, debug messages, boolean operator | rillig |
| 2021-10-08 | indent: clean up 'parse', add test for dangling else | rillig |
| 2021-10-07 | indent: rename opt.btype_2 to brace_same_line | rillig |
| 2021-10-07 | indent: let the code breathe a bit by inserting empty lines | rillig |
| 2021-10-07 | indent: clean up comments | rillig |
| 2021-10-07 | indent: remove redundant comments | rillig |