]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-12-17 Krishna Veera... Fix clippy build failure
2019-12-15 Manish GoregaokarMerge pull request #4900 from Mark-Simulacrum/niko...
2019-12-14 Mark RousskovUpdate tests for revert of never type stabilization
2019-12-12 borsAuto merge of #4883 - krishna-veerareddy:issue-4818...
2019-12-11 borsAuto merge of #4886 - rust-lang:must-use-pub-only,...
2019-12-08 borsAuto merge of #4889 - krishna-veerareddy:issue-3993...
2019-12-08 Krishna Veera... Move `transmute_float_to_int` test cases into separate...
2019-12-08 Krishna Veera... Add lint to detect transmutes from float to integer
2019-12-06 Andre BogusLint only exported must_use_candidates
2019-12-06 borsAuto merge of #4884 - RobbieClarken:warn-missing-errors...
2019-12-06 RobbieClarkenAdd lint for pub fns returning a `Result` without docum...
2019-12-06 Krishna Veera... Add widening tests for `cast_sign_loss` lint
2019-12-05 Krishna Veera... Fix false positive with cast_sign_loss lint
2019-12-05 borsAuto merge of #4880 - daxpedda:string-add, r=phansch
2019-12-05 daxpeddaChange to only detect in external macros.
2019-12-04 daxpeddaFix false positive in `string_add`.
2019-12-04 borsAuto merge of #4879 - matthiaskrgr:rustup_23, r=flip1995
2019-12-04 Matthias KrügerRustup to rust-lang/rust#66878
2019-12-03 borsAuto merge of #4877 - flip1995:manual_swap_4853, r...
2019-12-03 borsAuto merge of #4878 - flip1995:rustup, r=flip1995
2019-12-03 flip1995Update op_ref.stderr
2019-12-03 flip1995Make OP_REF lint suggestion MaybeIncorrect
2019-12-03 Christopher... Fire clippy::op_ref on PartialOrd but !Ord types
2019-12-03 flip1995Rustup to rust-lang/rust#66935
2019-12-03 flip1995Fix rustdoc examples
2019-12-03 flip1995Make manual_swap autofixable
2019-12-03 flip1995Formatting
2019-12-03 flip1995Fix FP in manual_swap lint with slice-like types
2019-12-03 flip1995Add regression test for manual_swap
2019-12-02 borsAuto merge of #4875 - flip1995:rustup, r=matthiaskrgr
2019-12-02 flip1995Normalize custom ICE test
2019-12-02 flip1995Rustup to rust-lang/rust#64736
2019-12-02 borsAuto merge of #4873 - phansch:rustup2, r=eddyb
2019-12-02 Philipp HanschUse assert_crate_local for a more explicit error
2019-12-02 Philipp HanschRustup to https://github.com/rust-lang/rust/pull/66789
2019-12-01 borsAuto merge of #4690 - lzutao:fix-test-on-non-amd64...
2019-12-01 borsAuto merge of #4870 - lzutao:check-macro-missing_inline...
2019-12-01 Lzu Taoaccount for external macro in MISSING_INLINE_IN_PUBLIC_...
2019-12-01 Lzu Taobuild(tests/fmt): use shared target dir
2019-12-01 Lzu Taochore: fix and split some ui tests on 32bit system
2019-12-01 Lzu Taobuild: set up build job for i686 targets
2019-12-01 Lzu Taoremove needless my_lint ui test
2019-12-01 Lzu Taogit quiet
2019-12-01 borsAuto merge of #4866 - rust-lang:needful-doctest-main...
2019-11-30 borsAuto merge of #4868 - lzutao:deploy-in-dir, r=phansch
2019-11-30 Lzu Taodeploy: cd to out/ before adding files to git
2019-11-30 borsAuto merge of #4865 - phansch:fix_master_deployment...
2019-11-29 Andre BogusLess needless_doctest_main false positives
2019-11-29 borsAuto merge of #4588 - phansch:add_custom_ice_hook,...
2019-11-29 Philipp Hanschfmt
2019-11-29 Philipp HanschFeed the dog
2019-11-29 Philipp HanschUse rustc_env instead of exec_env for test
2019-11-29 Philipp HanschMake triggering this lint less likely :paperclip:
2019-11-29 Philipp HanschUse exec_env to set backtrace level and normalize output
2019-11-29 Philipp HanschUpdate custom ICE function with latest rustc
2019-11-29 Philipp HanschUse Clippy version in ICE message
2019-11-29 Philipp HanschAdd custom ICE message that points to Clippy repo
2019-11-29 borsAuto merge of #4837 - flip1995:integration, r=phansch
2019-11-29 Philipp HanschFix master deployment
2019-11-29 borsAuto merge of #4856 - lzutao:rtim-non-installed, r...
2019-11-29 borsAuto merge of #4863 - phansch:use_self, r=flip1995
2019-11-29 borsAuto merge of #4845 - flip1995:clippy_toml_deps, r...
2019-11-29 flip1995Run update_lints
2019-11-29 borsAuto merge of #4857 - rust-lang:rustup, r=matthewjasper...
2019-11-29 flip1995Add projections check to EUV for escape analysis
2019-11-29 flip1995Use infer_ctxt
2019-11-29 Philipp HanschMove use_self to nursery
2019-11-28 Philipp KronesUse `println!` on success instead of `eprintln!`
2019-11-28 flip1995Revert "Disable chalk integration test. Output too...
2019-11-28 flip1995Remove the old integration-tests.sh script
2019-11-28 flip1995Use rust implementation for integration tests in CI
2019-11-28 flip1995Rust implementation of integration test
2019-11-28 flip1995Don't error on clippy.toml of dependencies
2019-11-28 Manish GoregaokarFix categorizations
2019-11-28 Manish GoregaokarFix arguments on ExprUseVisitor::new
2019-11-28 Manish Goregaokareuv moved from middle to typeck
2019-11-28 Manish Goregaokarcmt_ -> Place
2019-11-28 Lzu Taobuild: check if RTIM is not installed
2019-11-28 borsAuto merge of #4849 - flip1995:deny_warnings, r=phansch
2019-11-28 borsAuto merge of #4855 - phansch:rollup-x7yail7, r=phansch
2019-11-28 Phil HanschRollup merge of #4847 - rust-lang:offest, r=phansch
2019-11-28 Phil HanschRollup merge of #4842 - timbodeit:comparison-chain...
2019-11-28 Phil HanschRollup merge of #4832 - dario23:i4829, r=phansch
2019-11-28 borsAuto merge of #4851 - daxpedda:float-arithmetic, r...
2019-11-28 borsAuto merge of #4821 - Areredify:as_conversions, r=flip1995
2019-11-28 borsAuto merge of #4808 - euclio:string-lit-as-bytes, r...
2019-11-28 borsAuto merge of #4848 - lzutao:result-map_or, r=flip1995
2019-11-28 Lzu Taomake use of Result::map_or
2019-11-27 borsAuto merge of #4846 - flip1995:rustup, r=Manishearth
2019-11-27 Manish Goregaokarconfig.usize_ty -> config.ptr_width
2019-11-27 Manish GoregaokarAdd blank stderr file for cant_be_const test
2019-11-27 Manish GoregaokarMore borrowkind fixes
2019-11-27 Manish GoregaokarRe-add wildcards for BorrowKind in some places
2019-11-27 Manish GoregaokarMerge pull request #4852 from lzutao/cargo_install
2019-11-27 Manish GoregaokarAdd BorrowKind::Ref
2019-11-27 Lzu Taorustup cargo install-upgrade
2019-11-26 Andy Russelltrigger string_lit_as_bytes when literal has escapes
2019-11-25 daxpeddaRemove negative float literal checks.
2019-11-25 flip1995Enable deny-warnings feature everywhere in CI
2019-11-25 flip1995Remove unused debugging feature
next