]> git.lizzy.rs Git - rust.git/history - compiler/rustc_ast_lowering
Rollup merge of #81195 - estebank:suggest-bound-on-trait-with-params, r=oli-obk
[rust.git] / compiler / rustc_ast_lowering /
2021-01-26 Yuki OkushiRollup merge of #81191 - ssomers:btree_more_order_chaos...
2021-01-26 Yuki OkushiRollup merge of #80900 - camelid:readpointerasbytes...
2021-01-26 Yuki OkushiRollup merge of #80876 - ojeda:option-result-unwrap_unc...
2021-01-26 Yuki OkushiRollup merge of #80812 - rust-lang:relnotes-1.50.0...
2021-01-26 borsAuto merge of #81217 - ssomers:btree_bring_back_the_sli...
2021-01-26 borsAuto merge of #80692 - Aaron1011:feature/query-result...
2021-01-26 borsAuto merge of #79113 - andjo403:raw_vec_ptr, r=m-ou-se
2021-01-25 borsAuto merge of #68828 - oli-obk:inline_cycle, r=wesleywiser
2021-01-24 Jonas SchievinkRollup merge of #81338 - bugadani:dominator-cleanup...
2021-01-24 Jonas SchievinkRollup merge of #81320 - CraftSpider:jsondoc-errors...
2021-01-24 Jonas SchievinkRollup merge of #81310 - tmiasko:in-pattern, r=petrochenkov
2021-01-24 Jonas SchievinkRollup merge of #81302 - LeSeulArtichaut:80777-trait...
2021-01-24 Jonas SchievinkRollup merge of #81297 - bjorn3:no_extern_backend_optim...
2021-01-24 Jonas SchievinkRollup merge of #81279 - bugadani:iter, r=davidtwco
2021-01-24 Jonas SchievinkRollup merge of #81264 - Swatinem:doctest-run-directory...
2021-01-24 Jonas SchievinkRollup merge of #81259 - est31:cfg_version, r=petrochenkov
2021-01-24 Jonas SchievinkRollup merge of #80933 - rcvalle:fix-sysroot-option...
2021-01-24 Jonas SchievinkRollup merge of #80855 - m-ou-se:assert-2021, r=petroch...
2021-01-24 Jonas SchievinkRollup merge of #79884 - Digital-Chaos:replace-magic...
2021-01-24 Jonas SchievinkRollup merge of #79174 - taiki-e:std-future, r=Mark...
2021-01-24 Jonas SchievinkRollup merge of #78578 - oli-obk:const_mut_refs, r...
2021-01-24 Jonas SchievinkRollup merge of #75180 - KodrAus:feat/error-by-ref...
2021-01-24 borsAuto merge of #81250 - sivadeilra:remove_xp_compat...
2021-01-24 borsAuto merge of #80838 - nagisa:nagisa/stack-probe-type...
2021-01-24 borsAuto merge of #80919 - cjgillot:defkey-span, r=oli-obk
2021-01-24 borsAuto merge of #80594 - bjorn3:abi_refactor3, r=petrochenkov
2021-01-24 borsAuto merge of #79811 - Aaron1011:expn-data-disambig...
2021-01-23 borsAuto merge of #81304 - jonas-schievink:rollup-d9kuugm...
2021-01-23 Jonas SchievinkRollup merge of #81301 - davidgu:patch-1, r=jonas-schievink
2021-01-23 Jonas SchievinkRollup merge of #81298 - lcnr:big-money-big-prices...
2021-01-23 Jonas SchievinkRollup merge of #81288 - camelid:fix-trait-item-vis...
2021-01-23 Jonas SchievinkRollup merge of #81283 - m-ou-se:tracking-issue-note...
2021-01-23 Jonas SchievinkRollup merge of #81281 - a1phyr:inline_path, r=dtolnay
2021-01-23 Jonas SchievinkRollup merge of #81275 - jyn514:time-render, r=wesleywiser
2021-01-23 Jonas SchievinkRollup merge of #81252 - jyn514:resolve-timing, r=petro...
2021-01-23 Jonas SchievinkRollup merge of #81249 - cjgillot:issue-79537, r=oli-obk
2021-01-23 Jonas SchievinkRollup merge of #81245 - ehuss:update-cargo, r=ehuss
2021-01-23 Jonas SchievinkRollup merge of #81243 - osa1:fix_80742_2, r=RalfJung
2021-01-23 Jonas SchievinkRollup merge of #81170 - xfix:vecdeque-bug-fix, r=sfackler
2021-01-23 Jonas SchievinkRollup merge of #81130 - pierwill:edit-depnode, r=jyn514
2021-01-23 Jonas SchievinkRollup merge of #81072 - RalfJung:place-ref-ty, r=oli-obk
2021-01-23 Jonas SchievinkRollup merge of #79841 - fintelia:patch-6, r=kennytm
2021-01-23 borsAuto merge of #80579 - RalfJung:no-fallible-promotion...
2021-01-23 borsAuto merge of #80715 - JulianKnodt:skip_opt, r=nagisa
2021-01-23 borsAuto merge of #80065 - b-naber:parse-angle-arg-diagnost...
2021-01-23 borsAuto merge of #76391 - danii:master, r=cuviper
2021-01-23 borsAuto merge of #81017 - Aaron1011:collect-trailing-token...
2021-01-22 borsAuto merge of #79233 - yoshuawuyts:alloc-doc-alias...
2021-01-22 borsAuto merge of #72160 - slo1:libstd-setgroups, r=KodrAus
2021-01-22 borsAuto merge of #81271 - m-ou-se:rollup-xv7gq3w, r=m...
2021-01-22 Mara BosRollup merge of #81242 - jyn514:const-cap, r=sfackler
2021-01-22 Mara BosRollup merge of #81241 - m-ou-se:force-expr-macro-rules...
2021-01-22 Mara BosRollup merge of #81236 - estebank:everybody-loop-now...
2021-01-22 Mara BosRollup merge of #81194 - m-ou-se:stabilize-panic-any...
2021-01-22 Esteban KüberAdd loop head span to hir
2021-01-21 Camille GILLOTLower closure prototype after its body.
2021-01-21 Yuki OkushiRollup merge of #80601 - steffahn:improve_format_string...
2021-01-21 Yuki OkushiRollup merge of #80429 - JulianKnodt:ob_forest, r=Mark...
2021-01-21 Yuki OkushiRollup merge of #80172 - camelid:prelude-docs-consisten...
2021-01-20 borsAuto merge of #81118 - ojeda:metadata-obj, r=nagisa
2021-01-19 borsAuto merge of #79578 - alexcrichton:update-waasi, r...
2021-01-19 borsAuto merge of #80957 - tgnottingham:direct_serialize_de...
2021-01-19 borsAuto merge of #79705 - ijackson:bufwriter-disassemble...
2021-01-19 Guillaume GomezRollup merge of #81112 - m-ou-se:alloc-std-ops-reexport...
2021-01-19 Guillaume GomezRollup merge of #80382 - GuillaumeGomez:search-result...
2021-01-18 Ashley MannixRollup merge of #81100 - lcnr:encode_with_shorthand...
2021-01-18 Ashley MannixRollup merge of #81038 - flip1995:clippyup, r=Manishearth
2021-01-18 borsAuto merge of #80995 - tmandry:instrument-method-checke...
2021-01-17 Mara BosRollup merge of #80983 - bjorn3:no_dup_is_dllimport_for...
2021-01-17 Mara BosRollup merge of #80765 - petrochenkov:traitsinscope...
2021-01-17 Mara BosRollup merge of #80635 - sexxi-goose:use-place-instead...
2021-01-16 Mara BosRollup merge of #81060 - nagisa:nagisa/regression-50041...
2021-01-16 Mara BosRollup merge of #80971 - camelid:feature-gate-testsuite...
2021-01-16 Mara BosRollup merge of #80968 - KodrAus:stabilize/poll_map...
2021-01-16 Mara BosRollup merge of #80941 - JohnTitor:ref-mut-pat-in-loops...
2021-01-16 Mara BosRollup merge of #80902 - JohnTitor:issue-76281, r=Mark...
2021-01-16 Mara BosRollup merge of #80901 - jyn514:better-colors, r=Mark...
2021-01-16 Mara BosRollup merge of #80764 - CAD97:weak-unsized-as-ptr...
2021-01-16 Mara BosRollup merge of #80681 - ChrisJefferson:logic-error...
2021-01-16 Mara BosRollup merge of #80670 - the8472:fix-zip-trusted-random...
2021-01-16 Mara BosRollup merge of #80614 - 1000teslas:issue-78938-fix...
2021-01-16 Mara BosRollup merge of #80144 - rust-lang:frewsxcv-patch-3...
2021-01-16 borsAuto merge of #80290 - RalfJung:less-intrinsic-write...
2021-01-16 borsAuto merge of #80873 - ssomers:btree_cleanup_slices_4...
2021-01-16 borsAuto merge of #77885 - erikdesjardins:probeasm, r=cuviper
2021-01-15 Guillaume GomezRollup merge of #81030 - ehuss:update-mdbook, r=Mark...
2021-01-15 Guillaume GomezRollup merge of #80515 - GuillaumeGomez:js-for-loop...
2021-01-15 borsAuto merge of #80602 - tgnottingham:cratemetadata_you_a...
2021-01-15 borsAuto merge of #80974 - ehuss:update-cargo, r=ehuss
2021-01-15 borsAuto merge of #80625 - jyn514:python-what-python, r...
2021-01-15 flip1995Merge commit '953f024793dab92745fee9cd2c4dee6a60451771...
2021-01-15 borsAuto merge of #81035 - JohnTitor:rollup-9m03awf, r...
2021-01-15 Yuki OkushiRollup merge of #81023 - CraftSpider:rustdoc-remove...
2021-01-15 Yuki OkushiRollup merge of #81008 - tmiasko:generator-layout-err...
2021-01-15 Yuki OkushiRollup merge of #80944 - LingMan:map_or, r=nagisa
2021-01-15 Yuki OkushiRollup merge of #80834 - bugadani:vecdeque, r=oli-obk
2021-01-15 Yuki OkushiRollup merge of #80254 - Aaron1011:rustdoc-auto-param...
2021-01-15 borsAuto merge of #80993 - Aaron1011:collect-set-tokens...
2021-01-14 LingManUse Option::map_or instead of `.map(..).unwrap_or(..)`
2021-01-14 Mara BosRollup merge of #80991 - calebsander:fix/fmt-link,...
next