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-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
2019-07-02
opaque_types/mod.rs: rustfmt
Niko Matsakis
-90
/
+51
2019-06-26
Check for local types in writeback with debug assertions
John Kåre Alsaker
-0
/
+4
2019-06-26
Don't use lift to detect local types
John Kåre Alsaker
-1
/
+1
2019-06-25
Rollup merge of #62091 - ljedrz:hiridification_almost_there, r=Zoxc
Mazdak Farrokhzad
-3
/
+3
2019-06-25
Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelix
Mazdak Farrokhzad
-0
/
+1
2019-06-24
HIR: rename find_by_hir_id to find
ljedrz
-3
/
+3
2019-06-22
Deny explicit_outlives_requirements in the compiler
Matthew Jasper
-1
/
+1
2019-06-22
Count all errors for `track_errors`
Matthew Jasper
-0
/
+1
2019-06-22
Rollup merge of #61984 - ljedrz:more_node_id_pruning, r=Zoxc
Mazdak Farrokhzad
-11
/
+11
2019-06-20
rename hir::map::get_by_hir_id to get
ljedrz
-5
/
+5
2019-06-20
rename hir::map::expect_expr_by_hir_id to expect_expr
ljedrz
-2
/
+2
2019-06-20
rename hir::map::name_by_hir_id to ::name
ljedrz
-5
/
+5
2019-06-20
replace NodeId with HirId in infer::SubregionOrigin
ljedrz
-3
/
+3
2019-06-19
Change `ByRef` to a struct variant to clarify its fields via names
Oliver Scherer
-1
/
+1
2019-06-19
Rollup merge of #61941 - cramertj:no-more-yield-errors, r=centril
Mazdak Farrokhzad
-5
/
+4
2019-06-19
Rollup merge of #61842 - Zoxc:trim-lift, r=eddyb
Mazdak Farrokhzad
-37
/
+18
2019-06-18
Preserve generator and yield source for error messages
Taylor Cramer
-5
/
+4
2019-06-18
rustc: reintroduce lifetime bounds where necessary.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-18
rustc: remove leftover lifetimes with no bounds from where clauses.
Eduard-Mihai Burtescu
-1
/
+0
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-28
/
+28
[next]