aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Minor style fixes from an upgraded clippyMiquel Sabaté Solà2026-07-093-3/+3
* Add support for the asan:fixed-segments commentMiquel Sabaté Solà2026-07-098-24/+370
* Add a warning for unknown cross-mapping referencesMiquel Sabaté Solà2026-07-089-2/+286
* Add the SectionType::Vector enum valueMiquel Sabaté Solà2026-07-082-3/+14
* lib: add descriptions in Cargo.toml filesMiquel Sabaté Solà2026-07-082-1/+3
* Upgrade to the 2024 edition of RustMiquel Sabaté Solà2026-07-0813-289/+384
* Let arguments be able to reference their macroMiquel Sabaté Solà2026-07-076-37/+69
* Be more specific on unused objectsMiquel Sabaté Solà2026-07-072-3/+8
* Preserve the 'accessed' member on macro argumentsMiquel Sabaté Solà2026-07-075-1/+46
* 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-056-22/+49
* tests: check on the existence of jetpac.nesMiquel Sabaté Solà2026-04-301-1/+6
* xa65: sort the flags on the help messageMiquel Sabaté Solà2026-04-301-1/+1
* Fix tabulation on --allow-unused help's messageMiquel Sabaté Solà2026-04-301-1/+1
* ci: override LC_ALL for a more consistent 'sort'Miquel Sabaté Solà2026-04-302-2/+2
* tests: fix the assembler fuzzerMiquel Sabaté Solà2026-04-301-2/+16
* Rename "raw address" to "label"Miquel Sabaté Solà2026-04-302-3/+3
* nasm: add documentation to the 'unused' checksMiquel Sabaté Solà2026-04-301-0/+23
* tests: adapt to the new 'unused' checksMiquel Sabaté Solà2026-04-304-19/+35
* 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-303-2/+31
* 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-285-42/+111
* nasm: add documentation on the exit status codeMiquel Sabaté Solà2026-04-281-0/+9
* nasm: call exit() right after error detectionMiquel Sabaté Solà2026-04-281-90/+88
* nasm: use buffered writing for full ROMs as wellMiquel Sabaté Solà2026-04-281-4/+8
* nasm: avoid an unnecessary loop when writing bytesMiquel Sabaté Solà2026-04-281-5/+3
* nasm: add the --split-segments optionMiquel Sabaté Solà2026-04-282-33/+81
* nasm: add a description on the README.md fileMiquel Sabaté Solà2026-04-251-0/+14
* tests: update submodules to their latest commitsMiquel Sabaté Solà2026-04-253-0/+0
* 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-243-1/+11
* 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
* ci: upgrade to actions/checkout@v6Miquel Sabaté Solà2026-04-241-5/+5
* Update the code style to the latest stable RustMiquel Sabaté Solà2026-04-244-22/+15
* tests: add jetpac.nes to the end-to-end testsMiquel Sabaté Solà2026-04-243-0/+23
* 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
* xa65: fix indentation on the help messageMiquel Sabaté Solà2026-04-231-3/+1
* Add documentation for asan:stackMiquel Sabaté Solà2026-04-081-0/+23
* Implement the asan:stack statementMiquel Sabaté Solà2026-04-0813-7/+348
* Re-create the values for bundle call argumentsMiquel Sabaté Solà2026-03-105-4/+94
* 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-093-5/+19
* Fix small typoMiquel Sabaté Solà2026-02-271-1/+1