aboutsummaryrefslogtreecommitdiff
path: root/lib/xixanta/src/node.rs
Commit message (Expand)AuthorAgeFilesLines
* Add support for the asan:fixed-segments commentMiquel Sabaté Solà2026-07-091-0/+2
* Add a warning for unknown cross-mapping referencesMiquel Sabaté Solà2026-07-081-0/+2
* Add the .min and the .max control expressionsMiquel Sabaté Solà2026-04-241-0/+4
* Add a big endian control statementMiquel Sabaté Solà2026-04-241-0/+2
* Add the .version pseudo-variableMiquel Sabaté Solà2026-04-241-0/+2
* Implement the asan:stack statementMiquel Sabaté Solà2026-04-081-0/+3
* Ensure __fallthrough__ is not considered a valid identifierMiquel Sabaté Solà2026-02-031-1/+4
* Change .fallthrough to __fallthrough__Miquel Sabaté Solà2026-02-021-2/+4
* Fix typo in commentMiquel Sabaté Solà2026-02-021-1/+1
* Add the .fallthrough control statementMiquel Sabaté Solà2026-02-021-0/+2
* Allow constants in asan:reserve statementsMiquel Sabaté Solà2025-12-151-0/+2
* Allow asan:reserve to receive an usizeMiquel Sabaté Solà2025-12-141-1/+1
* Validate that memory access is done via variablesMiquel Sabaté Solà2025-09-031-0/+30
* assembler: Add support for asan:reserve,ignoreMiquel Sabaté Solà2025-09-021-2/+2
* parser: Add asan:reserve and asan:weak supportMiquel Sabaté Solà2025-08-281-0/+13
* Apply suggested style fixes from clippyMiquel Sabaté Solà2025-08-171-1/+1
* Implement echo control statementsMiquel Sabaté Solà2025-01-221-0/+13
* Implement .ifdef/.ifndef statementsMiquel Sabaté Solà2025-01-161-1/+16
* Implement .def/.defined expressionsMiquel Sabaté Solà2025-01-161-0/+2
* Implement .if/.elsif/.else statementsMiquel Sabaté Solà2025-01-161-2/+17
* Add boolean operatorsMiquel Sabaté Solà2025-01-161-0/+18
* Implement .asciiz control statementMiquel Sabaté Solà2025-01-141-0/+2
* Implement the .res control statementMiquel Sabaté Solà2025-01-141-0/+2
* Implement the .include statementMiquel Sabaté Solà2025-01-091-1/+7
* Add the .repeat control statementMiquel Sabaté Solà2025-01-071-2/+11
* Implement block bodies inside of the assemblerMiquel Sabaté Solà2025-01-051-0/+9
* parser: Implement block bodiesMiquel Sabaté Solà2025-01-041-1/+48
* Make more explicit segment/macros are only globalMiquel Sabaté Solà2024-12-231-1/+29
* parser: Add support for operatorsMiquel Sabaté Solà2024-12-191-0/+39
* Export documentation on PString::to_isizeMiquel Sabaté Solà2024-12-191-3/+3
* Implement the .incbin control statementMiquel Sabaté Solà2024-12-191-0/+1
* Add support for anonymous labelsMiquel Sabaté Solà2024-12-121-0/+39
* Don't rely on the identifier for control identityMiquel Sabaté Solà2024-12-121-5/+25
* Initial support for branchingMiquel Sabaté Solà2024-12-121-0/+14
* Re-work the support on labels, variables and jumpsMiquel Sabaté Solà2024-12-121-4/+6
* Adapt the assembler to the changes on the parserMiquel Sabaté Solà2024-12-121-0/+164