1. 4b8886e python: switch default rust_abi for extension modules to C by Paolo Bonzini · 7 days ago master
  2. 8492a25 build: use a typing.Mapping for BuildTarget.all_compilers by Dylan Baker · 13 days ago
  3. bde1ad6 build: do not mutate all_compilers by Dylan Baker · 13 days ago
  4. 51cc647 linkers: fix -export_dynamic for ld64.lld by Paolo Bonzini · 11 days ago
  5. 7c901d7 linkers: add version check for -no_warn_duplicate_libraries by Paolo Bonzini · 11 days ago
  6. ec35cc6 rust: do not raise exception on rust.bindgen with no Rust language in the project by Paolo Bonzini · 4 days ago
  7. c06a362 mention that Meson was looking at override_options when they cause an error by Paolo Bonzini · 4 days ago
  8. 06672a3 Remove echomsg from vim indent file by ChaseKnowlden · 6 weeks ago
  9. d3f46f0 cargo: keep argument list stable by Paolo Bonzini · 6 days ago
  10. 3561278 cleantrees: import utils.platform instead of mesonlib by Paolo Bonzini · 6 weeks ago
  11. fa2986c pkgconfig: do not use .as_posix() unnecessarily by Paolo Bonzini · 6 weeks ago
  12. 1eb4e87 pkgconfig: fix and deprecate absolute paths for subdirs by Paolo Bonzini · 6 weeks ago
  13. 99c526c pkgconfig: fix path types for relocatable .pc files by Paolo Bonzini · 6 weeks ago
  14. 548aebd Missed making the guess_win_linker change for icx too by Ian Harvey · 12 days ago
  15. 9f7f81c Switch to guess_win_linker rather than specifying linkers.MSCVDynamicLinker directly. by Ian Harvey · 13 days ago
  16. 27dd22a Fix linker selection for icx and ifx on windows by Ian Harvey · 3 weeks ago
  17. 999bd77 compilers: Fix compiler checks on .cc files for MSVC by Benjamin Gilbert · 2 weeks ago
  18. ab9cffb Allow using a version kwarg in has_tools of qt module. by Hagen Möbius · 3 weeks ago
  19. fe07544 vs2010backend: add always_args to AdditionalOptions by Zephyr Lykos · 3 weeks ago
  20. 297329a clang-cl: Use -Werror=unused-command-line-argument for arguments detection by Luca Bacci · 14 days ago
  21. ae516ce vs2026backend: fix genvslite by Zephyr Lykos · 2 weeks ago
  22. e167a6d cmake: fix ValueError for generated includes by Karel Kočí · 14 days ago
  23. f469ceb scripts/depscan: Use the `utf-8-sig` codec for opening files by Dylan Baker · 2 weeks ago
  24. 6176a92 build: Also extend all_compilers when extending compilers by Florian "sp1rit"​ · 2 weeks ago
  25. 3fad380 cygwin: Fix gnome tests for CI by Dylan Baker · 2 weeks ago
  26. eda0356 modules: rust: implement more package accessors by Paolo Bonzini · 4 months ago
  27. bbb9942 modules: rust: implement workspace.packages() by Paolo Bonzini · 5 months ago
  28. ad202c4 cargo: use cargo_ws.subproject().dependency() by Paolo Bonzini · 4 months ago
  29. 29d8b76 cargo: call rust.workspace() for cargo subprojects by Paolo Bonzini · 4 weeks ago
  30. 0f0140d ast: printer: give a precedence to all kinds of functions by Paolo Bonzini · 4 months ago
  31. 2460622 docs: add release notes for rust.workspace() by Paolo Bonzini · 4 months ago
  32. f5e41df modules: rust: implement workspace.subproject() and package.dependency() by Paolo Bonzini · 4 weeks ago
  33. 448ef4b cargo: add configurable features to Interpreter by Paolo Bonzini · 4 months ago
  34. c80741f rust: add rust.workspace() skeleton implementation by Paolo Bonzini · 4 months ago
  35. 2f126e6 cargo: show nice error if a package is missing by Paolo Bonzini · 6 weeks ago
  36. 99cce93 cargo: show nice error if Cargo.toml missing by Paolo Bonzini · 3 months ago
  37. 57bf0c8 cargo: allow overriding Meson's Cargo interpreter by Paolo Bonzini · 4 months ago
  38. 6835b6e vs2010backend: integrate b_lto/b_pgo with vcxproj backends by Zephyr Lykos · 3 weeks ago
  39. 998a09d compilers: Add b_lto and b_pgo support for MSVC by Zephyr Lykos · 3 months ago
  40. 3beb5d1 update Elbrus C/C++ stds for newer compiler by Ilya Kurdyukov · 3 weeks ago
  41. f7e24f1 update ALL_STDS list for C/C++ by Ilya Kurdyukov · 3 weeks ago
  42. d435758 fix Elbrus support by Ilya Kurdyukov · 3 weeks ago
  43. 61c5859 envconfig: Cannot run executables if subsystem doesn't match by Nirbheek Chauhan · 3 weeks ago
  44. b234dbf build: Propagate link_language instead of internals by Florian "sp1rit"​ · 7 weeks ago
  45. 33b0979 compilers/cuda: Use the `init_from_options` hook for version detection by Dylan Baker · 3 months ago
  46. 379165e compilers: refactor sanity checking code, again by Dylan Baker · 3 months ago
  47. 682c4c1 tests: fix test_templates for vala by Dylan Baker · 3 months ago
  48. c7c82f3 rust: do not require main function for compiles method by Paolo Bonzini · 4 weeks ago
  49. 4e9ba3d ninjabackend: rust: record Apple frameworks in rlibs by Paolo Bonzini · 4 weeks ago
  50. 9db31dc utils: make lookahead accept an iterable by Paolo Bonzini · 3 weeks ago
  51. b249f74 cargo: move lookahead from cargo.cfg to utils.universal by Paolo Bonzini · 3 weeks ago
  52. e9283aa build: rust: exclude all Rust ABI targets from C/C++ link dependencies by Paolo Bonzini · 4 weeks ago
  53. 1eb6a7a build: clarify logic for excluding procedural macros by Paolo Bonzini · 4 weeks ago
  54. 8e85886 test cases: add more cases for multi-level rust dependencies by Paolo Bonzini · 4 weeks ago
  55. c745139 compilers: rust: use get_linker_exelist() and linker.get_exelist() by Paolo Bonzini · 3 weeks ago
  56. 9ea19f0 compilers: rust: clean up linker detection by Paolo Bonzini · 4 weeks ago
  57. 9c9f238 rust: do not check for ccache by Paolo Bonzini · 3 weeks ago
  58. 4c412b9 install_man: add support install_tag kwarg by Tautvis · 9 weeks ago
  59. 0b41434 wrap: don't run patch.exe on startup by Eli Schwartz · 3 weeks ago
  60. 66b6748 Add AIX -X32_64 option to AIX ar in meson. by KamathForAIX · 3 weeks ago
  61. c1db93b ninjabackend: do not fail if only the build machine uses C++ by Paolo Bonzini · 3 weeks ago
  62. 9e35fef unittests: Don't use `len()` to test container emptiness by Dylan Baker · 3 weeks ago
  63. 5efb40d unittests: Add annotations for the get_compdb function by Dylan Baker · 3 weeks ago
  64. 871074f windows.compile_resources: do not display preprocessor outputs by Charles Brunet · 3 weeks ago
  65. 062d40d Document system() == "android" as a fully supported value by Malcolm Smith · 3 weeks ago
  66. 152bd99 build: fix id method for Target vs BuildTarget by Dylan Baker · 9 weeks ago
  67. 21bfac0 build: Add build_subdir to BuildTargetKeywordArguments by Dylan Baker · 9 weeks ago
  68. 56c4880 build: fix some low hanging type issues by Dylan Baker · 10 weeks ago
  69. dadc46c Detect included files when running rc.exe by Charles Brunet · 5 weeks ago
  70. 4413849 Add ninja rule for MSVC deps in CustomTarget by Charles Brunet · 5 weeks ago
  71. e064a87 Add implicit_include_directories kwarg to windows.compile_resources by Charles Brunet · 5 weeks ago
  72. 73d3aaa Fix the detect argument of armar by Jalon Wong · 8 weeks ago
  73. 731fcec pkgconfig: Use correct path concatenation by Daniele Nicolodi · 4 weeks ago
  74. 6aa9286 i18n: Use correct path concatenation by Daniele Nicolodi · 4 weeks ago
  75. 82305b3 qt: Pass through -F dependency compile args to moc by Ole André Vadla Ravnås · 1 year, 10 months ago
  76. 07093da ninjabackend: commonize generate_shsym between Rust and other languages by Paolo Bonzini · 5 weeks ago
  77. bb44514 rust: use get_target_type_link_args* by Paolo Bonzini · 5 weeks ago
  78. d14c39b compilers: add missing superclass methods by Paolo Bonzini · 5 weeks ago
  79. b766447 rust: support linker arguments by Paolo Bonzini · 4 weeks ago
  80. da53e12 compilers: do not convert sanitizer link arguments twice by Paolo Bonzini · 4 weeks ago
  81. bcd2872 modules: rust: complete initialization of doctest targets by Paolo Bonzini · 5 weeks ago
  82. 66ca142 backends: introduce Compiler.get_build_link_args by Paolo Bonzini · 4 weeks ago
  83. a7f4d42 rust: use clang-cl or cl to find linker for -msvc targets by Paolo Bonzini · 5 weeks ago
  84. e9b4ed4 rust: move parse_target to mesonbuild.compilers.rust by Paolo Bonzini · 4 weeks ago
  85. 4fa03b1 compilers: allow passing non-popen exceptions to _handle_exceptions by Paolo Bonzini · 5 weeks ago
  86. 780bbc0 unittests: replace some open coded skips with helper decorators by Dylan Baker · 5 weeks ago
  87. 5494f29 unittests: optimize IS_CI checks by Dylan Baker · 5 weeks ago
  88. 862bead unittests: replace `is_ci()` function with `IS_CI` constant by Dylan Baker · 5 weeks ago
  89. 5afbaa4 unittests/helpers: avoid creating wrappers when CI doesn't use them by Dylan Baker · 5 weeks ago
  90. 276579d unittests/helpers: Use helper classes to cache certain data by Dylan Baker · 5 weeks ago
  91. 1d6dc4b modules/rust: Attempt to extract `--target` arguments from rustc command by Dylan Baker · 6 weeks ago
  92. 11aa689 Update C++ modules unit test by Zephyr Lykos · 4 weeks ago
  93. 1bee087 ninjabackend: use get_cpp_modules_args for dyndeps check by Zephyr Lykos · 4 weeks ago
  94. ac746a2 compilers: add get_cpp_modules_args method by Zephyr Lykos · 4 weeks ago
  95. bb4f897 ninjabackend: add -fmodules as a dyndeps condition by Zephyr Lykos · 3 months ago
  96. 51886bd docs: improve Cython examples and documentation by Ralf Gommers · 5 weeks ago
  97. fb08c00 docs: state what numpy versions are supported by `dependency('numpy')` by Ralf Gommers · 5 weeks ago
  98. cab9b60 mtest: consider AttributeError by KO Myung-Hun · 7 weeks ago
  99. 393f27e test cases: rust: add linker script to "rust/2 sharedlib" by Paolo Bonzini · 5 weeks ago
  100. ab23a36 ninjabackend: add link_args for Rust targets by Paolo Bonzini · 5 weeks ago