1. 7e0d4b6 rust: add support for probing no_std via b_freestanding by Paolo Bonzini · 10 days ago master
  2. 7b58997 compilers: add and implement b_freestanding by Paolo Bonzini · 10 days ago
  3. df7c837 interpreterbase: delete unused noKwargs by Dylan Baker · 9 weeks ago
  4. 1d24102 replace noKwargs with TypedArgs by Dylan Baker · 9 weeks ago
  5. d6b600f decorators: Teach TypedArgs to handle the job of noKwargs by Dylan Baker · 9 weeks ago
  6. 13a05a8 interpreterbase: delete typed_kwargs by Dylan Baker · 9 weeks ago
  7. 6e548a3 interpreter: convert typed_kwargs calls to TypedArgs by Dylan Baker · 13 days ago
  8. cdbdd59 interpreterbase: implement a TypedArgs class by Dylan Baker · 9 weeks ago
  9. 45bfeba tests: remove files created by clear_transitive_files by Paolo Bonzini · 3 days ago
  10. 782cf32 compilers: add /permissive to cl/clang-cl compiler checks by Paolo Bonzini · 4 days ago
  11. b0ae694 compilers: move -fpermissive from CPPCompiler to individual superclasses or mixins by Paolo Bonzini · 4 days ago
  12. 84234e6 unittests: Use TestCase.fail instead of .assertTrue(False) by Dylan Baker · 4 days ago
  13. 5317d5a mypy: list all strict_optional=False modules by Paolo Bonzini · 5 days ago
  14. 000020b envconfig: do not leave cpu_family/cpu as None by Paolo Bonzini · 5 days ago
  15. 8b264e8 interpreterbase: make messages not None by Paolo Bonzini · 5 days ago
  16. ad5e4d9 interpreter: fix trivial strict_optional issues by Paolo Bonzini · 5 days ago
  17. 1295931 interpreterbase, interpreter: methods can return None by Paolo Bonzini · 5 days ago
  18. c05c515 interpreterbase: operators do not reach get_callee_args by Paolo Bonzini · 5 days ago
  19. b3ec748 interpreter: simplify and export env validator/convertor by Paolo Bonzini · 3 months ago
  20. 9f00083 fix random strict_optional issues by Paolo Bonzini · 3 months ago
  21. 62e95b8 modules: fix easy strict optional issues by Paolo Bonzini · 3 months ago
  22. a99ea97 linkers: fix strict optional errors by Paolo Bonzini · 3 months ago
  23. 904bfd2 modules: external_project: fix InstallDir creation by Paolo Bonzini · 3 months ago
  24. be6575c scripts: fix easy strict_optional errors by Paolo Bonzini · 3 months ago
  25. 4439700 unittests: Replace use of `from X import *` with explicit imports by Dylan Baker · 10 days ago
  26. ca33cdb cargo: add tests for nested workspaces by Paolo Bonzini · 10 days ago
  27. 73a3694 cargo: implement workspace.exclude by Paolo Bonzini · 10 days ago
  28. 7804d03 cargo: list '.' explicitly in ws.members by Paolo Bonzini · 10 days ago
  29. c509192 cargo: replace assertion on nested workspaces with MesonException by Paolo Bonzini · 10 days ago
  30. 7b44906 cargo: detect missing package and raise MesonException by Paolo Bonzini · 10 days ago
  31. 00f1a2d mypy: enable warn_unreachable by Paolo Bonzini · 5 days ago
  32. b8d0ce1 minit, templates: add missing None annotations by Paolo Bonzini · 5 days ago
  33. a5089f2 adjust incorrect None checks for mypy strict_optional by Paolo Bonzini · 5 days ago
  34. 81c998f hotdoc: move None check to caller of set_arg_value by Paolo Bonzini · 5 days ago
  35. 11b0e79 add None to actually optional values by Paolo Bonzini · 5 days ago
  36. 394fe96 interpreter: add None to defaulted elements by Paolo Bonzini · 5 days ago
  37. 3959dc9 mparser: fix strict_optional issue by Paolo Bonzini · 5 days ago
  38. 77befa9 mtest: add _wait_for_exit by Paolo Bonzini · 5 days ago
  39. b4dcd40 mesonlib: split implementation of windows_detect_native_arch by Paolo Bonzini · 5 days ago
  40. a3471c7 compiler: do not use lambda for convertor by Paolo Bonzini · 5 days ago
  41. 3dc8ba1 options: add missing None return value by Paolo Bonzini · 5 days ago
  42. 65dc6de templates: add missing check for None by Paolo Bonzini · 3 months ago
  43. 67a6958 interpreterbase: fix incorrect validator type by Paolo Bonzini · 5 days ago
  44. c5ff783 fix incorrect annotations by Paolo Bonzini · 5 days ago
  45. dea2d31 xcodebackend: remove dead code by Paolo Bonzini · 5 days ago
  46. 143c62d remove or assertify dead isinstance checks by Paolo Bonzini · 5 days ago
  47. 9805e7a remove dead (de)listification code by Paolo Bonzini · 5 days ago
  48. febaafa rewriter: generify MTypeList by Paolo Bonzini · 5 days ago
  49. bf1acf9 ast/introspection: add more TYPE_nvar/TYPE_nkwargs casts by Paolo Bonzini · 5 days ago
  50. 7ba1e80 build: pass list to _extract_link_* by Paolo Bonzini · 3 weeks ago
  51. 2172240 build, interpreter: catch Jars being linked into a non-Java target by Paolo Bonzini · 3 weeks ago
  52. ef8a5cd vs2010backend: replace AnyTargetType with classes by Paolo Bonzini · 3 months ago
  53. 6748f65 backends: remove dead CustomTargetIndex case by Paolo Bonzini · 3 weeks ago
  54. 0b29b16 interpreter: fix type of RunTarget.depends by Paolo Bonzini · 3 weeks ago
  55. c2b34a6 build: commonize the tail of flatten_command by Paolo Bonzini · 3 weeks ago
  56. d0c4695 build: simplify handling of CustomTargetIndex in custom_target commands by Paolo Bonzini · 3 weeks ago
  57. 3d2c7a3 build: remove dead case by Paolo Bonzini · 3 weeks ago
  58. 0b6dbbf backends: remove dead case by Paolo Bonzini · 3 weeks ago
  59. b0ca1a3 test cases: d: do not require libxml-2.0 by Paolo Bonzini · 5 days ago
  60. 2266a20 compilers: use get_object_suffix for TASKING by Paolo Bonzini · 7 days ago
  61. 2b650f4 compilers: add support for SDCC by Karolis Stasaitis · 9 days ago
  62. 4094f1b clike: cleanup find_library by Paolo Bonzini · 2 weeks ago
  63. f619027 compilers: choose the output argument based on the compile mode by Paolo Bonzini · 2 weeks ago
  64. b3c5610 compilers: flip Compilers._sanity_check_mode to take into account cross compilation by Paolo Bonzini · 2 weeks ago
  65. b1ee9f1 compilers: rust: do compile-only sanity check when cross-compiling by Paolo Bonzini · 2 weeks ago
  66. c8d93fa compilers: swift, cuda: reuse common _sanity_check_compile_args by Paolo Bonzini · 2 weeks ago
  67. 034286c compilers: pass self.get_compile_only_args() to compile-only sanity checks by Paolo Bonzini · 2 weeks ago
  68. 85f04d5 compilers: pass self.get_linker_always_args() to the sanity check by Paolo Bonzini · 2 weeks ago
  69. 096e486 compilers: cs: drop get_linker_always_args() by Paolo Bonzini · 2 weeks ago
  70. 1f575fd minstall: Don't raise an exception in do_copyfile() if already existing destination is a link by André Apitzsch · 7 days ago
  71. 6ba8c4d minstall: Treat symlinks to directories as directories if follow_symlinks is enabled in do_copydir() by André Apitzsch · 10 days ago
  72. c6cbfbb cargo: apply profile to targets, via override_options by Paolo Bonzini · 3 months ago
  73. b4b39de cargo: parse profile section by Paolo Bonzini · 3 months ago
  74. e0fb97a modules: rust: default rust_panic to none for tests and procedural macros by Paolo Bonzini · 3 months ago
  75. da1a2ff rust: add compiler options matching Cargo [profile] keys by Paolo Bonzini · 3 months ago
  76. 539225f docs: fix typo by Paolo Bonzini · 3 months ago
  77. 084d965 unit test and test case for d by Yury Benesh · 2 weeks ago
  78. 2848dd9 .so file is passed with a linker flag to ldc2 by Yury Benesh · 2 weeks ago
  79. ac6dccc add is_lib_filename into universal by Yury Benesh · 10 days ago
  80. 305a0f4 unittests: fix tests that don't actually test what they meant to by Dylan Baker · 10 days ago
  81. 4d5484c backends/vs: fix potential infinite loop by Dylan Baker · 10 days ago
  82. 673e5fe remove dead dedup1_suffixes override by Paolo Bonzini · 11 days ago
  83. 8b19ea0 cmake/traceparser: Add missing handling for BYPRODUCTS by L. E. Segovia · 3 weeks ago
  84. eee4e18 ninjabackend: fix TOCTOU in deciding custom response file on Nasm by L. E. Segovia · 3 weeks ago
  85. 74a26d3 ninjabackend: change NinjaBuildElement.elems to a dictionary by Paolo Bonzini · 11 days ago
  86. b28cd21 ninjabackend: properly define rule as a late property by L. E. Segovia · 3 weeks ago
  87. 8e4e33d ast/interpreter: make types closer to the truth by Paolo Bonzini · 3 months ago
  88. 03076aa ast/interpreter: validate types of operator operands by Paolo Bonzini · 11 days ago
  89. f764789 rewriter: give more precise type to old_src_list by Paolo Bonzini · 4 weeks ago
  90. f35664e rewriter: give precise type to potential_deps by Paolo Bonzini · 3 months ago
  91. c4ffbb1 ast/interpreter: make node_to_runtime_value() more precise for dicts by Paolo Bonzini · 3 months ago
  92. d2678f1 ast/interpreter: do short circuit evaluation by Paolo Bonzini · 3 months ago
  93. 48c5f14 ast/interpreter, rewriter: make flatten_args() recursive by Paolo Bonzini · 4 weeks ago
  94. 879e644 ast/interpreter: pass more values through flatten_args by Paolo Bonzini · 7 weeks ago
  95. 98d4098 ast/interpreter: call out cases in which Any is needed by flatten_args by Paolo Bonzini · 3 months ago
  96. ccd1739 ast/interpreter: simplify flatten_args by Paolo Bonzini · 3 months ago
  97. 7c68caf interpreter: use TYPE_var and TYPE_kwargs, not nvar/nkwargs by Paolo Bonzini · 3 months ago
  98. 0398604 ast/interpreter: remove dead conditional by Paolo Bonzini · 3 months ago
  99. 0e5d1e0 mparser: remove unnecessary asserts by Paolo Bonzini · 3 months ago
  100. d8eb866 interpreterbase, modules: remove dead field by Paolo Bonzini · 3 months ago