aboutsummaryrefslogtreecommitdiff
path: root/lib/xixanta
Commit message (Expand)AuthorAgeFilesLines
* Generalize MemoryRange into RangeMiquel Sabaté Solà2026-07-141-65/+69
* Use 'full_name' everywhere in check()Miquel Sabaté Solà2026-07-141-5/+1
* Prevent out of bounds panics on range_to_human()Miquel Sabaté Solà2026-07-091-1/+1
* Minor style fixes from an upgraded clippyMiquel Sabaté Solà2026-07-091-1/+1
* Add support for the asan:fixed-segments commentMiquel Sabaté Solà2026-07-093-24/+189
* Add a warning for unknown cross-mapping referencesMiquel Sabaté Solà2026-07-084-1/+105
* Add the SectionType::Vector enum valueMiquel Sabaté Solà2026-07-082-3/+14
* lib: add descriptions in Cargo.toml filesMiquel Sabaté Solà2026-07-081-1/+1
* Upgrade to the 2024 edition of RustMiquel Sabaté Solà2026-07-085-279/+377
* Let arguments be able to reference their macroMiquel Sabaté Solà2026-07-072-32/+63
* Be more specific on unused objectsMiquel Sabaté Solà2026-07-071-2/+7
* Preserve the 'accessed' member on macro argumentsMiquel Sabaté Solà2026-07-071-1/+12
* Do not optimize away unresolved non-jumpsMiquel Sabaté Solà2026-07-071-1/+31
* Refer to the original file for unused objectsMiquel Sabaté Solà2026-06-052-22/+28
* tests: fix the assembler fuzzerMiquel Sabaté Solà2026-04-301-2/+16
* Rename "raw address" to "label"Miquel Sabaté Solà2026-04-301-2/+2
* Issue a warning on unused macrosMiquel Sabaté Solà2026-04-301-0/+33
* Don't do the 'accessed' check if "check:ignore" was givenMiquel Sabaté Solà2026-04-301-2/+5
* Allow a magic "check:ignore" commentMiquel Sabaté Solà2026-04-301-1/+1
* nasm/xa65: add the --allow-unused optionMiquel Sabaté Solà2026-04-301-2/+21
* Add a new 'check' stage in assemble()Miquel Sabaté Solà2026-04-302-108/+108
* Send an error for unused .proc'sMiquel Sabaté Solà2026-04-282-42/+104
* nasm: add the --split-segments optionMiquel Sabaté Solà2026-04-281-1/+10
* Add the context's name into memory rangesMiquel Sabaté Solà2026-04-252-4/+8
* Add the .min and the .max control expressionsMiquel Sabaté Solà2026-04-243-0/+91
* Allow scoped names in __fallthrough__Miquel Sabaté Solà2026-04-241-1/+1
* Add a big endian control statementMiquel Sabaté Solà2026-04-243-5/+73
* Add the .version pseudo-variableMiquel Sabaté Solà2026-04-243-0/+45
* Update the code style to the latest stable RustMiquel Sabaté Solà2026-04-242-15/+10
* Fix outdated comment on __fallthrough__Miquel Sabaté Solà2026-04-241-4/+4
* Fix calls with arguments containing addressesMiquel Sabaté Solà2026-04-241-1/+46
* Ensure expressions in arguments are fully parsedMiquel Sabaté Solà2026-04-232-0/+33
* Implement the asan:stack statementMiquel Sabaté Solà2026-04-083-7/+328
* Re-create the values for bundle call argumentsMiquel Sabaté Solà2026-03-101-4/+38
* Ignore GLOBAL_CONTEXT on force_context_switch()Miquel Sabaté Solà2026-03-091-0/+6
* asan: ignore names from macro argumentsMiquel Sabaté Solà2026-03-092-5/+6
* Define the global scope to a more obscure nameMiquel Sabaté Solà2026-02-251-1/+1
* Fix small indentation typoMiquel Sabaté Solà2026-02-251-1/+1
* Raise an error when a control statement does not existMiquel Sabaté Solà2026-02-251-11/+10
* Allow using a byte for indirect jumpsMiquel Sabaté Solà2026-02-111-11/+12
* asan: Fix validation on indirect jumpsMiquel Sabaté Solà2026-02-111-3/+1
* asan: don't complain on arithmetic with addressesMiquel Sabaté Solà2026-02-061-4/+17
* Fix the arithmetic on indexed addressing modesMiquel Sabaté Solà2026-02-051-51/+136
* Make the fallthrough error more explicitMiquel Sabaté Solà2026-02-031-1/+4
* Avoid invalid identifiers in proc/macro/scopeMiquel Sabaté Solà2026-02-031-7/+58
* Ensure __fallthrough__ is not considered a valid identifierMiquel Sabaté Solà2026-02-031-1/+4
* Change .fallthrough to __fallthrough__Miquel Sabaté Solà2026-02-024-38/+49
* Fix typo in commentMiquel Sabaté Solà2026-02-021-1/+1
* Add the .fallthrough control statementMiquel Sabaté Solà2026-02-023-1/+98
* Warn on pointless (un)conditional branchingMiquel Sabaté Solà2026-02-022-0/+88