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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_traits
/
src
Age
Commit message (
Expand
)
Author
Lines
2021-11-08
Make select_* methods return Vec for TraitEngine
Deadbeef
-3
/
+3
2021-10-15
Move some outlives bounds things from rustc_trait_selection to rustc_typeck
jackh726
-1
/
+1
2021-10-15
Move push_outlives_components to rustc_infer
jackh726
-2
/
+2
2021-10-08
clippy::complexity fixes
Matthias Krüger
-1
/
+1
2021-09-27
Improve cause information for NLL higher-ranked errors
Aaron Hill
-9
/
+4
2021-09-15
Remove ToPredicate impls that use Binder::dummy
jackh726
-2
/
+3
2021-08-27
Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearth
bors
-15
/
+35
2021-08-26
Rollup merge of #88270 - lqd:hrtb-type-ascription, r=nikomatsakis
Manish Goregaokar
-15
/
+35
2021-08-26
make unevaluated const substs optional
lcnr
-4
/
+5
2021-08-26
require a `tcx` for `TypeVisitor`
lcnr
-2
/
+12
2021-08-23
handle ascription type op in NLL HRTB diagnostics
Rémy Rakic
-15
/
+35
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-08-19
introduce a Coerce predicate
Niko Matsakis
-0
/
+6
2021-08-18
Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakis
bors
-6
/
+22
2021-08-15
De-dupe NLL HRTB diagnostics' use of `type_op_prove_predicate`
Rémy Rakic
-6
/
+22
2021-08-14
Assign FIXMEs to me and remove obsolete ones
Deadbeef
-13
/
+2
2021-08-13
Try to fix problem
Deadbeef
-2
/
+14
2021-08-13
move Constness into TraitPredicate
Deadbeef
-4
/
+4
2021-07-25
clippy:: append_instead_of_extend
Matthias Krüger
-2
/
+2
2021-07-16
Add initial implementation of HIR-based WF checking for diagnostics
Aaron Hill
-2
/
+1
2021-07-04
Combine individual limit queries into single `limits` query
Aaron Hill
-1
/
+1
2021-07-04
Query-ify global limit attribute handling
Aaron Hill
-1
/
+1
2021-06-23
Use HTTPS links where possible
Smitty
-1
/
+1
2021-05-23
Stabilize ops::ControlFlow (just the type)
Scott McMurray
-1
/
+0
2021-04-02
Auto merge of #83207 - oli-obk:valtree2, r=lcnr
bors
-8
/
+19
2021-03-31
Add var to BoundRegion. Add query to get bound vars for applicable items.
Jack Huey
-17
/
+21
2021-03-31
Add tcx lifetime to Binder
Jack Huey
-6
/
+11
2021-03-31
Add a new normalization query just for mir constants
Oli Scherer
-8
/
+19
2021-03-23
Add has_default to GenericParamDefKind::Const
kadmin
-1
/
+1
2021-03-18
Fix use of bare trait objects everywhere
Vadim Petrochenkov
-1
/
+1
2021-03-03
Fix tests
Ryan Levick
-1
/
+1
2021-02-18
Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726
Dylan DPC
-5
/
+2
2021-02-13
Make ProjectionTy::trait_ref truncate substs again
Matthew Jasper
-5
/
+2
2021-02-13
Use debug log level for developer oriented logs
Tomasz Miąsko
-1
/
+1
2021-02-02
Update Chalk
Jack Huey
-3
/
+2
2021-02-01
Upgrade Chalk
Jack Huey
-15
/
+120
2021-01-18
Use ty::{IntTy,UintTy,FloatTy} in rustc
LeSeulArtichaut
-44
/
+42
2021-01-16
Review changes
Jack Huey
-75
/
+75
2021-01-16
Use no_bound_vars
Jack Huey
-6
/
+4
2021-01-16
Cleanup
Jack Huey
-20
/
+8
2021-01-16
Cleanup
Jack Huey
-1
/
+1
2021-01-16
Remove PredicateKind
Jack Huey
-1
/
+1
2021-01-16
Intermediate formatting and such
Jack Huey
-8
/
+6
2021-01-16
Remove PredicateKind::Atom
Jack Huey
-2
/
+6
2020-12-27
fix: small typo error in chalk/mod.rs
0xflotus
-1
/
+1
2020-12-18
Make BoundRegion have a kind of BoungRegionKind
Jack Huey
-45
/
+35
2020-12-11
Move binder for dyn to each list item
Jack Huey
-29
/
+34
2020-11-18
Don't run `resolve_vars_if_possible` in `normalize_erasing_regions`
Joshua Nelson
-3
/
+9
2020-11-17
Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk
bors
-5
/
+5
2020-11-16
compiler: fold by value
Bastian Kauschke
-22
/
+22
[next]