| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add the .min and the .max control expressions | Miquel Sabaté Solà | 2026-04-24 | 1 | -0/+4 |
| * | Add a big endian control statement | Miquel Sabaté Solà | 2026-04-24 | 1 | -0/+2 |
| * | Add the .version pseudo-variable | Miquel Sabaté Solà | 2026-04-24 | 1 | -0/+2 |
| * | Implement the asan:stack statement | Miquel Sabaté Solà | 2026-04-08 | 1 | -0/+3 |
| * | Ensure __fallthrough__ is not considered a valid identifier | Miquel Sabaté Solà | 2026-02-03 | 1 | -1/+4 |
| * | Change .fallthrough to __fallthrough__ | Miquel Sabaté Solà | 2026-02-02 | 1 | -2/+4 |
| * | Fix typo in comment | Miquel Sabaté Solà | 2026-02-02 | 1 | -1/+1 |
| * | Add the .fallthrough control statement | Miquel Sabaté Solà | 2026-02-02 | 1 | -0/+2 |
| * | Allow constants in asan:reserve statements | Miquel Sabaté Solà | 2025-12-15 | 1 | -0/+2 |
| * | Allow asan:reserve to receive an usize | Miquel Sabaté Solà | 2025-12-14 | 1 | -1/+1 |
| * | Validate that memory access is done via variables | Miquel Sabaté Solà | 2025-09-03 | 1 | -0/+30 |
| * | assembler: Add support for asan:reserve,ignore | Miquel Sabaté Solà | 2025-09-02 | 1 | -2/+2 |
| * | parser: Add asan:reserve and asan:weak support | Miquel Sabaté Solà | 2025-08-28 | 1 | -0/+13 |
| * | Apply suggested style fixes from clippy | Miquel Sabaté Solà | 2025-08-17 | 1 | -1/+1 |
| * | Implement echo control statements | Miquel Sabaté Solà | 2025-01-22 | 1 | -0/+13 |
| * | Implement .ifdef/.ifndef statements | Miquel Sabaté Solà | 2025-01-16 | 1 | -1/+16 |
| * | Implement .def/.defined expressions | Miquel Sabaté Solà | 2025-01-16 | 1 | -0/+2 |
| * | Implement .if/.elsif/.else statements | Miquel Sabaté Solà | 2025-01-16 | 1 | -2/+17 |
| * | Add boolean operators | Miquel Sabaté Solà | 2025-01-16 | 1 | -0/+18 |
| * | Implement .asciiz control statement | Miquel Sabaté Solà | 2025-01-14 | 1 | -0/+2 |
| * | Implement the .res control statement | Miquel Sabaté Solà | 2025-01-14 | 1 | -0/+2 |
| * | Implement the .include statement | Miquel Sabaté Solà | 2025-01-09 | 1 | -1/+7 |
| * | Add the .repeat control statement | Miquel Sabaté Solà | 2025-01-07 | 1 | -2/+11 |
| * | Implement block bodies inside of the assembler | Miquel Sabaté Solà | 2025-01-05 | 1 | -0/+9 |
| * | parser: Implement block bodies | Miquel Sabaté Solà | 2025-01-04 | 1 | -1/+48 |
| * | Make more explicit segment/macros are only global | Miquel Sabaté Solà | 2024-12-23 | 1 | -1/+29 |
| * | parser: Add support for operators | Miquel Sabaté Solà | 2024-12-19 | 1 | -0/+39 |
| * | Export documentation on PString::to_isize | Miquel Sabaté Solà | 2024-12-19 | 1 | -3/+3 |
| * | Implement the .incbin control statement | Miquel Sabaté Solà | 2024-12-19 | 1 | -0/+1 |
| * | Add support for anonymous labels | Miquel Sabaté Solà | 2024-12-12 | 1 | -0/+39 |
| * | Don't rely on the identifier for control identity | Miquel Sabaté Solà | 2024-12-12 | 1 | -5/+25 |
| * | Initial support for branching | Miquel Sabaté Solà | 2024-12-12 | 1 | -0/+14 |
| * | Re-work the support on labels, variables and jumps | Miquel Sabaté Solà | 2024-12-12 | 1 | -4/+6 |
| * | Adapt the assembler to the changes on the parser | Miquel Sabaté Solà | 2024-12-12 | 1 | -0/+164 |
