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
/
higher_ranked
Age
Commit message (
Expand
)
Author
Lines
2018-03-16
Replace many of the last references to readmes
Mark Mansi
-1
/
+4
2018-03-01
store type values in the unification table directly
Niko Matsakis
-9
/
+8
2017-11-17
use a BTreeMap instead of an FxHasMap for the skol regions
Niko Matsakis
-4
/
+5
2017-11-16
make the `region_constraints` field an `Option`
Niko Matsakis
-13
/
+11
2017-11-16
infer: rename `region_vars` field to `region_constraints`
Niko Matsakis
-9
/
+15
2017-11-16
rename `region_inference` module to `region_constraints`
Niko Matsakis
-1
/
+1
2017-11-16
move refcells out from `RegionVarBindings` and up into `InferCtxt`
Niko Matsakis
-8
/
+12
2017-11-16
extract the `tcx` out from `RegionVarBindings`
Niko Matsakis
-4
/
+4
2017-11-02
add some better debugs
Niko Matsakis
-1
/
+4
2017-08-12
Fix some typos
Bastien Orivel
-1
/
+1
2017-07-29
Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lint
Vadim Petrochenkov
-49
/
+7
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-1
/
+1
2017-05-13
rustc: treat ReEarlyBound as free without replacing it with ReFree.
Eduard-Mihai Burtescu
-4
/
+4
2017-04-30
intern CodeExtents
Niko Matsakis
-16
/
+16
2017-03-26
store a copy of the Issue32230 info within TypeError
Ariel Ben-Yehuda
-2
/
+16
2017-02-05
make lifetimes that only appear in return type early-bound
Niko Matsakis
-47
/
+1
2016-11-15
remove TypeOrigin and use ObligationCause instead
Niko Matsakis
-7
/
+7
2016-11-08
Replace FnvHasher use with FxHasher.
Nicholas Nethercote
-12
/
+11
2016-10-21
only remove keys that mention skolemized regions
Niko Matsakis
-1
/
+4
2016-10-21
when pop skol, also remove from proj cache
Niko Matsakis
-0
/
+1
2016-10-03
Optimize plug_leaks some more.
Nicholas Nethercote
-3
/
+3
2016-10-03
Optimize plug_leaks.
Nicholas Nethercote
-3
/
+4
2016-09-11
Use question_mark feature in librustc.
Ahmed Charles
-1
/
+1
2016-09-04
Replace `_, _` with `..`
Vadim Petrochenkov
-1
/
+1
2016-08-27
rustc: pass ty::Region behind an interned 'tcx reference.
Eduard Burtescu
-30
/
+36
2016-07-25
Use &mut for CombineFields in inference relations
Masood Malekghassemi
-4
/
+4
2016-07-25
Move `a_is_expected` out of `CombineFields`
Masood Malekghassemi
-9
/
+10
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-05-31
add a higher-ranked match routine
Niko Matsakis
-0
/
+142
2016-05-31
simplify HR subtyping back to what we did before
Niko Matsakis
-68
/
+2
2016-05-31
warn if leak-check relies on LBRs that will change
Niko Matsakis
-1
/
+50
2016-05-31
add `Issue32330` warning marker to bound regions
Niko Matsakis
-2
/
+0
2016-05-31
make HR algorithms account for region subtyping
Niko Matsakis
-31
/
+153
2016-05-11
Fixup indentation after methodification.
Eduard Burtescu
-155
/
+155
2016-05-11
rustc: Generalize a minimum set of functions over 'tcx != 'gcx.
Eduard Burtescu
-44
/
+35
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-21
/
+21
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-4
/
+4
2016-05-11
rustc: Avoid free functions taking &TyCtxt and &InferCtxt.
Eduard Burtescu
-49
/
+34
2016-03-31
librustc: replace span_bug calls with span_bug!()
Benjamin Herr
-11
/
+11
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-0
/
+1017
[prev]