]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-06-03 Camille GILLOTCompute `is_late_bound` in a separate query.
2022-06-03 Camille GILLOTManipulate lifetimes by LocalDefId for region resolution.
2022-06-03 borsAuto merge of #96296 - cjgillot:remove-label-lt-shadow...
2022-06-03 Camille GILLOTUse the same message as type & const generics.
2022-06-03 Camille GILLOTReuse resolve_label to check lifetime shadowing.
2022-06-03 Camille GILLOTDo not lower generic lifetime params when AST resolutio...
2022-06-03 borsAuto merge of #97497 - c410-f3r:z-errors, r=petrochenkov
2022-06-03 borsAuto merge of #97667 - matthiaskrgr:rollup-5cfxc85...
2022-06-02 Matthias KrügerRollup merge of #97655 - steffahn:better-pin-box-constr...
2022-06-02 Matthias KrügerRollup merge of #97645 - lcnr:derived-impl-debug, r...
2022-06-02 Matthias KrügerRollup merge of #97640 - TaKO8Ki:fix-wrong-suggestion...
2022-06-02 Matthias KrügerRollup merge of #97627 - lcnr:comment-tick, r=Dylan-DPC
2022-06-02 Matthias KrügerRollup merge of #97502 - onlineSoftwareDevOK:rustdocTes...
2022-06-02 borsAuto merge of #97598 - spastorino:simplify-universal...
2022-06-02 borsAuto merge of #97575 - nnethercote:lazify-SourceFile...
2022-06-02 Camille GILLOTRebase fallout.
2022-06-02 Camille GILLOTStop warning against unrelated labels.
2022-06-02 Camille GILLOTBless tests.
2022-06-02 Camille GILLOTDo not report mixed label/lifetime shadowing.
2022-06-02 Camille GILLOTBless tests.
2022-06-02 Camille GILLOTDiagnose shadowing on AST.
2022-06-02 borsAuto merge of #97654 - Dylan-DPC:rollup-w6zrzxf, r...
2022-06-02 onlinesoftwaredevok... rustdoc: Add more test coverage
2022-06-02 Frank SteffahnImprove documentation for constructors of pinned `Box`es
2022-06-02 Dylan DPCRollup merge of #97636 - nnethercote:revert-96682,...
2022-06-02 Dylan DPCRollup merge of #97617 - GuillaumeGomez:rustdoc-anonymo...
2022-06-02 Dylan DPCRollup merge of #97599 - GuillaumeGomez:reexport-json...
2022-06-02 Dylan DPCRollup merge of #97450 - c410-f3r:assert-compiler,...
2022-06-02 Dylan DPCRollup merge of #97420 - WaffleLapkin:no_oxford_casts_q...
2022-06-02 borsAuto merge of #97293 - est31:remove_box, r=oli-obk
2022-06-02 CaioBasic compiler infra
2022-06-02 Takayuki Maedafix wrong suggestion for adding where clauses
2022-06-02 borsAuto merge of #97644 - Dylan-DPC:rollup-xaeio91, r...
2022-06-02 Guillaume GomezAdd regression test for json reexport bug
2022-06-02 Guillaume GomezAdd Symbol into rustdoc JSON ID to prevent conflicts...
2022-06-02 lcnrdon't use a `span_note` for ignored impls
2022-06-02 Dylan DPCRollup merge of #97635 - rgwood:patch-1, r=ChrisDenton
2022-06-02 Dylan DPCRollup merge of #97603 - ximon18:arc-make-mut-spelling...
2022-06-02 Dylan DPCRollup merge of #97587 - pvdrz:maybe-recover-from-bad...
2022-06-02 Dylan DPCRollup merge of #97397 - JohnTitor:stabilize-box-into...
2022-06-02 Dylan DPCRollup merge of #97023 - cjgillot:uniform-anon, r=estebank
2022-06-02 Dylan DPCRollup merge of #96894 - JohnTitor:expect-non-local...
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 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 Santiago PastorinoAlways assert that impl_trait_def|bounds are empty...
2022-06-01 lcnrupdate explicit impls error msg
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 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 Ximon EighteenSpelling correction.
next