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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-25
Auto merge of #59111 - gilescope:generator-better-errors, r=nikomatsakis
bors
-3
/
+4
2019-04-25
Improved error message when type must be bound due to generator.
Giles Cope
-3
/
+4
2019-04-22
Promote rust comments to rustdoc
Alexey Shmalko
-137
/
+134
2019-04-21
Enable migrate mode by default on the 2015 edition
Matthew Jasper
-2
/
+2
2019-03-27
Add `next_int_var` and `next_float_var`
varkor
-2
/
+10
2019-03-05
Stub methods in infer
varkor
-5
/
+8
2019-02-27
rename Substs to InternalSubsts
csmoe
-2
/
+2
2019-02-26
replace &'tcx Substs with SubstsRef
csmoe
-2
/
+2
2019-02-21
introduce a dummy leak check and invoke it in all the right places
Niko Matsakis
-13
/
+20
2019-02-21
reintroduce `commit_if_ok` calls to `subtype_predicate`
Niko Matsakis
-14
/
+16
2019-02-15
make generalization code create new variables in correct universe
Niko Matsakis
-0
/
+12
2019-02-13
HirId-ify hir::BodyId
ljedrz
-2
/
+3
2019-02-13
Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper
Mazdak Farrokhzad
-9
/
+10
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-19
/
+19
2019-02-13
Cleanup imports
Taiki Endo
-9
/
+10
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-1
/
+1
2019-02-11
Remove two dead functions.
Nicholas Nethercote
-8
/
+0
2019-02-10
rustc: doc comments
Alexander Regueiro
-19
/
+19
2019-02-05
move librustc to 2018
Mark Mansi
-18
/
+18
2019-01-04
Revert "add coherence future-compat warnings for marker-only trait objects"
Ariel Ben-Yehuda
-18
/
+1
2019-01-02
rename `type_moves_by_default` to `type_is_copy_modulo_regions`
Niko Matsakis
-3
/
+4
2019-01-02
track if any region constraints involved placeholders
Niko Matsakis
-1
/
+6
2019-01-02
improve handling for subtype
Niko Matsakis
-1
/
+1
2019-01-02
universe transition
Niko Matsakis
-67
/
+19
2019-01-02
introduce ability to detect region constraints from snapshot
Niko Matsakis
-0
/
+9
2019-01-02
make evaluation track whether outlives relationships mattered
Niko Matsakis
-1
/
+1
2018-12-27
Use `TraitEngine` in `enter_canonical_trait_query`
scalexm
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-20
Auto merge of #56219 - arielb1:never-coerce-box, r=nikomatsakis
bors
-0
/
+4
2018-12-19
Auto merge of #56601 - Zoxc:lifetime-killer, r=nikomatsakis
bors
-2
/
+7
2018-12-17
trigger unsized coercions keyed on Sized bounds
Ariel Ben-Yehuda
-0
/
+4
2018-12-14
add coherence future-compat warnings for marker-only trait objects
Ariel Ben-Yehuda
-1
/
+18
2018-12-13
Some changes
John Kåre Alsaker
-0
/
+2
2018-12-13
Make the 'a lifetime on TyCtxt useless
John Kåre Alsaker
-2
/
+5
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-6
/
+6
2018-11-25
Auto merge of #55906 - nnethercote:rm-OpenSnapshot-CommittedSnapshot, r=nikom...
bors
-1
/
+1
2018-11-25
Make `commit` and `rollback_to` methods take ownership of the snapshots.
Nicholas Nethercote
-1
/
+1
2018-11-24
Instantiate all bound vars universally
scalexm
-3
/
+3
2018-11-24
Handle placeholder types in canonicalization
scalexm
-0
/
+22
2018-11-24
Distinguish between placeholder kinds
scalexm
-1
/
+1
2018-11-15
Rollup merge of #55901 - euclio:speling, r=petrochenkov
Pietro Albini
-3
/
+3
2018-11-13
fix various typos in doc comments
Andy Russell
-3
/
+3
2018-11-13
Instantiate all bound vars existentially
scalexm
-6
/
+6
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-5
/
+5
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-1
/
+1
2018-10-15
move `force_instantiate_unchecked` to be local to `nll_relate` code
Niko Matsakis
-59
/
+0
2018-10-15
extract `type_relate` into the inference context as `nll_relate`
Niko Matsakis
-1
/
+2
2018-10-15
add `force_instantiate_unchecked` method
Niko Matsakis
-0
/
+59
2018-10-15
remove the sub/super terminology for universes
Niko Matsakis
-7
/
+4
2018-10-15
pacify the mercilous tidy with rustfmt
Niko Matsakis
-11
/
+7
[next]