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
/
mir
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-03
Rollup merge of #59630 - nnethercote:shrink-mir-Statement, r=pnkfelix
Mazdak Farrokhzad
-14
/
+23
2019-04-03
Rollup merge of #59514 - tmandry:remove-adt-def-from-projection-elem, r=eddyb
Mazdak Farrokhzad
-30
/
+39
2019-04-03
Shrink `mir::Statement`.
Nicholas Nethercote
-14
/
+23
2019-04-02
Replace adt_def with name in mir::ProjectionElem::Downcast
Tyler Mandry
-30
/
+39
2019-04-02
renames EvalErrorKind to InterpError
kenta7777
-4
/
+4
2019-04-01
Allow closure to unsafe fn coercion
Taiki Endo
-2
/
+3
2019-03-26
Rollup merge of #59232 - saleemjaffer:mir_place_refactor, r=oli-obk
Mazdak Farrokhzad
-21
/
+29
2019-03-24
Remove `VariantDef::parent_did`
Vadim Petrochenkov
-2
/
+1
2019-03-24
Separate variant id and variant constructor id.
David Wood
-1
/
+2
2019-03-23
adding mir::StaticKind enum for static and promoted
Saleem Jaffer
-21
/
+26
2019-03-18
promoted is still left in 2 places
Saleem Jaffer
-17
/
+20
2019-03-16
Revert the `LazyConst` PR
Oliver Scherer
-14
/
+5
2019-03-15
rustc: slice substs in ty::print instead of passing the full ones.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-15
rustc: remove PrintCx from ty::Print and rely on printers carrying TyCtxt.
Eduard-Mihai Burtescu
-4
/
+5
2019-03-15
rustc: don't thread existential projections through path_generic_args.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-15
rustc: make util::ppaux private.
Eduard-Mihai Burtescu
-2
/
+7
2019-03-15
rustc: remove fields from ty::print::PrintConfig available from tcx.
Eduard-Mihai Burtescu
-14
/
+14
2019-03-15
rustc: split out the pretty-printing parts of ty::print into a separate module.
Eduard-Mihai Burtescu
-2
/
+2
2019-03-15
rustc: don't pass Namespace explicitly, but rather track it in FmtPrinter.
Eduard-Mihai Burtescu
-1
/
+2
2019-03-15
rustc: pass ty::print::PrintCx by value.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-15
rustc: split off most of ty::print::PrintCx's fields into a separate struct.
Eduard-Mihai Burtescu
-2
/
+2
2019-03-15
rustc: rename item_path to def_path (except the module in ty).
Eduard-Mihai Burtescu
-4
/
+4
2019-03-15
rustc: explicitly pass the namespace to PrintCx::parameterized.
Eduard-Mihai Burtescu
-2
/
+2
2019-03-15
rustc: move the formatter into ty::print::PrintCx.
Eduard-Mihai Burtescu
-2
/
+2
2019-03-15
rustc: tie the 'tcx between Print and PrintCx in ty::print.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-15
rustc: keep a TyCtxt in PrintCx and use it instead of ty::tls.
Eduard-Mihai Burtescu
-11
/
+13
2019-03-13
Use derive macro for HashStable
John Kåre Alsaker
-41
/
+51
2019-03-07
HirIdification: replace NodeId method calls
ljedrz
-7
/
+8
2019-03-03
Auto merge of #58673 - matthewjasper:typeck-ptr-coercions, r=pnkfelix
bors
-0
/
+3
2019-03-01
Put Local, Static and Promoted as one Base variant of Place
Santiago Pastorino
-10
/
+22
2019-02-26
replace &'tcx Substs with SubstsRef
csmoe
-3
/
+3
2019-02-26
Auto merge of #58561 - ljedrz:HirIdify_some_nodes, r=Zoxc
bors
-6
/
+6
2019-02-24
hir: remove NodeId from Block
ljedrz
-6
/
+6
2019-02-23
Type check coercions to pointer types
Matthew Jasper
-0
/
+3
2019-02-21
Use normal mutable borrows in MIR match lowering
Matthew Jasper
-4
/
+9
2019-02-10
rustc: doc comments
Alexander Regueiro
-33
/
+33
2019-02-09
Auto merge of #58207 - nnethercote:intern_lazy_const, r=oli-obk
bors
-1
/
+1
2019-02-06
Make `intern_lazy_const` actually intern its argument.
Nicholas Nethercote
-1
/
+1
2019-02-05
move librustc to 2018
Mark Mansi
-21
/
+21
2019-01-27
`ConstValue::ScalarPair` only needs to represent slices
Oliver Scherer
-16
/
+14
2019-01-19
Use a struct for user type annotations
Matthew Jasper
-1
/
+1
2019-01-19
Rename UserTypeAnnotation -> UserType
Matthew Jasper
-1
/
+1
2019-01-01
`<&'tcx ty::Const as Deref>::deref`
Oliver Scherer
-4
/
+4
2019-01-01
Move the `Unevaluated` constant arm upwards in the type structure
Oliver Scherer
-3
/
+13
2018-12-30
Stop duplicating projections of type annotation.
David Wood
-0
/
+75
2018-12-30
Refactor `UserTypeAnnotation`.
David Wood
-33
/
+17
2018-12-26
Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`.
Alexander Regueiro
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-23
stabilize min_const_unsafe_fn in 1.33.
Mazdak Farrokhzad
-3
/
+0
2018-12-20
Auto merge of #56741 - RalfJung:retag-to-raw, r=oli-obk
bors
-24
/
+24
[next]