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_mir
/
borrow_check
Age
Commit message (
Expand
)
Author
Lines
2020-03-04
Don't use "if let" bindings to only check a value and not actually bind anyth...
Matthias Krüger
-2
/
+2
2020-03-04
Make PlaceRef lifetimes of move_path_for_place be both 'tcx
Santiago Pastorino
-1
/
+1
2020-03-04
Make PlaceRef lifetimes of move_path_closest_to be both 'tcx
Santiago Pastorino
-2
/
+2
2020-03-04
Make PlaceRef lifetimes of uninitialized_error_reported be both 'tcx
Santiago Pastorino
-1
/
+1
2020-03-04
Make PlaceRef lifetimes of move_error_reported be both 'tcx
Santiago Pastorino
-9
/
+10
2020-03-04
Make PlaceRef lifetimes of borrow_conflict_place be both 'tcx
Santiago Pastorino
-4
/
+5
2020-03-03
Make PlaceRef lifetimes of RootPlace be both 'tcx
Santiago Pastorino
-6
/
+6
2020-03-03
rename TraitItemKind::Method -> Fn
Mark Mansi
-2
/
+2
2020-03-03
Auto merge of #69482 - lqd:poloniusup, r=nikomatsakis
bors
-41
/
+56
2020-03-01
Auto merge of #69592 - petrochenkov:nosyntax, r=Centril
bors
-1
/
+1
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-02-29
Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril
Dylan DPC
-1
/
+1
2020-02-29
use .iter() instead of .into_iter() on references.
Matthias Krüger
-1
/
+1
2020-02-29
use .to_string() instead of format!() macro to create strings
Matthias Krüger
-11
/
+11
2020-02-28
Rollup merge of #69481 - matthiaskrgr:single_char, r=ecstatic-morse
Mazdak Farrokhzad
-2
/
+2
2020-02-27
don't use .into() to convert types into identical types.
Matthias Krüger
-1
/
+1
2020-02-27
- polonius: adapt to the new fact format
Albin Stjerna
-41
/
+56
2020-02-27
Auto merge of #68528 - ecstatic-morse:maybe-init-variants, r=oli-obk
bors
-6
/
+5
2020-02-27
use char instead of &str for single char patterns
Matthias Krüger
-2
/
+2
2020-02-22
add generator_kind query
Mark Mansi
-8
/
+10
2020-02-22
some fixes
Mark Mansi
-13
/
+2
2020-02-22
minor cleanup
Mark Mansi
-4
/
+4
2020-02-22
Generalized article_and_description
Mark Mansi
-13
/
+33
2020-02-20
Auto merge of #69145 - matthewjasper:mir-typeck-static-ty, r=nikomatsakis
bors
-29
/
+41
2020-02-17
Rename `FunctionRetTy` to `FnRetTy`
Yuki Okushi
-3
/
+3
2020-02-16
Make librustc_mir compile.
Camille GILLOT
-45
/
+47
2020-02-14
Add fast path to eq_opaque_type_and_type
Matthew Jasper
-0
/
+16
2020-02-14
Fix and test nested impl Trait
Matthew Jasper
-5
/
+13
2020-02-14
Use member constraint for most opaque types in NLL
Matthew Jasper
-0
/
+2
2020-02-14
Always check upper bounds when choosing member regions
Matthew Jasper
-40
/
+81
2020-02-14
Improve opaque type lifetime errors
Matthew Jasper
-14
/
+36
2020-02-14
Handle equal regions in opaque type inference
Matthew Jasper
-18
/
+70
2020-02-14
Show inferred opaque types with `#[rustc_regions]`
Matthew Jasper
-5
/
+29
2020-02-14
Address review comments
Matthew Jasper
-18
/
+2
2020-02-14
Ensure RPIT types get recorded in borrowck
Matthew Jasper
-7
/
+27
2020-02-14
Avoid unnecessary opaque type errors in borrowck
Matthew Jasper
-0
/
+8
2020-02-14
Infer opaque type regions in borrow checking
Matthew Jasper
-3
/
+83
2020-02-14
Prepare to use borrowck to resolve opaque types
Matthew Jasper
-64
/
+101
2020-02-14
Arena allocate the result of mir_borrowck
Matthew Jasper
-3
/
+4
2020-02-13
Use an `Iterator` for `MovePath` traversal
Dylan MacKenzie
-6
/
+5
2020-02-13
Check types of statics in MIR typeck
Matthew Jasper
-2
/
+16
2020-02-13
Check `Copy` lifetimes bounds when copying from a projection
Matthew Jasper
-27
/
+25
2020-02-13
Auto merge of #68969 - RalfJung:dont-panic, r=oli-obk
bors
-6
/
+6
2020-02-13
rename PanicInfo -> AssertKind
Ralf Jung
-6
/
+6
2020-02-13
move PanicInfo to mir module
Ralf Jung
-3
/
+3
2020-02-13
Constness -> enum Const { Yes(Span), No }
Mazdak Farrokhzad
-3
/
+2
2020-02-12
Don't give invalid suggestion on desugared span.
spunit262
-43
/
+45
2020-02-12
Auto merge of #68241 - ecstatic-morse:unified-dataflow-impls, r=pnkfelix
bors
-269
/
+152
2020-02-11
Use exhaustive matching
Dylan MacKenzie
-1
/
+10
2020-02-11
Use new dataflow framework for drop elaboration and borrow checking
Dylan MacKenzie
-270
/
+144
[prev]
[next]