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
Age
Commit message (
Expand
)
Author
Lines
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
2019-05-01
Add const generics to unification tables
varkor
-42
/
+128
2019-05-01
Define `const_unification_error`
varkor
-0
/
+9
2019-05-01
Define `super_combine_consts`
varkor
-3
/
+60
2019-05-01
Add `CanonicalVarKind::Const`
varkor
-4
/
+32
2019-05-01
Define `canonicalize_const_var`
varkor
-0
/
+30
2019-05-01
Add generic consts to `BottomUpFolder`
varkor
-2
/
+3
2019-05-01
Add const_variable.rs
varkor
-0
/
+242
2019-05-01
Resolve match arm ty when arms diverge
Esteban Küber
-1
/
+1
2019-05-01
Auto merge of #60195 - varkor:commontypes-to-common, r=eddyb
bors
-9
/
+9
2019-04-30
Rename to RUSTC_LOG
Yuki OKUSHI
-1
/
+1
2019-04-28
Fix lint findings in librustc
flip1995
-13
/
+13
2019-04-27
Auto merge of #59540 - Zoxc:the-arena-2, r=michaelwoerister
bors
-4
/
+5
2019-04-25
Update existing usages
varkor
-9
/
+9
2019-04-25
Auto merge of #59111 - gilescope:generator-better-errors, r=nikomatsakis
bors
-25
/
+62
[next]