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
/
src
/
librustc_infer
/
traits
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-136
/
+0
2020-07-05
Shrink ParamEnv to 16 bytes
Mark Rousskov
-1
/
+1
2020-06-20
Auto merge of #73563 - Manishearth:rollup-oowgwwm, r=Manishearth
bors
-2
/
+0
2020-06-20
Move bounds on associated types to the type
Matthew Jasper
-2
/
+0
2020-06-20
int -> i32
Bastian Kauschke
-2
/
+2
2020-06-16
Auto merge of #72962 - lcnr:ObligationCause-lrc, r=ecstatic-morse
bors
-1
/
+1
2020-06-07
store `ObligationCause` on the heap
Bastian Kauschke
-1
/
+1
2020-06-05
Rename traits::Vtable to ImplSource.
Ana-Maria Mihalache
-4
/
+4
2020-05-20
intern `PredicateKind`
Bastian Kauschke
-1
/
+1
2020-05-17
Assume unevaluated consts are equal to the other consts and add ConstEquate o...
Ben Lewis
-1
/
+2
2020-05-05
Rebase and use ena 0.14
Markus Westerlind
-1
/
+1
2020-05-05
Move projection_cache into the combined undo log
Markus Westerlind
-0
/
+1
2020-04-12
Update links of `rustc guide`
Yuki Okushi
-2
/
+2
2020-04-01
Remove duplicated code in trait selection
Esteban Küber
-1
/
+1
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-3
/
+3
2020-03-14
Split librustc_infer.
Camille GILLOT
-0
/
+136
2020-03-14
Move rustc_infer::traits to new crate rustc_trait_selection.
Camille GILLOT
-646
/
+0
2020-03-14
Mode ProjectionCache to its own module.
Camille GILLOT
-2
/
+6
2020-03-12
Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbini
Mazdak Farrokhzad
-2
/
+2
2020-03-10
rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org
Santiago Pastorino
-1
/
+1
2020-03-10
Rename rustc guide to rustc dev guide
Santiago Pastorino
-2
/
+2
2020-03-10
Rename rustc-guide to rustc-dev-guide
Santiago Pastorino
-1
/
+1
2020-03-06
Don't redundantly repeat field names (clippy::redundant_field_names)
Matthias Krüger
-1
/
+1
2020-03-02
Remove chalk integration
CAD97
-5
/
+0
2020-03-01
Fix use of `has_infer_types`
Matthew Jasper
-1
/
+1
2020-02-21
Auto merge of #69242 - cjgillot:object_violations, r=Zoxc
bors
-2
/
+1
2020-02-19
Make lookup of associated item by name O(log n)
Dylan MacKenzie
-1
/
+1
2020-02-17
Querify object_safety_violations.
Camille GILLOT
-2
/
+1
2020-02-16
Remove librustc_infer crate re-exports.
Camille GILLOT
-6
/
+6
2020-02-16
Make librustc_infer compile.
Camille GILLOT
-5
/
+8
2020-02-16
Move librustc/{traits,infer} to librustc_infer.
Camille GILLOT
-0
/
+645