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
Age
Commit message (
Expand
)
Author
Lines
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
-74
/
+87
2017-08-28
Merge branch 'master' of https://github.com/rust-lang/rust into gen
John Kåre Alsaker
-6
/
+0
2017-08-27
Move unused-extern-crate to late pass
Tatsuyuki Ishi
-3
/
+0
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
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
-93
/
+1
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
-97
/
+1
2017-08-18
rustc: Add `Local` to the HIR map of parents
Alex Crichton
-13
/
+1
2017-08-18
Fix a diagnostic
Alex Crichton
-1
/
+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
-599
/
+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
-599
/
+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
-22
/
+70
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
Auto merge of #43399 - tschottdorf:bndmode-pat-adjustments, r=nikomatsakis
bors
-5
/
+6
2017-07-31
borrowck: skip CFG construction when there is nothing to propagate
Ariel Ben-Yehuda
-16
/
+46
2017-07-30
extended info for E0595 closure cannot mutate immutable local variable
Zack M. Davis
-1
/
+18
2017-07-30
default binding modes: add pat_binding_modes
Tobias Schottdorf
-5
/
+6
2017-07-29
Use a free error code
Alex Crichton
-4
/
+4
2017-07-28
Fix error message tests again
John Kåre Alsaker
-5
/
+5
2017-07-28
Fix error message tests
John Kåre Alsaker
-0
/
+5
2017-07-28
Fix error message tests
John Kåre Alsaker
-0
/
+5
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
/
+165
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
-17
/
+0
[prev]
[next]