1. 37baefb [template] Correct print_stack_trace() output and add toolchain by Aaron Wood · 2 years ago
  2. 7e05276 Migrate linux CI builder to bionic from xenial by Ben Pastene · 2 years ago
  3. c547ca1 Set the explicitFileType of TypeScript files by Mike Dougherty · 2 years ago
  4. 578a7fe add --allow-warnings flag in gen.py by Takuto Ikuta · 2 years ago
  5. bf4e17d Revert recent performance-related commits. by David 'Digit' Turner · 2 years, 1 month ago
  6. 53ef169 Check explicitly for clang++ usage by Milad Fa · 2 years, 1 month ago
  7. 48b013c Fix compilation with gcc by Milad Fa · 2 years, 1 month ago
  8. 24062bb [templates] Add print_stack_trace() function by Aaron Wood · 2 years, 1 month ago
  9. 260a79d enable extra-semi warnings by Takuto Ikuta · 2 years, 1 month ago
  10. ecec350 AIX: Fix gcc compilation on aix by Milad Fa · 2 years, 1 month ago
  11. d18426e update icu by Takuto Ikuta · 2 years, 1 month ago
  12. ced9fbf enable range-loop-analysis warning by Takuto Ikuta · 2 years, 1 month ago
  13. 80309a7 Update recipes to M1 processor compatible version by Richard Wang · 2 years, 1 month ago
  14. d0f8bc9 Add better target flag documentation. by Brett Wilson · 2 years, 1 month ago
  15. a944ed7 enable -Wundef and make warning as error by Takuto Ikuta · 2 years, 1 month ago
  16. 7c8e511 AlignedAlloc<>: Use posix_memalloc() on MacOS by David 'Digit' Turner · 2 years, 1 month ago
  17. 47bfcd6 Revert "[macos] Build gn with Xcode 13.3" by Sylvain Defresne · 2 years, 1 month ago
  18. 0d6d131 [macos] Build gn with Xcode 13.3 by Sylvain Defresne · 2 years, 1 month ago
  19. 1cdd270 Add ResolvedTargetData class by David 'Digit' Turner · 2 years, 1 month ago
  20. 496fd46 UniqueVector::Append() support any iterable container. by David 'Digit' Turner · 2 years, 1 month ago
  21. 9e3df46 Add TaggedPointer<T,N> template. by David 'Digit' Turner · 2 years, 2 months ago
  22. e2345a8 Add ImmutableVector and ImmutableVectorView templates. by David 'Digit' Turner · 2 years, 2 months ago
  23. a331a36 Add AlignedAlloc<N> template. by David 'Digit' Turner · 2 years, 2 months ago
  24. df20104 [vim] Highlight "arflags" by Nico Weber · 2 years, 1 month ago
  25. fd9f203 Fix output directories for generated source files. by David 'Digit' Turner · 2 years, 2 months ago
  26. c114b7e Add Target::builds_swift_module() method. by David 'Digit' Turner · 2 years, 1 month ago
  27. 0cbe341 Fix NinjaCBinaryTargetWriter unit-test by David 'Digit' Turner · 2 years, 1 month ago
  28. cdb4ad4 [infra] Fix GN build with rpmalloc and latest Clang. by David 'Digit' Turner · 2 years, 1 month ago
  29. ae110f8 Fix RustProjectWriter unit-test. by David 'Digit' Turner · 2 years, 1 month ago
  30. 04a2891 Revert "Fix output directories for generated source files." by David Turner · 2 years, 1 month ago
  31. ab91045 Fix output directories for generated source files. by David 'Digit' Turner · 2 years, 2 months ago
  32. 5eb3845 [infra] Update to newer rpmalloc library. by David 'Digit' Turner · 2 years, 2 months ago
  33. 859dde4 rust-project: Represent source roots properly by Adrian Taylor · 2 years, 2 months ago
  34. bb8f66f Fix support for empty `script_executable` value in .gn file. by David 'Digit' Turner · 2 years, 2 months ago
  35. afc4a5f upload gn binary to CAS from CQ by Takuto Ikuta · 2 years, 2 months ago
  36. 100c708 recipe: drop py2 compatibility annotation by Takuto Ikuta · 2 years, 2 months ago
  37. f221f74 use bionic bots instead of xenial for linux builder by Takuto Ikuta · 2 years, 2 months ago
  38. f41f521 use python3 for gn builders by Takuto Ikuta · 2 years, 2 months ago
  39. 0b087f1 Reland "make recipes python3 compatible" by Takuto Ikuta · 2 years, 2 months ago
  40. 404e06e Make led usable for gn tryjob by Takuto Ikuta · 2 years, 2 months ago
  41. 570fd28 fix full_test.py syntax for python3 by Takuto Ikuta · 2 years, 2 months ago
  42. 93f0d7a Revert "make recipes python3 compatible" by Takuto Ikuta · 2 years, 2 months ago
  43. ee7f7af make recipes python3 compatible by Takuto Ikuta · 2 years, 2 months ago
  44. aa31312 Fix error when script_executable is not in PATH by Jim Ray · 2 years, 2 months ago
  45. eb1f75e Ensure all --extern crates are listed as dependencies in Ninja. by danakj · 2 years, 2 months ago
  46. d6b7f0d [rust-project] Record env vars by Adrian Taylor · 2 years, 2 months ago
  47. 7c87ed4 [rust-project] support proc macros by Adrian Taylor · 2 years, 2 months ago
  48. e39d525 update Standard in .clang-format by Takuto Ikuta · 2 years, 2 months ago
  49. f86feb6 re-number thread id in trace by Takuto Ikuta · 2 years, 2 months ago
  50. b85c7a4 ignore files for clangd by Takuto Ikuta · 2 years, 2 months ago
  51. c0d4f8b Make more variables available to scripts. by Adrian Taylor · 2 years, 2 months ago
  52. ff14fc1 Propagate Rust libraries through SOURCE_SET targets. by danakj · 2 years, 2 months ago
  53. 987196f use unique_ptr for TraceItem by Takuto Ikuta · 2 years, 2 months ago
  54. dcd874c Make library inheritance for consistent for Rust libraries by danakj · 2 years, 2 months ago
  55. bd99dbf Add source placeholder values by Andrew Savage · 2 years, 4 months ago
  56. 89e69b8 [Posix] Respect umask settings for directories by Andrew Savage · 2 years, 2 months ago
  57. f27bae8 [xcode] Fix build script to build the correct target by Sylvain Defresne · 2 years, 3 months ago
  58. 4ffb87a Introduce new built-in "phony" tool. by David 'Digit' Turner · 2 years, 4 months ago
  59. 0f610c8 Don't propagate rlibs through shared libraries for linking purposes. by danakj · 2 years, 2 months ago
  60. 46f94b5 All accessible crates should be specified by a public --extern by danakj · 2 years, 2 months ago
  61. bc4407c [infra] Fix rpmalloc linking. by David 'Digit' Turner · 2 years, 2 months ago
  62. ac6e3a6 Add sdefresne as an EMEA based OWNERS by Sylvain Defresne · 2 years, 2 months ago
  63. d7c2209 [xcode] Simplify the build script generated by Sylvain Defresne · 2 years, 3 months ago
  64. e3f114f Ensure the CommandSwitches::Get() singleton is properly initialized. by David 'Digit' Turner · 2 years, 3 months ago
  65. 6109f62 [ios] Handle Swift XCTest and XCUITest by Sylvain Defresne · 2 years, 3 months ago
  66. 4a64809 [docs] Improve documentation around scopes by Tyler Mandry · 2 years, 3 months ago
  67. 9198ba2 Add a .mailmap file by Nico Weber · 2 years, 3 months ago
  68. 377f566 [infra] Update active lucicfg experiments. by Vadim Shtayura · 2 years, 3 months ago
  69. c3e8a49 Add commands::CommandSwitches class by David 'Digit' Turner · 2 years, 4 months ago
  70. 4b613b1 Fix build template for --platform msvc by David 'Digit' Turner · 2 years, 4 months ago
  71. 6430dd7 Remove `gn meta` specific switches from switches.h by David 'Digit' Turner · 2 years, 4 months ago
  72. 0725d78 Remove misc GCC-related compiler warnings. by David 'Digit' Turner · 2 years, 4 months ago
  73. 80a40b0 Fix gcc compilation by including required header by Milad Fa · 2 years, 4 months ago
  74. f1b1412 Add `#include <memory>` in src/gn/err.h by Jay Zhuang · 2 years, 4 months ago
  75. 54284c1 Make error information optional. by Brett Wilson · 2 years, 5 months ago
  76. 4a17a83 Simplify InheritedLibraries by David 'Digit' Turner · 2 years, 5 months ago
  77. 387b368 Improve UniqueVector class. by David 'Digit' Turner · 2 years, 5 months ago
  78. 19bf826 [testonly] Allow configs to be testonly by Shai Barack · 2 years, 5 months ago
  79. 281ba2c build/gen.py: Fix regen command arguments generation. by David 'Digit' Turner · 2 years, 5 months ago
  80. 18df6af Modify the naming convention of LoongArch64 platform by Zhao Jiazhong · 2 years, 5 months ago
  81. 2e56c31 Ensure circular dependency check output is deterministic. by David 'Digit' Turner · 2 years, 5 months ago
  82. d417bc7 Display more accurate help information by Ma Aiguo · 2 years, 5 months ago
  83. a754274 Improve Builder performance. by David 'Digit' Turner · 2 years, 6 months ago
  84. fc295f3 Add 'gen_deps' variable by Joseph Ryan · 2 years, 7 months ago
  85. 297669a Use PointerSet<const Target> for TargetSet by David 'Digit' Turner · 2 years, 6 months ago
  86. 0e7ed63 Add PointerSet<T> template. by David 'Digit' Turner · 2 years, 6 months ago
  87. e0afadf Introduce TargetSet type by David 'Digit' Turner · 2 years, 6 months ago
  88. 2c3beac Fix Label::hash() computation. by David 'Digit' Turner · 2 years, 6 months ago
  89. b790313 Fix metadata collection bug. by David 'Digit' Turner · 2 years, 6 months ago
  90. de679eb Remove Location::byte_ member and byte() method. by David 'Digit' Turner · 2 years, 6 months ago
  91. 60af296 build: add loong64 architecture support, by Ma Aiguo · 2 years, 6 months ago
  92. ce91d37 Support Visual Studio 2022 project generation. by Will Harris · 2 years, 6 months ago
  93. 69b9867 [target] Turn many Target::foo_ fields into std::unique_ptr<Foo> ones. by David 'Digit' Turner · 3 years, 2 months ago
  94. 1e3b4f7 Move RustValues::transitive_libs_ to Target::rust_transitive_libs_ by David 'Digit' Turner · 2 years, 7 months ago
  95. 4aa9bdf Document rust_sysroot variable. by Adrian Taylor · 2 years, 6 months ago
  96. 1851245 Remove type_ member from SourceFile type by David 'Digit' Turner · 2 years, 7 months ago
  97. 90294cc GCC: fix deprecated copy warnings by Stephan Hartmann · 2 years, 7 months ago
  98. 8926696 Correct some typos on the FAQ. by Brett Wilson · 2 years, 7 months ago
  99. f847b57 Add more FAQ entries. by Brett Wilson · 2 years, 7 months ago
  100. 79c6c1b Add a FAQ entry on directory copying. by Brett Wilson · 2 years, 7 months ago