]> git.lizzy.rs Git - rust.git/history - src/librustc_mir/hair/pattern/_match.rs
Introduce Constructor::NonExhaustive
[rust.git] / src / librustc_mir / hair / pattern / _match.rs
2019-11-12 NadrierilIntroduce Constructor::NonExhaustive
2019-11-12 NadrierilMatch constructor first in Constructor methods
2019-11-12 borsAuto merge of #66129 - Nadrieril:refactor-slice-pat...
2019-11-11 borsAuto merge of #65933 - crgl:vec-deque-truncate, r=alexc...
2019-11-10 Nadrieriltidy
2019-11-10 NadrierilInline constructor_sub_pattern_tys
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 Mazdak FarrokhzadRollup merge of #65994 - estebank:where-bound, r=nikoma...
2019-11-09 borsAuto merge of #65879 - ohadravid:stabilize-re-rebalance...
2019-11-08 Yuki OkushiRollup merge of #66049 - RalfJung:missing-spans, r...
2019-11-08 Yuki OkushiRollup merge of #65554 - gliderkite:bufreader-doc-enhan...
2019-11-07 Mazdak FarrokhzadRollup merge of #66087 - tmiasko:ui-mode, r=Centril
2019-11-07 Mazdak FarrokhzadRollup merge of #64696 - GuillaumeGomez:rustdoc-sub...
2019-11-07 Mazdak FarrokhzadRollup merge of #66017 - LukasKalbertodt:array-into...
2019-11-07 Mazdak FarrokhzadRollup merge of #59789 - eddyb:typeck-reverts, r=nikoma...
2019-11-07 Yuki OkushiRollup merge of #66117 - olegnn:fixed_linked_list_marke...
2019-11-07 Yuki OkushiRollup merge of #66111 - RalfJung:from_raw_parts, r...
2019-11-07 Yuki OkushiRollup merge of #66084 - petrochenkov:x86arm, r=alexcri...
2019-11-07 Yuki OkushiRollup merge of #66076 - RalfJung:qpath, r=davidtwco...
2019-11-07 Yuki OkushiRollup merge of #66044 - RalfJung:uninit-lint, r=oli-obk
2019-11-07 Yuki OkushiRollup merge of #65945 - tmiasko:long-linker-command...
2019-11-06 borsAuto merge of #65728 - ecstatic-morse:promotion-const...
2019-11-06 NadrierilFactor out constructing a new wildcard pattern
2019-11-06 Nadrieril FeneanarApply suggestions from code review
2019-11-06 borsAuto merge of #65830 - Quantumplation:master, r=davidtw...
2019-11-06 Mazdak FarrokhzadRollup merge of #66092 - niacat:master, r=nagisa
2019-11-06 Mazdak FarrokhzadRollup merge of #66086 - RalfJung:smallvec, r=nagisa
2019-11-06 Mazdak FarrokhzadRollup merge of #66062 - smaeul:patch/pic-level, r...
2019-11-06 Mazdak FarrokhzadRollup merge of #66015 - popzxc:refactor-librustc_parse...
2019-11-06 Mazdak FarrokhzadRollup merge of #65973 - eddyb:caller-location-panic...
2019-11-06 Mazdak FarrokhzadRollup merge of #65776 - nnethercote:rename-LocalIntern...
2019-11-06 Mazdak FarrokhzadRollup merge of #66101 - estebank:break-tail-e0308...
2019-11-06 Mazdak FarrokhzadRollup merge of #66098 - estebank:path-asciption-typo...
2019-11-06 Mazdak FarrokhzadRollup merge of #66093 - estebank:fmt-ice, r=Centril
2019-11-06 Mazdak FarrokhzadRollup merge of #66081 - RalfJung:ptr-offset, r=zackmdavis
2019-11-06 Mazdak FarrokhzadRollup merge of #66068 - euclio:null-emitter, r=estebank
2019-11-06 Mazdak FarrokhzadRollup merge of #66054 - petrochenkov:delspan, r=estebank
2019-11-06 Mazdak FarrokhzadRollup merge of #66027 - Mark-Simulacrum:panic-handler...
2019-11-06 Mazdak FarrokhzadRollup merge of #66014 - dkadashev:47319-type-param...
2019-11-05 NadrierilUse VarLenSlice consistently when splitting constructors
2019-11-05 NadrierilInline max_slice_length
2019-11-05 Nadrierilpat_constructors returns at most one constructor
2019-11-05 NadrierilStore both prefix and suffix length in VarLenSlice
2019-11-05 NadrierilMake exhaustiveness error message more consistent for...
2019-11-05 NadrierilDon't use max_slice_length when subtracting from VarLen...
2019-11-05 NadrierilSimpler code path for subtracting from FixedLenSlice
2019-11-05 NadrierilAdd special variable-length slice constructor
2019-11-05 NadrierilMatch on self first in subtract_constructor
2019-11-05 Pietro AlbiniRollup merge of #66091 - Wind-River:master_xyz, r=cramertj
2019-11-05 Pietro AlbiniRollup merge of #66082 - GuillaumeGomez:cleanup-highlig...
2019-11-05 Pietro AlbiniRollup merge of #66053 - RalfJung:miri-toolstate, r...
2019-11-05 Pietro AlbiniRollup merge of #66047 - ecstatic-morse:issue-66016...
2019-11-05 Pietro AlbiniRollup merge of #66025 - petrochenkov:lohi, r=eddyb
2019-11-05 Pietro AlbiniRollup merge of #66012 - nnethercote:dequery-trivial_dr...
2019-11-05 Pietro AlbiniRollup merge of #65953 - keystone-enclave:llvm_abiname...
2019-11-05 Pietro AlbiniRollup merge of #65948 - danielhenrymantilla:doc/maybe_...
2019-11-05 borsAuto merge of #66083 - RalfJung:miri-offset-from, r...
2019-11-05 NadrierilRename Constructor::Slice to FixedLenSlice
2019-11-05 Pietro AlbiniRollup merge of #66096 - ecstatic-morse:const-loop...
2019-11-05 Pietro AlbiniRollup merge of #66073 - Mark-Simulacrum:no-borrow...
2019-11-05 Pietro AlbiniRollup merge of #66042 - ohadravid:suggest-correct...
2019-11-05 Pietro AlbiniRollup merge of #66038 - jdxcode:char-len, r=alexcrichton
2019-11-05 Pietro AlbiniRollup merge of #66019 - olegnn:fixed_std_iter_chain_do...
2019-11-05 Pietro AlbiniRollup merge of #65962 - kevincox:patch-1, r=sfackler
2019-11-05 Pietro AlbiniRollup merge of #65905 - cuviper:doc-unix-mode, r=Dylan-DPC
2019-11-05 Pietro AlbiniRollup merge of #65720 - icefoxen:LLVMgetInstructionCou...
2019-11-05 Pietro AlbiniRollup merge of #65574 - tshepang:linked-list-disclaime...
2019-11-05 Pietro AlbiniRollup merge of #65136 - ehuss:update-codegen-options...
2019-11-05 borsAuto merge of #65938 - eddyb:fn-abi-rename, r=oli-obk
2019-11-05 borsAuto merge of #65911 - mati865:static-libstdcxx-mingw...
2019-11-04 borsAuto merge of #65874 - Nadrieril:clarify-usefulness...
2019-11-04 borsAuto merge of #64878 - XAMPPRocky:relnotes-1.39.0,...
2019-11-03 borsAuto merge of #65780 - GuillaumeGomez:move-help-popup...
2019-11-03 borsAuto merge of #65827 - AnthonyMikh:out_of_the_loop...
2019-11-03 borsAuto merge of #65779 - kevgrasso:E0308highlight, r...
2019-11-02 borsAuto merge of #63810 - oli-obk:const_offset_from, r...
2019-11-02 borsAuto merge of #65429 - Timmmm:withoptions, r=Mark-Simul...
2019-11-01 Tyler MandryRollup merge of #65902 - gilescope:issue62570, r=estebank
2019-11-01 Tyler MandryRollup merge of #65470 - traxys:fix_65401, r=michaelwoe...
2019-11-01 Tyler MandryRollup merge of #65112 - jack-t:type-parens-lint, r...
2019-11-01 NadrierilClarifications suggested by varkor
2019-11-01 NadrierilFactor out witness reconstruction
2019-11-01 NadrierilFactor out constructor subtraction
2019-11-01 NadrierilDefine a MissingConstructors struct for cleanliness
2019-11-01 NadrierilWording
2019-11-01 Nadrieril`specialize` conceptually operates on a single pattern
2019-11-01 NadrierilClarify some variable names
2019-11-01 NadrierilRefactor "wild constructor" construction
2019-11-01 NadrierilExtract constructor application as a Constructor method
2019-11-01 NadrierilRemove duplicate logic in compute_missing_constructors
2019-11-01 NadrierilRemove some redundancy
2019-11-01 NadrierilFactor out some pattern-stack related functions
2019-11-01 NadrierilAbstract out pattern stacks to make the code more legible
2019-11-01 borsAuto merge of #65459 - ecstatic-morse:graphviz-subgraph...
next