]> git.lizzy.rs Git - rust.git/history - src/librustc_mir
Auto merge of #66238 - ehuss:stabilize-rustdoc-edition, r=GuillaumeGomez
[rust.git] / src / librustc_mir /
2019-11-18 borsAuto merge of #66238 - ehuss:stabilize-rustdoc-edition...
2019-11-18 borsAuto merge of #65456 - estebank:trait-bound-borrow...
2019-11-17 borsAuto merge of #66385 - ecstatic-morse:check-only-pass2...
2019-11-17 borsAuto merge of #66384 - cjgillot:typefoldable, r=Zoxc
2019-11-17 borsAuto merge of #66336 - ehuss:update-cargo-books, r...
2019-11-17 Yuki OkushiRollup merge of #66477 - ALSchwalm:clarify-transmute...
2019-11-17 Yuki OkushiRollup merge of #66471 - Alexendoo:test-issue-63116...
2019-11-17 Yuki OkushiRollup merge of #66469 - CosineP:fix/field-lint, r...
2019-11-17 Yuki OkushiRollup merge of #66466 - RalfJung:seh, r=oli-obk
2019-11-17 Yuki OkushiRollup merge of #66465 - mulimoen:fix_lifetime_elision_...
2019-11-17 Yuki OkushiRollup merge of #66456 - Centril:driver-codes, r=Mark...
2019-11-17 Yuki OkushiRollup merge of #66395 - jplatte:centralize-panic-docs...
2019-11-17 Yuki OkushiRollup merge of #66381 - Centril:66340, r=petrochenkov
2019-11-17 Yuki OkushiRollup merge of #66344 - petrochenkov:noregattr, r...
2019-11-17 Yuki OkushiRollup merge of #66271 - petrochenkov:abism, r=Centril
2019-11-17 Yuki OkushiRollup merge of #65739 - mqudsi:vec_split_off_docs...
2019-11-16 borsAuto merge of #66394 - wesleywiser:fix_oom, r=oli-obk
2019-11-16 borsAuto merge of #66333 - mark-i-m:fix-rustc-guide-1,...
2019-11-16 borsAuto merge of #66255 - ehuss:update-cc, r=alexcrichton
2019-11-16 borsAuto merge of #66453 - Centril:rollup-w1ohzxs, r=Centril
2019-11-15 borsAuto merge of #66326 - Nadrieril:refactor-intrange...
2019-11-15 Wesley Wiser[ConstProp] Avoid OOM crashes by not evaluating large...
2019-11-15 Wesley WiserFix spurious CI filures due to OOM
2019-11-15 Dylan MacKenzieFix nits from review
2019-11-15 Dylan MacKenzieUse `mir::QualifSet` to store qualifs
2019-11-15 Dylan MacKenzieUse a bespoke type for the result of `mir_const_qualif`
2019-11-15 Dylan MacKenzieRemove unnecessary `fmt::Debug` bound
2019-11-15 Dylan MacKenzieRemove remaining validator mismatch code
2019-11-15 Dylan MacKenzieMove `delay_span_bug` into `emit_error` for if/loop
2019-11-15 Dylan MacKenzieRemove `qualify_consts` completely
2019-11-15 Dylan MacKenzieUse new const-checker for `mir_const_qualif`
2019-11-15 Dylan MacKenzieEnable standalone const-checking with `Validator`
2019-11-15 Dylan MacKenzieAllow `Validator` to get qualifs for the return place
2019-11-15 Dylan MacKenzieRemove `requires_sync`
2019-11-15 Dylan MacKenzieRemove `QUALIF_ERROR_BIT` checking
2019-11-15 Mazdak FarrokhzadRollup merge of #66441 - RalfJung:seh, r=oli-obk
2019-11-15 Mazdak FarrokhzadRollup merge of #66427 - Mark-Simulacrum:errors-json...
2019-11-15 Mazdak FarrokhzadRollup merge of #66415 - tmandry:force-test-in-process...
2019-11-15 Mazdak FarrokhzadRollup merge of #66407 - JohnTitor:add-ice-tests, r...
2019-11-15 Mazdak FarrokhzadRollup merge of #66350 - hermitcore:hermit, r=rkruppe
2019-11-15 NadrierilApply suggestions from code review
2019-11-15 NadrierilApply suggestions from code review
2019-11-15 NadrierilFactor out IntRange::is_subrange
2019-11-15 Nadrieril FeneanarApply suggestions from code review
2019-11-15 NadrierilRemove fishy condition
2019-11-15 NadrierilMalformed range patterns can't happen thanks to E0030
2019-11-15 NadrierilRemove unnecessary data from ConstantValue/ConstantRange
2019-11-15 NadrierilStore Const directly in ConstantRange
2019-11-15 NadrierilMake should_treat_range_exhaustively a method
2019-11-15 NadrierilInline now-trivial IntRange::from_ctor
2019-11-15 NadrierilFactor out getting the boundaries of an `IntRange`
2019-11-15 NadrierilEagerly convert ranges to IntRange
2019-11-15 NadrierilAdd `IntRange::to_pat` and use it instead of custom...
2019-11-15 Nadrierilformatting
2019-11-15 NadrierilIntroduce IntRange constructor
2019-11-15 Nadrieril`Constructor::display` was only needed for displaying...
2019-11-15 NadrierilAvoid converting through Constructor when subtracting...
2019-11-15 NadrierilSpecial-case subtracting from a range if that range...
2019-11-15 NadrierilPrefer IntRange::into_ctor to range_to_ctor
2019-11-15 NadrierilMove range exhaustiveness check to IntRange::intersection
2019-11-15 NadrierilSpecial-case range inclusion when the range is integral...
2019-11-15 NadrierilCleanup `constructor_covered_by_range`
2019-11-15 NadrierilIntRange::from_pat is redundant with pat_constructors
2019-11-15 Nadrieril`pat_constructor` does not need `pcx` anymore
2019-11-15 NadrierilFactor out range construction in `all_constructors`
2019-11-15 NadrierilClarify conditions for exhaustive integer range matching
2019-11-15 NadrierilNote link between apply/specialize/arity functions
2019-11-15 borsAuto merge of #66449 - tmandry:rollup-3p1t0sb, r=tmandry
2019-11-15 Tyler MandryRollup merge of #66443 - GuillaumeGomez:port-erased...
2019-11-15 Tyler MandryRollup merge of #66435 - JohnTitor:fix-spelling, r...
2019-11-15 Tyler MandryRollup merge of #66429 - guanqun:add-unit-test, r=Centril
2019-11-15 Tyler MandryRollup merge of #66197 - Centril:transparent-ast, r...
2019-11-15 borsAuto merge of #66438 - JohnTitor:rollup-qpv3wia, r...
2019-11-15 Yuki OkushiRollup merge of #66428 - dns2utf8:cleanup_unused_functi...
2019-11-15 Yuki OkushiRollup merge of #66419 - JohnTitor:ignore-underscore...
2019-11-15 Yuki OkushiRollup merge of #66418 - ecstatic-morse:hir-const-check...
2019-11-15 Yuki OkushiRollup merge of #66410 - RalfJung:miri-machine-max...
2019-11-15 Yuki OkushiRollup merge of #66398 - sfackler:no-async-nesting...
2019-11-15 Yuki OkushiRollup merge of #66391 - estebank:if-else-async-ice...
2019-11-15 Yuki OkushiRollup merge of #66390 - estebank:parenice, r=Centril
2019-11-15 Yuki OkushiRollup merge of #66388 - estebank:melt-ice, r=Centril
2019-11-15 Yuki OkushiRollup merge of #66338 - ehuss:update-mdbook, r=alexcri...
2019-11-15 Yuki OkushiRollup merge of #66306 - spastorino:remove-error-handle...
2019-11-15 Yuki OkushiRollup merge of #66013 - nnethercote:avoid-hashing...
2019-11-15 Yuki OkushiRollup merge of #65557 - haraldh:error_iter_rename...
2019-11-15 Yuki OkushiCorrect `const_in_array_repeat_expressions` feature...
2019-11-15 borsAuto merge of #64432 - gnzlbg:simplify_truncate, r...
2019-11-14 borsAuto merge of #66414 - JohnTitor:clippyup, r=Manishearth
2019-11-14 borsAuto merge of #66314 - GuillaumeGomez:move-error-codes...
2019-11-14 Guillaume GomezRemove unused error_codes.rs files
2019-11-14 Guillaume GomezUpdate to use new librustc_error_codes library
2019-11-14 borsAuto merge of #66378 - rkruppe:revert-pr-65134, r=pnkfelix
2019-11-14 borsAuto merge of #66403 - JohnTitor:rollup-7obuivl, r...
2019-11-14 Yuki OkushiRollup merge of #66372 - ogham:patch-2, r=jonas-schievink
2019-11-14 Yuki OkushiRollup merge of #66369 - tmiasko:compiletest-stamp...
2019-11-14 Yuki OkushiRollup merge of #66363 - Munksgaard:patch-1, r=dtolnay
2019-11-14 Yuki OkushiRollup merge of #66361 - Centril:66357, r=pnkfelix
2019-11-14 Yuki OkushiRollup merge of #66360 - elichai:2019-11-vec-link,...
2019-11-14 Yuki OkushiRollup merge of #66351 - JohnTitor:tweak-range-err...
2019-11-14 Yuki OkushiRollup merge of #66349 - euclio:def-site-builtins,...
next