]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/future_not_send.rs
Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup
[rust.git] / clippy_lints / src / future_not_send.rs
2020-12-15 borsAuto merge of #78399 - vn-ki:gsgdt-graphviz, r=oli-obk
2020-11-30 borsAuto merge of #79329 - camelid:int-lit-suffix-error...
2020-11-24 borsAuto merge of #79228 - flip1995:clippyup, r=oli-obk
2020-11-23 borsAuto merge of #78343 - camelid:macros-qualify-panic...
2020-11-23 borsAuto merge of #78439 - lzutao:rm-clouldabi, r=Mark...
2020-11-22 Jonas SchievinkThread `Constness` through selection
2020-10-06 Matthew JasperFix tools
2020-09-20 borsAuto merge of #76136 - CDirkx:const-result, r=dtolnay
2020-09-07 borsAuto merge of #76044 - ecstatic-morse:dataflow-lattice...
2020-09-04 LeSeulArtichaut`ty.kind` -> `ty.kind()` in rustdoc and clippy
2020-07-27 Bastian Kauschkeintroduce PredicateAtom
2020-07-27 Bastian Kauschkethis might be unqualified, but at least it's now quantified
2020-07-27 Bastian Kauschkeclippy
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-06 Ralf JungRollup merge of #72508 - ecstatic-morse:poly-self-ty...
2020-06-01 Dylan MacKenzieCall `skip_binder` or `no_bound_vars` before `self_ty`
2020-05-20 Bastian Kauschkeintroduce newtype'd `Predicate<'tcx>`
2020-05-20 Bastian Kauschkerename `Predicate` to `PredicateKind`, introduce alias
2020-04-19 borsAuto merge of #5141 - xiongmao86:issue5095, r=flip1995
2020-04-19 borsAuto merge of #5491 - smklein:borrowed_box, r=flip1995
2020-04-19 borsAuto merge of #5489 - phansch:node-id-hir-id, r=flip1995
2020-04-19 borsAuto merge of #5488 - phansch:future-not-send-ret-ty...
2020-04-19 Philipp HanschCleanup: future_not_send: use `return_ty` method
2020-04-17 borsAuto merge of #5423 - rkuhn:add_futures_not_send, r...
2020-04-17 Roland Kuhnadd lint futures_not_send