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
/
src
/
librustc_infer
/
traits
/
error_reporting
Age
Commit message (
Expand
)
Author
Lines
2020-05-08
Remove ast::{Ident, Name} reexports.
Camille GILLOT
-2
/
+2
2020-04-05
Allocate query Vecs on the arena.
Camille GILLOT
-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
-1
/
+1
2020-03-25
Rename `def_span` to `guess_head_span`
Esteban Küber
-3
/
+3
2020-03-14
Split librustc_infer.
Camille GILLOT
-0
/
+106
2020-03-14
Move rustc_infer::traits to new crate rustc_trait_selection.
Camille GILLOT
-3573
/
+0
2020-03-12
Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper
Mazdak Farrokhzad
-4
/
+4
2020-03-06
fix various typos
Matthias Krüger
-1
/
+1
2020-03-03
Rollup merge of #69650 - matthiaskrgr:clnp, r=varkor
Dylan DPC
-6
/
+2
2020-03-03
rename TraitItemKind::Method -> Fn
Mark Mansi
-4
/
+4
2020-03-03
Use .nth(x) instead of .skip(x).next() on iterators.
Matthias Krüger
-6
/
+2
2020-03-02
Remove chalk integration
CAD97
-15
/
+6
2020-03-01
Fix use of `has_infer_types`
Matthew Jasper
-2
/
+2
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-02-29
Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum
Dylan DPC
-1
/
+1
2020-02-28
Rollup merge of #69541 - dotdash:format, r=Mark-Simulacrum
Mazdak Farrokhzad
-3
/
+1
2020-02-28
use is_empty() instead of len() == x to determine if structs are empty.
Matthias Krüger
-1
/
+1
2020-02-27
Remove unneeded calls to format!()
Björn Steinbrink
-3
/
+1
2020-02-27
use find(x) instead of filter(x).next()
Matthias Krüger
-1
/
+1
2020-02-17
Querify object_safety_violations.
Camille GILLOT
-5
/
+3
2020-02-17
Rename `FunctionRetTy` to `FnRetTy`
Yuki Okushi
-1
/
+1
2020-02-16
Remove librustc_infer crate re-exports.
Camille GILLOT
-4
/
+5
2020-02-16
Make librustc_infer compile.
Camille GILLOT
-9
/
+8
2020-02-16
Move librustc/{traits,infer} to librustc_infer.
Camille GILLOT
-0
/
+3590