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_mir
/
borrow_check
Age
Commit message (
Expand
)
Author
Lines
2019-08-12
Avoid ICE when referencing desugared local binding in borrow error
Esteban Küber
-13
/
+12
2019-07-02
more nits + typos
Niko Matsakis
-5
/
+5
2019-07-02
pass a parameter to enable impl Trait instead of a vec
Niko Matsakis
-11
/
+7
2019-07-02
more centril nits
Niko Matsakis
-29
/
+38
2019-07-02
rename `pick_constraints.rs` to `member_constraints.rs`
Niko Matsakis
-0
/
+0
2019-07-02
rename to "member constraints"
Niko Matsakis
-170
/
+179
2019-07-02
account for the pick-constraint edges when reporting errors
Niko Matsakis
-12
/
+110
2019-07-02
pacify the mercilous tidy
Niko Matsakis
-3
/
+9
2019-07-02
remove outdated TODO markers
Niko Matsakis
-3
/
+1
2019-07-02
explain why pick-constraints can be an empty vector
Niko Matsakis
-1
/
+8
2019-07-02
add a FIXME related to the non-free-region case
Niko Matsakis
-3
/
+16
2019-07-02
integrate reverse graph and upper-bound computation
Niko Matsakis
-17
/
+69
2019-07-02
preliminary integration of "pick constraints" into nll solver
Niko Matsakis
-120
/
+223
2019-07-02
construct pick-constraints and give them to region inference
Niko Matsakis
-4
/
+33
2019-07-02
implement PickConstraintSet type
Niko Matsakis
-0
/
+211
2019-07-02
pass more than outlives constraints to constraint conversion
Niko Matsakis
-8
/
+6
2019-07-02
rename `ConstraintSet` to `OutlivesConstraintSet`
Niko Matsakis
-20
/
+20
2019-07-02
propagate the pick-constraints through queries
Niko Matsakis
-3
/
+4
2019-07-02
remove deref impl and add an index impl
Niko Matsakis
-12
/
+15
2019-07-02
rename `ConstraintIndex` to `OutlivesConstraintIndex`
Niko Matsakis
-12
/
+16
2019-07-02
introduce `QueryRegionConstraints` struct
Niko Matsakis
-10
/
+15
2019-07-02
rename `QueryRegionConstraint` to `QueryOutlivesConstraint`
Niko Matsakis
-12
/
+12
2019-06-26
Don't use lift to detect local types
John Kåre Alsaker
-3
/
+4
2019-06-25
Rollup merge of #62096 - spastorino:impl-place-from, r=oli-obk,Centril
Mazdak Farrokhzad
-6
/
+6
2019-06-25
Implement From<Local> for Place and PlaceBase
Santiago Pastorino
-6
/
+6
2019-06-24
HIR: rename find_by_hir_id to find
ljedrz
-2
/
+2
2019-06-20
rename hir::map::get_by_hir_id to get
ljedrz
-3
/
+3
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
remove hir::map::name
ljedrz
-2
/
+1
2019-06-20
Rollup merge of #61968 - eddyb:hir-noclone, r=petrochenkov
Mazdak Farrokhzad
-2
/
+2
2019-06-19
Auto merge of #61947 - estebank:ice-ice-revolution, r=matthewjasper
bors
-1
/
+1
2019-06-19
rustc: disallow cloning HIR nodes.
Eduard-Mihai Burtescu
-2
/
+2
2019-06-19
review comment
Esteban Küber
-1
/
+1
2019-06-19
Auto merge of #61945 - Centril:rollup-xdqo2mn, r=Centril
bors
-5
/
+5
2019-06-18
Fix ICE involving mut references
Esteban Küber
-1
/
+1
2019-06-19
Rollup merge of #61842 - Zoxc:trim-lift, r=eddyb
Mazdak Farrokhzad
-5
/
+5
2019-06-18
Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddyb
bors
-1
/
+1
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
-13
/
+3
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-26
/
+26
2019-06-17
Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C...
Andrei Homescu
-1
/
+1
2019-06-17
remove _by_hir_id if there is no NodeId counterpart
ljedrz
-5
/
+5
2019-06-17
replace some uses of NodeId with HirId
ljedrz
-12
/
+12
2019-06-16
Auto merge of #60730 - matthewjasper:optimize-false-edges, r=pnkfelix
bors
-6
/
+4
2019-06-14
Remove unnecessary lift calls
John Kåre Alsaker
-5
/
+5
2019-06-14
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-35
/
+11
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-250
/
+248
2019-06-12
Make `FalseEdges` always have two targets
Matthew Jasper
-6
/
+4
2019-06-12
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-5
/
+4
[next]