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
Age
Commit message (
Expand
)
Author
Lines
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-31
make end-point optional in the borrow check
Niko Matsakis
-1
/
+2
2017-10-30
Refactor if block to use idiomatic matches
Josh Leeb-du Toit
-14
/
+10
2017-10-30
Refactor matches to use Result::err
Josh Leeb-du Toit
-11
/
+4
2017-10-29
Fix duplicate display of error E0502
Josh Leeb-du Toit
-9
/
+30
2017-10-25
Reword to avoid using either re-assignment or reassignment in errors
Carol (Nichols || Goulding)
-1
/
+1
2017-10-18
Auto merge of #44501 - nikomatsakis:issue-44137-non-query-data-in-tcx, r=eddyb
bors
-2
/
+14
2017-10-17
Rollup merge of #45097 - nivkner:fixme_fixup2, r=estebank
kennytm
-7
/
+7
2017-10-16
convert constant promotion into a query
Niko Matsakis
-2
/
+14
2017-10-16
turn link to RFC 1751 into a markdown link
Niv Kaminer
-1
/
+1
2017-10-16
Auto merge of #45283 - alexcrichton:used-mut-nodes, r=arielb1
bors
-10
/
+162
2017-10-14
rustc: Remove `used_mut_nodes` from `TyCtxt`
Alex Crichton
-10
/
+162
2017-10-14
Auto merge of #45167 - pnkfelix:migrate-remaining-ast-diagnostics, r=arielb1
bors
-529
/
+28
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
-53
/
+20
2017-10-10
Moved remaining AST-borrowck diagnostic definitions to `rustc_mir` crate.
Felix S. Klock II
-476
/
+0
2017-10-08
Auto merge of #45016 - pnkfelix:mir-borrowck-gather-and-signal-move-errors, r...
bors
-296
/
+9
2017-10-08
address more FIXME whose associated issues were marked as closed
Niv Kaminer
-7
/
+7
2017-10-04
Move E0509 diagnostic into mod borrowck_errors shared between ast- and mir-bo...
Felix S. Klock II
-102
/
+3
2017-10-04
Move E0508 diagnostic into mod borrowck_errors shared between ast- and mir-bo...
Felix S. Klock II
-58
/
+2
2017-10-04
Move E0507 diagnostic into mod borrowck_errors shared between ast- and mir-bo...
Felix S. Klock II
-136
/
+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
-6
/
+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
-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
[next]