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_borrowck
/
borrowck
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-16
change &self to self and fix lifetime annotations
csmoe
-14
/
+14
2018-03-05
Turn features() into a query.
Michael Woerister
-1
/
+1
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-4
/
+5
2018-02-17
fix more typos found by codespell.
Matthias Krüger
-1
/
+1
2018-02-06
Rollup merge of #47543 - topecongiro:issue-42344, r=nikomatsakis
kennytm
-11
/
+1
2018-02-04
Remove delay_span_bug() in check_aliasability
Seiichi Uchida
-11
/
+1
2018-01-29
rustc_borrowck: replace "lvalue" terminology with "place" in docs.
Eduard-Mihai Burtescu
-2
/
+2
2018-01-29
rustc: replace "lvalue" terminology with "place" in the code.
Eduard-Mihai Burtescu
-1
/
+1
2018-01-27
end_point handling multibyte characters correctly.
David Wood
-1
/
+2
2018-01-23
Adds support for immovable generators. Move checking of invalid borrows acros...
John Kåre Alsaker
-67
/
+0
2018-01-15
Do not suggest to make `mut` binding external to `Fn` closure
Esteban Küber
-3
/
+25
2018-01-10
Modify message to match label
Esteban Küber
-0
/
+1
2018-01-07
Assignment to immutable argument: diagnostic tweak
Esteban Küber
-1
/
+1
2018-01-04
Auto merge of #47124 - estebank:loan-paths, r=nikomatsakis
bors
-7
/
+21
2018-01-03
Add mir test, review comments
Esteban Küber
-3
/
+3
2018-01-02
Be ambiguous when type cannot be properly mentioned
Esteban Küber
-16
/
+24
2018-01-01
Address review comments: make label shorter
Esteban Küber
-8
/
+14
2018-01-01
Move reason for move to label
Esteban Küber
-11
/
+11
2018-01-01
Delay panic for aliasing violation for static items.
matthewjasper
-8
/
+13
2017-12-31
Reword trying to operate in immutable fields
Esteban Küber
-23
/
+41
2017-12-20
feature nll implies borrowck=mir
Santiago Pastorino
-1
/
+1
2017-12-14
Point at var in short lived borrows
Esteban Küber
-11
/
+7
2017-11-26
Replace -Zborrowck-mir with -Zborrowck=mode
est31
-0
/
+11
2017-11-18
convert the `closure_kinds` map to just store the origin information
Niko Matsakis
-4
/
+2
2017-11-16
Introduce LocalDefId which provides a type-level guarantee that the DefId is ...
Michael Woerister
-5
/
+5
2017-11-02
Make the difference between lint codes and error codes explicit
Oliver Schneider
-4
/
+9
2017-10-25
Reword to avoid using either re-assignment or reassignment in errors
Carol (Nichols || Goulding)
-1
/
+1
2017-10-16
Auto merge of #45283 - alexcrichton:used-mut-nodes, r=arielb1
bors
-6
/
+37
2017-10-14
rustc: Remove `used_mut_nodes` from `TyCtxt`
Alex Crichton
-6
/
+37
2017-10-14
Auto merge of #45167 - pnkfelix:migrate-remaining-ast-diagnostics, r=arielb1
bors
-52
/
+27
2017-10-11
Point at immutable outer variable
Esteban Küber
-1
/
+15
2017-10-10
Add `Origin::Ast` arguments to all of the migrated AST-borrowck diagnostics.
Felix S. Klock II
-10
/
+18
2017-10-10
Fixed client code for diagnostics migration, adding new methods to `trait Bor...
Felix S. Klock II
-52
/
+19
2017-09-29
mir-borrowck: Factorize error message for `cannot_assign_static()` between AS...
Basile Desloges
-5
/
+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
-4
/
+4
2017-09-01
rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.
Eduard-Mihai Burtescu
-27
/
+27
2017-09-01
rustc: use hir::ItemLocalId instead of ast::NodeId in CodeExtent.
Eduard-Mihai Burtescu
-23
/
+19
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
-6
/
+11
2017-08-21
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-21
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-9
/
+0
2017-08-21
Auto merge of #43971 - alexcrichton:lint-statements, r=michaelwoerister
bors
-1
/
+1
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-13
/
+0
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
-12
/
+31
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-16
Move borrowck error msg construction to module in `rustc_mir` (for later reus...
Felix S. Klock II
-12
/
+31
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
[next]