]> git.lizzy.rs Git - rust.git/history - compiler/rustc_macros
Rollup merge of #77122 - ecstatic-morse:const-fn-arithmetic, r=RalfJung,oli-obk
[rust.git] / compiler / rustc_macros /
2020-09-26 Ralf JungRollup merge of #77093 - lcnr:const-generics-infer...
2020-09-26 Ralf JungRollup merge of #77076 - GuillaumeGomez:missing-code...
2020-09-26 Ralf JungRollup merge of #76631 - jyn514:x.py-setup, r=Mark...
2020-09-26 Ralf JungRollup merge of #75454 - ltratt:option_optimisation_gua...
2020-09-26 borsAuto merge of #70743 - oli-obk:eager_const_to_pat_conve...
2020-09-26 borsAuto merge of #74225 - poliorcetics:std-thread-unsafe...
2020-09-25 Jonas SchievinkRollup merge of #77146 - Mark-Simulacrum:xpyinstall...
2020-09-25 Jonas SchievinkRollup merge of #77126 - Mark-Simulacrum:llvm-less...
2020-09-25 Jonas SchievinkRollup merge of #77120 - ecstatic-morse:keep-stage...
2020-09-25 Jonas SchievinkRollup merge of #77106 - matthiaskrgr:changelog_seen...
2020-09-25 Jonas SchievinkRollup merge of #77097 - fusion-engineering-forks:slice...
2020-09-25 Jonas SchievinkRollup merge of #77086 - ehuss:src-libunwind, r=Mark...
2020-09-25 Jonas SchievinkRollup merge of #77073 - lcnr:ty-trait-param, r=matthew...
2020-09-25 Jonas SchievinkRollup merge of #77066 - jonas-schievink:dest-prop...
2020-09-25 Jonas SchievinkRollup merge of #77005 - ssomers:btree_cleanup_3, r...
2020-09-25 Jonas SchievinkRollup merge of #76973 - lzutao:unstably-const-assume...
2020-09-25 Jonas SchievinkRollup merge of #76932 - fusion-engineering-forks:condv...
2020-09-25 borsAuto merge of #73453 - erikdesjardins:tuplayout, r...
2020-09-25 borsAuto merge of #77041 - lcnr:const-eval-perf, r=ecstatic...
2020-09-25 borsAuto merge of #77144 - flip1995:clippyup, r=Manishearth
2020-09-25 borsAuto merge of #76844 - simonvandel:fix-76803, r=wesleywiser
2020-09-25 Jonas SchievinkRollup merge of #77164 - fusion-engineering-forks:no...
2020-09-25 Jonas SchievinkRollup merge of #77160 - ecstatic-morse:const-fn-transm...
2020-09-25 Jonas SchievinkRollup merge of #77136 - ecstatic-morse:issue-77134...
2020-09-25 Jonas SchievinkRollup merge of #77121 - duckymirror:html-root-url...
2020-09-25 Jonas SchievinkRollup merge of #77081 - LingMan:patch-1, r=jonas-schievink
2020-09-25 Jonas SchievinkRollup merge of #77079 - poliorcetics:more-self-in...
2020-09-25 Jonas SchievinkRollup merge of #77078 - LingMan:patch-2, r=jonas-schievink
2020-09-25 Jonas SchievinkRollup merge of #77074 - lcnr:array-from-ref, r=SimonSapin
2020-09-25 Jonas SchievinkRollup merge of #77050 - follower:patch-1, r=oli-obk
2020-09-25 Jonas SchievinkRollup merge of #77044 - pickfire:patch-4, r=jyn514
2020-09-25 Jonas SchievinkRollup merge of #76978 - duckymirror:mpsc-from-doc...
2020-09-25 Jonas SchievinkRollup merge of #76724 - ecstatic-morse:dataflow-pass...
2020-09-25 Jonas SchievinkRollup merge of #76304 - CDirkx:const-ip, r=ecstatic...
2020-09-25 Jonas SchievinkRollup merge of #75438 - Cldfire:rustdoc/use-adaptive...
2020-09-24 borsAuto merge of #77014 - tmiasko:arena, r=Mark-Simulacrum
2020-09-24 borsAuto merge of #76918 - ishitatsuyuki:match-fastpath...
2020-09-24 borsAuto merge of #77006 - oli-obk:🐌_const_queries, r=Mark...
2020-09-24 borsAuto merge of #76820 - jyn514:query-comments, r=davidtwco
2020-09-24 flip1995Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d...
2020-09-22 borsAuto merge of #76110 - FedericoPonzi:convert-openoption...
2020-09-22 ecstatic-morseRollup merge of #76275 - FedericoPonzi:immutable-write...
2020-09-22 ecstatic-morseRollup merge of #76150 - matklad:droporder, r=withoutboats
2020-09-22 ecstatic-morseRollup merge of #72734 - pickfire:liballoc, r=KodrAus
2020-09-21 Ralf JungRollup merge of #76521 - tavianator:fix-pthread-getattr...
2020-09-21 Ralf JungRollup merge of #76439 - GuillaumeGomez:add-error-expla...
2020-09-21 Ralf JungRollup merge of #76961 - bugadani:test-34634, r=Mark...
2020-09-21 borsAuto merge of #75974 - SkiFire13:peekmut-opt-sift,...
2020-09-20 borsAuto merge of #76136 - CDirkx:const-result, r=dtolnay
2020-09-20 borsAuto merge of #75346 - davidtwco:issue-69925-polymorphi...
2020-09-19 Ralf JungRollup merge of #76525 - fusion-engineering-forks:strin...
2020-09-19 Ralf JungRollup merge of #76434 - RalfJung:black-box, r=Mark...
2020-09-19 Ralf JungRollup merge of #76400 - pickfire:patch-5, r=dtolnay
2020-09-19 Ralf JungRollup merge of #76310 - scottmcm:array-try_from-vec...
2020-09-19 Ralf JungRollup merge of #75580 - JulianKnodt:or_pattern, r...
2020-09-19 Ralf JungRollup merge of #75099 - davidtwco:is-zst-abstraction...
2020-09-19 Ralf JungRollup merge of #73963 - hellow554:unsafe_path, r=Mark...
2020-09-17 Joshua NelsonPreserve doc-comments when generating queries
2020-09-16 Tyler MandryRollup merge of #76794 - richkadel:graphviz-font, r...
2020-09-16 borsAuto merge of #76420 - Gelbpunkt:aarch64-linux-musl...
2020-09-16 Dylan DPCRollup merge of #76694 - wesleywiser:partitioning_cx_tr...
2020-09-16 Ralf JungRollup merge of #76622 - jyn514:bootstrap-readme, r...
2020-09-16 Ralf JungRollup merge of #76534 - notriddle:doc-comments, r...
2020-09-16 Ralf JungRollup merge of #76369 - ayushmishra2005:move_various_s...
2020-09-16 Ralf JungRollup merge of #76366 - ayushmishra2005:arith_tests_in...
2020-09-16 Ralf JungRollup merge of #76262 - howard0su:patch-1, r=cramertj
2020-09-16 Ralf JungRollup merge of #76062 - pickfire:patch-13, r=jyn514
2020-09-16 Ralf JungRollup merge of #76056 - pickfire:patch-10, r=jyn514
2020-09-15 Dylan DPCRollup merge of #76198 - CDirkx:const-ordering, r=dtolnay
2020-09-15 Dylan DPCRollup merge of #75882 - pickfire:patch-6, r=jyn514
2020-09-15 Dylan DPCRollup merge of #75146 - tmiasko:range-overflow, r...
2020-09-15 Dylan DPCRollup merge of #73955 - hellow554:unsafe_process,...
2020-09-15 borsAuto merge of #75148 - joechrisellis:master, r=Amanieu
2020-09-15 borsAuto merge of #76171 - estebank:turbofish-the-revenge...
2020-09-14 borsAuto merge of #76541 - matthiaskrgr:unstable_sort,...
2020-09-14 borsAuto merge of #76278 - jethrogb:jb/sgx-rwlock-init...
2020-09-14 borsAuto merge of #76123 - tmiasko:inline-args-storage...
2020-09-13 Jonas SchievinkRollup merge of #76527 - fusion-engineering-forks:clean...
2020-09-13 Jonas SchievinkRollup merge of #76441 - jyn514:parallel, r=jonas-schievink
2020-09-13 borsAuto merge of #76244 - vandenheuvel:remove__paramenv__d...
2020-09-13 borsAuto merge of #76588 - guswynn:debug_logging, r=jyn514...
2020-09-13 borsAuto merge of #76306 - tmiasko:nrvo-debuginfo, r=ecstat...
2020-09-12 borsAuto merge of #73461 - calebzulawski:validate-attribute...
2020-09-12 Ralf JungRollup merge of #76615 - GuillaumeGomez:missing-example...
2020-09-12 Ralf JungRollup merge of #76530 - carbotaniuman:fix-rc, r=RalfJung
2020-09-12 Ralf JungRollup merge of #76484 - fusion-engineering-forks:maybe...
2020-09-12 Ralf JungRollup merge of #76297 - lcnr:const-ty-alias, r=varkor
2020-09-12 Ralf JungRollup merge of #76114 - marmeladema:duration-saturatin...
2020-09-12 borsAuto merge of #75756 - jyn514:diagnostic-suggestions...
2020-09-12 borsAuto merge of #75021 - cuviper:array_chunks_mut, r...
2020-09-12 borsAuto merge of #74328 - yoshuawuyts:stabilize-future...
2020-09-11 borsAuto merge of #73951 - pickfire:liballoc-intoiter,...
2020-09-11 borsAuto merge of #76499 - guswynn:priv_des, r=petrochenkov
2020-09-11 borsAuto merge of #75611 - JulianKnodt:cg_enum_err, r=lcnr
2020-09-11 borsAuto merge of #76381 - petrochenkov:nomingwcomp, r...
2020-09-10 borsAuto merge of #74437 - ssomers:btree_no_root_in_noderef...
2020-09-10 Tyler MandryRollup merge of #76568 - GuillaumeGomez:add-missing...
2020-09-10 Tyler MandryRollup merge of #76548 - tmiasko:validate, r=davidtwco
2020-09-10 Tyler MandryRollup merge of #76514 - hameerabbasi:const-generics...
2020-09-10 Tyler MandryRollup merge of #76289 - arijit79:master, r=jyn514
next