1. 0ad64f5 Merge "rust: Allow modules to use only generated sources" by Ivan Lozano · 4 years ago
  2. e4db003 rust: Allow modules to use only generated sources by Ivan Lozano · 4 years ago
  3. 8711c5c rust: Link libunwind into Rust static executables. by Ivan Lozano · 4 years ago
  4. a9a1fc0 rust: Add support to emit certain Cargo env vars. by Ivan Lozano · 4 years ago
  5. 45a9e31 rust: Prevent manually defined lib link flags. by Ivan Lozano · 4 years, 1 month ago
  6. 0c66bc6 Replace android.BuildOs with Config.BuildOS by Colin Cross · 4 years, 1 month ago
  7. 187d544 Remove IsDependencyRoot from interface by Liz Kammer · 4 years, 2 months ago
  8. d7586b6 Refactor vendor snapshot to use LinkableInterface. by Ivan Lozano · 4 years, 5 months ago
  9. f9b3e22 Merge "Remove unnecessary `android:"path"` tags in rust" by Treehugger Robot · 4 years, 4 months ago
  10. eda9398 Remove unnecessary `android:"path"` tags in rust by Liz Kammer · 4 years, 4 months ago
  11. 06feee9 Rustdoc support. by Dan Albert · 4 years, 5 months ago
  12. c08897c Add more Rust vendor image support. by Ivan Lozano · 4 years, 5 months ago
  13. e54504e Merge "rust: Add cfgs property" by Thiébaud Weksteen · 4 years, 5 months ago
  14. e54f07e Stripped rust bin/libs are included in APEX by Jiyong Park · 4 years, 5 months ago
  15. c44e737 rust: Add cfgs property by Thiébaud Weksteen · 4 years, 5 months ago
  16. 63bb768 rust: Add whole_static_libs, revert static_lib by Ivan Lozano · 4 years, 5 months ago
  17. f1ff54a rust: Drop libgcc dependency by Thiébaud Weksteen · 4 years, 5 months ago
  18. ee6a89b Export OUT_DIR variable to rust-project.json by Thiébaud Weksteen · 4 years, 6 months ago
  19. 36eb24b Merge "rust: Emit android vndk cfg flag." by Ivan Lozano · 4 years, 6 months ago
  20. f76cdf7 rust: Emit android vndk cfg flag. by Ivan Lozano · 4 years, 6 months ago
  21. c5d34ec rust: Use prebuilts for x86 host target. by Ivan Lozano · 4 years, 7 months ago
  22. 3dfa12d rust: Pass cc static libs to rustc. by Ivan Lozano · 4 years, 7 months ago
  23. 2a3094c Merge "Migrate Rust to LLVM coverage." by Treehugger Robot · 4 years, 7 months ago
  24. 6cd99e6 Add Rust fuzzing support. by Ivan Lozano · 6 years ago
  25. fa04938 Migrate Rust to LLVM coverage. by Joel Galenson · 4 years, 7 months ago
  26. 3968d8f Refactor CC to prep for Rust sanitizable modules. by Ivan Lozano · 4 years, 8 months ago
  27. 18aefc1 Remove unnecessary snake case variables. by Jaewoong Jung · 4 years, 8 months ago
  28. ea08613 Move prefer_rlib from binary to base compiler. by Ivan Lozano · 4 years, 9 months ago
  29. bf63d00 rust: Add static binary support by Ivan Lozano · 5 years ago
  30. dd05547 rust: Refactor staticStd to stdLinkage by Ivan Lozano · 5 years ago
  31. 2b08113 rust: Add libstd linkage mutator for rlibs. by Ivan Lozano · 5 years ago
  32. b5d2dd2 Don't disable rust modules for linux_bionic by Jiyong Park · 5 years ago
  33. fabaff6 rust: strip libraries and binaries by Thiébaud Weksteen · 5 years ago
  34. 042504f Link device binaries dynamically by default. by Ivan Lozano · 5 years ago
  35. 9e8451e rust: modify linting properties by Thiébaud Weksteen · 5 years ago
  36. 4318e1c rust: fully disable all lints when no_lint is set by Thiébaud Weksteen · 5 years ago
  37. da931d4 [rust] Disable lints for generated bindings by Stephen Crane · 5 years ago
  38. 89e4882 Merge "[rust] Add SourceProviders as crates support." by Ivan Lozano · 5 years ago
  39. 26ecd6c [rust] Add SourceProviders as crates support. by Ivan Lozano · 5 years ago
  40. e81c924 Move getEdition to a baseCompiler method by Thiébaud Weksteen · 5 years ago
  41. 45901ed Ensure hermetic device rust_bindgen. by Ivan Lozano · 5 years ago
  42. 4384568 Allow rust module dependency on SourceProviders. by Ivan Lozano · 5 years ago
  43. bbd25ae Specify module dependency in the srcs list by Chih-Hung Hsieh · 5 years ago
  44. bb3add1 rust: Suppress default sysroot unconditionally by Matthew Maurer · 5 years ago
  45. c761eec rust: Mutate prebuilt modules dylib/rlib by Matthew Maurer · 5 years ago
  46. 0f003b1 rust: Add rustlibs auto dependency selection by Matthew Maurer · 5 years ago
  47. 6bbe577 Merge "Explicitly define Rust default lints" by Thiébaud Weksteen · 5 years ago
  48. 8e46efa Explicitly define Rust default lints by Thiébaud Weksteen · 5 years ago
  49. 1f7f70f Remove moduleContextImpl struct by Thiébaud Weksteen · 5 years ago
  50. 8a23fa4 [Rust] Remove unused variables and deduplicate. by Ivan Lozano · 5 years ago
  51. a0cd8f9 Add gcov coverage support to Rust modules. by Ivan Lozano · 5 years ago
  52. 9d1df10 Provide 32-bit and 64-bit Rust libs by default. by Ivan Lozano · 5 years ago
  53. d6fdca8 Fix incorrect Rust installation paths. by Ivan Lozano · 5 years ago
  54. 9a4a7ba Install rust tests under nativetest(64) by Chih-Hung Hsieh · 6 years ago
  55. f3a2d5a Merge changes from topic "rust-sysroot" by Jeffrey Vander Stoep · 6 years ago
  56. 99020b0 Build Rust Device Sysroots in Soong by Matthew Maurer · 6 years ago
  57. ad8b18b Enforce correct rust library file names. by Ivan Lozano · 6 years ago
  58. c6136c9 Merge "Remove old-style support for translated second architectures" by Treehugger Robot · 6 years ago
  59. 3776d95 Merge "Fix defaults of BaseCompilerProperties" by Chih-hung Hsieh · 6 years ago
  60. 70dda7e Separate InstallPath from OutputPath by Colin Cross · 6 years ago
  61. 961a30c Fix defaults of BaseCompilerProperties by Chih-Hung Hsieh · 6 years ago
  62. 724286c Pass --remap-path-prefix to Rust builds. by Joel Galenson · 6 years ago
  63. efdd7ac Deny rust warnings by default. by Chih-Hung Hsieh · 6 years ago
  64. f1c8433 Add AArch64 device Rust toolchain. by Ivan Lozano · 6 years ago
  65. 3b19f5d Remove old-style support for translated second architectures by Colin Cross · 6 years ago
  66. 402be41 Revert "Remove old-style support for translated second architectures" by Colin Cross · 6 years ago
  67. fe6330c Remove old-style support for translated second architectures by Colin Cross · 6 years ago
  68. ffee334 Add Rust support to Soong. by Ivan Lozano · 6 years ago