]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-02-12 borsAuto merge of #5165 - matthiaskrgr:ci_cargo_cache_autoc...
2020-02-12 Matthias Krügergha: install cargo-cache with ci-autoclean feature...
2020-02-12 borsAuto merge of #5164 - flip1995:gha_deploy_fix, r=flip1995
2020-02-12 flip1995Run deploy workflow on tags, instead of releases
2020-02-12 borsAuto merge of #5162 - flip1995:gha_fix, r=flip1995
2020-02-12 flip1995Use list instead of array for branch names
2020-02-12 borsAuto merge of #5088 - rust-lang:gha, r=Manishearth...
2020-02-12 flip1995Don't upload target/release in integration_build
2020-02-12 flip1995Use nightly cargo to install cargo-cache
2020-02-12 flip1995Install all required remark packages in travis
2020-02-12 flip1995Remove deployment from travis
2020-02-12 flip1995Apply review comments
2020-02-12 flip1995Run bors checks unconditionally
2020-02-12 flip1995Add bors dummy jobs
2020-02-12 flip1995Use hash of Cargo.lock file in cache name
2020-02-12 flip1995Add two more error causes to integration test
2020-02-12 flip1995Build Clippy before running integration tests
2020-02-12 flip1995Allow non-ascii characters in changelog check
2020-02-12 flip1995Extract deployment
2020-02-12 flip1995Extract driver test
2020-02-12 flip1995Sort output of export.py script
2020-02-12 flip1995Limit parallel jobs on try/r+ runs
2020-02-12 flip1995Cancle builds on new commits
2020-02-12 flip1995Add GHA badge to README.md
2020-02-12 flip1995Small change to comment in .gitignore
2020-02-12 flip1995Add deployment to GHA
2020-02-12 flip1995Move integration tests in clippy_bors.yml
2020-02-12 flip1995Add Clippy Test to GHA
2020-02-12 flip1995Get {RUSTUP,MULTIRUST}_{HOME,TOOLCHAIN} from runtime...
2020-02-12 flip1995Check if changelog exists
2020-02-12 flip1995Ignore fmt test in GHA CI
2020-02-12 flip1995Add Clippy Test (bors) to GHA
2020-02-12 flip1995Fix markdown Files
2020-02-12 flip1995Rename .remarkrc.json -> .remarkrc and fix file
2020-02-12 flip1995Add remark check to GHA
2020-02-12 flip1995Add clippy_dev checks to GitHub Actions
2020-02-12 flip1995Add integration test GitHub action
2020-02-11 borsAuto merge of #5158 - lzutao:callbackshook, r=flip1995
2020-02-11 borsAuto merge of #5152 - flip1995:rustup, r=flip1995
2020-02-11 Lzu TaoImpl DefaultCallbacks on our side
2020-02-11 borsAuto merge of #5155 - krishna-veerareddy:remove-unused...
2020-02-11 Krishna Sai... Remove unnecessary imports from tests
2020-02-11 Krishna Sai... Remove unnecessary imports from documentation
2020-02-11 Krishna Sai... Remove unnecessary imports from `new_lint` tool
2020-02-10 borsAuto merge of #5151 - flip1995:fix_run_pass_tests,...
2020-02-10 Philipp KronesUse current_dir instead of cargo_metadata
2020-02-10 flip1995Rustup to rust-lang/rust#68725
2020-02-10 flip1995Fix run-pass tests when CARGO_TARGET_DIR is not set
2020-02-10 borsAuto merge of #5148 - krishna-veerareddy:issue-5147...
2020-02-09 Krishna Sai... Use `PATH` environment variable for testing
2020-02-09 borsAuto merge of #5150 - krishna-veerareddy:rustup-69004...
2020-02-09 Krishna Sai... Rustup to rust-lang/rust#68911
2020-02-09 Krishna Sai... Allow `option-env-unwrap` within external macros
2020-02-09 Krishna Sai... Account for `expect` being used to unwrap `Option`
2020-02-09 borsAuto merge of #5145 - lzutao:rmeta, r=flip1995
2020-02-09 Lzu TaoFix error E0460 when compiled on Rustc repo
2020-02-09 borsAuto merge of #5149 - lzutao:rustup-65232, r=flip1995
2020-02-09 Lzu TaoRustup "index ReEmpty by universe"
2020-02-09 Krishna Sai... Add `option-env-unwrap` lint
2020-02-07 borsAuto merge of #5140 - lzutao:cleanup-replace, r=flip1995
2020-02-07 borsAuto merge of #5146 - lzutao:rustup, r=flip1995
2020-02-07 Lzu TaoUpdate CARGO_TARGET_DIR
2020-02-07 Lzu TaoRustup https://github.com/rust-lang/rust/pull/67359
2020-02-07 Lzu Taodev: Move DOCS_LINK out of lazy_static and reuse it
2020-02-07 Lzu Taodev: Make UpdateMode a copy type
2020-02-07 Lzu Taodev: Prefer `fs::read*` and improvement to replace...
2020-02-06 borsAuto merge of #5134 - flip1995:snippet_block, r=phansch
2020-02-06 borsAuto merge of #5143 - flip1995:rustup, r=flip1995
2020-02-06 flip1995Rustup to rust-lang/rust#68788
2020-02-06 flip1995Rename ctx->cx in needless_continue
2020-02-06 flip1995Improve help message in needless_continue
2020-02-06 flip1995Fix rebase fallout
2020-02-06 flip1995Document the indent_relative_to arg of snippet_block
2020-02-06 flip1995Update remaining test files
2020-02-06 flip1995Move tests to the end of the file in utils mod.rs
2020-02-06 flip1995Update needless_continue stderr
2020-02-06 flip1995Rewrite suggestion generation of needless_continue
2020-02-06 flip1995Update block_in_if_condition test files
2020-02-06 flip1995Make block_in_if_condition auto applicable
2020-02-06 flip1995Optionally indent snippet_block relative to an Expr
2020-02-06 borsAuto merge of #5139 - lzutao:linecount, r=llogiq
2020-02-06 borsAuto merge of #5125 - Areredify:too_many_bools, r=flip1995
2020-02-06 Lzu Taodev: Use bytecount for faster line count
2020-02-06 borsAuto merge of #5132 - JohnTitor:fix-fp-in-unwrap-lint...
2020-02-06 borsAuto merge of #5121 - lzutao:comptest, r=flip1995
2020-02-05 Areredifyadd excessive bools lints
2020-02-05 Lzu TaoUse lazy_static
2020-02-05 Areredifymove is_trait_impl_item check from functions.rs to...
2020-02-05 Lzu TaoAdd `serde_derive` to the need-to-be-disambiguated...
2020-02-05 Lzu TaoFix dogfood to use cargo mod too
2020-02-05 Lzu Taocompile-test: Handle CARGO_TARGET_DIR and transitive...
2020-02-05 borsAuto merge of #5137 - lzutao:race, r=flip1995
2020-02-05 Lzu TaoPrevent failing to restart setup-toolchain
2020-02-05 borsAuto merge of #5135 - lzutao:config, r=flip1995
2020-02-05 Lzu TaoFew improvement to `utils::conf` module
2020-02-04 borsAuto merge of #5061 - ThibsG:UselessMatch3664, r=flip1995
2020-02-04 ThibsGManage macros case + move to MaybeIncorrect when bindin...
2020-02-04 ThibsGMerge fixes
2020-02-04 ThibsGAdd wild and struct handling
2020-02-04 ThibsGUse span_lint_and_sugg + move infaillible lint
next