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
Age
Commit message (
Expand
)
Author
Lines
2016-02-14
Rename hir::Pat_ and its variants
Vadim Petrochenkov
-2
/
+2
2016-02-12
Autoderef in librustc_borrowck
Jonas Schievink
-52
/
+52
2016-01-28
Implement MultiSpan error reporting
mitaa
-1
/
+1
2016-01-16
fallout from removing the `errors_will_be_reported` flag
Niko Matsakis
-3
/
+3
2016-01-11
Rollup merge of #30737 - Ms2ger:MutateMode, r=sanxiyn
Simonas Kazlauskas
-4
/
+6
2016-01-06
Stop re-exporting MutateMode's variants.
Ms2ger
-4
/
+6
2016-01-05
Annotate the compiler with information about what it is doing when.
Niko Matsakis
-1
/
+2
2015-12-30
use structured errors
Nick Cameron
-144
/
+159
2015-12-17
Remove unused imports
Jeffrey Seyfried
-2
/
+2
2015-12-15
Stop re-exporting RestrictionResult variants.
Ms2ger
-14
/
+14
2015-12-11
Fix for issue #27889: same field names in enum variants
w00ns
-21
/
+38
2015-12-05
Auto merge of #30185 - fhahn:improve-borrowck-public-accessibility, r=pnkfelix
bors
-24
/
+9
2015-12-03
Make public borrowck api more accessible
Florian Hahn
-24
/
+9
2015-12-02
s/isize/i32
Tobias Bucher
-4
/
+4
2015-12-01
Replace uses of int/uint with isize/uzsize in doc examples
Florian Hahn
-3
/
+5
2015-11-19
Fix the fallout
Vadim Petrochenkov
-12
/
+12
2015-11-18
Port a bunch of code new-visitor; all of these ports were
Niko Matsakis
-10
/
+10
2015-11-16
ImplItem_ -> ImplItemKind rename
Oliver Schneider
-1
/
+1
2015-11-16
rename ImplItem_::*ImplItem to ImplItem_::*
Oliver Schneider
-1
/
+1
2015-11-14
Stop using dynamic borrowing in MoveErrorCollector
Jonathan S
-13
/
+12
2015-11-10
Suggest `mut` for mutability errors
Seo Sanghyeon
-1
/
+12
2015-10-29
Rename categorization and stop re-exporting its variants.
Ms2ger
-58
/
+65
2015-10-27
Auto merge of #28833 - jryans:borrowck-linear-errors, r=pnkfelix
bors
-8
/
+10
2015-10-08
typos: fix a grabbag of typos all over the place
Cristi Cobzarenco
-2
/
+2
2015-10-04
Only report error for first issued loan with conflict
J. Ryan Stinnett
-8
/
+10
2015-10-01
move direct accesses of `node` to go through `as_local_node_id`, unless
Niko Matsakis
-2
/
+1
2015-10-01
move LOCAL_CRATE to cstore
Niko Matsakis
-1
/
+2
2015-09-24
Cleanup interfaces of Name, SyntaxContext and Ident
Vadim Petrochenkov
-2
/
+0
2015-09-23
Remove random Idents outside of libsyntax
Vadim Petrochenkov
-5
/
+5
2015-09-17
Add span_err_with_code method for BorrowckCtxt struct
Guillaume Gomez
-0
/
+4
2015-09-16
Add error codes for librustc_borrowck
Guillaume Gomez
-52
/
+45
2015-09-16
Use ast attributes every where (remove HIR attributes).
Nick Cameron
-1
/
+1
2015-09-09
Treat loans of 'static data as extending to the end of the enclosing
Niko Matsakis
-11
/
+1
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-46
/
+54
2015-08-31
Auto merge of #28007 - Ms2ger:FnKind, r=nrc
bors
-3
/
+3
2015-08-26
Rename FnKind variants and stop re-exporting them from the visit module.
Ms2ger
-3
/
+3
2015-08-25
move destructors_for_type into AdtDef
Ariel Ben-Yehuda
-3
/
+3
2015-08-24
store the CodeExtent directly in FreeRegion
Ariel Ben-Yehuda
-3
/
+1
2015-08-24
Use a Vec instead of an HashMap for the scope hierarchy
Ariel Ben-Yehuda
-26
/
+31
2015-08-24
split ReInfer into ReVar and ReSkolemized
Ariel Ben-Yehuda
-1
/
+2
2015-08-24
Auto merge of #27857 - Manishearth:improve-fnkind, r=pnkfelix
bors
-1
/
+1
2015-08-24
convert to use `is_local` instead of `== LOCAL_CRATE`
Niko Matsakis
-3
/
+3
2015-08-24
fallout from moving def-id
Niko Matsakis
-6
/
+8
2015-08-16
FnFnBlock -> FkClosure
Manish Goregaokar
-1
/
+1
2015-08-06
use VariantDef instead of struct_fields
Ariel Ben-Yehuda
-24
/
+14
2015-08-06
introduce an ADTDef struct for struct/enum definitions
Ariel Ben-Yehuda
-26
/
+24
2015-07-28
Auto merge of #27234 - oli-obk:move_get_name_get_ident_to_impl, r=eddyb
bors
-2
/
+1
2015-07-28
remove `get_ident` and `get_name`, make `as_str` sound
Oliver Schneider
-2
/
+1
2015-07-28
build fragmented map earlier to make its dependencies clearer.
Felix S. Klock II
-4
/
+3
2015-07-28
rustc and rustc::borrowck: pass fragment info down into trans.
Felix S. Klock II
-4
/
+98
[next]