1. 52c7968 AGENTS.md: Add based on GStreamer by Dylan Baker · 8 hours ago upstream/master
  2. be6841a interpreter/primitives/array: implement array as try/except by Dylan Baker · 12 hours ago
  3. cb59331 Revert "cargo: Use --env-set when we have nightly rustc" by Paolo Bonzini · 2 days ago
  4. f49aaca rust: pass rust_args and rust_link_args to sanity check by Paolo Bonzini · 4 days ago
  5. cb725d4 compilers: add get_external_compile/link_args by Paolo Bonzini · 4 days ago
  6. 351c86a d: pass link arguments through unix_args_to_native by Paolo Bonzini · 4 days ago
  7. 2a774b2 compilers: pass linker always args as linker, not compiler arguments by Paolo Bonzini · 4 days ago
  8. 3c71847 unittests: add test that find_library receives the link_always_args by Paolo Bonzini · 4 days ago
  9. cb8573e clike: do not add external arguments twice in the sanity check by Paolo Bonzini · 4 days ago
  10. ca38541 compilers: introduce _sanity_check_mode by Paolo Bonzini · 4 days ago
  11. 64fe4ea unittests: check that linker always args reach compile checks by Paolo Bonzini · 4 days ago
  12. e6bb7f2 compilers: force clang{,-cl} to error on unknown warning options by Tristan Partin · 4 days ago
  13. 47d6802 Use werror for gnome.generate_gir(fatal_warnings:) by Tristan Partin · 5 days ago
  14. 570963b Add LLVM 23 version suffixes by Tristan Partin · 5 days ago
  15. f3b78ee compilers(MSVC): use `/Fe` for `.dll` too by Lucas Colley · 5 days ago
  16. 34767ed Add libclang-rt-dev to ubuntu-rolling by Tristan Partin · 5 days ago
  17. 20df150 Check for zlib.h file in common/132 get define by Tristan Partin · 5 days ago
  18. 22bd3bb Make test_always_prefer_c_compiler_for_asm more robust by Tristan Partin · 5 days ago
  19. c9bb03c Stop passing link arguments to compile-only sanity checks by Tristan Partin · 5 days ago
  20. ee6dfdc remove exponential worst case in _flatten_object_list by Paolo Bonzini · 6 days ago
  21. d56480e backends: remove unused argument by Paolo Bonzini · 6 days ago
  22. 7171e34 build: ExtractedObjects are non-recursive by default by Paolo Bonzini · 6 days ago
  23. 495f6d7 backends: include target's own object sources in get_all_linked_targets by Paolo Bonzini · 6 days ago
  24. bb575c2 backends: include objects of linked targets into the depscan phase by Paolo Bonzini · 6 days ago
  25. 88c5b5d build, backends: move get_all_linked_targets to Backend by Paolo Bonzini · 6 days ago
  26. da5e788 interpreter: allow sandbox violations for custom target depend_files by Paolo Bonzini · 6 days ago
  27. 93996eb interpreter: allow attaching a feature check to a relaxation by Paolo Bonzini · 6 days ago
  28. 9139618 ci: gentoo: cleanup cached fetched binpkgs too by Sam James · 6 days ago
  29. d0fc67c Account for pre-JDK9 java.home behavior by Tristan Partin · 6 days ago
  30. 5a41285 Migrate envcheck.py test to C by Tristan Partin · 6 days ago
  31. 43aa26a ci: gentoo: drop Qt 5 packages by Sam James · 6 days ago
  32. 0efde72 Fix racy wine prefix initialization in ubuntu-rolling cross CI by Tristan Partin · 6 days ago
  33. 70e228b Detect Java home directory by asking the compiler by Tristan Partin · 6 days ago
  34. 39ab648 Stop depending on libwmf-config to run test by Tristan Partin · 6 days ago
  35. 6db2b66 interpreterobjects: Fix typo in error message by André Apitzsch · 8 days ago
  36. e7fc9f2 tests: cover jar manifest fixing at install time by Bernhard M. Wiedemann · 8 days ago
  37. 27402dd depfixer: rewrite fix_jar using zipfile for reproducibility by Bernhard M. Wiedemann · 8 days ago
  38. 2a2d509 tests: define java_test_dir by Bernhard M. Wiedemann · 8 days ago
  39. 8bc36d6 Add CLI implementation to PkgConfigCLI by Tristan Partin · 8 days ago
  40. 4ab745f ElbrusCompiler: Remove the lchmod hack by Gleb Popov · 8 days ago
  41. 817ea9f interpreter: Report correct number of targets in subprojects by Daniele Nicolodi · 9 days ago
  42. 7ce2ff5 python module: support pypy without distutils by mattip · 10 days ago
  43. e51e6d2 pkgconfig: pass down lists directly to _process_libs() by Paolo Bonzini · 10 days ago
  44. 7558c9a pkgconfig: get rid of private_external_deps by Paolo Bonzini · 10 days ago
  45. dcba41c test cases: add test case for pkgconfig of Rust staticlib by Theo Paris · 10 days ago
  46. ddc9f9b test cases: add test case for previously exponential pkgconfig handling by Paolo Bonzini · 10 days ago
  47. 5b91451 pkgconfig: switch to all_dependencies_recurse() by Paolo Bonzini · 10 days ago
  48. 47520b2 build: extract get_dependencies_recurse as a reusable iterator by Paolo Bonzini · 10 days ago
  49. 244ffd5 unittests: extend test_rust_staticlib_rlib_deps by Paolo Bonzini · 10 days ago
  50. 7618c12 pkgconfig: make handling of both_libs clearer and likely more correct by Paolo Bonzini · 10 days ago
  51. cd1a097 mtest: set TSAN_OPTIONS to abort by default by Luca Bacci · 11 days ago
  52. fb0c38e msetup: fix misleading error message about directories by Adrien Dorsaz · 11 days ago
  53. 7d02790 compilers/c: add c_std=clatest for MSVC's experimental C23 support by Zephyr Lykos · 11 days ago
  54. c85defc Allow buildtargets in generator's process function by Paolo Bonzini · 12 days ago
  55. c10b50f vs2010backend: split generate_genlist_for_target in two by Paolo Bonzini · 12 days ago
  56. d4e4c54 vs2010backend: remove unnecessary recursion by Paolo Bonzini · 12 days ago
  57. 83e5624 vs2010backend: merge conditionals for build.GeneratedList by Paolo Bonzini · 12 days ago
  58. 3fbdc2f cargo: allow matching [target] against triple when interpreting a manifest by Paolo Bonzini · 14 days ago
  59. 3a521a9 cargo: pull detection of cfg() out of the parser by Paolo Bonzini · 14 days ago
  60. aa162ab cargo: do not use assert for expected cfg tokens by Paolo Bonzini · 14 days ago
  61. 74341c6 cargo: fix parsing of empty any()/all() expressions by Paolo Bonzini · 14 days ago
  62. 3d8d944 cargo: do not let StopIteration escape in cfg parser by Paolo Bonzini · 14 days ago
  63. 0ab18f8 cargo: use MesonException for cfg() parse errors by Paolo Bonzini · 14 days ago
  64. 16d479b cargo: remove dead normalization code by Paolo Bonzini · 14 days ago
  65. eb9fe7c cargo: remove dead method by Paolo Bonzini · 14 days ago
  66. 6587286 meson: Add more tests for system includes by Artem Labazov · 14 days ago
  67. c3f8601 meson: Fix dep.partial_dependency() discarding include_type by Artem Labazov · 14 days ago
  68. f803f47 meson: Consolidate include_type override in InternalDependency.get_include_dirs() by Artem Labazov · 14 days ago
  69. 1b0af89 mtest: pull choice of interpreter to creation of TestSerialisation by Paolo Bonzini · 14 days ago
  70. 2900dc6 mtest: fix check for return value of _shebang_to_cmd by Paolo Bonzini · 14 days ago
  71. 93c402c backends: extract get_exe_interpreter by Paolo Bonzini · 14 days ago
  72. 06a182d backends: fix choice of whether to use Mono as .exe wrapper by Paolo Bonzini · 14 days ago
  73. 6e08858 minstall: use target system instead of is_* by Paolo Bonzini · 14 days ago
  74. bdbab2c python: do checks for Windows via Python platform, not build machine by Paolo Bonzini · 14 days ago
  75. 8a819b4 compilers: do not use MS lib.exe if not under Windows by Paolo Bonzini · 14 days ago
  76. c9f4d8d linkers: do not use mesonlib.is_* by Paolo Bonzini · 14 days ago
  77. 1fca2aa compilers: do not use mesonlib.is_* by Paolo Bonzini · 14 days ago
  78. ee0584c compilers: consistently check compiler machine when looking for static linker by Paolo Bonzini · 14 days ago
  79. 9cbb234 compilers: warn if archiver is unprefixed when cross compiling by Paolo Bonzini · 14 days ago
  80. 1a23a98 ninjabackend: use get_aix_so_archive_name more by Paolo Bonzini · 14 days ago
  81. fd770b3 backends, minstall: cleanup AIX hacks to install the .a file by Paolo Bonzini · 14 days ago
  82. 902e788 envconfig: detect os400 kernel by Chi-Iroh · 14 days ago
  83. c451caf envconfig: detect os400 system as AIX by Paolo Bonzini · 14 days ago
  84. 22d5c0d envconfig: canonicalize powerpc to ppc by Chi-Iroh · 14 days ago
  85. 4f00956 envconfig: detect aix kernel by Paolo Bonzini · 14 days ago
  86. 67c4fcc fix cython_args build option handling by cyphercodes · 2 weeks ago
  87. 2121158 envconfig: warn on unknown system in cross files by mayank-dev-15 · 2 weeks ago
  88. 64c2255 interpreter/type_checking: quote unknown langauge validator error by Dylan Baker · 2 weeks ago
  89. 33ab0a0 interpreter/type_checking: consistently quote in_set_validator errors by Dylan Baker · 2 weeks ago
  90. 5ed3ebd interpreter: Use KWargInfo for some test arguments by Dylan Baker · 2 weeks ago
  91. ca9b33f interpreterobjects: move pkgconfig_define FeatureNew to KWargInfo by Dylan Baker · 2 weeks ago
  92. aca8c41 modules/sourceset: Use KwargInfo.since_values for new types by Dylan Baker · 2 weeks ago
  93. b0344d7 modules/qt: Use typed_pos_args for qt.preprocess by Dylan Baker · 2 weeks ago
  94. 249a14a modules/qt: Use KWargInfo.since_values by Dylan Baker · 2 weeks ago
  95. b920239 modules/cmake: Use KwargInfo since_values instead of open coding by Dylan Baker · 2 weeks ago
  96. dddfa3d decorators: allow tuples of types in KWargInfo since_values and deprecated_values by Dylan Baker · 2 weeks ago
  97. 69e1047 decorators: use some `TypeAlias`es to make further changes easier by Dylan Baker · 2 weeks ago
  98. a84a99c decorators: Convert KwargInfo to a dataclass by Dylan Baker · 2 weeks ago
  99. 8bbed03 decorators: consistently quote the name of functions in errors by Dylan Baker · 2 weeks ago
  100. dabdb78 decorators: make the quoting of types fully standard by Dylan Baker · 2 weeks ago