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
Age
Commit message (
Expand
)
Author
Lines
2019-08-02
Replace "existential" by "opaque"
varkor
-35
/
+42
2019-07-31
Remove redundant method with const variable resolution
varkor
-24
/
+5
2019-07-28
Properly check the defining scope of existential types
Aaron Hill
-6
/
+9
2019-07-25
Rollup merge of #62901 - petrochenkov:serde, r=Centril
Mazdak Farrokhzad
-1
/
+1
2019-07-24
Auto merge of #62908 - fakenine:normalize_use_of_backticks_compiler_messages_...
bors
-3
/
+3
2019-07-23
normalize use of backticks for compiler messages in remaining modules
Samy Kacimi
-3
/
+3
2019-07-23
Rollup merge of #62523 - pnkfelix:delay-bug-to-resolve-issue-62203-ice, r=varkor
Mark Rousskov
-9
/
+10
2019-07-23
cleanup: Remove `extern crate serialize as rustc_serialize`s
Vadim Petrochenkov
-1
/
+1
2019-07-11
Rename some things in `syntax_pos/hygiene`
Vadim Petrochenkov
-3
/
+3
2019-07-09
Auto merge of #62221 - jonas-schievink:normalize-impl-trait, r=nikomatsakis
bors
-0
/
+6
2019-07-09
Delay bug; this sidesteps ICE'ing when compiler is just doing error-recovery.
Felix S. Klock II
-9
/
+10
2019-07-09
Rollup merge of #62090 - davidtwco:ice-async-await-out-of-range-substitution,...
Mazdak Farrokhzad
-1
/
+75
2019-07-04
infer: fix a Region-related debug message
ljedrz
-6
/
+1
2019-07-04
infer::error_reporting: adjust 2 debug messages
ljedrz
-8
/
+2
2019-07-04
rename hir::map::local_def_id_from_hir_id to local_def_id
ljedrz
-2
/
+2
2019-07-04
rename hir::map::local_def_id to local_def_id_from_node_id
ljedrz
-3
/
+3
2019-07-04
Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=...
Mazdak Farrokhzad
-3
/
+3
2019-07-03
Normalize projections in opaque types
Jonas Schievink
-0
/
+6
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-07-03
typeck: merge opaque type inference logic
David Wood
-1
/
+75
2019-07-02
fix ICE with delay-span-bug
Niko Matsakis
-3
/
+6
2019-07-02
region_constraints: nits
Niko Matsakis
-5
/
+5
2019-07-02
opaque_types: more nits
Niko Matsakis
-6
/
+6
2019-07-02
s/abstract_type_generics/opaque_type_generics/
Niko Matsakis
-5
/
+5
2019-07-02
opaque_types: various nits
Niko Matsakis
-10
/
+10
2019-07-02
cleanup formatting of comment and add attribution
Niko Matsakis
-22
/
+23
2019-07-02
rewrite `dup_vec` to use `IndexVec` instead of `u32`
Niko Matsakis
-7
/
+6
2019-07-02
various centril nits
Niko Matsakis
-10
/
+11
2019-07-02
explain why the code is the way it is
Niko Matsakis
-0
/
+2
2019-07-02
Update src/librustc/infer/lexical_region_resolve/mod.rs
Niko Matsakis
-1
/
+1
2019-07-02
feature-gate member constraints outside of async-await
Niko Matsakis
-0
/
+72
2019-07-02
rename to "member constraints"
Niko Matsakis
-90
/
+95
2019-07-02
switch to Lrc
Niko Matsakis
-11
/
+11
2019-07-02
address nits by mattewjasper
Niko Matsakis
-29
/
+12
2019-07-02
account for the pick-constraint edges when reporting errors
Niko Matsakis
-3
/
+38
2019-07-02
pacify the mercilous tidy
Niko Matsakis
-2
/
+6
2019-07-02
preliminary integration of "pick constraints" into nll solver
Niko Matsakis
-7
/
+8
2019-07-02
propagate the pick-constraints through queries
Niko Matsakis
-9
/
+28
2019-07-02
pass a `&mut QueryRegionConstraints` not just outlives constraints
Niko Matsakis
-4
/
+6
2019-07-02
introduce `QueryRegionConstraints` struct
Niko Matsakis
-9
/
+15
2019-07-02
introduce `QueryRegionConstraints` struct (no-op)
Niko Matsakis
-7
/
+27
2019-07-02
rename `QueryRegionConstraint` to `QueryOutlivesConstraint`
Niko Matsakis
-16
/
+16
2019-07-02
enforce and report pick-constraint errors
Niko Matsakis
-52
/
+169
2019-07-02
integrate pick constraints into lexical solver more completely
Niko Matsakis
-17
/
+56
2019-07-02
rename from "in constraint" to "pick constraint"
Niko Matsakis
-39
/
+44
2019-07-02
add some tests, currently ICE-ing
Niko Matsakis
-25
/
+119
2019-07-02
make `dup_vec` optional
Niko Matsakis
-13
/
+20
2019-07-02
lexical_region_resolve: rustfmt
Niko Matsakis
-86
/
+68
2019-07-02
introduce an "in" constraint instead of error
Niko Matsakis
-49
/
+133
2019-07-02
introduce `constrain_regions` helper
Niko Matsakis
-20
/
+25
[prev]
[next]