]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-07-16 Matthias KrügerRollup merge of #99259 - RalfJung:visit-a-place, r...
2022-07-16 Matthias KrügerRollup merge of #99258 - estebank:suggest-let, r=wesley...
2022-07-16 Matthias KrügerRollup merge of #99213 - davidtwco:translation-migrate...
2022-07-16 Matthias KrügerRollup merge of #98582 - oli-obk:unconstrained_opaque_t...
2022-07-16 borsAuto merge of #99315 - JohnTitor:rollup-77wzoc1, r...
2022-07-16 borsAuto merge of #99263 - compiler-errors:issue-99261...
2022-07-16 borsAuto merge of #96482 - willcrichton:fix-trait-suggestio...
2022-07-16 Yuki OkushiRollup merge of #99307 - JohnTitor:issue-64401, r=compi...
2022-07-16 Yuki OkushiRollup merge of #99277 - joshtriplett:stabilize-core...
2022-07-16 Yuki OkushiRollup merge of #99270 - rhysd:issue-99269, r=Mark...
2022-07-16 Yuki OkushiRollup merge of #99264 - eltociear:patch-14, r=compiler...
2022-07-16 Yuki OkushiRollup merge of #99253 - pierwill:pierwill/rm-storage...
2022-07-16 Yuki OkushiRollup merge of #98662 - LucasDumont:document_fs_write...
2022-07-16 Yuki OkushiRollup merge of #98387 - NobodyXu:feature/std_io_Error_...
2022-07-16 Yuki OkushiAdd regression test for #64401
2022-07-16 Will CrichtonFix suggestion regression with incorrect syntactic...
2022-07-16 Will CrichtonPropagate Expectation around binop typeck code to const...
2022-07-16 borsAuto merge of #95685 - oxidecomputer:restore-static...
2022-07-15 borsAuto merge of #99288 - Aaron1011:stable-intrinsics...
2022-07-15 Luqman AdenSet minimum GDB version needed for basic-types-globals...
2022-07-15 Jane Losare... Apply suggestions from code review
2022-07-15 Esteban KüberFix rebase
2022-07-15 Esteban KüberMove tests to fit in limit
2022-07-15 Esteban KüberAvoid incorrect suggestion
2022-07-15 Esteban KüberProvide structured suggestion for dropped temp value
2022-07-15 Michael GouletOnly suggest if span is not erroneous
2022-07-15 Michael GouletFix ICE in named_arguments_used_positionally lint
2022-07-15 borsAuto merge of #99015 - lcnr:fn-ctxt-no-more, r=compiler...
2022-07-15 Aaron HillMark stabilized intrinsics with `rustc_allowed_through_...
2022-07-15 Oli SchererInfer wildcard type from other patterns at every patter...
2022-07-15 Oli SchererMove constructor into the branch that actually uses it
2022-07-15 Oli SchererRevert a hack that only ever worked on level deep
2022-07-15 Oli SchererMake destructuring a defining use
2022-07-15 Oli SchererAllow destructuring opaque types, since the patterns...
2022-07-15 Oli SchererSome tracing helpers
2022-07-15 Oli SchererReuse a helper method instead of manually rolling it
2022-07-15 Oli SchererRemove early return that would likely have caused misco...
2022-07-15 Oli SchererPass one argument instead of fetching two fields of...
2022-07-15 Oli SchererAdd some tracing instrumentation
2022-07-15 Ralf Junginterpret/visitor: support visiting with a PlaceTy
2022-07-15 Oli SchererIntroduce opaque type to hidden type projection
2022-07-15 David Woodpasses: migrate half of `check_attr`
2022-07-15 David Woodmacros: support adding warnings to diags
2022-07-15 David Woodmacros: support `MultiSpan` in diag derives
2022-07-15 David Wooderrors: lint on `LintDiagnosticBuilder::build`
2022-07-15 David Wooderrors: impl `IntoDiagnosticArg` for `char`
2022-07-15 lcnrhir typeck: `fulfillment_cx` ignore regions
2022-07-15 lcnrprovide `generic_param_scope` for region errors
2022-07-15 lcnrdon't require `FnCtxt` to check global asm
2022-07-15 lcnrtry to avoid `FnCtxt` during wf
2022-07-15 lcnrremove unnecessary `select_obligations_where_possible`
2022-07-15 lcnrremove `impl_implied_bounds` from `FnCtxt`
2022-07-15 lcnr`QueryNormalizer` bug on ambiguity
2022-07-15 borsAuto merge of #99046 - nnethercote:final-derive-output...
2022-07-15 borsAuto merge of #99278 - Dylan-DPC:rollup-fcln6st, r...
2022-07-15 Dylan DPCRollup merge of #99246 - Xanewok:update-rls, r=jyn514
2022-07-15 Dylan DPCRollup merge of #99209 - GuillaumeGomez:crate-level...
2022-07-15 Dylan DPCRollup merge of #99119 - TaKO8Ki:remove-string-matching...
2022-07-15 Dylan DPCRollup merge of #98869 - compiler-errors:stop_guessing_...
2022-07-15 Dylan DPCRollup merge of #88991 - libstd-switch:aarch64-nintendo...
2022-07-15 Josh TriplettStabilize `core::ffi::CStr`, `alloc::ffi::CString`...
2022-07-15 borsAuto merge of #99013 - RalfJung:dont-poison-my-places...
2022-07-15 rhysdadd `#[must_use]` to `Box::from_raw`
2022-07-15 borsAuto merge of #99267 - Dylan-DPC:rollup-d8l7y1o, r...
2022-07-15 Takayuki Maedasimplify `suggest_deref_ref_or_into`
2022-07-15 Michael GouletRemove some more usages of guess_head_span
2022-07-15 Dylan DPCRollup merge of #99257 - Manishearth:regression, r...
2022-07-15 Dylan DPCRollup merge of #99241 - danbev:intrinsics-comment...
2022-07-15 Dylan DPCRollup merge of #99239 - vakaras:add-myself-to-mir...
2022-07-15 Dylan DPCRollup merge of #99237 - GuillaumeGomez:rustdoc-css...
2022-07-15 Dylan DPCRollup merge of #99131 - compiler-errors:label-fn,...
2022-07-15 Dylan DPCRollup merge of #99113 - WaffleLapkin:arc_simplify...
2022-07-15 Ikko AshimineFix typo in mod.rs
2022-07-15 borsAuto merge of #97406 - aliemjay:verify-bounds-fix-maste...
2022-07-15 Michael GouletRemove some span_of_impl+unwrap
2022-07-15 Michael GouletMove item_span from check_item_type into each function
2022-07-15 Michael Gouletremove tcx from ObligationCauseCode::span
2022-07-15 Michael GouletRemove some more usages of guess_head_span
2022-07-15 Michael GouletRemove some usages of guess_head_span from typeck
2022-07-15 Michael GouletMake item spans more consistent
2022-07-15 Jiahao XUImprove example of `downcast`
2022-07-15 borsAuto merge of #98203 - kckeiks:gather-body-owners-in...
2022-07-14 Michael GouletPoint out custom Fn-family trait impl
2022-07-14 Michael GouletAdd support for APIT and RPIT callables in label_fn_like
2022-07-14 Ralf Junginterpret/validity: improve some comments
2022-07-14 Manish GoregaokarAdd regression test for #89436
2022-07-14 borsAuto merge of #96544 - m-ysk:feature/issue-96358, r...
2022-07-14 pierwillRemove FIXME from MIR `always_storage_live_locals`
2022-07-14 leo60228Rename aarch64-nintendo-switch to aarch64-nintendo...
2022-07-14 leo60228Add aarch64-nintendo-switch.md to SUMMARY.md
2022-07-14 leo60228Add docs for Switch target
2022-07-14 leo60228Remove obsolete crt0 references in linker script
2022-07-14 jam1garnerRemove unneeded options from Nintendo Switch target
2022-07-14 leo60228Don't build std for switch
2022-07-14 leo60228Add linker script for switch
2022-07-14 leo60228Remove unnecessary linker args
2022-07-14 leo60228Don't use host linker for switch
2022-07-14 jam1garnerAdd Nintendo Switch tier 3 target
2022-07-14 borsAuto merge of #99252 - lqd:win-dwarf5, r=eddyb
2022-07-14 Rémy Rakicfix dwarf debuginfo being used in addition to CodeView...
next