]> git.lizzy.rs Git - rust.git/history - compiler/rustc_ast_lowering
Rollup merge of #88452 - xu-cheng:vecdeque-from-array, r=m-ou-se
[rust.git] / compiler / rustc_ast_lowering /
2021-10-04 JubileeRollup merge of #88452 - xu-cheng:vecdeque-from-array...
2021-10-04 JubileeRollup merge of #88451 - theo-lw:issue-87771, r=jackh726
2021-10-04 JubileeRollup merge of #87091 - the8472:more-advance-by-impls...
2021-10-04 JubileeRollup merge of #83655 - sebpop:arm64-outline-atomics...
2021-10-04 borsAuto merge of #88834 - the8472:char-count, r=joshtriplett
2021-10-04 borsAuto merge of #89489 - FabianWolff:issue-89485, r=oli-obk
2021-10-04 Manish GoregaokarRollup merge of #89505 - Aaron1011:nll-const-test,...
2021-10-04 Manish GoregaokarRollup merge of #89472 - nagisa:nagisa/wsa-cleanup...
2021-10-04 Manish GoregaokarRollup merge of #89467 - tniessen:rustdoc-unecessary...
2021-10-04 Manish GoregaokarRollup merge of #89401 - owengage:master, r=joshtriplett
2021-10-04 Manish GoregaokarRollup merge of #89138 - newpavlov:patch-2, r=dtolnay
2021-10-04 Manish GoregaokarRollup merge of #88481 - bjorn3:remove_feature_gates...
2021-10-04 Manish GoregaokarRollup merge of #88370 - Seppel3210:master, r=dtolnay
2021-10-04 Manish GoregaokarRollup merge of #88353 - jhpratt:stabilize-array-as...
2021-10-04 Manish GoregaokarRollup merge of #88305 - ijackson:exitstatus-debug...
2021-10-04 Manish GoregaokarRollup merge of #88286 - LeSeulArtichaut:unnecessary...
2021-10-04 Manish GoregaokarRollup merge of #87910 - iago-lito:mark_unsafe_nonzero_...
2021-10-04 Manish GoregaokarRollup merge of #87679 - ssomers:btree_comments, r...
2021-10-04 Manish GoregaokarRollup merge of #86828 - lambinoo:67441-const-fn-copied...
2021-10-04 Manish GoregaokarRollup merge of #86434 - CDirkx:ipv6-benchmarking,...
2021-10-04 borsAuto merge of #89165 - jkugelman:read-to-end-overalloca...
2021-10-03 borsAuto merge of #88175 - camsteffen:let-desugar-span...
2021-10-03 borsAuto merge of #88086 - ssomers:btree_clone_testing...
2021-10-03 borsAuto merge of #87870 - WaffleLapkin:pub_split_at_unchec...
2021-10-03 borsAuto merge of #88060 - TennyZhuang:optimize-vec-retain...
2021-10-03 borsAuto merge of #84267 - dtolnay:ptrunit, r=nagisa
2021-10-02 Cameron SteffenAdd desugaring mark to while loop
2021-10-02 borsAuto merge of #89341 - audunhalland:derive-type-params...
2021-10-02 borsAuto merge of #89408 - Mark-Simulacrum:fix-query-nondet...
2021-10-01 Manish GoregaokarRollup merge of #89441 - Nadrieril:fix-89393, r=tmandry
2021-10-01 Manish GoregaokarRollup merge of #89422 - GuillaumeGomez:doctest-whitesp...
2021-10-01 Manish GoregaokarRollup merge of #89376 - andjo403:selfProfileUseAfterDr...
2021-10-01 Manish GoregaokarRollup merge of #88963 - fee1-dead:const-iterator,...
2021-10-01 Manish GoregaokarRollup merge of #88847 - oliverbr:master, r=steveklabnik
2021-10-01 Manish GoregaokarRollup merge of #85223 - simbleau:master, r=steveklabnik
2021-10-01 borsAuto merge of #88880 - cjgillot:no-krate, r=oli-obk
2021-10-01 Manish GoregaokarRollup merge of #89415 - wesleywiser:inliner_caller_cal...
2021-10-01 Manish GoregaokarRollup merge of #89340 - FabianWolff:issue-89173, r...
2021-10-01 Manish GoregaokarRollup merge of #89322 - tmiasko:rm-optimization-fuel...
2021-10-01 Manish GoregaokarRollup merge of #89029 - notriddle:notriddle/issue...
2021-10-01 Manish GoregaokarRollup merge of #88820 - hlopko:add_pie_relocation_mode...
2021-10-01 Manish GoregaokarRollup merge of #87868 - Kixiron:packing-on-the-pounds...
2021-10-01 borsAuto merge of #89403 - camsteffen:fmt-unsafe-private...
2021-10-01 borsAuto merge of #89417 - Manishearth:rollup-j2gdu95,...
2021-10-01 Manish GoregaokarRollup merge of #89412 - lqd:zvariant-repro, r=Aaron1011
2021-10-01 Manish GoregaokarRollup merge of #89397 - wesleywiser:update_llvm_submod...
2021-10-01 Manish GoregaokarRollup merge of #89344 - jackh726:maybe-bound-eror...
2021-10-01 Manish GoregaokarRollup merge of #88782 - asquared31415:issue-79559...
2021-09-30 borsAuto merge of #87998 - nneonneo:master, r=oli-obk
2021-09-30 borsAuto merge of #86853 - usbalbin:const_try, r=oli-obk
2021-09-30 Eric HussRollup merge of #89098 - GuillaumeGomez:where-bounds...
2021-09-30 Eric HussRollup merge of #88412 - mdsn:slice-sort-safety, r...
2021-09-30 Eric HussRollup merge of #87428 - GuillaumeGomez:union-highlight...
2021-09-29 borsAuto merge of #89011 - bjorn3:restructure_rt, r=dtolnay
2021-09-29 jackh726Cleanup lower_generics_mut and make span be the bound...
2021-09-29 borsAuto merge of #88950 - Nadrieril:deconstruct-pat, r...
2021-09-28 Guillaume GomezRollup merge of #87260 - antoyo:libgccjit-codegen,...
2021-09-28 flip1995Merge commit 'cb7915b00c235e9b5861564f3be78dba330980ee...
2021-09-28 Antoni BoucherMerge commit 'cd4810de42c57b64b74dae09c530a4c3a41f87b9...
2021-09-28 Antoni BoucherMerge commit '9809f5d21990d9e24b3e9876ea7da756fd4e9def...
2021-09-28 borsAuto merge of #89277 - jyn514:codeblock-edition, r...
2021-09-27 borsAuto merge of #89285 - jackh726:issue-88862, r=nikomatsakis
2021-09-27 borsAuto merge of #89203 - GuillaumeGomez:cleanup-rustdoc...
2021-09-27 borsAuto merge of #89182 - GuillaumeGomez:boostrap-explicit...
2021-09-27 borsAuto merge of #89145 - rusticstuff:bump_stdarch, r...
2021-09-26 borsAuto merge of #89092 - bjorn3:sync_cg_clif-2021-09...
2021-09-26 borsAuto merge of #89144 - sexxi-goose:insig_stdlib, r...
2021-09-26 Manish GoregaokarRollup merge of #89224 - TaKO8Ki:change-the-order-of...
2021-09-26 Manish GoregaokarRollup merge of #89010 - est31:intra_doc_links, r=m...
2021-09-26 Manish GoregaokarRollup merge of #88973 - lu-zero:std_detect-env_overrid...
2021-09-26 Manish GoregaokarRollup merge of #88895 - camelid:cleanup-pt2, r=jyn514
2021-09-25 borsAuto merge of #88343 - steffahn:fix_code_spacing, r...
2021-09-24 JubileeRollup merge of #89217 - GuillaumeGomez:generate-link...
2021-09-24 JubileeRollup merge of #89072 - bjorn3:less_symbol_as_str...
2021-09-24 JubileeRollup merge of #89001 - jackh726:binder-cleanup, r...
2021-09-24 borsAuto merge of #88999 - Migi:master, r=oli-obk
2021-09-24 borsAuto merge of #88835 - FabianWolff:issue-88770, r=petro...
2021-09-24 borsAuto merge of #89130 - nikic:update-llvm-2, r=cuviper
2021-09-24 borsAuto merge of #89120 - In-line:remove_unneded_visible_p...
2021-09-24 JubileeRollup merge of #89184 - joshtriplett:master, r=estebank
2021-09-24 JubileeRollup merge of #89176 - TaKO8Ki:change-singular-to...
2021-09-24 JubileeRollup merge of #89171 - rusticstuff:aarch64_macos_rust...
2021-09-24 JubileeRollup merge of #89023 - Wardenfar:issue-85066, r=nagisa
2021-09-24 JubileeRollup merge of #88612 - lovasoa:patch-1, r=m-ou-se
2021-09-23 borsAuto merge of #88804 - Mark-Simulacrum:never-algo-v2...
2021-09-23 borsAuto merge of #89016 - lcnr:non_blanket_impls, r=nikoma...
2021-09-23 borsAuto merge of #87064 - Aaron1011:new-closure-track...
2021-09-23 borsAuto merge of #88587 - bdbai:fix/uwpio, r=joshtriplett
2021-09-23 borsAuto merge of #89139 - camsteffen:write-perf, r=Mark...
2021-09-22 borsAuto merge of #89187 - ehuss:update-cargo, r=ehuss
2021-09-22 borsAuto merge of #89179 - the8472:rollup-moxrtaj, r=the8472
2021-09-22 the8472Rollup merge of #89170 - rusticstuff:aarch64_macos_disa...
2021-09-22 the8472Rollup merge of #89164 - camelid:show-type-layout-docs...
2021-09-22 the8472Rollup merge of #89162 - petrochenkov:ivmap, r=davidtwco
2021-09-22 the8472Rollup merge of #89133 - FabianWolff:issue-79546, r...
2021-09-22 the8472Rollup merge of #89127 - wesleywiser:reenable_mutex_deb...
2021-09-22 the8472Rollup merge of #89046 - oli-obk:fix_oflo, r=estebank
2021-09-22 the8472Rollup merge of #89041 - sticnarf:sticnarf/fat-lto...
2021-09-22 the8472Rollup merge of #89036 - nbdd0121:alloc, r=yaahc
2021-09-22 borsAuto merge of #89134 - est31:revert_rustdoc_box_syntax...
next