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
2019-06-01
Account for cases where we can find the type arg name, but the local name is `_`
Esteban Küber
-0
/
+5
2019-06-01
review comment: tweak wording
Esteban Küber
-9
/
+13
2019-05-31
Tweak wording
Esteban Küber
-19
/
+13
2019-05-31
On type inference errors use the type argument name when possible
Esteban Küber
-10
/
+42
2019-05-31
Alternative wording for inference failure
Esteban Küber
-23
/
+13
2019-05-31
Add more detail to type inference error
Esteban Küber
-15
/
+55
2019-05-31
Store CtxtInterners for local values in AllArenas
John Kåre Alsaker
-11
/
+2
2019-05-31
Remove ty::BrFresh and new_bound
Yuki Okushi
-44
/
+2
2019-05-28
Fix nits
varkor
-2
/
+2
2019-05-28
Remove FixedArraySize error
varkor
-0
/
+2
2019-05-28
Rename `OpportunisticTypeResolver` to `OpportunisticVarResolver`
varkor
-32
/
+30
2019-05-28
Resolve consts in OpportunisticTypeResolver
varkor
-3
/
+12
2019-05-25
rustc: integrate ty::Const into ty::print as print_const.
Eduard-Mihai Burtescu
-0
/
+8
2019-05-25
Make `ConstValue::Slice` solely take `[u8]` and `str`
Oliver Scherer
-1
/
+1
2019-05-20
Avoid `as_str()` in `ParamTy::is_self`.
Nicholas Nethercote
-4
/
+4
2019-05-18
Declare DefIndex with the newtype_index macro
Fabian Drinck
-2
/
+2
2019-05-12
Don't allow any ReScope in impl trait types
Matthew Jasper
-4
/
+1
2019-05-12
Treat generators the same as closure for escaping lifetimes
Matthew Jasper
-0
/
+17
2019-05-12
Always use the stronger outlives version for opaque types
Matthew Jasper
-6
/
+28
2019-05-06
Implement `ToTrace` for `ty::Const`
varkor
-0
/
+18
2019-05-06
Resolve a couple of `unimplemented!()`s
varkor
-4
/
+6
2019-05-05
rustc: rename all occurences of "freevar" to "upvar".
Eduard-Mihai Burtescu
-5
/
+5
2019-05-04
Rollup merge of #60513 - chrisvittal:remove-borrowck-compare, r=matthewjasper
Mazdak Farrokhzad
-3
/
+2
2019-05-04
Rollup merge of #60449 - matthewjasper:impl-trait-outlives, r=pnkfelix
Mazdak Farrokhzad
-57
/
+84
2019-05-03
Update help message
Christopher Vittal
-1
/
+1
2019-05-03
Rollup merge of #60455 - estebank:resolve-match-arm-ty, r=davidtwco
Mazdak Farrokhzad
-1
/
+1
2019-05-03
Rollup merge of #60401 - JohnTitor:rename-log, r=davidtwco
Mazdak Farrokhzad
-1
/
+1
2019-05-02
Remove BorrowckMode::Compare
Christopher Vittal
-3
/
+2
2019-05-02
Constrain all regions in the concrete type for an opaque type
Matthew Jasper
-57
/
+84
2019-05-01
Split `ct_err` out into `CommonConsts`
varkor
-1
/
+1
2019-05-01
Create ShallowResolver
varkor
-77
/
+99
2019-05-01
Fix unused variable warning
varkor
-2
/
+2
2019-05-01
Fix known-known const unification case
varkor
-4
/
+1
2019-05-01
Fix rebase issue
varkor
-2
/
+0
2019-05-01
Implement const generics for `InferenceFudger`
varkor
-13
/
+33
2019-05-01
Fix rebase from LazyConst removal
varkor
-260
/
+216
2019-05-01
Replace ConstVariableTable with UnificationTable
varkor
-328
/
+181
2019-05-01
Handle `ConstValue::Placeholder` in `canonicalizer`
varkor
-4
/
+21
2019-05-01
Add `PlaceholderConst`
varkor
-0
/
+12
2019-05-01
Add `ConstValue::Placeholder`
varkor
-3
/
+6
2019-05-01
Inline ConstError into TypeError
varkor
-4
/
+2
2019-05-01
Implement fold_const for BoundVarReplacer
varkor
-4
/
+23
2019-05-01
impl fold_const for TypeFreshener
Gabriel Smith
-22
/
+92
2019-05-01
Rename mk_infer to mk_ty_infer
Gabriel Smith
-1
/
+1
2019-05-01
impl fold_const for RegionFudger
Gabriel Smith
-1
/
+58
2019-05-01
Remove `fold_const` override for `ReverseMapper`
varkor
-4
/
+0
2019-05-01
Drive-by comment fixes
varkor
-6
/
+4
2019-05-01
Handle generic consts in relate and infer
varkor
-11
/
+57
2019-05-01
Add stubs for `fold_const`
varkor
-0
/
+12
2019-05-01
Implement TypeRelation::consts
varkor
-14
/
+240
[prev]
[next]