summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-19compilers: Stop passing `is_cross`Dylan Baker
2025-11-19compilers: Pass Environment instead of MachineInfoDylan Baker
2025-11-19macros: fix feature to disable verbosityDominique Leuenberger
2025-11-19interpreter: Fix import of cargo for type checkingDylan Baker
2025-11-19fix parsing cgit pathsJohn Turner
2025-11-19mtest: fix building of all test deps for --suitemaj0e
2025-11-19tests: Fix regex in test_sliceMarkus Jörg
2025-11-19rust: search for native static libs in target libdirAlyssa Ross
2025-11-19options: the parent of a yielding option can be falsyPaolo Bonzini
2025-11-19Prevent /link being passed twice in compiler flagsFrankie Robertson
2025-11-19rust: add functions for coverage argumentsPaolo Bonzini
2025-11-18docs: Generate functions pagesSwagtoy
2025-11-18modules/windows: Also search for llvm-rc and llvm-windresLuca Bacci
2025-11-18docs: release-note rewriter improvementsBenjamin Gilbert
2025-11-18rewriter: fix kwargs info for dict-valued kwargsBenjamin Gilbert
2025-11-18rewriter: drop unused command-line arguments for def/kwargs deleteBenjamin Gilbert
2025-11-18rewriter: fix backtrace if command-line kwargs length is oddBenjamin Gilbert
2025-11-18rewriter: support project(license_files: )Benjamin Gilbert
2025-11-18rewriter: don't unpack the same values five timesBenjamin Gilbert
2025-11-18rewriter: fix CLI help recommending invalid function IDs for projectBenjamin Gilbert
2025-11-18rust.proc_macro: fix type of kwargs["native"]Paolo Bonzini
2025-11-18interpreter: fix type of override_optionsPaolo Bonzini
2025-11-18Add support for the `counted_by` attributeTristan Partin
2025-11-17mtest: consistently, sanely, exit "1" if tests failEli Schwartz
2025-11-17mtest: add convenience key to testlog.json for "is a failure"Eli Schwartz
2025-11-17docs: fix typoSertonix
2025-11-17rust: allow either crate names or target names in the dependency mapPaolo Bonzini
2025-11-17docs: clarify documentation for rust_dependency_mapPaolo Bonzini
2025-11-17Support Visual Studio 2026.Jussi Pakkanen
2025-11-14interpreter: Robustly covert executable arguments to shared_library argumentsDylan Baker
2025-11-14build: Add `android_exe_type` to the Executable keyword argumentsDylan Baker
2025-11-14Add documentation for OS/2 supportKO Myung-Hun
2025-11-14Add `os2_emxomf' option to generate OMF files on OS/2KO Myung-Hun
2025-11-14Get library name patterns with proper prefixes and suffixes on OS/2KO Myung-Hun
2025-11-14Add `shortname' kwarg for a short DLL name on OS/2KO Myung-Hun
2025-11-14Generate a shared library and an import library correctly on OS/2KO Myung-Hun
2025-11-14Extension of the executable is `exe' on OS/2KO Myung-Hun
2025-11-14PIC is always enabled on OS/2KO Myung-Hun
2025-11-14Add a proper flag for pthread on OS/2KO Myung-Hun
2025-11-14OS/2 linker does not support a thin archiveKO Myung-Hun
2025-11-14Add functions to determine if OS/2KO Myung-Hun
2025-11-14Add OS2 dynamic linker supportKO Myung-Hun
2025-11-14add test cases for meson.version.version_compare()Eli Schwartz
2025-11-14make str and meson.version() API align again.Eli Schwartz
2025-11-14version_compare with meson.version() override should log when it doesn't workEli Schwartz
2025-11-14tests: Skip limited API test on freethreading Python versionsMichał Górny
2025-11-13vala: utilize depfilesValeri Ochinski
2025-11-12rust: allow linking with sanitizer-enabled C librariesPaolo Bonzini
2025-11-12compilers: pass target and env to sanitizer_*_argsPaolo Bonzini
2025-11-12rust: call compilers.get_base_link_argsPaolo Bonzini