]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-06-02 lcnr`generic_arg_contains_target`: ignore closures
2022-06-02 lcnreagerly fetch the typeck_results
2022-06-02 lcnruse verbose suggestions
2022-06-02 lcnradd new `emit_inference_failure_err`
2022-06-02 lcnrremove the old `emit_inference_failure_err`
2022-06-02 borsAuto merge of #96737 - ChrisDenton:win-manifest, r...
2022-06-02 borsAuto merge of #97414 - LYF1999:yf/cachealign, r=Mark...
2022-06-02 Nicholas NethercoteAddress review comments.
2022-06-02 Nicholas NethercoteRevert #96682.
2022-06-02 Esteban KüberMake output more specific
2022-06-02 Reilly WoodFix Windows file metadata docs
2022-06-01 borsAuto merge of #97632 - JohnTitor:rollup-d2ucrjw, r...
2022-06-01 Yuki OkushiStabilize `box_into_pin`
2022-06-01 Guillaume GomezAdd test for anonymous reexports
2022-06-01 Yuki OkushiRollup merge of #97626 - RalfJung:expose, r=tmiasko
2022-06-01 Yuki OkushiRollup merge of #97613 - jsha:implementation-is-on...
2022-06-01 Yuki OkushiRollup merge of #97605 - estebank:suggestion-filename...
2022-06-01 Yuki OkushiRollup merge of #97166 - nnethercote:move-conditions...
2022-06-01 Yuki OkushiRollup merge of #97130 - notriddle:notriddle/collect...
2022-06-01 Yuki OkushiRollup merge of #95594 - the8472:raw_slice_methods...
2022-06-01 borsAuto merge of #97612 - ehuss:update-cargo, r=ehuss
2022-06-01 Esteban KüberFix typo
2022-06-01 Santiago PastorinoAlways assert that impl_trait_def|bounds are empty...
2022-06-01 lcnrupdate explicit impls error msg
2022-06-01 Michael Howellstd: show signal number along with name
2022-06-01 Ralf Jungrename PointerAddress → PointerExposeAddress
2022-06-01 Santiago Pastorinoinstrument lower_fn_decl
2022-06-01 Michael Howellrustdoc: add test case for auto traits on slice primitive
2022-06-01 Santiago PastorinoSplit extend + inner chain into to extend calls
2022-06-01 Santiago PastorinoAdd debug_assert comment
2022-06-01 Esteban KüberFix test
2022-06-01 Esteban KüberMore accurately handle suggestions
2022-06-01 Esteban KüberProvide more context when denying invalid type params
2022-06-01 Esteban KüberRework `prohibit_generics`
2022-06-01 borsAuto merge of #97624 - matthiaskrgr:rollup-rtcqjx9...
2022-06-01 Michael HowellUpdate src/librustdoc/passes/collect_trait_impls.rs
2022-06-01 Esteban KüberMention filename in suggestion when it differs from...
2022-06-01 Jacob Hoffman... Improve calculation of "Impls on Foreign Types"
2022-06-01 Matthias KrügerRollup merge of #97621 - RalfJung:miri, r=RalfJung
2022-06-01 Matthias KrügerRollup merge of #97592 - notriddle:notriddle/impl-trait...
2022-06-01 Matthias KrügerRollup merge of #97264 - TaKO8Ki:suggest-extern-crate...
2022-06-01 Matthias KrügerRollup merge of #96271 - compiler-errors:suggest-questi...
2022-06-01 borsAuto merge of #97622 - JohnTitor:rollup-4qoxrjn, r...
2022-06-01 Yuki OkushiRollup merge of #97616 - TaKO8Ki:remove-unnecessary...
2022-06-01 Yuki OkushiRollup merge of #97611 - azdavis:master, r=Dylan-DPC
2022-06-01 Yuki OkushiRollup merge of #97580 - JohnTitor:issue-71546, r=compi...
2022-06-01 Yuki OkushiRollup merge of #97562 - compiler-errors:comment-poly_p...
2022-06-01 Yuki OkushiRollup merge of #97498 - ijchen:master, r=Mark-Simulacrum
2022-06-01 Yuki OkushiRollup merge of #97470 - notriddle:notriddle/test-cases...
2022-06-01 Yuki OkushiRollup merge of #97399 - SparrowLii:arg_index, r=oli-obk
2022-06-01 Yuki OkushiRollup merge of #97216 - RalfJung:null-ptr-check, r...
2022-06-01 Yuki OkushiRollup merge of #94647 - Urgau:hash-map-many-mut, r...
2022-06-01 Ralf Jungupdate Miri
2022-06-01 Christian Povedarename `sp` to `span`
2022-06-01 Dylan DPCUpdate sync.rs
2022-06-01 Dylan DPCUpdate sync.rs
2022-06-01 Yuki OkushiAdd regression test for #71546
2022-06-01 Guillaume GomezHide anonymous reexports in generated documentation
2022-06-01 Takayuki Maedaremove an unnecessary `Option`
2022-06-01 Eric HussUpdate cargo
2022-06-01 Ariel DavisTweak insert docs
2022-06-01 borsAuto merge of #97553 - nbdd0121:lib, r=Mark-Simulacrum
2022-06-01 yifeiuse 128 cache align for m1 mac
2022-06-01 borsAuto merge of #97435 - Patryk27:bump-compiler-builtins...
2022-06-01 est31Remove #[rustc_box] attr during lowering
2022-06-01 Nicholas NethercoteLazify `SourceFile::lines`.
2022-06-01 est31Use #[rustc_box] in alloc instead of box syntax
2022-06-01 est31Add #[rustc_box]
2022-05-31 borsAuto merge of #97600 - matthiaskrgr:rollup-yivyeu5...
2022-05-31 Nicholas NethercoteInline `bridge::Buffer` methods.
2022-05-31 Ximon EighteenSpelling correction.
2022-05-31 Loïc BRANSTETTExpose get_many_mut and get_many_unchecked_mut to HashMap
2022-05-31 Christian Povedamigrate `check_for_for_in_in_typo` diagnostic
2022-05-31 Matthias KrügerRollup merge of #97596 - WaffleLapkin:fixup_feature_nam...
2022-05-31 Matthias KrügerRollup merge of #97593 - lnicola:rust-analyzer-2022...
2022-05-31 Matthias KrügerRollup merge of #97578 - ojeda:checkpatch, r=JohnTitor
2022-05-31 Matthias KrügerRollup merge of #97316 - CAD97:bound-misbehavior, r...
2022-05-31 borsAuto merge of #97582 - tmiasko:pointer-address-cast...
2022-05-31 Santiago PastorinoFix lower_generics rustdocs
2022-05-31 Christian Povedamerge diagnostics about incorrect uses of `.await`
2022-05-31 Santiago PastorinoInline lower_generics_mut and remove GenericsCtor
2022-05-31 Santiago PastorinoRemove ImplTraitContext::reborrow
2022-05-31 Santiago Pastorinoderive Copy, Clone, PartialEq, Eq for ImplTraitContext
2022-05-31 Christian Povedamigrate `error_on_incorrect_await` diagnostic
2022-05-31 Maybe WaffleFixup feature name to be more consistent with others
2022-05-31 Santiago PastorinoMove lower_generics definition to item.rs
2022-05-31 Laurențiu Nicola:arrow_up: rust-analyzer
2022-05-31 Santiago PastorinoRename add_implicit_generics to lower_generics
2022-05-31 Santiago PastorinoReplace calls to lower_generics with calls to add_impli...
2022-05-31 Michael Howellrustdoc: also index raw pointers
2022-05-31 Michael Howellrustdoc: also index impl trait
2022-05-31 borsAuto merge of #97570 - JakobDegen:dse-test, r=tmiasko
2022-05-31 Christian Povedause `suggestion_short` for incorrect semicolon diagnostic
2022-05-31 Santiago PastorinoAdd itctx: ImplTraitContext arg to add_implicit_generics
2022-05-31 Santiago PastorinoTake and restore fields in with_hir_id_owner calls
2022-05-31 Christian Povedamigrate `recover_from_await_method_call` diagnostic
2022-05-31 Michael GouletFix comment in poly_project_and_unify_type
2022-05-31 Christian Povedamigrate `maybe_consume_incorrect_semicolon` diagnostic
2022-05-31 Christian Povedamigrate `maybe_recover_from_bad_qpath_stage_2` diagnostic
2022-05-31 Santiago PastorinoMove defs and bounds from Universal to LoweringContext
next