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
/
mir
/
visit.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-28
Fix lint findings in librustc
flip1995
-2
/
+2
2019-04-03
Rollup merge of #59630 - nnethercote:shrink-mir-Statement, r=pnkfelix
Mazdak Farrokhzad
-3
/
+3
2019-04-03
Rollup merge of #59514 - tmandry:remove-adt-def-from-projection-elem, r=eddyb
Mazdak Farrokhzad
-5
/
+5
2019-04-03
Shrink `mir::Statement`.
Nicholas Nethercote
-3
/
+3
2019-04-02
Replace adt_def with name in mir::ProjectionElem::Downcast
Tyler Mandry
-5
/
+5
2019-04-02
renames EvalErrorKind to InterpError
kenta7777
-1
/
+1
2019-03-24
code review fixes
Saleem Jaffer
-7
/
+4
2019-03-23
adding mir::StaticKind enum for static and promoted
Saleem Jaffer
-5
/
+8
2019-03-20
remove visit_static from librustc::mir
Saleem Jaffer
-17
/
+4
2019-03-18
cleaner code as per review
Saleem Jaffer
-10
/
+0
2019-03-18
promoted is still left in 2 places
Saleem Jaffer
-4
/
+11
2019-03-16
Revert the `LazyConst` PR
Oliver Scherer
-2
/
+2
2019-03-01
Put Local, Static and Promoted as one Base variant of Place
Santiago Pastorino
-3
/
+3
2019-02-26
replace &'tcx Substs with SubstsRef
csmoe
-3
/
+3
2019-02-09
Use ? in librustc macros
Matthew Jasper
-230
/
+220
2019-02-05
move librustc to 2018
Mark Mansi
-5
/
+5
2019-01-19
Handle lifetime annotations in unreachable code
Matthew Jasper
-0
/
+4
2019-01-19
Use a struct for user type annotations
Matthew Jasper
-7
/
+10
2019-01-19
Rename UserTypeAnnotation -> UserType
Matthew Jasper
-2
/
+2
2019-01-01
Move the `Unevaluated` constant arm upwards in the type structure
Oliver Scherer
-2
/
+2
2018-12-30
Refactor `UserTypeAnnotation`.
David Wood
-9
/
+15
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-18
treat ref-to-raw cast like a reborrow: do a special kind of retag
Ralf Jung
-12
/
+6
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-3
/
+3
2018-12-03
Retag needs to know whether this is a 2-phase-reborrow
Ralf Jung
-2
/
+5
2018-11-18
Remove mir::StatementKind::EndRegion
Matthew Jasper
-1
/
+0
2018-11-07
no more action on ref or cast, but add new MIR statement for escaping a ptr t...
Ralf Jung
-1
/
+4
2018-11-02
Auto merge of #55087 - levex:e0669-improve-span, r=nagisa
bors
-1
/
+2
2018-10-29
all hail tidy
Ralf Jung
-1
/
+2
2018-10-29
make inliner remove the fn_entry flag on Retag statements
Ralf Jung
-7
/
+21
2018-10-29
Emit Retag statements, kill Validate statements
Ralf Jung
-12
/
+8
2018-10-27
Refactor and add `PlaceContext::AscribeUserTy`.
David Wood
-99
/
+191
2018-10-26
Add the actual chain of projections to `UserTypeProjection`.
Felix S. Klock II
-1
/
+2
2018-10-26
Checkpoint: Added abstraction over collection of projections into user type.
Felix S. Klock II
-1
/
+1
2018-10-26
Added `mir::UserTypeProjection`, a stub for a structure that projects *into* ...
Felix S. Klock II
-4
/
+21
2018-10-26
Remove `PlaceContext` from API of `mir::Visitor::visit_projection_elem`.
Felix S. Klock II
-4
/
+2
2018-10-17
rustc: improve E0669 span
Levente Kurusa
-1
/
+2
2018-10-15
pacify the mercilous tidy
Niko Matsakis
-2
/
+8
2018-10-15
introduce a `UserTypeAnnotation` enum
Niko Matsakis
-11
/
+11
2018-10-10
Use the span of the user type for `AscribeUserType`
Matthew Jasper
-1
/
+1
2018-10-08
do not skip renumbering the place in place-type-ascriptions
Niko Matsakis
-3
/
+3
2018-10-05
Add flag to `mir::LocalDecl` to track whether its a temp from some subexpr a ...
Felix S. Klock II
-0
/
+1
2018-10-03
Record whether a Call in MIR corresponds to a call in HIR
Matthew Jasper
-1
/
+2
2018-09-24
Add "Shallow" borrow kind
Matthew Jasper
-1
/
+4
2018-09-18
Refactor 'ReadForMatch' into 'FakeRead' and add the cause of the fake read
Remy Rakic
-1
/
+1
2018-09-10
propagate user-ascribes types down onto resulting bindings
Niko Matsakis
-0
/
+4
2018-09-10
generalize `AscribeUserType` to handle sub or super type
Niko Matsakis
-2
/
+5
2018-09-10
add the `AscribeUserType` statement kind
Niko Matsakis
-13
/
+15
2018-08-24
support user-given types in adts
Niko Matsakis
-0
/
+1
2018-08-24
add a `user_ty` annotation to `Constant`
Niko Matsakis
-1
/
+11
[next]