]> git.lizzy.rs Git - rust.git/history - src/librustc_mir
Add missing lifetime specifier
[rust.git] / src / librustc_mir /
2019-07-03 Jeremy StuckiRemove needless lifetimes
2019-07-03 Jeremy StuckiRemove needless lifetimes
2019-07-03 Jeremy StuckiRemove needless lifetimes
2019-07-03 Jeremy StuckiRemove needless lifetimes
2019-07-03 Jeremy StuckiRemove needless lifetimes
2019-07-03 borsAuto merge of #61775 - nikomatsakis:issue-56238-multipl...
2019-07-02 borsAuto merge of #61268 - michaelwoerister:stabilize-pgo...
2019-07-02 Niko Matsakismore nits + typos
2019-07-02 Niko Matsakispass a parameter to enable impl Trait instead of a vec
2019-07-02 Niko Matsakismore centril nits
2019-07-02 Niko Matsakisrename `pick_constraints.rs` to `member_constraints.rs`
2019-07-02 Niko Matsakisrename to "member constraints"
2019-07-02 Niko Matsakisaccount for the pick-constraint edges when reporting...
2019-07-02 Niko Matsakispacify the mercilous tidy
2019-07-02 Niko Matsakisremove outdated TODO markers
2019-07-02 Niko Matsakisexplain why pick-constraints can be an empty vector
2019-07-02 Niko Matsakisadd a FIXME related to the non-free-region case
2019-07-02 Niko Matsakisintegrate reverse graph and upper-bound computation
2019-07-02 Niko Matsakispreliminary integration of "pick constraints" into...
2019-07-02 Niko Matsakisconstruct pick-constraints and give them to region...
2019-07-02 Niko Matsakisimplement PickConstraintSet type
2019-07-02 Niko Matsakispass more than outlives constraints to constraint conve...
2019-07-02 Niko Matsakisrename `ConstraintSet` to `OutlivesConstraintSet`
2019-07-02 Niko Matsakispropagate the pick-constraints through queries
2019-07-02 Niko Matsakisremove deref impl and add an index impl
2019-07-02 Niko Matsakisrename `ConstraintIndex` to `OutlivesConstraintIndex`
2019-07-02 Niko Matsakisintroduce `QueryRegionConstraints` struct
2019-07-02 Niko Matsakisrename `QueryRegionConstraint` to `QueryOutlivesConstraint`
2019-07-02 borsAuto merge of #61922 - tmandry:moar-generator-optimizat...
2019-07-02 borsAuto merge of #61871 - Zoxc:no-lift-branch, r=eddyb
2019-07-01 Tyler MandryClean up extra lifetime, add assertions
2019-07-01 borsAuto merge of #62253 - Centril:rollup-115uuuq, r=Centril
2019-07-01 borsAuto merge of #61682 - Centril:stabilize-type_alias_enu...
2019-06-30 Mazdak FarrokhzadRollup merge of #62248 - RalfJung:release-notes, r...
2019-06-30 Mazdak FarrokhzadRollup merge of #62241 - Centril:fix-async-unsafe-order...
2019-06-30 Mazdak FarrokhzadRollup merge of #62239 - lcolaholicl:lcolaholicl-patch...
2019-06-30 Mazdak FarrokhzadRollup merge of #62235 - varkor:must_use-adt-components...
2019-06-30 Mazdak FarrokhzadRollup merge of #62228 - varkor:must_use-trait-in-box...
2019-06-30 Mazdak FarrokhzadRollup merge of #62224 - euclio:remove-derives, r=Guill...
2019-06-30 Mazdak FarrokhzadRollup merge of #62063 - ecstatic-morse:dataflow-backwa...
2019-06-30 Mazdak FarrokhzadRollup merge of #62062 - ecstatic-morse:dataflow-order...
2019-06-30 borsAuto merge of #61252 - indygreg:upgrade-musl, r=alexcri...
2019-06-30 borsAuto merge of #61767 - JohnTitor:update-smallvec, r...
2019-06-30 borsAuto merge of #61459 - GuillaumeGomez:fix-rustdoc-sysro...
2019-06-29 Mazdak FarrokhzadRollup merge of #62104 - Zoxc:query-info, r=eddyb
2019-06-29 Mazdak FarrokhzadRollup merge of #62023 - RalfJung:miri-toolstate, r...
2019-06-29 Mazdak FarrokhzadRollup merge of #61755 - Centril:compiletest-force...
2019-06-29 Mazdak FarrokhzadRollup merge of #61199 - ollie27:rustdoc_cfg_test,...
2019-06-29 borsAuto merge of #62105 - JohnTitor:update-miri, r=RalfJung
2019-06-29 Tyler MandryUse RequiresStorage to determine which locals can overlap
2019-06-28 Tyler MandryRemove Clone requirement
2019-06-27 Mazdak FarrokhzadRollup merge of #62160 - ia0:question_mark_macro_sep...
2019-06-27 Mazdak FarrokhzadRollup merge of #62131 - Xanewok:clip-some-nits, r...
2019-06-27 Mazdak FarrokhzadRollup merge of #62124 - matklad:without-with, r=petroc...
2019-06-27 Mazdak FarrokhzadRollup merge of #62106 - cramertj:test-await, r=centril
2019-06-27 Mazdak FarrokhzadRollup merge of #62102 - RalfJung:read, r=Centril
2019-06-27 Mazdak FarrokhzadRollup merge of #62076 - XAMPPRocky:master, r=XAMPPRocky
2019-06-27 Mazdak FarrokhzadRollup merge of #62043 - Centril:remove-fnbox, r=cramertj
2019-06-27 Mazdak FarrokhzadRollup merge of #61878 - RalfJung:pin, r=Dylan-DPC
2019-06-27 Dylan MacKenzieUse more efficient iteration order for backward dataflow
2019-06-27 Dylan MacKenzieUse a more efficient iteration order for forward dataflow
2019-06-27 borsAuto merge of #62136 - lzutao:clippy-up, r=oli-obk
2019-06-26 John Kåre AlsakerDon't use lift to detect local types
2019-06-26 borsAuto merge of #61872 - matthewjasper:refactor-mir-drop...
2019-06-26 borsAuto merge of #62072 - eddyb:generator-memory-index...
2019-06-26 Tyler MandryAdd RequiresStorage pass to decide which locals to...
2019-06-26 Tyler MandryAdd DataflowResultsCursor
2019-06-26 Tyler MandryMake FlowAtLocation support borrowing flow data
2019-06-25 Matthew JasperUse `Local`s instead of `Place`s in MIR drop generation
2019-06-25 Matthew JasperAdd StorageDead statements for `while` conditions
2019-06-25 Matthew JasperUnify `return`, `break` and `continue` handling
2019-06-25 Matthew JasperAvoid checking if references implement drop
2019-06-25 Matthew JasperUse `as_temp` to evaluate statement expressions
2019-06-25 Matthew JasperFix incorrect double assignment in MIR for while loops
2019-06-25 borsAuto merge of #62119 - Centril:rollup-el20wu0, r=Centril
2019-06-25 Mazdak FarrokhzadRollup merge of #62096 - spastorino:impl-place-from...
2019-06-25 Mazdak FarrokhzadRollup merge of #62091 - ljedrz:hiridification_almost_t...
2019-06-25 Mazdak FarrokhzadRollup merge of #62085 - JohnTitor:add-test-for-issue...
2019-06-25 Mazdak FarrokhzadRollup merge of #62078 - petrochenkov:nosendync2, r...
2019-06-25 Mazdak FarrokhzadRollup merge of #62055 - matthewjasper:fix-error-counti...
2019-06-25 Mazdak FarrokhzadRollup merge of #61987 - eddyb:hirless-resolver, r...
2019-06-25 Mazdak FarrokhzadRollup merge of #61814 - varkor:uninhabited-const-61744...
2019-06-25 borsAuto merge of #60732 - jswrenn:arbitrary_enum_discrimin...
2019-06-25 Santiago PastorinoImplement From<Local> for Place and PlaceBase
2019-06-25 borsAuto merge of #61765 - Keruspe:rustbuild-cxx, r=alexcri...
2019-06-25 borsAuto merge of #62094 - oli-obk:zst_intern, r=eddyb
2019-06-25 varkorFix an ICE with uninhabited consts
2019-06-25 borsAuto merge of #61572 - Aaron1011:fix/generator-ref...
2019-06-24 borsAuto merge of #62100 - ehuss:update-cargo, r=alexcrichton
2019-06-24 borsAuto merge of #61787 - ecstatic-morse:dataflow-split...
2019-06-24 borsAuto merge of #62081 - RalfJung:miri-pointer-checks...
2019-06-24 Oliver SchererDon't ICE on mutable zst slices
2019-06-24 Oliver SchererSimplify vtable interning
2019-06-24 borsAuto merge of #62092 - lzutao:clippy-update, r=oli-obk
2019-06-24 ljedrzHIR: rename find_by_hir_id to find
2019-06-24 ljedrzHIR: remove the NodeId find
2019-06-24 borsAuto merge of #62012 - wesleywiser:const_prop_use_ecx...
2019-06-24 ljedrzHIR: rename get_parent_node_by_hir_id to get_parent_node
2019-06-23 Ralf Jungexpand comment
2019-06-23 Ralf Jungdeduplicate some code
next