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
2020-02-16
Move librustc/{traits,infer} to librustc_infer.
Camille GILLOT
-156
/
+0
2020-02-10
Reduce the number of `RefCell`s in `InferCtxt`.
Nicholas Nethercote
-1
/
+1
2020-02-06
add the ability to skip leak check within a snapshot
Niko Matsakis
-0
/
+10
2019-12-22
Format the world
Mark Rousskov
-15
/
+15
2019-11-12
Create intermediate enum ty::ConstKind.
Camille GILLOT
-2
/
+1
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-2
/
+2
2019-05-01
Fix rebase from LazyConst removal
varkor
-2
/
+2
2019-05-01
Replace ConstVariableTable with UnificationTable
varkor
-10
/
+12
2019-05-01
Implement fold_const for BoundVarReplacer
varkor
-2
/
+13
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
[next]