]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 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
2019-11-25 Mikhail Babenkoimplemented `as_conversions` lint
2019-11-25 flip1995Run rustfmt
2019-11-25 Andre Bogusfixing a typo
2019-11-25 flip1995Rustup to rust-lang/rust#64856
2019-11-25 flip1995Rustup to rust-lang/rust#66671
2019-11-24 Tim Bodeit[comparison_chain] #4827 Check `core::cmp::Ord` is...
2019-11-23 borsAuto merge of #4840 - flip1995:rollup-jqk3a3i, r=flip1995
2019-11-23 Philipp KronesRollup merge of #4830 - lzutao:str-repeat, r=flip1995
2019-11-23 Philipp KronesRollup merge of #4820 - guanqun:comment-fix, r=flip1995
2019-11-23 Philipp KronesRollup merge of #4811 - mikerite:lit_repr_20191113...
2019-11-23 Philipp KronesRollup merge of #4766 - phansch:fix_fp_in_derive_hash_x...
2019-11-23 Philipp KronesRollup merge of #4730 - yerke:fix-check_infinite_loop...
2019-11-23 borsAuto merge of #4839 - flip1995:rollup-new-lints, r...
2019-11-23 flip1995Fix fallout
2019-11-23 flip1995Run update_lints
2019-11-23 flip1995Merge remote-tracking branch 'FlorianRohm/issue/4623...
2019-11-23 flip1995Merge remote-tracking branch 'Areredify/large_stack_arr...
2019-11-23 flip1995Merge remote-tracking branch 'popzxc/if-same-cond-fn...
2019-11-23 flip1995Merge remote-tracking branch 'upstream/zst-offset'...
2019-11-23 borsAuto merge of #4825 - Manishearth:rustup, r=flip1995
2019-11-23 flip1995Disable chalk integration test. Output too large
2019-11-23 flip1995Temporarily disable serde integration test
2019-11-23 flip1995Add comment for mir_opt_level=0
2019-11-22 Yerkebulan... fix check_infinite_loop by checking for break or return...
2019-11-22 flip1995Set mir_opt_level=0
2019-11-22 flip1995Rustup to rust-lang/rust#66389
2019-11-22 flip1995Rustup to rust-lang/rust#66515
2019-11-22 flip1995Remove never_type feature
2019-11-20 Igor AleksanovImplement if_same_cond_fn lint
2019-11-19 Johannes Schillingadd a good example for the approx_const lint
2019-11-19 Johannes SchillingAdd suggested good cases in docs for lifetimes lint
2019-11-19 lzutaouse usize::from
2019-11-19 Lzu Taouse more efficient code to generate repeated string
2019-11-19 Manish GoregaokarRustup to rustc 1.41.0-nightly (d1da8023d 2019-11-19)
2019-11-19 Manish GoregaokarRustup to rustc 1.41.0-nightly (a0d40f8bd 2019-11-18)
2019-11-15 Andre BogusNew lint: zst_offset
2019-11-15 Guanqun Ludoc: fix the comment above the lint function
2019-11-15 Florian Rohmregister new lint "tabs in doc comments" and update...
2019-11-15 Florian Rohmadd new lint tabs in doc comments
2019-11-14 borsAuto merge of #4815 - JohnTitor:rustup, r=matthiaskrgr
2019-11-14 Yuki OkushiRustup rust-lang/rust#66233
2019-11-14 Michael Wrightliteral repr: ignore more warnings in macros
2019-11-14 Michael Wrightliteral representation: simplification
2019-11-13 AreredifyAdd new lint: large stack array
2019-11-13 borsAuto merge of #4810 - Areredify:4716-fix, r=flip1995
2019-11-13 borsAuto merge of #4794 - rust-lang:no-must-use-impls,...
2019-11-13 Michael Wrightliteral representation restructure 12
2019-11-13 Michael Wrightliteral representation restructure 11
next