]> git.lizzy.rs Git - rust.git/history - src/librustc_mir
Rollup merge of #61389 - Zoxc:arena-cleanup, r=eddyb
[rust.git] / src / librustc_mir /
2019-05-21 Matthew JasperRemove unused parameter in borrowck error reporting
2019-05-21 Matthew JasperMove conflict error reporting to its own module
2019-05-21 Matthew JasperDont show variables from desugarings in borrowck errors
2019-05-21 Mazdak FarrokhzadComment style fixes
2019-05-21 Matthew JasperSchedule storage-dead of temporaries sooner
2019-05-21 Matthew JasperEmit fake borrows for all tests
2019-05-21 Matthew JasperRemove MIR borrowck hack for old match scopes
2019-05-21 Matthew JasperGive match arms a drop/region scope
2019-05-21 Matthew JasperHandle the visibility/lint scope distinction better
2019-05-21 Matthew JasperRemove unused parameter from in(_opt)?_scope
2019-05-21 Jethro BeekmanAdd FAQ for NLL migration
2019-05-21 Nicholas NethercoteRemove impls for `InternedString`/string equality.
2019-05-21 Ralf Jungstatic_assert: make use of anonymous constants
2019-05-21 borsAuto merge of #60903 - nnethercote:mv-gensyms-from...
2019-05-21 borsAuto merge of #60950 - taiki-e:arbitrary_self_types...
2019-05-20 Santiago PastorinoLocalDecl push returns Local len
2019-05-20 Mazdak FarrokhzadRollup merge of #60959 - petrochenkov:sassert, r=estebank
2019-05-20 Mazdak FarrokhzadRollup merge of #60952 - dtolnay:heap, r=Amanieu
2019-05-20 Mazdak FarrokhzadRollup merge of #60942 - bjorn3:metadata_loader_refacto...
2019-05-20 Mazdak FarrokhzadRollup merge of #60915 - michaelwoerister:hashstablestu...
2019-05-20 Mazdak FarrokhzadRollup merge of #60823 - oli-obk:used_unused_no_mangle...
2019-05-20 Mazdak FarrokhzadRollup merge of #60511 - taiki-e:libstd-intra-doc,...
2019-05-20 Mazdak FarrokhzadRollup merge of #60487 - GuillaumeGomez:fix-search...
2019-05-20 Mazdak FarrokhzadRollup merge of #60453 - tbu-:pr_getrandom_enoperm...
2019-05-20 Mazdak FarrokhzadRollup merge of #60383 - GuillaumeGomez:fix-position...
2019-05-20 Alexander RegueiroAccumulation of various drive-by cosmetic changes.
2019-05-20 borsAuto merge of #60921 - cuviper:remove-mpsc_select,...
2019-05-20 borsAuto merge of #60815 - nnethercote:use-Symbol-more...
2019-05-20 borsAuto merge of #60969 - Centril:rollup-3j71mqj, r=Centril
2019-05-19 Nicholas NethercoteIntroduce `InternedString::intern`.
2019-05-19 Nicholas NethercoteAvoid `as_str()` in `ParamTy::is_self`.
2019-05-19 Mazdak FarrokhzadRollup merge of #60962 - VeryTastyTomato:patch-1, r...
2019-05-19 Mazdak FarrokhzadRollup merge of #60960 - matthewjasper:remove-lowering...
2019-05-19 Mazdak FarrokhzadRollup merge of #60908 - GuillaumeGomez:errors, r=oli-obk
2019-05-19 Mazdak FarrokhzadRollup merge of #60895 - chandde:master, r=alexcrichton
2019-05-19 Mazdak FarrokhzadRollup merge of #60745 - wesleywiser:const_prop_into_te...
2019-05-19 Mazdak FarrokhzadRollup merge of #60590 - petertodd:2018-test-union...
2019-05-19 borsAuto merge of #60272 - Jakst:patch-1, r=Manishearth
2019-05-19 Wesley Wiser[const-prop] Don't const-prop into terminators unless...
2019-05-19 Wesley Wiser[const-prop] Remove catch all match and add FIXME
2019-05-19 Wesley Wiser[const-prop] Support propagating into SwitchInt's ...
2019-05-19 Wesley Wiser[const-prop] Support propagating into Assert's `cond...
2019-05-19 borsAuto merge of #60065 - QuietMisdreavus:async-move-docte...
2019-05-19 borsAuto merge of #60946 - Xanewok:update-rls, r=oli-obk
2019-05-19 borsAuto merge of #60937 - RalfJung:miri, r=oli-obk
2019-05-19 borsAuto merge of #60760 - GuillaumeGomez:generic-display...
2019-05-19 borsAuto merge of #60949 - Centril:rollup-f918e1v, r=Centril
2019-05-19 Mazdak FarrokhzadRollup merge of #60947 - blkerby:global_alloc_typo...
2019-05-19 Mazdak FarrokhzadRollup merge of #60945 - blkerby:fill_buf_nll_doc_examp...
2019-05-19 Mazdak FarrokhzadRollup merge of #60943 - blkerby:master, r=Mark-Simulacrum
2019-05-19 Mazdak FarrokhzadRollup merge of #60934 - fabric-and-ink:defindex_with_n...
2019-05-19 Mazdak FarrokhzadRollup merge of #60924 - estebank:try-msg, r=petrochenkov
2019-05-19 Mazdak FarrokhzadRollup merge of #60678 - DutchGhost:master, r=scottmcm
2019-05-19 Mazdak FarrokhzadRollup merge of #60370 - Richard-W:const-layout-constru...
2019-05-18 borsAuto merge of #60093 - GuillaumeGomez:fix-attrs-pos...
2019-05-18 borsAuto merge of #60252 - davidtwco:issue-57672, r=Mark...
2019-05-18 Ralf Jungexpand comment in StorageLive
2019-05-18 Fabian DrinckDeclare DefIndex with the newtype_index macro
2019-05-18 borsAuto merge of #60386 - Goirad:sgx-ignore-tests, r=nikom...
2019-05-17 borsAuto merge of #49799 - hdhoang:46205_deny_incoherent_fu...
2019-05-17 Manish GoregaokarRollup merge of #60901 - estebank:str-str-str, r=Centril
2019-05-17 Manish GoregaokarRollup merge of #60891 - jonas-schievink:triagebot...
2019-05-17 Manish GoregaokarRollup merge of #60791 - ehuss:update-books, r=Mark...
2019-05-17 borsAuto merge of #60171 - matthewjasper:full-nll-compare...
2019-05-17 borsAuto merge of #60892 - davidtwco:issue-60622, r=oli-obk
2019-05-17 borsAuto merge of #60817 - ecstatic-morse:issue-60779,...
2019-05-17 Mazdak FarrokhzadRollup merge of #60894 - cuviper:hash_set_entry, r...
2019-05-17 Mazdak FarrokhzadRollup merge of #60873 - estebank:bad-await, r=Centril
2019-05-17 Mazdak FarrokhzadRollup merge of #60862 - spastorino:get-ty-from-local_d...
2019-05-17 Mazdak FarrokhzadRollup merge of #60805 - euclio:filetime-dep, r=Mark...
2019-05-17 Mazdak FarrokhzadRollup merge of #60687 - MaulingMonkey:pr-fix-natvis...
2019-05-17 Mazdak FarrokhzadRollup merge of #60685 - dtolnay:spdx, r=nikomatsakis
2019-05-16 borsAuto merge of #60888 - Manishearth:rollup-oihtoyq,...
2019-05-16 Manish GoregaokarRollup merge of #60887 - Manishearth:clippyup, r=Manish...
2019-05-16 Manish GoregaokarRollup merge of #60837 - jonas-schievink:releases-1...
2019-05-16 Manish GoregaokarRollup merge of #60597 - wesleywiser:const_prop, r...
2019-05-16 Manish GoregaokarRollup merge of #60278 - ehuss:doc-html_root_url, r...
2019-05-16 Manish GoregaokarRollup merge of #60207 - felixrabe:patch-1, r=steveklabnik
2019-05-16 Mazdak FarrokhzadRollup merge of #60816 - scottmcm:vcpp-download-link...
2019-05-16 Mazdak FarrokhzadRollup merge of #60769 - ehuss:rustc-cli-docs, r=stevek...
2019-05-16 Mazdak FarrokhzadRollup merge of #60691 - topecongiro:await-macro-span...
2019-05-16 Mazdak FarrokhzadRollup merge of #59923 - czipperz:fix-convert-doc-links...
2019-05-16 Mazdak FarrokhzadRollup merge of #59825 - jsgf:from-ref-string, r=sfackler
2019-05-16 borsAuto merge of #60811 - wesleywiser:bump_measureme,...
2019-05-16 borsAuto merge of #60763 - matklad:tt-parser, r=petrochenkov
2019-05-16 borsAuto merge of #60693 - saleemjaffer:refactor_fntype_stu...
2019-05-15 Wesley WiserRun const propagation at O2
2019-05-15 Wesley WiserDo some simple constant propagation in the ConstProp...
2019-05-15 borsAuto merge of #60775 - hellow554:no_bitrig, r=joshtriplett
2019-05-15 Tyler MandryRevert "Remove separation between generator_drop and...
2019-05-15 Tyler MandryRemove separation between generator_drop and unwind...
2019-05-15 Tyler MandryMake MaybeStorageLive drop-aware
2019-05-15 Tyler MandryEmit StorageDead for all locals in generators
2019-05-14 Mazdak FarrokhzadRollup merge of #60808 - Schultzer:improve-must-use...
2019-05-14 Mazdak FarrokhzadRollup merge of #60799 - matthewjasper:allow-bound...
2019-05-14 Mazdak FarrokhzadRollup merge of #60788 - froydnj:apple-target-modificat...
2019-05-14 Mazdak FarrokhzadRollup merge of #60780 - RalfJung:miri, r=oli-obk
2019-05-14 Mazdak FarrokhzadRollup merge of #60719 - varkor:xpy-test-folder, r...
2019-05-14 Mazdak FarrokhzadRollup merge of #60444 - nikomatsakis:issue-60010-cycle...
2019-05-14 Mazdak FarrokhzadRollup merge of #60443 - RalfJung:as_ptr, r=SimonSapin
next