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
Age
Commit message (
Expand
)
Author
Lines
2020-02-27
don't use .into() to convert types into identical types.
Matthias Krüger
-3
/
+2
2020-02-27
Remove unneeded calls to format!()
Björn Steinbrink
-6
/
+4
2020-02-27
use find(x) instead of filter(x).next()
Matthias Krüger
-3
/
+2
2020-02-26
don't take redundant references to operands
Matthias Krüger
-1
/
+1
2020-02-26
Auto merge of #61812 - jonas-schievink:assoc-ty-defaults, r=nikomatsakis
bors
-14
/
+29
2020-02-26
Rollup merge of #69429 - matthiaskrgr:clippy_, r=estebank
Dylan DPC
-1
/
+1
2020-02-24
Replace uses of Cell::get + Cell::set with Cell::replace.
Ana-Maria
-4
/
+2
2020-02-24
librustc{, codegen_ssa,infer,mir_build}: don't clone types that are copy
Matthias Krüger
-1
/
+1
2020-02-22
Rename CodeMap to SourceMap follow up
Maxim Zholobak
-4
/
+4
2020-02-21
Auto merge of #69242 - cjgillot:object_violations, r=Zoxc
bors
-149
/
+12
2020-02-21
Implement RFC 2532 – Associated Type Defaults
Jonas Schievink
-14
/
+29
2020-02-20
Auto merge of #69072 - ecstatic-morse:associated-items, r=petrochenkov
bors
-8
/
+11
2020-02-20
Rollup merge of #69305 - estebank:consider-lt, r=Dylan-DPC
Mazdak Farrokhzad
-10
/
+12
2020-02-20
Canonicalize inputs to const eval where needed.
Ben Lewis
-35
/
+50
2020-02-19
Tweak binding lifetime suggestion text
Esteban Küber
-10
/
+12
2020-02-19
Make lookup of associated item by name O(log n)
Dylan MacKenzie
-8
/
+11
2020-02-19
Make is_object_safe a method.
Camille GILLOT
-5
/
+1
2020-02-17
Querify object_safety_violations.
Camille GILLOT
-149
/
+16
2020-02-17
Rename `FunctionRetTy` to `FnRetTy`
Yuki Okushi
-6
/
+6
2020-02-16
Gate macro use.
Camille GILLOT
-0
/
+1
2020-02-16
Prune features.
Camille GILLOT
-23
/
+0
2020-02-16
Remove librustc_infer crate re-exports.
Camille GILLOT
-156
/
+150
2020-02-16
Make librustc_infer compile.
Camille GILLOT
-88
/
+246
2020-02-16
Move librustc/{traits,infer} to librustc_infer.
Camille GILLOT
-0
/
+33865
[prev]