index
:
tromey/grust
alex-tmp
auto
beta
homu-tmp
master
nll-alias-analysis
stable
try
RUST VERSUS GCC WHO WILL WIN
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
librustc_mir
/
borrow_check
/
mod.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
modify the error message- CR Comments
gaurikholkar
2018-04-07
1
-13
/
+26
|
*
tidy fix
gaurikholkar
2018-04-06
1
-34
/
+1
|
*
reduce nested loops in the code
gaurikholkar
2018-04-06
1
-27
/
+59
|
*
tidy fixes
gaurikholkar
2018-04-05
1
-4
/
+6
|
*
Merge branch 'master' of https://github.com/rust-lang/rust into e0389
gaurikholkar
2018-04-05
1
-47
/
+26
|
|
\
|
*
|
address code review comments
gaurikholkar
2018-04-05
1
-24
/
+28
|
*
|
address code review comments
gaurikholkar
2018-03-12
1
-3
/
+3
|
*
|
fix warnings
gaurikholkar
2018-03-11
1
-1
/
+1
|
*
|
code refactor, modify compile-fail tests
gaurikholkar
2018-03-10
1
-42
/
+57
|
*
|
minor changes
gaurikholkar
2018-03-10
1
-6
/
+19
|
*
|
minor refactorings to fix trait import issue
gaurikholkar
2018-03-10
1
-42
/
+10
|
*
|
update visit_local for FindLocalAssignmentVisitor
gaurikholkar
2018-03-10
1
-44
/
+29
|
*
|
adding Visitor changes
gaurikholkar
2018-03-10
1
-1
/
+23
|
*
|
changes for new compile-fail/E0389 message
gaurikholkar
2018-03-10
1
-9
/
+50
*
|
|
Auto merge of #49392 - retep007:nll-issue-48962, r=nikomatsakis
bors
2018-04-06
1
-23
/
+69
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fixed nits from PR review #49392
Peter Hrvola
2018-04-01
1
-6
/
+10
|
*
|
fixes internal compiler error:
Peter Hrvola
2018-03-26
1
-21
/
+63
*
|
|
Added UserAssertTy statement.
David Wood
2018-03-22
1
-3
/
+5
|
/
/
*
|
Rollup merge of #48840 - varkor:idxset-cleanup, r=pnkfelix
kennytm
2018-03-15
1
-5
/
+5
|
\
\
|
*
|
Remove IdxSet::elems
varkor
2018-03-06
1
-5
/
+5
*
|
|
transition various normalization functions to the new methods
Niko Matsakis
2018-03-13
1
-1
/
+1
*
|
|
Finally start down the right path
bobtwinkles
2018-03-09
1
-38
/
+15
|
|
/
|
/
|
*
|
Rollup merge of #48682 - spastorino:make_causal_lazy, r=nikomatsakis
Manish Goregaokar
2018-03-08
1
-67
/
+65
|
\
\
|
*
|
Run rustfmt over modified files
Santiago Pastorino
2018-03-06
1
-67
/
+63
|
*
|
Make causal tracking lazy
Santiago Pastorino
2018-03-06
1
-1
/
+3
|
|
/
*
/
Fully use miri in trans
Oliver Schneider
2018-03-08
1
-6
/
+7
|
/
*
Turn features() into a query.
Michael Woerister
2018-03-05
1
-5
/
+5
*
fix more typos found by codespell.
Matthias Krüger
2018-02-17
1
-4
/
+4
*
Normalizing associated types when checking borrows in drops.
David Wood
2018-02-14
1
-8
/
+23
*
check that types "need drop" before we access them
Niko Matsakis
2018-02-14
1
-12
/
+28
*
Simplified logic and corrected shallow to deep.
David Wood
2018-02-14
1
-29
/
+11
*
Handle recursive case of dropping structs with field accesses when struct has...
David Wood
2018-02-14
1
-48
/
+71
*
Fixed incorrect reporting of errors when checking borrows in drops.
David Wood
2018-02-14
1
-11
/
+41
*
Auto merge of #47802 - bobtwinkles:loop_false_edge, r=nikomatsakis
bors
2018-02-09
1
-1
/
+2
|
\
|
*
mir: Add TerminatorKind::FalseUnwind
bobtwinkles
2018-02-05
1
-1
/
+2
*
|
Restrict two-phase borrows to solely borrows introduced via autoref.
Felix S. Klock II
2018-02-08
1
-2
/
+11
*
|
Encode (in MIR) whether borrows are explicit in source or arise due to autoref.
Felix S. Klock II
2018-02-08
1
-7
/
+7
*
|
Auto merge of #47607 - davidtwco:issue-45697, r=nikomatsakis
bors
2018-02-07
1
-25
/
+35
|
\
\
|
|
/
|
/
|
|
*
Swapped order of left/right visits to ensure consistency in read/write pass o...
David Wood
2018-02-05
1
-7
/
+7
|
*
Added logging for error suppression.
David Wood
2018-01-27
1
-1
/
+4
|
*
Encompassed error deduplication of some existing sets in the ctxt.
David Wood
2018-01-27
1
-26
/
+17
|
*
Introduced a new set to stop duplicate errors from MIR passes on one place/span.
David Wood
2018-01-27
1
-0
/
+16
*
|
rustc_borrowck: replace "lvalue" terminology with "place" in docs.
Eduard-Mihai Burtescu
2018-01-29
1
-1
/
+1
*
|
rustc: replace "lvalue" terminology with "place" in the code.
Eduard-Mihai Burtescu
2018-01-29
1
-5
/
+5
*
|
end_point handling multibyte characters correctly.
David Wood
2018-01-27
1
-1
/
+2
|
/
*
Port borrows across yield check to MIR borrowck
John Kåre Alsaker
2018-01-23
1
-0
/
+61
*
Auto merge of #46984 - arielb1:pre-statement-effect, r=nikomatsakis
bors
2018-01-03
1
-0
/
+2
|
\
|
*
Make killing of out-of-scope borrows a pre-statement effect
Ariel Ben-Yehuda
2017-12-24
1
-0
/
+2
*
|
Auto merge of #46975 - matthewjasper:mir-moveck-asm, r=arielb1
bors
2017-12-26
1
-1
/
+1
|
\
\
|
*
|
Give MIR borrowck a better understanding of inline asm
Matthew Jasper
2017-12-23
1
-1
/
+1
|
|
/
[prev]
[next]