]> git.lizzy.rs Git - rust.git/history - compiler
Make GATs object safe under generic_associated_types_extended feature
[rust.git] / compiler /
2022-04-02 Jack HueyMake GATs object safe under generic_associated_types_ex...
2022-03-31 borsAuto merge of #95526 - Dylan-DPC:rollup-0ikl5l5, r...
2022-03-31 Dylan DPCRollup merge of #95523 - lcnr:yeet-unused-field, r...
2022-03-31 Dylan DPCRollup merge of #95520 - rust-lang:ptrtypo, r=lcnr
2022-03-31 Dylan DPCRollup merge of #95517 - lcnr:rustc_borrowck-misc,...
2022-03-31 Dylan DPCRollup merge of #95384 - ehuss:doc-target_has_atomic...
2022-03-31 Dylan DPCRollup merge of #91416 - compiler-errors:infinite-ty...
2022-03-31 borsAuto merge of #90204 - cjgillot:owner-pull, r=michaelwo...
2022-03-31 lcnrremove unused field from `infcx`
2022-03-31 Michael Gouletaddress comments, add test for shadowed Box type
2022-03-31 Michael GouletSpecialize suggestion for Option<T>
2022-03-31 lcnrupdate comment
2022-03-31 borsAuto merge of #95511 - Dylan-DPC:rollup-4n880fd, r...
2022-03-31 Camille GILLOTRecord item-likes in ItemLowerer.
2022-03-31 Camille GILLOTCreate a new LoweringContext for each item-like.
2022-03-31 Camille GILLOTMake lowering pull-based.
2022-03-31 Camille GILLOTImplement with_parent_item_lifetime_defs on ItemLowerer.
2022-03-31 Camille GILLOTMove lower_crate outside the LoweringContext.
2022-03-31 Camille GILLOTStop emitting lints during lowering.
2022-03-31 Camille GILLOTStore next_disambiguator in Definitions.
2022-03-31 Camille GILLOTRemove mutability in ResolverAstLowering.
2022-03-31 Dylan DPCRollup merge of #95505 - sunfishcode:sunfishcode/fix...
2022-03-31 Dylan DPCRollup merge of #95495 - GuillaumeGomez:rm-unneeded...
2022-03-31 Dylan DPCRollup merge of #95478 - InfRandomness:infrandomness...
2022-03-31 Dylan DPCRollup merge of #95470 - GuillaumeGomez:fix-gui-spuriou...
2022-03-31 Dylan DPCRollup merge of #95445 - jyn514:rustc-unit-tests, r...
2022-03-31 lcnrobligation cause: `RepeatVec` -> `RepeatValueCopy`
2022-03-31 borsAuto merge of #95456 - RalfJung:size, r=oli-obk
2022-03-31 borsAuto merge of #95507 - ehuss:update-cargo, r=ehuss
2022-03-31 borsAuto merge of #95506 - Dylan-DPC:rollup-b6kxzjc, r...
2022-03-31 Dylan DPCRollup merge of #95497 - nyurik:compiler-spell-comments...
2022-03-31 Dylan DPCRollup merge of #95491 - faern:stabilize-vec_retain_mut...
2022-03-31 Dylan DPCRollup merge of #95471 - oli-obk:tait_ice, r=estebank
2022-03-31 Dylan DPCRollup merge of #95263 - compiler-errors:async-block...
2022-03-31 Dylan DPCRollup merge of #95130 - workingjubilee:stably-finished...
2022-03-31 Michael GouletRestore `impl Future<Output = Type>` to async blocks
2022-03-31 borsAuto merge of #95501 - Dylan-DPC:rollup-arx6sdc, r...
2022-03-30 Dylan DPCRollup merge of #95298 - jhorstmann:fix-double-drop...
2022-03-30 Dylan DPCRollup merge of #95251 - GrishaVar:hashes-u16-to-u8...
2022-03-30 Dylan DPCRollup merge of #95011 - michaelwoerister:awaitee_field...
2022-03-30 Dylan DPCRollup merge of #94869 - jackh726:gats_extended, r...
2022-03-30 Dylan DPCRollup merge of #94806 - jyn514:cargo-run-tidy, r=Mark...
2022-03-30 Dylan DPCRollup merge of #93901 - petrochenkov:linkmod, r=wesley...
2022-03-30 borsAuto merge of #95436 - cjgillot:static-mut, r=oli-obk
2022-03-30 Jack HueyAdd the generic_associated_types_extended feature
2022-03-30 Yuri Astrakhana few mode feedback fixes per @bjorn3
2022-03-30 Yuri AstrakhanAddressed comments by @compiler-errors and @bjorn3
2022-03-30 Vadim PetrochenkovStabilize native library modifier syntax and the `whole...
2022-03-30 Yuri AstrakhanRemove bad rustdoc trailing backslash
2022-03-30 Yuri AstrakhanSpellchecking compiler comments
2022-03-30 borsAuto merge of #95425 - nnethercote:yet-more-parse_tt...
2022-03-30 InfRandomnessAdd note to the lint diagnostic
2022-03-30 Grisha VartanyanUpdate error message & remove outdated test comment
2022-03-30 borsAuto merge of #95458 - calebcartwright:sync-rustfmt...
2022-03-30 Oli SchererDon't ICE when opaque types get their hidden type const...
2022-03-30 borsAuto merge of #94963 - lcnr:inherent-impls-std, r=oli...
2022-03-30 borsAuto merge of #95241 - Gankra:cleaned-provenance, r...
2022-03-30 lcnrtypo
2022-03-30 lcnrrework error messages for incorrect inherent impls
2022-03-30 lcnrfix rustdoc wrt builtin impls switch
2022-03-30 lcnrget clippy to compile again
2022-03-30 lcnrfix behavior for empty impls
2022-03-30 lcnrremove now unnecessary lang items
2022-03-30 lcnrrework implementation for inherent impls for builtin...
2022-03-30 lcnrremove `NoMatchData::new`
2022-03-30 lcnrupdate comment
2022-03-30 Michael Woeristerasync: Give predictable, reserved name to binding gener...
2022-03-30 borsAuto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r...
2022-03-30 Dylan DPCRollup merge of #95461 - nyurik:spelling, r=lcnr
2022-03-30 Dylan DPCRollup merge of #95460 - nyurik:spelling-str, r=lcnr
2022-03-30 Dylan DPCRollup merge of #95443 - jyn514:clarify-python-search...
2022-03-30 Dylan DPCRollup merge of #95294 - sourcefrog:doc-copy, r=dtolnay
2022-03-30 Yuri AstrakhanSpellchecking compiler code
2022-03-30 Yuri AstrakhanSpellchecking some comments
2022-03-30 borsAuto merge of #94081 - oli-obk:lazy_tait_take_two,...
2022-03-30 Caleb CartwrightMerge commit '5ff7b632a95bac6955611d85040859128902c580...
2022-03-30 Ralf Jungallow large Size again
2022-03-30 Aria Beingessnermark FIXMES for all the places found that are probably...
2022-03-30 Aria BeingessnerMake some rustc code conform to strict provenance.
2022-03-29 Nicholas NethercotePre-allocate an empty `Lrc<NamedMatchVec>`.
2022-03-29 Nicholas NethercoteOverhaul how matches are recorded.
2022-03-29 Nicholas NethercoteImprove comments and rename many things for consistency.
2022-03-29 Nicholas NethercoteClarify comments about doc comments in macros.
2022-03-29 Nicholas NethercoteSimplify and rename `count_names`.
2022-03-29 borsAuto merge of #95448 - Dylan-DPC:rollup-wpj5yto, r...
2022-03-29 Dylan DPCRollup merge of #95437 - notriddle:notriddle/issue...
2022-03-29 Dylan DPCRollup merge of #95386 - compiler-errors:try-wrapping...
2022-03-29 Dylan DPCRollup merge of #95256 - thomcc:fix-unwind-safe, r...
2022-03-29 Dylan DPCRollup merge of #93840 - yaahc:termination-stabilizatio...
2022-03-29 borsAuto merge of #95433 - Dylan-DPC:rollup-xdfit9h, r...
2022-03-29 Camille GILLOTRemember mutability in `DefKind::Static`.
2022-03-29 borsAuto merge of #94566 - yanganto:show-ignore-message...
2022-03-29 Dylan DPCRollup merge of #95424 - lnicola:rust-analyzer-2022...
2022-03-29 Dylan DPCRollup merge of #95422 - TaKO8Ki:use-format-args-captur...
2022-03-29 Dylan DPCRollup merge of #95415 - notriddle:notriddle/issue...
2022-03-29 Dylan DPCRollup merge of #94566 - yanganto:show-ignore-message...
2022-03-29 borsAuto merge of #95096 - GuillaumeGomez:rm-header-fn...
2022-03-29 borsAuto merge of #95375 - MarcusCalhoun-Lopez:i686_apple_d...
2022-03-29 borsAuto merge of #95257 - compiler-errors:fn-borrow, r...
2022-03-29 Michael GouletSuggest function borrow ignoring needs_note
next