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
/
infer
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-16388
/
+0
2020-08-27
add projection_ty_from_predicates query
csmoe
-11
/
+1
2020-08-26
suggest await on unexpected types
csmoe
-0
/
+70
2020-08-18
Provide better spans for the match arm without tail expression
Wonwoo Choi
-0
/
+9
2020-08-17
rust_ast::ast => rustc_ast
Ujjwal Sharma
-1
/
+1
2020-08-14
Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco
Tyler Mandry
-7
/
+11
2020-08-14
Rework `rustc_serialize`
Matthew Jasper
-6
/
+3
2020-08-13
merge `as_local_hir_id` with `local_def_id_to_hir_id`
Bastian Kauschke
-7
/
+11
2020-08-10
Use existing `infcx` when emitting trait impl diagnostic
Aaron Hill
-5
/
+3
2020-08-08
fix clippy::needless_return: remove unneeded return statements
Matthias Krüger
-2
/
+2
2020-08-08
fix clippy::clone_on_copy: don't clone types that are copy
Matthias Krüger
-4
/
+4
2020-08-07
fix clippy::redundant_pattern_matching: use .is_some() instead of if let Some...
Matthias Krüger
-1
/
+2
2020-08-07
fix clippy::filter_next: use .find(..) instead of .filter(..).next()
Matthias Krüger
-5
/
+1
2020-08-03
Auto merge of #74969 - nnethercote:rm-GCX_PTR, r=Mark-Simulacrum
bors
-2
/
+2
2020-08-03
Use more appropriate `tls::with_*` methods in some places.
Nicholas Nethercote
-2
/
+2
2020-08-02
fix typos
liuzhenyu
-3
/
+3
2020-07-27
fix rebase
Bastian Kauschke
-1
/
+1
2020-07-27
directly contain `PredicateAtom` in `PredicateKind::ForAll`
Bastian Kauschke
-2
/
+0
2020-07-27
introduce PredicateAtom
Bastian Kauschke
-21
/
+27
2020-07-27
add reuse_or_mk_predicate
Bastian Kauschke
-1
/
+1
2020-07-27
refactor query_outlives_constraints_into_obligations
Bastian Kauschke
-13
/
+6
2020-07-27
split ignore_qualifiers
Bastian Kauschke
-7
/
+5
2020-07-27
`PredicateKint` -> `PredicateKind`, the beginning of the end
Bastian Kauschke
-18
/
+22
2020-07-27
convert trivial predicates
Bastian Kauschke
-9
/
+7
2020-07-27
query_outlives_constraints_into_obligations
Bastian Kauschke
-20
/
+24
2020-07-23
fixed error reporting for mismatched traits
Ayrton
-5
/
+24
2020-07-22
Change error code number
Esteban Küber
-2
/
+2
2020-07-22
Handle fully-qualified paths and add test cases
Esteban Küber
-82
/
+102
2020-07-22
Partially account for case where used method is from trait
Esteban Küber
-5
/
+21
2020-07-22
Use `ty::Instance::resolve` to identify `'static` bound source
Esteban Küber
-121
/
+100
2020-07-22
Further tweak wording of E0759 and introduce E0767
Esteban Küber
-29
/
+78
2020-07-22
Add more context to diagnostic
Esteban Küber
-14
/
+64
2020-07-22
Increase accuracy of lifetime bound on trait object impl suggestion
Esteban Küber
-70
/
+158
2020-07-22
Detect when `'static` obligation might come from an `impl`
Esteban Küber
-195
/
+270
2020-07-17
Rename TypeckTables to TypeckResults.
Valentin Lazureanu
-28
/
+38
2020-07-15
improve naming
Bastian Kauschke
-1
/
+1
2020-07-15
const_eval_resolve
Bastian Kauschke
-2
/
+2
2020-07-06
Auto merge of #73978 - Mark-Simulacrum:shrink-paramenv, r=nnethercote
bors
-2
/
+2
2020-07-05
Shrink ParamEnv to 16 bytes
Mark Rousskov
-2
/
+2
2020-07-05
expected found `&T` -> `T`
Bastian Kauschke
-4
/
+4
2020-07-02
Remove `TypeckTables::empty(None)` and make hir_owner non-optional.
Eduard-Mihai Burtescu
-2
/
+2
2020-06-30
change `skip_binder` to use T by value
Bastian Kauschke
-13
/
+12
2020-06-30
stop taking references in Relate
Bastian Kauschke
-72
/
+72
2020-06-28
Rollup merge of #73833 - bjorn3:remove_gcx_enter_local, r=matthewjasper
Manish Goregaokar
-19
/
+17
2020-06-28
Remove GlobalCtxt::enter_local
bjorn3
-19
/
+17
2020-06-27
Rollup merge of #73796 - lcnr:LocalDefId, r=matthewjasper
Manish Goregaokar
-226
/
+223
2020-06-27
more LocalDefId cleanup
Bastian Kauschke
-227
/
+223
2020-06-27
more LocalDefId in ty::context
Bastian Kauschke
-1
/
+2
2020-06-26
Explain move errors that occur due to method calls involving `self`
Aaron Hill
-1
/
+1
2020-06-23
Rollup merge of #73630 - estebank:fn-item-e0308, r=davidtwco
Manish Goregaokar
-1
/
+1
[next]