index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clippy_lints
/
src
/
future_not_send.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-28
Make item self/non-self bound naming less whack
Michael Goulet
-1
/
+1
2024-11-28
Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u...
Philipp Krones
-10
/
+57
2024-10-29
update tools
lcnr
-1
/
+1
2024-09-24
Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-07-25
Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u...
Philipp Krones
-9
/
+5
2024-07-21
Fix tools
Michael Goulet
-0
/
+1
2024-07-21
Move all error reporting into rustc_trait_selection
Michael Goulet
-1
/
+0
2024-07-08
Move trait selection error reporting to its own top-level module
Michael Goulet
-1
/
+1
2024-06-03
Opt-in diagnostics reporting to avoid doing extra work in the new solver
Michael Goulet
-1
/
+1
2024-05-21
Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-05-10
Lift `TraitRef` into `rustc_type_ir`
Michael Goulet
-0
/
+1
2024-03-20
Bless test fallout (duplicate diagnostics)
Michael Goulet
-1
/
+1
2023-12-01
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Philipp Krones
-1
/
+1
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-11-02
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
Philipp Krones
-2
/
+2
2023-07-17
Rename arg_iter to iter_instantiated
Michael Goulet
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-2
/
+2
2023-06-22
Migrate item_bounds to ty::Clause
Michael Goulet
-1
/
+1
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-2
/
+2
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-1
/
+1
2023-04-20
add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite...
Kyle Matsuda
-1
/
+1
2023-04-20
change usages of explicit_item_bounds to bound_explicit_item_bounds
Kyle Matsuda
-4
/
+3
2023-03-21
remove some trait solver helpers
lcnr
-2
/
+4
2023-01-28
Take a LocalDefId in hir::Visitor::visit_fn.
Camille GILLOT
-5
/
+5
2023-01-23
fix: use LocalDefId instead of HirId in trait res
Vincenzo Palazzo
-1
/
+2
2022-12-14
Ensure no one constructs `AliasTy`s themselves
Oli Scherer
-1
/
+1
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-2
/
+2
2022-12-13
squash OpaqueTy and ProjectionTy into AliasTy
Michael Goulet
-2
/
+2
2022-12-13
Use ty::OpaqueTy everywhere
Michael Goulet
-4
/
+4
2022-12-01
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
Philipp Krones
-1
/
+3
2022-11-25
Introduce PredicateKind::Clause
Santiago Pastorino
-2
/
+2
2022-10-07
Change InferCtxtBuilder from enter to build
Cameron Steffen
-15
/
+14
2022-10-07
Introduce TypeErrCtxt
Cameron Steffen
-2
/
+2
2022-09-19
remove the `Subst` trait, always use `EarlyBinder`
lcnr
-1
/
+0
2022-08-04
Add `traits::fully_solve_obligation` that acts like `traits::fully_normalize`
Michael Goulet
-4
/
+2
2022-05-10
Introduce EarlyBinder
Jack Huey
-2
/
+2
2021-12-12
Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk"
Deadbeef
-2
/
+2
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-0
/
+1
2021-12-03
Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"
Santiago Pastorino
-2
/
+2
2021-11-29
Fix tools
Deadbeef
-2
/
+2
2021-11-08
Make select_* methods return Vec for TraitEngine
Deadbeef
-2
/
+2
2021-10-02
Make diangostic item names consistent
Cameron Steffen
-1
/
+1
2021-08-13
move Constness into TraitPredicate
Deadbeef
-1
/
+1
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-6
/
+5
2021-06-03
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
flip1995
-1
/
+1
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-3
/
+4
2021-03-09
Do not store attrs in FnKind.
Camille GILLOT
-1
/
+1
2021-01-30
Merge commit '95c0459217d1661edfa794c8bb122452b92fb485' into clippyup
flip1995
-7
/
+2
2021-01-16
Review changes
Jack Huey
-2
/
+2
2020-11-22
Thread `Constness` through selection
Jonas Schievink
-1
/
+1
[next]