1. d3e05ca Don't export flags from SourceProvider variants by Colin Cross · 5 years ago
  2. 295c72b Avoid Rust source provider rule duplication by Thiébaud Weksteen · 5 years ago
  3. 2d53a60 Merge changes from topic "return-new-deps" by Colin Cross · 5 years ago
  4. 2b08113 rust: Add libstd linkage mutator for rlibs. by Ivan Lozano · 5 years ago
  5. d1f898e Remove global state from version mutator by Colin Cross · 5 years ago
  6. 0c16fdf Merge "Don't disable rust modules for linux_bionic" by Treehugger Robot · 5 years ago
  7. b5d2dd2 Don't disable rust modules for linux_bionic by Jiyong Park · 5 years ago
  8. ddd0bdb rust: Fix rust_bindgen implicits by Ivan Lozano · 5 years ago
  9. 682c9d7 Rename ccConfig to cc_config by Thiébaud Weksteen · 5 years ago
  10. fabaff6 rust: strip libraries and binaries by Thiébaud Weksteen · 5 years ago
  11. 31f1bb8 rust: add ccToolchain to Module by Thiébaud Weksteen · 5 years ago
  12. b0e99ed Merge "[rust] Pass cc dependencies as linker flags." by Ivan Lozano · 5 years ago
  13. 2093af2 [rust] Pass cc dependencies as linker flags. by Ivan Lozano · 5 years ago
  14. 042504f Link device binaries dynamically by default. by Ivan Lozano · 5 years ago
  15. 9e8451e rust: modify linting properties by Thiébaud Weksteen · 5 years ago
  16. 50a5806 Merge "Stop using prebuilt NDK CRT objects." by Treehugger Robot · 5 years ago
  17. 4c698f3 Merge "Only return the source files of a Rust module with a SourceProvider if the internal compiler has been disabled" by Ivan Lozano · 5 years ago
  18. 65c74d9 Merge "HostToolPath should return install path" by Treehugger Robot · 5 years ago
  19. a756270 HostToolPath should return install path by Chih-Hung Hsieh · 5 years ago
  20. 92fe740 Stop using prebuilt NDK CRT objects. by Dan Albert · 5 years ago
  21. 5db69cc Only return the source files of a Rust module with a SourceProvider if the internal compiler has been disabled by Andrei Homescu · 5 years ago
  22. a57e56a Merge "Export Rust SourceProvider types and methods" by Ivan Lozano · 5 years ago
  23. 2a73c2d Merge "Don't export link dirs from proc-macros." by Treehugger Robot · 5 years ago
  24. 2bbcacf Don't export link dirs from proc-macros. by Ivan Lozano · 5 years ago
  25. c776792 Export Rust SourceProvider types and methods by Andrei Homescu · 5 years ago
  26. 2eddd06 Merge "Add libraryDependencyTag to track dependencies on static and shared libraries" by Colin Cross · 5 years ago
  27. c564d2d Add support for custom bindgen binaries. by Ivan Lozano · 5 years ago
  28. 32267c8 [rust] Disable clippy for rust_bindgen modules. by Ivan Lozano · 5 years ago
  29. 26ecd6c [rust] Add SourceProviders as crates support. by Ivan Lozano · 5 years ago
  30. 89435d1 [rust] Clean up unused link variations. by Ivan Lozano · 5 years ago
  31. 6e511a9 Add libraryDependencyTag to track dependencies on static and shared libraries by Colin Cross · 5 years ago
  32. 3feff6c Merge changes I4efdf333,I4abaf8e7 by Ivan Lozano · 5 years ago
  33. 45901ed Ensure hermetic device rust_bindgen. by Ivan Lozano · 5 years ago
  34. 07cbaf4 Enforce correct variant usage for rust_bindgen. by Ivan Lozano · 5 years ago
  35. 4384568 Allow rust module dependency on SourceProviders. by Ivan Lozano · 5 years ago
  36. 4fef93c Add SourceProviders and a rust_bindgen module type by Ivan Lozano · 5 years ago
  37. bbd25ae Specify module dependency in the srcs list by Chih-Hung Hsieh · 5 years ago
  38. bb3add1 rust: Suppress default sysroot unconditionally by Matthew Maurer · 5 years ago
  39. c761eec rust: Mutate prebuilt modules dylib/rlib by Matthew Maurer · 5 years ago
  40. 0f003b1 rust: Add rustlibs auto dependency selection by Matthew Maurer · 5 years ago
  41. 5c4e489 Enable genrule modules for Rust host binaries by Chih-Hung Hsieh · 5 years ago
  42. 79e546f Merge "Remove moduleContextImpl struct" by Thiébaud Weksteen · 5 years ago
  43. 92f703b Add clippy-driver build rule by Thiébaud Weksteen · 5 years ago
  44. 1f7f70f Remove moduleContextImpl struct by Thiébaud Weksteen · 5 years ago
  45. d825990 Merge "[Rust] Remove unused variables and deduplicate." by Ivan Lozano · 5 years ago
  46. 2286afd Don't create version variants for SDK variants by Jiyong Park · 5 years ago
  47. 8a23fa4 [Rust] Remove unused variables and deduplicate. by Ivan Lozano · 5 years ago
  48. fc80fe7 Make rust_test file output more similar to cc_test. by Ivan Lozano · 5 years ago
  49. a0cd8f9 Add gcov coverage support to Rust modules. by Ivan Lozano · 5 years ago
  50. 624d35c Skip version mutator for host/ramdisk/recovery by Jooyung Han · 5 years ago
  51. c511bc5 Revert^2 "Add sdk mutator for native modules" by Colin Cross · 5 years ago
  52. f8e8022 Revert "Add sdk mutator for native modules" by Colin Cross · 5 years ago
  53. 82e192c Add sdk mutator for native modules by Colin Cross · 6 years ago
  54. 03b5185 apex: choose stub according to min_sdk_version by Jooyung Han · 6 years ago
  55. 2bb26d3 Merge "<apex_name>-deps-info correctly tracks dependencies" by Jiyong Park · 6 years ago
  56. 2b2aee3 Merge "Pass library kind when linking native libraries." by Ivan Lozano · 6 years ago
  57. 6aa6602 Pass library kind when linking native libraries. by Ivan Lozano · 6 years ago
  58. 678c881 <apex_name>-deps-info correctly tracks dependencies by Jiyong Park · 6 years ago
  59. d648c43 Fix lib name resolution if extension is substring. by Ivan Lozano · 6 years ago
  60. 1b3348d Add ramdisk image. by Yifan Hong · 6 years ago
  61. 83dc74b Reland^2 "m <apex_name>-deps-info prints the internal/external deps of the APEX" by Jiyong Park · 6 years ago
  62. 7cb4d37 Revert "Reland "m <apex_name>-deps-info prints the internal/external deps of the APEX""" by Jiyong Park · 6 years ago
  63. 956305c Reland "m <apex_name>-deps-info prints the internal/external deps of the APEX"" by Jiyong Park · 6 years ago
  64. 4513f70 Revert "m <apex_name>-deps-info prints the internal/external deps of the APEX" by Jiyong Park · 6 years ago
  65. 114ff53 m <apex_name>-deps-info prints the internal/external deps of the APEX by Jiyong Park · 6 years ago
  66. 9a4a7ba Install rust tests under nativetest(64) by Chih-Hung Hsieh · 6 years ago
  67. 09ef474 Merge changes I0dcc9c7b,I9bc40642 by Colin Cross · 6 years ago
  68. 2b26297 Allow cc.LinkabeInterfaces to request "" variants. by Ivan Lozano · 6 years ago
  69. 7228ecd Move cc.imageMutator into the android package by Colin Cross · 6 years ago
  70. 8d7ae1a Merge "Add TestProperties, gen test config, fix names" by Chih-hung Hsieh · 6 years ago
  71. 41805be Add TestProperties, gen test config, fix names by Chih-Hung Hsieh · 6 years ago
  72. e0833b1 Allow cc modules to pull in rust includes. by Ivan Lozano · 6 years ago
  73. ad8b18b Enforce correct rust library file names. by Ivan Lozano · 6 years ago
  74. a5f22ed Add rust_test and rust_test_host. by Chih-Hung Hsieh · 6 years ago
  75. 52767be Add support for Rust C libraries. by Ivan Lozano · 6 years ago
  76. 183a321 Add a common interface for cc linkable libraries. by Ivan Lozano · 6 years ago
  77. 1c2ff86 Add Rust darwin host support. by Ivan Lozano · 6 years ago
  78. 0f7d2ef Add method to determine variations from a Target by Colin Cross · 6 years ago
  79. f1c8433 Add AArch64 device Rust toolchain. by Ivan Lozano · 6 years ago
  80. 5ca5ef6 Fix proc_macro dependency handling. by Ivan Lozano · 6 years ago
  81. e169ad7 Add OWNERS for Rust whitelist. by Ivan Lozano · 6 years ago
  82. 70e0a07 Check Rust dep is a Module before checking target. by Ivan Lozano · 6 years ago
  83. de25291 Disable unsupported Rust targets. by Ivan Lozano · 6 years ago
  84. ffee334 Add Rust support to Soong. by Ivan Lozano · 6 years ago