]> git.lizzy.rs Git - rust.git/history - compiler
Rollup merge of #105390 - nicholasbishop:bishop-example-ignore, r=ehuss
[rust.git] / compiler /
2022-12-04 Matthias KrügerRollup merge of #105123 - BlackHoleFox:fixing-the-macos...
2022-12-04 Matthias KrügerRollup merge of #104856 - luqmana:associated-const...
2022-12-04 Camille GILLOTUse parent function WfCheckingContext to check RPITIT.
2022-12-04 borsAuto merge of #101514 - nvzqz:nvzqz/stabilize-nonzero...
2022-12-04 borsAuto merge of #105121 - oli-obk:simpler-cheaper-dump_mi...
2022-12-04 est31Also avoid creating a terminating scope in mixed chains
2022-12-04 est31Improve comments
2022-12-04 borsAuto merge of #104757 - camelid:consolidate-lints,...
2022-12-04 borsAuto merge of #105217 - jyn514:submodule-fixes, r=bjorn3
2022-12-04 Ben KimockRe-enable removal of ZST writes to unions
2022-12-03 Lukas Markeffskymore comments
2022-12-03 Camille GILLOTSkip recording resolution for duplicated generic params.
2022-12-03 est31Remove drop order twist of && and || and make them...
2022-12-03 borsAuto merge of #105218 - matthiaskrgr:rollup-8d3k08n...
2022-12-03 Camille GILLOTProperly substitute inherent associated types.
2022-12-03 Lukas Markeffskysuggest parenthesis around ExprWithBlock BinOp ExprWith...
2022-12-03 borsAuto merge of #105212 - pietroalbini:pa-macos-xl, r...
2022-12-03 Matthias KrügerRollup merge of #105214 - RalfJung:miri, r=RalfJung
2022-12-03 Matthias KrügerRollup merge of #105208 - chenyukang:yukang/fix-105069...
2022-12-03 Matthias KrügerRollup merge of #105201 - cjgillot:issue-105040, r...
2022-12-03 Matthias KrügerRollup merge of #105200 - cjgillot:issue-104562, r...
2022-12-03 Matthias KrügerRollup merge of #105193 - tmiasko:naked-nocoverage...
2022-12-03 Matthias KrügerRollup merge of #105164 - compiler-errors:revert-import...
2022-12-03 Matthias KrügerRollup merge of #105153 - oli-obk:fail_faster, r=compil...
2022-12-03 Matthias KrügerRollup merge of #105050 - WaffleLapkin:uselessrefign...
2022-12-03 Matthias KrügerRollup merge of #104199 - SarthakSingh31:issue-97417...
2022-12-03 borsAuto merge of #97485 - bjorn3:new_archive_writer, r...
2022-12-03 Yutaro Ohnoparser: refactoring on recovery from invalid variable...
2022-12-03 yukangfix #101749, use . instead of :: when accessing a metho...
2022-12-03 yukangfix #105069, Add AmbiguityError for inconsistent resolu...
2022-12-03 Yutaro Ohnoparser: fix ICE with invalid variable declaration in...
2022-12-03 bjorn3Make sure all input archives are unmapped before persis...
2022-12-03 Ralf Junginterpret: clobber return place when calling function
2022-12-03 borsAuto merge of #2712 - RalfJung:rustup, r=RalfJung
2022-12-03 Oli SchererRemove all but one call site of `prepare_outputs` and...
2022-12-03 borsAuto merge of #105183 - GuillaumeGomez:merge-and-dedup...
2022-12-03 Camille GILLOTDo not call fn_sig on non-functions.
2022-12-03 Camille GILLOTRemove useless filter in unused extern crate check.
2022-12-03 borsAuto merge of #105133 - oli-obk:promoted_def_ids, r...
2022-12-03 borsAuto merge of #105196 - JohnTitor:rollup-8rxqnq6, r...
2022-12-03 Yuki OkushiRollup merge of #105189 - notriddle:notriddle/rustdoc...
2022-12-03 Yuki OkushiRollup merge of #105188 - compiler-errors:verbose-ty...
2022-12-03 Yuki OkushiRollup merge of #105182 - aDotInTheVoid:rdj-no-foreign...
2022-12-03 Yuki OkushiRollup merge of #105181 - bhbs:skip-note, r=estebank
2022-12-03 Yuki OkushiRollup merge of #105100 - jhpratt:fix-docs, r=JohnTitor
2022-12-03 Yuki OkushiRollup merge of #105032 - HintringerFabian:improve_docs...
2022-12-03 Yuki OkushiRollup merge of #104903 - spastorino:consolidate-normal...
2022-12-03 borsAuto merge of #105073 - weihanglo:update-cargo, r=weihanglo
2022-12-03 BlackHoleFoxFix passing MACOSX_DEPLOYMENT_TARGET to the linker
2022-12-03 bhbsDon't add a note for implementing a trait if its inner...
2022-12-03 Tomasz MiąskoMark naked functions as never inline in codegen_fn_attrs
2022-12-03 Tomasz MiąskoDisable coverage instrumentation for naked functions
2022-12-02 borsAuto merge of #105187 - matthiaskrgr:rollup-nxyxpko...
2022-12-02 Michael GouletDon't elide information when printing E0308 with Zverbose
2022-12-02 Santiago PastorinoDefine values and err as non mutable
2022-12-02 Santiago PastorinoUse ocx.normalize in report_projection_error
2022-12-02 Matthias KrügerRollup merge of #105185 - compiler-errors:normalize_fn_...
2022-12-02 Matthias KrügerRollup merge of #105163 - compiler-errors:afit-lt-arity...
2022-12-02 Matthias KrügerRollup merge of #105162 - compiler-errors:fn-sig-arity...
2022-12-02 Matthias KrügerRollup merge of #105155 - notriddle:notriddle/flexbox...
2022-12-02 Matthias KrügerRollup merge of #105144 - compiler-errors:normalization...
2022-12-02 Matthias KrügerRollup merge of #105033 - durin42:llvm-16-dont-tail...
2022-12-02 Matthias KrügerRollup merge of #105026 - oToToT:aarch64-v8a, r=davidtwco
2022-12-02 borsAuto merge of #104999 - saethlin:immediate-abort-inlini...
2022-12-02 Michael GouletMove normalize_fn_sig to TypeErrCtxt
2022-12-02 Ralf JungMerge from rustc
2022-12-02 Gary GuoFix async track caller for assoc fn and trait impl fn
2022-12-02 Gary GuoUse proper HirId for async track_caller attribute check
2022-12-02 Oli SchererUse zero based indexing for pass_count
2022-12-02 Oli SchererRemove an impl and replace its only use with a method...
2022-12-02 borsAuto merge of #104863 - nnethercote:reduce-lint-macros...
2022-12-02 Michael WoeristerAdd StableOrd trait as proposed in MCP 533.
2022-12-02 bjorn3Write to temp file before renaming to the final name
2022-12-02 borsAuto merge of #105166 - matthiaskrgr:rollup-s9l6vt2...
2022-12-02 Takayuki Maedareturn when expr has error
2022-12-02 Matthias KrügerRollup merge of #105143 - notriddle:notriddle/scraped...
2022-12-02 Matthias KrügerRollup merge of #105137 - yjhn:patch-1, r=Dylan-DPC
2022-12-02 Matthias KrügerRollup merge of #105136 - RalfJung:deref-promotion...
2022-12-02 Matthias KrügerRollup merge of #105132 - GuillaumeGomez:migrate-summar...
2022-12-02 Matthias KrügerRollup merge of #105126 - Sp00ph:const_new_in, r=dtolnay
2022-12-02 Matthias KrügerRollup merge of #104614 - Nilstrieb:type-ascribe!,...
2022-12-02 Yiming LeiWhile parsing enum variant, the error message always...
2022-12-02 Michael GouletRevert 88f2140
2022-12-02 Michael GouletProperly synthesize fn sig value during cycle
2022-12-02 borsAuto merge of #104963 - petrochenkov:noaddids2, r=cjgillot
2022-12-02 Nicholas NethercoteInline and remove `early_lint_node`.
2022-12-02 Nicholas NethercoteMerge `builtins` into `EarlyLintPassObjects`.
2022-12-02 Michael GouletAvoid InferCtxt::build in suggest_missing_break_or_retu...
2022-12-02 Michael GouletCheck lifetime param count in collect_trait_impl_trait_tys
2022-12-02 Nicholas NethercoteRemove some unnecessary `Send` bounds.
2022-12-02 Nicholas NethercoteInline and remove `late_lint_pass_crate`.
2022-12-02 Nicholas NethercoteInline and remove `late_lint_mod_pass`.
2022-12-02 Nicholas NethercoteMerge `builtins` into `LateLintPassObjects`.
2022-12-02 Nicholas NethercoteRemove six macros relating to lint definitions.
2022-12-02 Nicholas NethercoteRemove `-Zno-interleave-lints`.
2022-12-02 Nicholas NethercoteEliminate four unnecessary lint macros.
2022-12-02 Jakob DegenDisable top-down inlining
2022-12-01 borsAuto merge of #105140 - flip1995:clippyup, r=Manishearth
2022-12-01 Michael GouletDocument normalization methods on At
2022-12-01 Michael GouletDrive-by: remove unused type alias
next