]> git.lizzy.rs Git - rust.git/history - compiler
orphan check: remove const generics fixme
[rust.git] / compiler /
2022-07-28 lcnrorphan check: remove const generics fixme
2022-07-28 borsAuto merge of #99756 - fasterthanlime:ra-sync-and-pms...
2022-07-28 borsAuto merge of #99182 - RalfJung:mitigate-uninit, r...
2022-07-27 borsAuto merge of #99725 - lcnr:dedup-region_bound_pairs...
2022-07-27 borsAuto merge of #99816 - GuillaumeGomez:rollup-tyobksa...
2022-07-27 Guillaume GomezRollup merge of #99812 - GuillaumeGomez:fix-headings...
2022-07-27 Guillaume GomezRollup merge of #99728 - cjgillot:ast-lifetimes-anon...
2022-07-27 Guillaume GomezRollup merge of #99717 - JohnTitor:upd-docs-issue-tmpl...
2022-07-27 Guillaume GomezRollup merge of #99710 - davidtwco:internal-lint-opts...
2022-07-27 Guillaume GomezRollup merge of #99651 - compiler-errors:fn-and-raw...
2022-07-27 Guillaume GomezRollup merge of #99358 - compiler-errors:issue-99325...
2022-07-27 Guillaume GomezRollup merge of #94247 - saethlin:chunksmut-aliasing...
2022-07-27 borsAuto merge of #99731 - ehuss:let-chain-bracket-check...
2022-07-27 borsAuto merge of #99802 - JohnTitor:rollup-uaklql1, r...
2022-07-27 David Woodlint: add bad opt access internal lint
2022-07-27 David Woodsession: disable internal lints for rustdoc
2022-07-27 Yuki OkushiRollup merge of #99789 - TaKO8Ki:use-pluralize-macro...
2022-07-27 Yuki OkushiRollup merge of #99783 - notriddle:notriddle/clean...
2022-07-27 Yuki OkushiRollup merge of #99769 - bjorn3:sync_cg_clif-2022-07...
2022-07-27 Yuki OkushiRollup merge of #99704 - fee1-dead-contrib:add_self_til...
2022-07-27 Yuki OkushiRollup merge of #99079 - compiler-errors:issue-99073...
2022-07-27 David Woodlint: add comment about diag lints in group
2022-07-27 borsAuto merge of #98748 - saethlin:optimize-bufreader...
2022-07-27 borsAuto merge of #99778 - ehuss:update-cargo, r=ehuss
2022-07-27 borsAuto merge of #99792 - JohnTitor:rollup-20i7ewx, r...
2022-07-27 Yuki OkushiRollup merge of #99775 - notriddle:notriddle/as-str...
2022-07-27 Yuki OkushiRollup merge of #99771 - GuillaumeGomez:update-pulldown...
2022-07-27 Yuki OkushiRollup merge of #99765 - nicholasbishop:bishop-disable...
2022-07-27 Yuki OkushiRollup merge of #99759 - bjorn3:remove_llvm_dead_code...
2022-07-27 Yuki OkushiRollup merge of #99712 - davidtwco:translation-migrate...
2022-07-27 Yuki OkushiRollup merge of #99700 - est31:rustdoc_layout_heading...
2022-07-27 Yuki OkushiRollup merge of #99698 - compiler-errors:no-doc-hidden...
2022-07-27 Yuki OkushiRollup merge of #98583 - joshtriplett:stabilize-windows...
2022-07-27 borsAuto merge of #98553 - the8472:next_chunk_opt, r=Mark...
2022-07-27 Takayuki Maedause `pluralize!`
2022-07-26 borsAuto merge of #99574 - durin42:allocator-patch-redux...
2022-07-26 Camille GILLOTPacify tidy.
2022-07-26 Camille GILLOTStop creating anonymous late lifetimes.
2022-07-26 Camille GILLOTRemove resolve_elided_lifetimes.
2022-07-26 Camille GILLOTStop resolving lifetime elision on HIR.
2022-07-26 Camille GILLOTMove fn parameter ribs outwards.
2022-07-26 Camille GILLOTReplace LifetimeRes::Anonymous by LifetimeRes::Infer.
2022-07-26 Camille GILLOTRemove the distinction between LifetimeName::Implicit...
2022-07-26 Camille GILLOTDo not produce extra lifetime parameters when not needed.
2022-07-26 bjorn3Merge commit 'd3a2366ee877075c59b38bd8ced55f224fc7ef51...
2022-07-26 borsAuto merge of #99764 - matthiaskrgr:rollup-fawyb3m...
2022-07-26 Matthias KrügerRollup merge of #99758 - WaffleLapkin:remove_useless_al...
2022-07-26 Matthias KrügerRollup merge of #99757 - asquared31415:patch-1, r=Dylan-DPC
2022-07-26 Matthias KrügerRollup merge of #99729 - cjgillot:rm-unused-tuple,...
2022-07-26 DeadbeefICE on RawPtrComparison check
2022-07-26 Matthias KrügerRollup merge of #99724 - ehuss:fix-broken-links-fragmen...
2022-07-26 Matthias KrügerRollup merge of #99716 - sourcelliu:iomut, r=Mark-Simul...
2022-07-26 Matthias KrügerRollup merge of #99235 - WaffleLapkin:rustdoc_implement...
2022-07-26 DeadbeefFix diagnostics for unfulfilled obligations
2022-07-26 DeadbeefAdd `Self: ~const Trait` to traits with `#[const_trait]`
2022-07-26 Augie Facklercodegen: use new {re,de,}allocator annotations in llvm
2022-07-26 borsAuto merge of #99680 - workingjubilee:revert-revert...
2022-07-26 bjorn3Remove dead code from cg_llvm
2022-07-26 borsAuto merge of #99753 - Dylan-DPC:rollup-k046940, r...
2022-07-26 Amos WengerMerge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22...
2022-07-26 Dylan DPCRollup merge of #99748 - compiler-errors:better-impl...
2022-07-26 Dylan DPCRollup merge of #99739 - nnethercote:rm-E0133, r=Dylan-DPC
2022-07-26 Dylan DPCRollup merge of #99692 - RalfJung:too-far, r=oli-obk
2022-07-26 Dylan DPCRollup merge of #99666 - compiler-errors:issue-99663...
2022-07-26 Dylan DPCRollup merge of #99618 - compiler-errors:uhh-idk, r...
2022-07-26 Michael GouletCheck that RPITs constrained by a recursive call in...
2022-07-26 Michael GouletRevert "Do not allow typeck children items to constrain...
2022-07-26 Michael GouletRevert "use opaque_ty_origin_unchecked instead of destr...
2022-07-26 borsAuto merge of #99677 - pietroalbini:pa-fix-97786-perf...
2022-07-26 Michael GouletAllow try_to_raw_bytes on u8 array
2022-07-26 Michael GouletAddress nits, move substs replacement to separate function
2022-07-26 Michael GouletUse real opaque type instead of just saying impl Trait
2022-07-26 borsAuto merge of #99745 - JohnTitor:rollup-lvrie64, r...
2022-07-26 Yuki OkushiRollup merge of #99720 - bjorn3:sync_cg_clif-2022-07...
2022-07-26 Yuki OkushiRollup merge of #99718 - TaKO8Ki:avoid-&str-symbol...
2022-07-26 Yuki OkushiRollup merge of #99711 - tmiasko:coverage, r=wesleywiser
2022-07-26 Yuki OkushiRollup merge of #99615 - compiler-errors:remove-some...
2022-07-26 Yuki OkushiRollup merge of #99593 - TaKO8Ki:suggest-removing-tuple...
2022-07-26 Yuki OkushiRollup merge of #99353 - compiler-errors:gat-where...
2022-07-26 Yuki OkushiRollup merge of #98211 - devnexen:get_path_freebsd...
2022-07-26 Nicholas NethercoteRemove erroneous E0133 code from an error message.
2022-07-26 borsAuto merge of #98989 - dpaoliello:rawdylibbin, r=michae...
2022-07-26 Michael GouletRemove some explicit self.infcx for fcx, which derefs...
2022-07-25 Michael Goulethandle consts with param/infer in const_eval_resolve...
2022-07-25 Michael GouletRestore Opaque behavior to coherence check
2022-07-25 borsAuto merge of #99735 - JohnTitor:rollup-d93jyr2, r...
2022-07-25 Yuki OkushiRollup merge of #99713 - GuillaumeGomez:fix-sidebar...
2022-07-25 Yuki OkushiRollup merge of #99709 - lcnr:rm-MaybeTypeckResults...
2022-07-25 Yuki OkushiRollup merge of #99703 - dtolnay:tokenstreamsizehint...
2022-07-25 Yuki OkushiRollup merge of #99673 - RalfJung:interpret-invalid...
2022-07-25 Yuki OkushiRollup merge of #99178 - Dajamante:clean_up, r=oli-obk
2022-07-25 Yuki OkushiRollup merge of #99084 - RalfJung:write_bytes, r=thomcc
2022-07-25 Yuki OkushiRollup merge of #98710 - mojave2:string, r=JohnTitor
2022-07-25 Yuki OkushiRollup merge of #97077 - ouz-a:Optimize-backend, r...
2022-07-25 Yuki OkushiRollup merge of #92390 - fee1-dead-contrib:const_cmp...
2022-07-25 borsAuto merge of #97313 - cjgillot:ast-lifetimes-anon...
2022-07-25 Eric HussRemove let-chain close brace check.
2022-07-25 Camille GILLOTUnused tuple fields in rustc_resolve.
2022-07-25 Camille GILLOTUnused tuple fields in rustc_infer.
2022-07-25 Camille GILLOTUpdate file description.
next