]> git.lizzy.rs Git - rust.git/history - src/librustc_mir
Rollup merge of #66330 - Nadrieril:nonexhaustive-constructor, r=varkor
[rust.git] / src / librustc_mir /
2019-11-13 Yuki OkushiRollup merge of #66330 - Nadrieril:nonexhaustive-constr...
2019-11-13 Yuki OkushiRollup merge of #66317 - cuviper:bindir_relative, r...
2019-11-13 Yuki OkushiRollup merge of #66297 - vakaras:edit-queries, r=oli-obk
2019-11-13 Yuki OkushiRollup merge of #66292 - lzutao:result-map_or, r=SimonSapin
2019-11-13 Yuki OkushiRollup merge of #66248 - RalfJung:unsafe_cell_raw_get...
2019-11-13 Yuki OkushiRollup merge of #66227 - bryanburgers:bufwriter-docs...
2019-11-13 Yuki OkushiRollup merge of #66186 - GuillaumeGomez:long-err-explan...
2019-11-13 Yuki OkushiRollup merge of #66166 - GuillaumeGomez:rename-rustdoc...
2019-11-13 Yuki OkushiRollup merge of #66094 - ArturKovacs:fix-count-doc...
2019-11-13 Yuki OkushiRollup merge of #65932 - guanqun:download-xz, r=alexcri...
2019-11-13 borsAuto merge of #65637 - ssomers:master, r=scottmcm
2019-11-13 borsAuto merge of #66156 - Mark-Simulacrum:stage0-step...
2019-11-12 borsAuto merge of #60026 - Aaron1011:feature/miri-unwind...
2019-11-12 borsAuto merge of #65608 - matthewjasper:mir-eval-order...
2019-11-12 NadrierilMove NonExhaustive checks to the relevant match branches
2019-11-12 NadrierilIntroduce Constructor::NonExhaustive
2019-11-12 NadrierilMatch constructor first in Constructor methods
2019-11-12 borsAuto merge of #66318 - mati865:llvm-update, r=matthewjasper
2019-11-12 borsAuto merge of #66323 - JohnTitor:rollup-jl8xdk4, r...
2019-11-12 Yuki OkushiRollup merge of #66299 - rossmacarthur:fix-41260-avoid...
2019-11-12 Yuki OkushiRollup merge of #66280 - stepancheg:union, r=alexcrichton
2019-11-12 Yuki OkushiRollup merge of #66278 - LukasKalbertodt:fix-proc-macro...
2019-11-12 Yuki OkushiRollup merge of #66276 - Mark-Simulacrum:sess-code...
2019-11-12 Yuki OkushiRollup merge of #66267 - GuillaumeGomez:add-rustdoc...
2019-11-12 Yuki OkushiRollup merge of #66263 - guanqun:make-error-explicit...
2019-11-12 Yuki OkushiRollup merge of #66257 - mati865:long-section-names...
2019-11-12 Yuki OkushiRollup merge of #66241 - lzutao:ssl, r=alexcrichton
2019-11-12 Yuki OkushiRollup merge of #66230 - Axelderan:remove-vestigial...
2019-11-12 Yuki OkushiRollup merge of #65965 - GuillaumeGomez:clean-up-librus...
2019-11-12 borsAuto merge of #66129 - Nadrieril:refactor-slice-pat...
2019-11-11 Matthew JasperEvaluate borrow and struct expressions in `into`
2019-11-11 Matthew JasperFix soundness issue with index bounds checks
2019-11-11 Matthew JasperAvoid a string comparison in MIR construction
2019-11-11 Aaron HillUpdate
2019-11-11 Aaron HillReturn Ok(false) instead of throwing when handling...
2019-11-11 Aaron HillFix rebase fallout
2019-11-11 Aaron HillRename to
2019-11-11 Aaron HillFix debug assertion
2019-11-11 Aaron HillRemove trampoline, pass `ret` and `unwind` when handlin...
2019-11-11 Aaron HillSome code cleanup
2019-11-11 Aaron HillMake doc comment more accurate
2019-11-11 Aaron HillAdd miri trampoline, fix handling of intrinsic return
2019-11-11 Aaron HillFix unwinding logic
2019-11-11 Aaron HillSome cleanup
2019-11-11 Aaron HillAdd doc comment
2019-11-11 Aaron HillA few minor tweaks
2019-11-11 Ralf Jungavoid the loop in unwinding stack popping
2019-11-11 Aaron HillMore fixes for rustc changes
2019-11-11 Aaron HillRemove old intrinsic check
2019-11-11 Aaron HillFix incorrect unwrap of dest
2019-11-11 Aaron HillFormatting improvements
2019-11-11 Aaron HillAdd hooks for Miri panic unwinding
2019-11-11 borsAuto merge of #65933 - crgl:vec-deque-truncate, r=alexc...
2019-11-11 borsAuto merge of #66252 - cjgillot:trees, r=oli-obk
2019-11-11 borsAuto merge of #66207 - Manishearth:clippyup, r=Centril
2019-11-11 borsAuto merge of #66250 - oli-obk:no_fields_in_empty_union...
2019-11-10 borsAuto merge of #66161 - mark-i-m:fix-rustc-guide, r...
2019-11-10 borsAuto merge of #66070 - petrochenkov:regattr, r=matthewj...
2019-11-10 borsAuto merge of #65324 - Centril:organize-syntax, r=petro...
2019-11-10 Camille GILLOTFix tidy.
2019-11-10 Camille GILLOTMerge hir::GeneratorMovability into ast::Movability.
2019-11-10 Camille GILLOTMerge hir::Mutability into ast::Mutability.
2019-11-10 Nadrieriltidy
2019-11-10 NadrierilInline constructor_sub_pattern_tys
2019-11-10 borsAuto merge of #66072 - Mark-Simulacrum:next-node-id...
2019-11-10 borsAuto merge of #66259 - JohnTitor:rollup-x9nk1e2, r...
2019-11-10 Yuki OkushiRollup merge of #66235 - eddyb:coff-syrup, r=nagisa
2019-11-10 Yuki OkushiRollup merge of #66217 - RalfJung:diagnostic-items...
2019-11-10 Yuki OkushiRollup merge of #66216 - wesleywiser:const_prop_codegen...
2019-11-10 Yuki OkushiRollup merge of #66058 - mjptree:patch-2, r=kennytm
2019-11-10 Yuki OkushiRollup merge of #66048 - mjptree:patch-1, r=Dylan-DPC
2019-11-10 Yuki OkushiRollup merge of #65831 - matthewjasper:array-ptr-cast...
2019-11-10 Yuki OkushiRollup merge of #65719 - pitdicker:refactor_sync_once...
2019-11-09 borsAuto merge of #65694 - wesleywiser:uninhabited_enum_var...
2019-11-09 borsAuto merge of #63871 - BatmanAoD:FloatFnMustUse, r...
2019-11-09 borsAuto merge of #66243 - RalfJung:miri, r=RalfJung
2019-11-09 borsAuto merge of #66242 - Centril:rollup-h73ztr1, r=Centril
2019-11-09 Mazdak FarrokhzadRollup merge of #66226 - lzutao:asm-usage-link, r=Centril
2019-11-09 Mazdak FarrokhzadRollup merge of #66172 - jsgf:stabilize-atfile, r=nikom...
2019-11-09 Mazdak FarrokhzadRollup merge of #66134 - estebank:unknown-formatting...
2019-11-09 Mazdak FarrokhzadRollup merge of #66050 - smaeul:patch/powerpc-abi-2...
2019-11-09 Mazdak FarrokhzadRollup merge of #65994 - estebank:where-bound, r=nikoma...
2019-11-09 Mazdak FarrokhzadRollup merge of #65949 - ecstatic-morse:promote-only...
2019-11-09 borsAuto merge of #65879 - ohadravid:stabilize-re-rebalance...
2019-11-09 Wesley Wiser[mir-opt] Handle aggregates in SimplifyLocals pass
2019-11-09 Wesley Wiser[mir-opt] Handle const-prop for the return place
2019-11-08 borsAuto merge of #66194 - alexcrichton:update-clang, r...
2019-11-08 Dylan MacKenzieClean up dead code in `qualify_consts`
2019-11-08 Dylan MacKenzieUse new `PromoteTemps` for promotion
2019-11-08 Dylan MacKenzieAdd a `PromoteTemps` pass
2019-11-08 Dylan MacKenzieStop returning promotables from `mir_const_qualif`
2019-11-08 borsAuto merge of #66225 - Centril:rollup-it0t5tk, r=Centril
2019-11-08 Mazdak FarrokhzadRollup merge of #66188 - Centril:fnsig, r=davidtwco
2019-11-08 Mazdak FarrokhzadRollup merge of #66154 - RalfJung:to_usize, r=oli-obk
2019-11-08 Mazdak FarrokhzadRollup merge of #66043 - RalfJung:memory-get-raw, r...
2019-11-08 Mazdak FarrokhzadRollup merge of #66007 - estebank:remove-here, r=Centril
2019-11-08 Mazdak FarrokhzadRollup merge of #65785 - Centril:compat-to-error-2...
2019-11-08 Mazdak Farrokhzadhir::MethodSig -> hir::FnSig
2019-11-08 Mazdak Farrokhzadhir::ItemKind::Fn: use hir::MethodSig
2019-11-08 Ralf Jungmiri: Rename to_{u,i}size to to_machine_{u,i}size
next