]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 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
2022-05-31 Yuki OkushiApply track_caller to closure on `expect_non_local()`
2022-05-31 borsAuto merge of #97419 - WaffleLapkin:const_from_ptr_rang...
2022-05-31 borsAuto merge of #97521 - SkiFire13:clarify-vec-as-ptr...
2022-05-31 Miguel Ojedaalloc: remove repeated word in comment
2022-05-31 borsAuto merge of #97526 - Nilstrieb:unicode-is-printable...
2022-05-31 NilstriebAdd unicode fast path to `is_printable`
2022-05-31 borsAuto merge of #97574 - Dylan-DPC:rollup-jq850l6, r...
2022-05-31 Dylan DPCRollup merge of #97569 - thomcc:fill_with_isnt_memset...
2022-05-31 Dylan DPCRollup merge of #97565 - lukas-code:patch-1, r=thomcc
2022-05-31 Dylan DPCRollup merge of #97455 - JohnTitor:stabilize-toowned...
2022-05-31 Dylan DPCRollup merge of #97371 - ChayimFriedman2:closure-non...
2022-05-31 Dylan DPCRollup merge of #97229 - Nilstrieb:doc-box-noalias...
2022-05-31 Dylan DPCRollup merge of #97089 - GuillaumeGomez:improve-setting...
2022-05-31 borsAuto merge of #96881 - est31:join_osstr, r=dtolnay
2022-05-31 borsAuto merge of #97566 - compiler-errors:rollup-qfxw4j8...
2022-05-31 David TolnayBTreeSet->BTreeMap (fix copy/paste mistake in documenta...
2022-05-31 Tomasz MiąskoAdd a pointer to address cast kind
2022-05-30 David TolnayFix typo uniqeness -> uniqueness
2022-05-30 Maybe Wafflenormalize harder
2022-05-30 Jakob DegenFix TLS access mir opt test and remove stale files
2022-05-30 Thom ChiovoloniRemove `memset` alias from `fill_with`.
2022-05-30 Michael GouletRollup merge of #97558 - stoeckmann:typos, r=compiler...
2022-05-30 Michael GouletRollup merge of #97555 - GuillaumeGomez:line-number...
2022-05-30 Michael GouletRollup merge of #97431 - compiler-errors:issue-97413...
2022-05-30 Michael GouletRollup merge of #97395 - RalfJung:call-abi, r=oli-obk
2022-05-30 Michael GouletRollup merge of #97172 - SparrowLii:unsafe_extern,...
2022-05-30 Michael GouletRollup merge of #89685 - DeveloperC286:iter_fields_to_p...
2022-05-30 borsAuto merge of #97357 - davidtwco:diagnostic-translation...
2022-05-30 LukasUpdate mut_ptr.rs
2022-05-30 LukasUpdate intrinsics.rs
2022-05-30 Michael Gouletaddress comments
2022-05-30 Michael Gouletbetter enum suggestions
2022-05-30 Chayim Refael... Check for `can_have_side_effects()` and `in_external_ma...
2022-05-30 borsAuto merge of #97025 - ouz-a:mini-derefer-generator...
2022-05-30 Tobias StoeckmannFix typos in comment
2022-05-30 borsAuto merge of #97480 - conradludgate:faster-format...
2022-05-30 ouz-avalidate derefer, run derefer inside generator
2022-05-30 Guillaume GomezAdd line number click GUI test
2022-05-30 Guillaume GomezImprove source-code-page.goml GUI test code
2022-05-30 borsAuto merge of #97548 - Dylan-DPC:rollup-9x0va1d, r...
2022-05-30 Guillaume GomezFix invalid line number computation when clicking on...
2022-05-30 Maybe Wafflenormalize forbidden slices
2022-05-30 Gary GuoAdd `#[inline]` to `Vec`'s `Deref/DerefMut`
2022-05-30 David Wooderrors: simplify referring to fluent attributes
2022-05-30 Dylan DPCRollup merge of #97545 - thomcc:sip-comment-safety...
2022-05-30 Dylan DPCRollup merge of #97531 - compiler-errors:for-loop-pat...
2022-05-30 Dylan DPCRollup merge of #97519 - binggh:readd-help-on-error...
2022-05-30 Dylan DPCRollup merge of #97504 - JohnTitor:cleanup-deps, r...
2022-05-30 Dylan DPCRollup merge of #97499 - est31:master, r=Dylan-DPC
2022-05-30 Dylan DPCRollup merge of #97494 - est31:remove_box_alloc_tests...
2022-05-30 borsAuto merge of #97546 - RalfJung:miri, r=oli-obk
next