]> git.lizzy.rs Git - rust.git/history - compiler
Update and improve `rustc_codegen_{llvm,ssa}` docs
[rust.git] / compiler /
2020-12-23 CamelidUpdate and improve `rustc_codegen_{llvm,ssa}` docs
2020-12-22 borsAuto merge of #80242 - Nadrieril:explain-and-factor...
2020-12-22 borsAuto merge of #80177 - tgnottingham:foreign_defpathhash...
2020-12-22 borsAuto merge of #80071 - jyn514:timings, r=Mark-Simulacrum
2020-12-22 NadrierilFix a comment
2020-12-22 NadrierilApply suggestions from code review
2020-12-22 NadrierilSimplify field filtering
2020-12-22 NadrierilMake the special "missing patterns" constructor real
2020-12-22 NadrierilCompletely rework the explanation of the algorithm
2020-12-22 NadrierilPass `Matrix` explicitly instead of via `PatCtxt`
2020-12-22 NadrierilInline the constructor-specific `split` functions
2020-12-22 NadrierilInline `all_constructors`
2020-12-22 NadrierilRebrand `MissingConstructors` as `SplitWildcard`
2020-12-22 NadrierilFactor out `SplitVarLenSlice` used for slice splitting
2020-12-22 NadrierilRun the annoying lint separately
2020-12-22 NadrierilFactor out `SplitIntRange` used for integer range splitting
2020-12-22 borsAuto merge of #79451 - usbalbin:array_zip, r=m-ou-se
2020-12-22 borsAuto merge of #78242 - Nadrieril:rename-overlapping_end...
2020-12-22 borsAuto merge of #80264 - tmiasko:stdarch, r=Amanieu
2020-12-22 borsAuto merge of #80208 - bugadani:generics-of-alloc,...
2020-12-21 borsAuto merge of #79270 - RalfJung:array-repeat-consts...
2020-12-21 borsAuto merge of #80205 - tomprogrammer:prettyprint-patter...
2020-12-21 borsAuto merge of #80206 - poliorcetics:rustdoc-default...
2020-12-21 borsAuto merge of #80253 - Dylan-DPC:rollup-bkmn74z, r...
2020-12-21 Dylan DPCRollup merge of #80250 - bugadani:resolver-cleanup...
2020-12-21 Dylan DPCRollup merge of #80244 - jyn514:spans, r=bugadani
2020-12-21 Dylan DPCRollup merge of #80240 - yshui:master, r=Mark-Simulacrum
2020-12-21 Dylan DPCRollup merge of #80239 - flip1995:clippyup, r=Manishearth
2020-12-21 Dylan DPCRollup merge of #80236 - tmiasko:atomic-swap, r=oli-obk
2020-12-21 Dylan DPCRollup merge of #80211 - wabain:async-fn-trait-bound...
2020-12-21 Dylan DPCRollup merge of #80199 - RalfJung:const-fake, r=oli-obk
2020-12-21 Dylan DPCRollup merge of #80171 - pierwill:pierwill-rustcmiddle...
2020-12-21 Dylan DPCRollup merge of #80170 - ldm0:fixice, r=lcnr
2020-12-21 Dylan DPCRollup merge of #80166 - pierwill:pierwill-rustcmiddle...
2020-12-21 Dylan DPCRollup merge of #80159 - jyn514:array, r=m-ou-se
2020-12-21 borsAuto merge of #80088 - operutka:fix-cmsg-len-uclibc...
2020-12-20 Dániel BugaMove std_path construction into condition
2020-12-20 Dániel BugaInline a single-use closure
2020-12-20 Dániel BugaCreate closure outside of the loop
2020-12-20 Dániel BugaAdd missing semicolon
2020-12-20 Dániel BugaRemove unnecessary cloned
2020-12-20 Dániel BugaPrecompute vector length in smart_resolve_path_fragment
2020-12-20 Dániel BugaClean up with_generic_param_rib, avoid double hashing
2020-12-20 borsAuto merge of #78317 - est31:linear_in_impl_count,...
2020-12-20 pierwillEdit rustc_middle docs
2020-12-20 pierwillEdit rustc_middle::ty::TyKind docs
2020-12-20 borsAuto merge of #74699 - notriddle:fd-non-negative, r...
2020-12-20 flip1995Merge commit '4911ab124c481430672a3833b37075e6435ec34d...
2020-12-20 Ralf Junguse exhaustive match for checking Rvalue::Repeat
2020-12-20 borsAuto merge of #80213 - jryans:bootstrap-skip-dsymutil...
2020-12-20 Donough LiuUpdate compiler/rustc_typeck/src/check/op.rs
2020-12-20 Thomas BahnFix pretty printing an AST representing `&(mut ident)`
2020-12-20 Donough LiuFix ICE on suggesting calling function
2020-12-20 borsAuto merge of #80123 - DrMeepster:maybe_uninit_write_sl...
2020-12-20 borsAuto merge of #80163 - jackh726:binder-refactor-part...
2020-12-20 borsAuto merge of #80100 - mark-i-m:pattORns-2, r=petrochenkov
2020-12-20 William BainHandle desugaring in impl trait bound suggestion
2020-12-20 borsAuto merge of #79635 - lcnr:const-eval-idk, r=oli-obk
2020-12-20 Tomasz MiąskoUse pointer type in AtomicPtr::swap implementation
2020-12-19 Dániel BugaReserve necessary space for params in generics_of
2020-12-19 borsAuto merge of #79473 - m-ou-se:clamp-in-core, r=m-ou-se
2020-12-19 Ralf Jungalso const-check FakeRead
2020-12-19 borsAuto merge of #80104 - Nadrieril:usefulness-merging...
2020-12-19 NadrierilTweak diagnostics
2020-12-19 borsAuto merge of #80132 - matthewjasper:revert-eval-order...
2020-12-19 borsAuto merge of #79342 - CDirkx:ipaddr-const, r=oli-obk
2020-12-19 markimplement edition-specific :pat behavior for 2015/18
2020-12-19 borsAuto merge of #80106 - jackh726:binder-refactor-part...
2020-12-19 Jack HueyMore rebinds
2020-12-19 borsAuto merge of #80180 - JohnTitor:rollup-a31s996, r...
2020-12-19 Yuki OkushiRollup merge of #80155 - matsujika:matsujika-patch...
2020-12-19 Yuki OkushiRollup merge of #80133 - Aaron1011:fix/const-mut-deref...
2020-12-19 Yuki OkushiRollup merge of #80129 - pierwill:patch-6, r=estebank
2020-12-19 Yuki OkushiRollup merge of #80068 - jyn514:mut-reference, r=m...
2020-12-19 Yuki OkushiRollup merge of #79612 - jyn514:compiler-links, r=Aaron1011
2020-12-19 Yuki OkushiRollup merge of #79211 - yoshuawuyts:future-doc-alias...
2020-12-19 Yuki OkushiRollup merge of #78083 - ChaiTRex:master, r=m-ou-se
2020-12-19 borsAuto merge of #79073 - davidtwco:issue-78957-const...
2020-12-19 Tyson NottinghamOnDiskCache: avoid storing local def id hashes in forei...
2020-12-19 Tyson Nottinghamrustc_query_system: explicitly register reused dep...
2020-12-19 borsAuto merge of #77035 - mibac138:fn-fat-arrow-return...
2020-12-18 borsAuto merge of #80154 - GuillaumeGomez:str-to-symbol...
2020-12-18 Jack HueyChange potentially_qualified to be defined on Binder...
2020-12-18 Jack HueyMake BoundRegion have a kind of BoungRegionKind
2020-12-18 Joshua NelsonSwitch compiler/ to intra-doc links
2020-12-18 borsAuto merge of #80081 - ehuss:update-cargo, r=Mark-Simul...
2020-12-18 NadrierilUnify the two kinds of usefulness merging
2020-12-18 NadrierilMerge unreachable subpatterns correctly
2020-12-18 NadrierilKeep all witnesses of non-exhaustiveness
2020-12-18 NadrierilRewrite usefulness merging using `SpanSet`
2020-12-18 NadrierilLog the output of `is_useful` in the or-pattern case too
2020-12-18 NadrierilFactor out or-pattern usefulness merging
2020-12-18 borsAuto merge of #80156 - RalfJung:rollup-m3poz8z, r=RalfJung
2020-12-18 Ralf JungRollup merge of #80147 - pierwill:patch-9, r=lcnr
2020-12-18 Ralf JungRollup merge of #80146 - pierwill:pierwill-prelude...
2020-12-18 Ralf JungRollup merge of #80145 - pierwill:patch-8, r=lcnr
2020-12-18 Ralf JungRollup merge of #80135 - camelid:const-macro-nt, r...
2020-12-18 Ralf JungRollup merge of #80130 - pierwill:patch-7, r=oli-obk
2020-12-18 Ralf JungRollup merge of #80121 - LeSeulArtichaut:if-let-experim...
2020-12-18 Hirochika MatsumotoFix typo
next