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
Age
Commit message (
Expand
)
Author
Lines
2019-08-04
Use Set1<Region> instead of Option<Region>
Taiki Endo
-5
/
+6
2019-08-04
Make is_self_ty a method on SelfVisitor
Taiki Endo
-32
/
+35
2019-08-04
Remove query for `.pin_type()`
Taiki Endo
-34
/
+32
2019-08-04
Allow lifetime elision in `Pin<&(mut) Self>`
Taiki Endo
-1
/
+28
2019-07-22
Rollup merge of #62793 - wesleywiser:pgo_error_backport, r=zackmdavis
Pietro Albini
-2
/
+5
2019-07-22
Raise the default recursion limit to 128
Simonas Kazlauskas
-1
/
+1
2019-07-18
Only error about MSVC + PGO + unwind if we're generating code
Wesley Wiser
-2
/
+5
2019-07-03
Auto merge of #61775 - nikomatsakis:issue-56238-multiple-lifetimes-async-fn-r...
bors
-316
/
+788
2019-07-02
Auto merge of #61268 - michaelwoerister:stabilize-pgo, r=alexcrichton
bors
-18
/
+17
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
implement `TypeFoldable` for `Arc`
Niko Matsakis
-0
/
+10
2019-07-02
rename to "member constraints"
Niko Matsakis
-91
/
+96
2019-07-02
implement Lift for Arc
Niko Matsakis
-0
/
+8
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
[WIP] fix `Lift` impl for `Rc`
Niko Matsakis
-1
/
+1
2019-07-02
propagate the pick-constraints through queries
Niko Matsakis
-9
/
+35
2019-07-02
pass a `&mut QueryRegionConstraints` not just outlives constraints
Niko Matsakis
-10
/
+12
2019-07-02
introduce `QueryRegionConstraints` struct
Niko Matsakis
-22
/
+28
2019-07-02
introduce `QueryRegionConstraints` struct (no-op)
Niko Matsakis
-7
/
+27
2019-07-02
rename `QueryRegionConstraint` to `QueryOutlivesConstraint`
Niko Matsakis
-23
/
+23
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-07-02
Auto merge of #61871 - Zoxc:no-lift-branch, r=eddyb
bors
-73
/
+113
2019-06-30
Keep caching for non-promoted queries
John Kåre Alsaker
-0
/
+2
2019-06-30
Clean up query cache code
John Kåre Alsaker
-164
/
+57
2019-06-29
Rollup merge of #62104 - Zoxc:query-info, r=eddyb
Mazdak Farrokhzad
-18
/
+52
2019-06-27
Rollup merge of #62160 - ia0:question_mark_macro_sep, r=petrochenkov
Mazdak Farrokhzad
-9
/
+1
2019-06-27
Rollup merge of #62152 - doctorn:async_let_ice, r=cramertj
Mazdak Farrokhzad
-2
/
+1
2019-06-27
Add suggestion for missing `.await` keyword
Nathan Corbyn
-0
/
+1
[next]