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
/
compiler
/
rustc_infer
/
src
/
infer
Age
Commit message (
Expand
)
Author
Lines
2020-09-25
Implement `Display` for `DisambiguatedDefPathData` and `DefPathData`
marmeladema
-1
/
+1
2020-09-25
Move from {{closure}}#0 syntax to {closure#0} for (def) path components
marmeladema
-1
/
+1
2020-09-24
the two hardest things in programming, names and...
Bastian Kauschke
-79
/
+115
2020-09-23
use relevant span when unifying `ConstVarValue`s
Bastian Kauschke
-1
/
+2
2020-09-23
use the correct span when dealing with inference variables
Bastian Kauschke
-5
/
+9
2020-09-23
unused path
Bastian Kauschke
-1
/
+1
2020-09-23
merge `need_type_info_err(_const)`
Bastian Kauschke
-88
/
+121
2020-09-23
Move MiniSet to data_structures
Andreas Jonson
-1
/
+1
2020-09-22
Auto merge of #76928 - lcnr:opaque-types-cache, r=tmandry
bors
-60
/
+1
2020-09-21
Rollup merge of #76888 - matthiaskrgr:clippy_single_match_2, r=Dylan-DPC
ecstatic-morse
-10
/
+8
2020-09-21
check for cycles when unifying const variables
Bastian Kauschke
-11
/
+231
2020-09-20
use if let instead of single match arm expressions to compact code and reduce...
Matthias Krüger
-10
/
+8
2020-09-19
cache types during normalization
Bastian Kauschke
-60
/
+1
2020-09-19
Unify the names of const eval queries and their return types
Oliver Scherer
-2
/
+2
2020-09-18
Auto merge of #72412 - VFLashM:issue-72408-nested-closures-exponential, r=tma...
bors
-14
/
+99
2020-09-18
Remove redundancy in cache key
Tyler Mandry
-4
/
+3
2020-09-17
Intorduced MiniMap - a tiny small storage optimized map implementation
Valerii Lashmanov
-2
/
+61
2020-09-17
Better handling for exponential-sized types in misc places
Valerii Lashmanov
-2
/
+13
2020-09-17
Only visit types once when walking the type tree
Valerii Lashmanov
-12
/
+28
2020-09-16
Rollup merge of #76756 - matthiaskrgr:cl123ppy, r=Dylan-DPC
Tyler Mandry
-1
/
+1
2020-09-16
Rollup merge of #76699 - lcnr:const-infer-err, r=varkor
Dylan DPC
-7
/
+20
2020-09-15
fix a couple of stylistic clippy warnings
Matthias Krüger
-1
/
+1
2020-09-14
Auto merge of #75608 - estebank:suggest-boxed-match-exprs, r=lcnr,varkor
bors
-2
/
+62
2020-09-14
improve const infer err
Bastian Kauschke
-2
/
+12
2020-09-14
shrink const infer error
Bastian Kauschke
-6
/
+9
2020-09-13
Auto merge of #76244 - vandenheuvel:remove__paramenv__def_id, r=nikomatsakis
bors
-1
/
+2
2020-09-11
Add test cases and address review comments
Esteban Küber
-5
/
+5
2020-09-11
Make suggestion more complete
Esteban Küber
-1
/
+1
2020-09-11
Make suggestion have a more targetted underline
Esteban Küber
-10
/
+6
2020-09-11
Suggest boxed trait objects in tail `match` and `if` expressions
Esteban Küber
-1
/
+65
2020-09-10
use push(char) instead of push_str(&str) to add single chars to strings
Matthias Krüger
-1
/
+1
2020-09-10
don't clone types that are copy (clippy::clone_on_copy)
Matthias Krüger
-1
/
+1
2020-09-09
Remove def_id field from ParamEnv
Bram van den Heuvel
-1
/
+2
2020-09-04
ty.flags -> ty.flags()
LeSeulArtichaut
-1
/
+1
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-44
/
+48
2020-09-02
Fix some unwanted uses of Debug formatting on user-facing messages
Dan Aloni
-5
/
+5
2020-08-30
mv compiler to compiler/
mark
-0
/
+16388
[prev]