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
/
infer
Age
Commit message (
Expand
)
Author
Lines
2019-02-22
update test files to reflect new output
Niko Matsakis
-0
/
+12
2019-02-22
restore the actual leak-check
Niko Matsakis
-13
/
+170
2019-02-22
introduce a dummy leak check and invoke it in all the right places
Niko Matsakis
-15
/
+44
2019-02-22
reintroduce `commit_if_ok` calls to `subtype_predicate`
Niko Matsakis
-14
/
+16
2019-02-22
reintroduce `commit_if_ok` call into `higher_ranked_sub`
Niko Matsakis
-20
/
+27
2019-02-22
make generalization code create new variables in correct universe
Niko Matsakis
-21
/
+64
2019-02-22
Fix #57979 by allowing a legitimate type error to take precedence over an ICE.
Felix S. Klock II
-1
/
+10
2019-01-13
Suggest removal of semicolon when appropriate
Esteban Küber
-1
/
+9
2019-01-13
Tweak output of type mismatch between "then" and `else` `if` arms
Esteban Küber
-2
/
+6
2019-01-13
Rollup merge of #57366 - estebank:point-match-discrim, r=varkor
Mazdak Farrokhzad
-0
/
+5
2019-01-12
Don't add label to the match expr when the type is not fully realized
Esteban Küber
-1
/
+3
2019-01-12
Reword label as per review comment
Esteban Küber
-1
/
+1
2019-01-12
Point at the match discriminant when arm pattern has a type mismatch
Esteban Küber
-0
/
+3
2019-01-10
Add a fast path for identical regions in lub_concrete_regions
Björn Steinbrink
-0
/
+7
2019-01-10
Drop "solved" constraints during region expansion
Björn Steinbrink
-8
/
+16
2019-01-05
Rollup merge of #57314 - wiktorkuchta:master, r=Centril
kennytm
-1
/
+1
2019-01-04
Revert "add coherence future-compat warnings for marker-only trait objects"
Ariel Ben-Yehuda
-55
/
+4
2019-01-03
Fix repeated word typos
Wiktor Kuchta
-1
/
+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
-10
/
+30
2019-01-02
improve handling for subtype
Niko Matsakis
-58
/
+121
2019-01-02
say "the lifetime" instead of "some lifetime" when it feels right
Niko Matsakis
-7
/
+20
2019-01-02
apply the same logic to ConcreteFailure errors
Niko Matsakis
-0
/
+50
2019-01-02
refactor highlighting to take any RegionKind, making it more general
Niko Matsakis
-121
/
+76
2019-01-02
apply the new placeholder errors even with just one placeholder
Niko Matsakis
-2
/
+50
2019-01-02
introduce placeholder-placeholder errors for trait matching
Niko Matsakis
-8
/
+238
2019-01-02
dump out the exact state in error reporting debugs
Niko Matsakis
-0
/
+10
2019-01-02
universe transition
Niko Matsakis
-665
/
+85
2019-01-02
introduce ability to detect region constraints from snapshot
Niko Matsakis
-0
/
+18
2019-01-02
make evaluation track whether outlives relationships mattered
Niko Matsakis
-1
/
+1
2018-12-29
Use `same_type` instead of duplicating logic
Esteban Küber
-19
/
+12
2018-12-28
Suggest `.as_ref()` when appropriate for `Option` and `Result`
Esteban Küber
-0
/
+74
2018-12-27
Use `TraitEngine` in `enter_canonical_trait_query`
scalexm
-8
/
+12
2018-12-27
Integrate chalk engine
scalexm
-3
/
+36
2018-12-25
Remove licenses
Mark Rousskov
-390
/
+0
2018-12-20
Auto merge of #56219 - arielb1:never-coerce-box, r=nikomatsakis
bors
-0
/
+4
2018-12-19
Auto merge of #54252 - arielb1:deref-query, r=nikomatsakis
bors
-0
/
+25
2018-12-19
Auto merge of #56601 - Zoxc:lifetime-killer, r=nikomatsakis
bors
-2
/
+7
2018-12-18
Auto merge of #56481 - arielb1:dynamic-order, r=nikomatsakis
bors
-4
/
+55
2018-12-17
trigger unsized coercions keyed on Sized bounds
Ariel Ben-Yehuda
-0
/
+4
2018-12-16
Rollup merge of #56742 - ljedrz:remove_query_response_box, r=oli-obk
Mazdak Farrokhzad
-26
/
+25
2018-12-15
address review comments
Ariel Ben-Yehuda
-3
/
+1
2018-12-15
implement "isolated" autoderef using the Canonical mechanism
Ariel Ben-Yehuda
-0
/
+27
2018-12-14
add coherence future-compat warnings for marker-only trait objects
Ariel Ben-Yehuda
-4
/
+55
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-12
Account for `impl Trait` when suggesting lifetime
Esteban Küber
-11
/
+20
2018-12-12
infer: remove Box from a returned Iterator
ljedrz
-26
/
+25
2018-12-08
Auto merge of #56578 - alexreg:cosmetic-1, r=alexreg
bors
-21
/
+21
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-21
/
+21
[next]