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
/
resolve.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-25
Improved error message when type must be bound due to generator.
Giles Cope
-9
/
+27
2019-02-05
move librustc to 2018
Mark Mansi
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-29
Add inline attributes and add unit to CommonTypes
John Kåre Alsaker
-0
/
+1
2018-11-06
refactor: use shorthand fields
teresy
-2
/
+2
2018-09-29
rustc/infer: readability improvements
ljedrz
-2
/
+2
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-5
/
+5
2018-03-14
remove defaulting to unit
Andrew Cann
-6
/
+0
2017-11-16
make the `region_constraints` field an `Option`
Niko Matsakis
-2
/
+2
2017-11-16
infer: rename `region_vars` field to `region_constraints`
Niko Matsakis
-1
/
+2
2017-11-16
move refcells out from `RegionVarBindings` and up into `InferCtxt`
Niko Matsakis
-2
/
+4
2017-11-16
extract the `tcx` out from `RegionVarBindings`
Niko Matsakis
-1
/
+1
2017-11-16
extract storage of region values from `RegionVarBindings`
Niko Matsakis
-1
/
+5
2017-09-02
limit and clear cache obligations opportunistically
Niko Matsakis
-1
/
+38
2017-08-15
Fix typos & us spellings
Fourchaux
-1
/
+1
2017-08-14
remove the "defaulted unit" type bit during writeback
Ariel Ben-Yehuda
-1
/
+9
2017-04-30
intern CodeExtents
Niko Matsakis
-2
/
+2
2016-08-27
rustc: pass ty::Region behind an interned 'tcx reference.
Eduard Burtescu
-8
/
+8
2016-05-11
rustc: Generalize a minimum set of functions over 'tcx != 'gcx.
Eduard Burtescu
-12
/
+13
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-17
/
+18
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-3
/
+3
2016-03-31
librustc: replace tcx.sess.bug calls with bug!()
Benjamin Herr
-3
/
+1
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-0
/
+147