rust/src/tools
Matthias Krüger 078984d892 submodules: update clippy from 29bf75cd to 1df5766c
Fixes clippy toolstate.

Changes:
````
Remove -preview suffix from README
rustup clippy build with latest rustc (breakage due to 08f8faedd0 )
Forgot to remove some debugging code ...
Improved code noted by clippy.
Fix bug in `implicit_return`. Bug was already covered by test, but test was not checked for.
fix #3482 and add ui test for it
Don't change current working directory of cargo tests
Use cargo's "PROFILE" envvar and set CLIPPY_DOGFOOD
Use dogfood_runner for deterministic test ordering
Remove unnecessary documentation
Fix dogfood tests.
Added additional reasoning to `Why is this bad?`. Added comment to explain usage of MIR.
Renamed to `implicit_return`. Covered all other kinds besides `ExprKind::Lit`. Added check for replacing `break` with `return`.
Appeasing the Test Gods. Seems I'm not smart enough to run the tests locally before committing.
Renamed `forced_return` to `missing_returns`. Better clarification in the docs. Ran `update_lints`.
Added `FORCED_RETURN` lint.
````
2018-12-06 17:38:01 +01:00
..
build-manifest Add temporary renames to manifests for rustfmt/clippy 2018-11-19 14:22:41 -08:00
cargo@5e85ba14aa Update cargo 2018-12-03 06:04:48 -08:00
cargotest rustc: Allow #[no_mangle] anywhere in a crate 2018-10-06 13:57:30 -07:00
clang@032312dd01 Re-enable lldb 2018-11-27 13:07:16 -07:00
clippy@1df5766cbb submodules: update clippy from 29bf75cd to 1df5766c 2018-12-06 17:38:01 +01:00
compiletest Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNN 2018-12-05 23:54:25 +01:00
error_index_generator add env-logger to error-index-generator 2018-11-01 09:52:28 -05:00
linkchecker Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNN 2018-12-05 23:54:25 +01:00
lld@1928c5eeb6 Upgrade to LLVM trunk 2018-11-25 20:27:18 -08:00
lldb@8ad0817ce4 Re-enable lldb 2018-11-27 13:07:16 -07:00
miri@61f20761d3 update miri 2018-12-03 13:02:02 +01:00
remote-test-client Add missing dyn 2018-07-25 10:55:35 +09:00
remote-test-server Remove explicit returns where unnecessary 2018-08-04 14:31:03 +02:00
rls@cfd8449bd6 Update rls 2018-12-03 06:04:48 -08:00
rust-installer@27dec6cae3 Add lldb to the build 2018-08-14 18:59:23 -06:00
rustbook Update MDBook 2018-04-22 20:35:22 -05:00
rustc-workspace-hack Update Cargo submodule 2018-11-09 12:59:05 -08:00
rustdoc Rename rustdoc to use underscores 2018-05-17 08:47:25 -06:00
rustdoc-js Add test for crate filtering 2018-11-28 19:33:33 +01:00
rustdoc-themes Rename main theme into light theme 2018-03-29 13:45:56 +02:00
rustfmt@43206f4162 Update RLS and Rustfmt 2018-12-02 00:33:23 +13:00
tidy Update cargo 2018-12-03 06:04:48 -08:00
unstable-book-gen Ensure every unstable feature has a tracking issue. 2018-05-27 14:22:35 +08:00
publish_toolstate.py publish-toolstate: ping maintainers when a tool builds again 2018-11-02 10:38:05 +13:00