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
2019-02-21
restore the actual leak-check
Niko Matsakis
-13
/
+6
2019-02-21
introduce a dummy leak check and invoke it in all the right places
Niko Matsakis
-2
/
+24
2019-02-21
reintroduce `commit_if_ok` call into `higher_ranked_sub`
Niko Matsakis
-26
/
+25
2019-02-15
include more universe information in `debug!` printouts
Niko Matsakis
-2
/
+7
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-05
move librustc to 2018
Mark Mansi
-2
/
+2
2019-01-18
remove more old readmes
mark
-401
/
+6
2019-01-02
universe transition
Niko Matsakis
-477
/
+30
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-26
rustc-guide has moved
Mark Mansi
-1
/
+1
2018-11-25
Auto merge of #55906 - nnethercote:rm-OpenSnapshot-CommittedSnapshot, r=nikom...
bors
-5
/
+1
2018-11-25
Remove `OpenSnapshot` and `CommittedSnapshot` markers from `RegionConstraintC...
Nicholas Nethercote
-5
/
+1
2018-11-24
Instantiate all bound vars universally
scalexm
-16
/
+27
2018-11-24
Distinguish between placeholder kinds
scalexm
-1
/
+1
2018-11-15
Rollup merge of #55901 - euclio:speling, r=petrochenkov
Pietro Albini
-1
/
+1
2018-11-13
fix various typos in doc comments
Andy Russell
-1
/
+1
2018-11-13
Instantiate all bound vars existentially
scalexm
-5
/
+5
2018-10-31
kill old-style-lub warnings
Niko Matsakis
-256
/
+0
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-1
/
+1
2018-10-15
remove the sub/super terminology for universes
Niko Matsakis
-2
/
+2
2018-10-15
make `UniverseIndex` hashable, rename "sub-" to "superuniverse"
Niko Matsakis
-1
/
+1
2018-10-04
remove occurences of `skolemization`
Niko Matsakis
-34
/
+34
2018-10-04
remove all occurences of `skolemize`
Niko Matsakis
-2
/
+2
2018-10-04
extend NLL universe code to have >1 placeholder within one universe
Niko Matsakis
-6
/
+11
2018-10-04
create just one subuniverse per binder -- no need for more, really
Niko Matsakis
-3
/
+3
2018-10-04
reorder the placeholders and inference variables in hr::sub
Niko Matsakis
-7
/
+9
2018-10-04
rename skolemized to placeholder
Niko Matsakis
-73
/
+79
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-1
/
+1
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-07-25
introduce new subtyping
Niko Matsakis
-0
/
+12
2018-06-24
Update broken rustc-guide links
Alex Kitchens
-1
/
+1
2018-06-14
Declare DebruijnIndex via newtype_index macro
Fabian Drinck
-3
/
+2
2018-05-28
stop invoking `DebruijnIndex::new` directly
Niko Matsakis
-1
/
+2
2018-05-28
port `fold_regions` and friends to use debruijn indices directly
Niko Matsakis
-3
/
+5
2018-05-14
Remove LazyBTreeMap.
Nicholas Nethercote
-7
/
+5
2018-05-02
Fix rebase issues
Sean Griffin
-1
/
+1
2018-05-02
track skol levels in the InferCtxt rather than via counter
Sean Griffin
-6
/
+6
2018-04-28
Auto merge of #50240 - nnethercote:LazyBTreeMap, r=cramertj
bors
-5
/
+7
2018-04-26
Implement LazyBTreeMap and use it in a few places.
Nicholas Nethercote
-5
/
+7
2018-04-24
Make Binder's field private and clean up its usage
Tyler Mandry
-3
/
+3
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
[next]