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_borrowck
/
borrowck
Age
Commit message (
Expand
)
Author
Lines
2017-10-04
Move E0507 diagnostic into mod borrowck_errors shared between ast- and mir-bo...
Felix S. Klock II
-10
/
+4
2017-10-04
add notes to report_conflicting_borrow MIR borrowck
Mikhail Modin
-91
/
+18
2017-09-29
mir-borrowck: Factorize error message for `cannot_assign_static()` between AS...
Basile Desloges
-5
/
+1
2017-09-29
mir-borrowck: Move span_label calls for `cannot_use_when_mutably_borrowed()` ...
Basile Desloges
-8
/
+4
2017-09-29
mir-borrowck: Move span_label calls for `cannot_assign_to_borrowed()` inside ...
Basile Desloges
-7
/
+1
2017-09-20
Only consider yields coming after the expressions when computing generator in...
John Kåre Alsaker
-1
/
+1
2017-09-14
bring Ty into scope
Douglas Campos
-4
/
+4
2017-09-08
Use NodeId/HirId instead of DefId for local variables.
Eduard-Mihai Burtescu
-6
/
+6
2017-09-01
rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.
Eduard-Mihai Burtescu
-52
/
+52
2017-09-01
rustc: use hir::ItemLocalId instead of ast::NodeId in CodeExtent.
Eduard-Mihai Burtescu
-45
/
+33
2017-09-01
rustc: take TyCtxt and RegionMaps in CodeMap::span.
Eduard-Mihai Burtescu
-8
/
+5
2017-09-01
rustc: use hir::ItemLocalId instead of ast::NodeId in CFG.
Eduard-Mihai Burtescu
-73
/
+86
2017-08-25
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-13
/
+12
2017-08-22
Rollup merge of #43993 - tamird:better-wording-error, r=arielb1
Guillaume Gomez
-13
/
+12
2017-08-21
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-14
/
+2
2017-08-21
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-91
/
+0
2017-08-21
Auto merge of #43971 - alexcrichton:lint-statements, r=michaelwoerister
bors
-14
/
+2
2017-08-20
borrowck: name the correct type in error message
Tamir Duberstein
-13
/
+12
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-95
/
+0
2017-08-18
rustc: Add `Local` to the HIR map of parents
Alex Crichton
-13
/
+1
2017-08-17
rustc: Rename NodeLocal to NodeBinding
Alex Crichton
-1
/
+1
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-49
/
+53
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-40
/
+40
2017-08-16
Move borrowck error msg construction to module in `rustc_mir` (for later reus...
Felix S. Klock II
-49
/
+53
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-40
/
+40
2017-08-14
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-17
/
+37
2017-08-14
Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1
bors
-16
/
+36
2017-08-14
Fix some merge fallout.
Michael Woerister
-1
/
+2
2017-08-12
Fix some typos
Bastien Orivel
-1
/
+1
2017-08-11
Encapsulate sub-table access in TypeckTables and validate keys on each access.
Michael Woerister
-5
/
+3
2017-08-11
Use DefIndex instead of NodeId in UpvarId.
Michael Woerister
-11
/
+23
2017-08-11
Use ItemLocalId as key for closure_tys and closure_kinds in TypeckTables.
Michael Woerister
-1
/
+3
2017-08-11
Use ItemLocalId as key for TypeckTables::pat_binding_modes.
Michael Woerister
-2
/
+7
2017-08-11
Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck...
Michael Woerister
-1
/
+3
2017-08-11
Implement a cache for looking up yields
John Kåre Alsaker
-2
/
+2
2017-08-10
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-13
/
+33
2017-08-09
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-21
/
+52
2017-08-01
Fixed formatting.
Isaac van Bakel
-2
/
+2
2017-08-01
Fixed interior mutable references causing a mark
Isaac van Bakel
-24
/
+31
2017-08-01
Fixed all unnecessary muts in language core
Isaac van Bakel
-1
/
+1
2017-08-01
Fixed refs being marked used mutably on mut deref
Isaac van Bakel
-0
/
+13
2017-07-31
Auto merge of #43547 - arielb1:no-borrow-no-check, r=nikomatsakis
bors
-16
/
+46
2017-07-31
borrowck: skip CFG construction when there is nothing to propagate
Ariel Ben-Yehuda
-16
/
+46
2017-07-30
default binding modes: add pat_binding_modes
Tobias Schottdorf
-5
/
+6
2017-07-29
Use a free error code
Alex Crichton
-1
/
+1
2017-07-28
Fix tidy errors
John Kåre Alsaker
-1
/
+5
2017-07-28
change how we report `err_out_of_scope` borrowck errors
Niko Matsakis
-13
/
+89
2017-07-28
combine `bckerr_to_diag` and `note_and_explain_bckerr`
Niko Matsakis
-144
/
+137
2017-07-28
Remove support for `gen arg`
Alex Crichton
-16
/
+0
2017-07-28
Revert borrowck changes
John Kåre Alsaker
-25
/
+4
[prev]
[next]