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
/
middle
/
free_region.rs
Age
Commit message (
Expand
)
Author
Lines
2017-11-16
integrate NLL with MIR type-checker
Niko Matsakis
-1
/
+1
2017-11-02
add `regions_that_outlive` to `FreeRegionMap`
Niko Matsakis
-0
/
+13
2017-09-24
Point at parameter type on E0301
Esteban Küber
-1
/
+1
2017-09-11
rustc: evaluate fixed-length array length expressions lazily.
Eduard-Mihai Burtescu
-1
/
+2
2017-09-01
rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.
Eduard-Mihai Burtescu
-10
/
+10
2017-06-17
move `implied_bounds` into regionck
Niko Matsakis
-19
/
+1
2017-05-13
rustc: stop interning CodeExtent, it's small enough.
Eduard-Mihai Burtescu
-2
/
+2
2017-05-13
rustc: treat ReEarlyBound as free without replacing it with ReFree.
Eduard-Mihai Burtescu
-34
/
+29
2017-05-13
rustc: use DefId instead of CodeExtent for FreeRegion's scope.
Eduard-Mihai Burtescu
-6
/
+3
2017-04-30
introduce per-fn RegionMaps
Taylor Cramer
-55
/
+98
2017-04-30
intern CodeExtents
Niko Matsakis
-69
/
+65
2017-04-30
remove ROOT_CODE_EXTENT and DUMMY_CODE_EXTENT
Niko Matsakis
-6
/
+9
2017-04-30
On-demandify region mapping
Taylor Cramer
-2
/
+2
2017-04-13
Auto merge of #40570 - nikomatsakis:inference-subtype-through-obligation, r=a...
bors
-0
/
+1
2017-04-12
ICH: Hash everything that gets encoded into crate metadata.
Michael Woerister
-0
/
+4
2017-04-11
add Subtype predicate
Niko Matsakis
-0
/
+1
2017-02-28
move the `FreeRegionMap` into `TypeckTables`
Niko Matsakis
-1
/
+5
2016-09-01
turn the RFC1592 warnings into hard errors
Ariel Ben-Yehuda
-1
/
+0
2016-08-27
rustc: pass ty::Region behind an interned 'tcx reference.
Eduard Burtescu
-12
/
+12
2016-05-11
rustc_typeck: Generalize over 'tcx != 'gcx.
Eduard Burtescu
-5
/
+5
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-5
/
+5
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-1
/
+1
2016-05-11
rustc: Avoid free functions taking &TyCtxt and &InferCtxt.
Eduard Burtescu
-3
/
+2
2016-05-03
change the newly-added errors to warnings
Ariel Ben-Yehuda
-0
/
+1
2016-04-06
Replace consider_unification_despite_ambiguity with obligation variant
Masood Malekghassemi
-0
/
+1
2016-03-31
librustc: replace tcx.sess.bug calls with bug!()
Benjamin Herr
-5
/
+4
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-2
/
+2
2016-03-03
Rename middle::ty::ctxt to TyCtxt
Jeffrey Seyfried
-3
/
+3
2015-10-05
Fix some typos.
Ms2ger
-1
/
+1
2015-09-14
move middle::ty and related modules to middle/ty/
Ariel Ben-Yehuda
-1
/
+1
2015-08-24
fix test
Ariel Ben-Yehuda
-2
/
+2
2015-08-24
store the CodeExtent directly in FreeRegion
Ariel Ben-Yehuda
-2
/
+1
2015-08-24
Use a Vec instead of an HashMap for the scope hierarchy
Ariel Ben-Yehuda
-2
/
+2
2015-08-21
completely aborted comment
Niko Matsakis
-1
/
+6
2015-08-21
rename `best_upper_bound` to `postdom_upper_bound`
Niko Matsakis
-1
/
+1
2015-08-21
nits from pnkfelix
Niko Matsakis
-0
/
+1
2015-08-21
fix accidental reversal of 'static, and add a test
Niko Matsakis
-1
/
+1
2015-08-18
rewrite `free_region`/`region_inference` to use newly minted
Niko Matsakis
-26
/
+57
2015-08-12
Add two new kinds of predicates, WellFormed and ObjectSafe.
Niko Matsakis
-0
/
+2
2015-08-12
Define the `wf` and `outlives` relation separately, unlike the existing
Niko Matsakis
-10
/
+11
2015-07-24
Unify the upvar variables found in closures with the actual types of the
Niko Matsakis
-1
/
+0
2015-07-20
implement 'a:'static region bounds
Ariel Ben-Yehuda
-7
/
+23
2015-06-19
rustc: remove Repr and UserString.
Eduard Burtescu
-6
/
+5
2015-06-19
Clean up unused argument/variable warnings.
Eduard Burtescu
-1
/
+0
2015-06-19
rustc: use the TLS type context in Repr and UserString.
Eduard Burtescu
-4
/
+4
2015-04-18
Rather than storing the relations between free-regions in a global
Niko Matsakis
-0
/
+127