]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/dereference.rs
Auto merge of #84401 - crlf0710:impl_main_by_path, r=petrochenkov
[rust.git] / clippy_lints / src / dereference.rs
2021-03-25 flip1995Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1...
2020-07-26 flip1995Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c...
2020-07-17 Valentin LazureanuRename TypeckTables to TypeckResults.
2020-07-14 flip1995Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175...
2020-07-07 Manish GoregaokarRollup merge of #73870 - sexxi-goose:projection-ty...
2020-07-06 borsAuto merge of #73978 - Mark-Simulacrum:shrink-paramenv...
2020-07-02 Eduard-Mihai BurtescuUse 'tcx for references to AccessLevels wherever possible.
2020-06-26 borsAuto merge of #73756 - Manishearth:rollup-aehswb2,...
2020-06-25 Eduard-Mihai Burtescurustc_lint: only query `typeck_tables_of` when a lint...
2020-06-15 borsAuto merge of #72080 - matthewjasper:uniform-impl-trait...
2020-06-12 Dylan DPCRollup merge of #72906 - lzutao:migrate-numeric-assoc...
2020-06-10 Aaron HillUpdate Clippy for MethodCall changes
2020-04-15 borsAuto merge of #5363 - yaahc:clippy-fix, r=phansch,flip1995
2020-04-15 borsAuto merge of #5470 - flip1995:rollup-cvkuiza, r=flip1995
2020-04-15 Philipp KronesRollup merge of #5468 - Toxyxer:zero-single-char-names...
2020-04-15 Philipp KronesRollup merge of #5466 - phansch:large-enum-variant...
2020-04-15 Philipp KronesRollup merge of #5430 - michaelsproul:integer-arithmeti...
2020-04-15 Philipp KronesRollup merge of #5248 - ThibsG:ConstValues, r=flip1995
2020-04-15 Philipp KronesRollup merge of #5226 - ThibsG:DerefExplicit1566, r...
2020-04-15 ThibsGBetter precedence case management + more tests
2020-04-15 ThibsGUse only check_expr with parent expr and precedence
2020-04-15 ThibsGCheck for Deref trait impl + add fixed version
2020-04-15 ThibsGReport using stmts and expr + tests
2020-04-15 ThibsGGlobal rework + fix imports
2020-04-15 Tom MilliganWorking basic dereference clip