aboutsummaryrefslogtreecommitdiff
path: root/rust_tools/rust_uprev.py
AgeCommit message (Expand)Author
2024-02-01rust_uprev: don't update rust-bootstrapBob Haarman
2024-02-01rust_uprev: refactor repetitive routines regarding rusty revisionsBob Haarman
2024-02-01rust_uprev: refactor create_ebuild() to take strings instead of a pathBob Haarman
2024-02-01rust_uprev: use stdout=PIPE instead of capture_outputBob Haarman
2024-02-01rust_uprev: remove update_manifest()Bob Haarman
2024-01-25rust_uprev: make find_ebuild_for_rust_version() call find_ebuild_path()Bob Haarman
2024-01-25rust_uprev: only return base ebuilds from find_rust_versions()Bob Haarman
2024-01-25rust_uprev: rewrite find_rust_versions() to use Path instead of os.*Bob Haarman
2023-10-16rust_uprev: cache sudo credentialsBob Haarman
2023-09-14llvm_tools: update_chromeos_llvm_hash no_delete_branchJordan R Abrahams-Whitehead
2023-08-25rust_uprev: avoid serialization error after PGO_RUST invocationsBob Haarman
2023-08-24rust_uprev.py: run outside the chrootBob Haarman
2023-08-16rust_uprev: remove obsolete step "remove patches"Bob Haarman
2023-08-16rust_uprev: generate profile dataBob Haarman
2023-08-14rust_uprev: fetch Rust sources from upstream if not present on local mirrorBob Haarman
2023-08-14rust_uprev: use Path.{read,write}_text instead of open().{read,write}Bob Haarman
2023-08-14rust_uprev: Fix type information so that mypy runs successfullyBob Haarman
2023-03-01rust_uprev: remove the `copy patches` stepGeorge Burgess IV
2022-09-27rust_uprev: Ensure that packages can be builtBob Haarman
2022-09-26rust_uprev: Support links to base ebuild filesBob Haarman
2022-09-26rust_uprev: support new rust-host packageBob Haarman
2022-09-13Update license boilerplate text in source code filesMike Frysinger
2022-09-07Autoformat all Python codeGeorge Burgess IV
2022-07-28rust_uprev: Remove flip_mirror_in_ebuildBob Haarman
2022-07-27rust_uprev: yapf and isortBob Haarman
2022-04-21toolchain_utils: s/Cr OS/CrOS/gGeorge Burgess IV
2021-10-05rust_uprev: fetch distfiles from local mirrorBob Haarman
2021-09-25rust_uprev_test: mock equery w commandsBob Haarman
2021-09-16rust_uprev: changes for rust-1.55ChromeOS Developer
2021-01-06rust_uprev: also uprev rust-bootstrapBob Haarman
2020-12-16rust_uprev: accept -r* in virtual/rust version numbersBob Haarman
2020-10-09rust_uprev: emerge rust instead of ebuilding itGeorge Burgess IV
2020-10-09rust_uprev: emerge arm-none-eabi-gcc & do it in parallelGeorge Burgess IV
2020-10-09rust_uprev: check for files in gs:// before downloading themGeorge Burgess IV
2020-10-09rust_uprev: support -rN ebuildsGeorge Burgess IV
2020-10-08rust_tools: Fix the tool using real Rust uprev experiences.Tiancong Wang
2020-08-14rust_tools: Provide a big hammer to do everything to uprev RustTiancong Wang
2020-08-12rust_tools: Refactor to create and remove Rust versions independentlyTiancong Wang
2020-08-10rust_tools: Add a tool to automatically generate a Rust uprevTiancong Wang