]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-06-29 Dylan DPCRollup merge of #98479 - leocth:atomic-bool-fetch-not...
2022-06-29 Dylan DPCRollup merge of #98415 - compiler-errors:rustc-borrowck...
2022-06-29 Takayuki Maedaavoid many `&str` to `String` conversions with `MultiSp...
2022-06-29 borsAuto merge of #98558 - nnethercote:smallvec-1.8.1,...
2022-06-29 Oli SchererThe only reason we had to replace opaque types in closu...
2022-06-29 Oli SchererAdd more tests
2022-06-29 Oli SchererMake RPIT and TAIT work exactly the same
2022-06-29 Chris DentonUse verbose help for deprecation suggestion
2022-06-29 Dominik StolzImprove doc comment of destructure_const
2022-06-29 Eduard-Mihai... Unbreak stage1 tests via ignore-stage1 in `proc-macro...
2022-06-29 borsAuto merge of #98656 - Dylan-DPC:rollup-hhytn0c, r...
2022-06-29 Dylan DPCRollup merge of #98603 - compiler-errors:minor-borrowck...
2022-06-29 Dylan DPCRollup merge of #98549 - RalfJung:interpret-stacktraces...
2022-06-29 Dylan DPCRollup merge of #98525 - JohnTitor:issue-79224, r=compi...
2022-06-29 Dylan DPCRollup merge of #98277 - compiler-errors:issue-93596...
2022-06-29 Dylan DPCRollup merge of #97786 - ferrocene:pa-fix-simulate...
2022-06-29 Dylan DPCRollup merge of #97542 - compiler-errors:arg-mismatch...
2022-06-29 Dylan DPCRollup merge of #97423 - m-ou-se:memory-ordering-intrin...
2022-06-29 kadminErase regions in new abstract consts
2022-06-29 borsAuto merge of #98542 - jackh726:coinductive-wf, r=oli-obk
2022-06-29 Miguel Ojedaalloc: ensure `no_global_oom_handling` builds are warni...
2022-06-29 Miguel Ojedaalloc: fix `no_global_oom_handling` warnings
2022-06-29 Michael GouletDon't point at another arg if we're already pointing...
2022-06-29 Michael Howellrustdoc: add assertion for missing popover div
2022-06-29 Michael Howellrustdoc: make keyboard commands work when checkboxes...
2022-06-29 Michael Howellrustdoc: fix keyboard shortcuts bug in settings menu
2022-06-29 borsAuto merge of #98376 - nnethercote:improve-derive-Parti...
2022-06-28 Michael Howellrustdoc: fix help menu popover toggling
2022-06-28 Michael GouletMigrate some rustc_borrowck diagnostics to SessionDiagn...
2022-06-28 Michael GouletDo not use a suggestion to change a binding's name...
2022-06-28 Michael GouletRemove redundant logic to suggest `as_ref`
2022-06-28 Eric HussUpdate cargo
2022-06-28 Yan ChenFix #98260, added the test case
2022-06-28 Michael GouletNote concrete type being coerced into object
2022-06-28 Michael GouletFix trait object reborrow suggestion
2022-06-28 borsAuto merge of #98475 - notriddle:notriddle/index-fn...
2022-06-28 Dominik StolzAddress code review comments
2022-06-28 DrMeepsterfix silly mistake
2022-06-28 Dominik StolzMake consts mod private
2022-06-28 Dominik StolzImprove pretty printing of valtrees for references
2022-06-28 Josh StoneLet rust-analyzer ship on stable, non-preview
2022-06-28 Eric HussTriagebot: Fix mentions word wrapping.
2022-06-28 borsAuto merge of #98632 - matthiaskrgr:rollup-peg868d...
2022-06-28 borsAuto merge of #9046 - xFrednet:rust-97660-expection...
2022-06-28 borsAuto merge of #8355 - Jarcho:explicit_auto_deref_2...
2022-06-28 borsAuto merge of #8921 - Jarcho:merge_passes, r=llogiq
2022-06-28 Jason NewcombMove `SelfAssignment` into `Operators` lint pass
2022-06-28 Jason NewcombFix dogfood
2022-06-28 Jason NewcombMove `PtrEq` into `Operators` lin pass
2022-06-28 Jason NewcombMove `NeedlessBitwiseBool` into `Operators` lint pass
2022-06-28 Jason NewcombMove `ModuloArithmetic` into `Operators` lint pass
2022-06-28 Jason NewcombMove some lints from `Misc` to `Operators`
2022-06-28 Jason NewcombMove `IntegerDivision` into `Operators` lint pass
2022-06-28 Jason NewcombMove `IdentityOp` into `Operators` lint pass
2022-06-28 Jason NewcombMove `FloatEqualityWithoutAbs` into `Operators` lint...
2022-06-28 Jason NewcombMove `ErasingOp` into `Operators` lint pass
2022-06-28 Jason NewcombMove `EqOp` into `Operators` lint pass
2022-06-28 Jason NewcombMove `DurationSubsec` into `Operators` lint pass
2022-06-28 Jason NewcombMove `DoubleComparison` into `Operators` lint pass
2022-06-28 Jason NewcombMove `BitMask` into `Operators` lint pass
2022-06-28 Jason NewcombMove `AssignOps` into `Operators` lint pass
2022-06-28 Jason NewcombMove `Arithmetic` into `Operators` lint pass
2022-06-28 Jason NewcombAdd `Operators` lint pass
2022-06-28 Jason NewcombAdd `explicit_auto_deref` test for variadic function
2022-06-28 Jason NewcombCode cleanup
2022-06-28 Jason NewcombHandle future precedence issues in `explicit_auto_deref...
2022-06-28 Jason NewcombFix `needless_borrow` suggestion when calling a trait...
2022-06-28 Jason NewcombRefactor `dereference.rs`
2022-06-28 Jason NewcombLint `explicit_auto_deref` immediately after `needless_...
2022-06-28 Jason NewcombLint `explicit_auto_deref` without a leading borrow
2022-06-28 Jason NewcombOnly check parent node once in `dereference.rs`
2022-06-28 Jason NewcombLint field accesses in `explicit_auto_deref`
2022-06-28 Jason NewcombMerge different parent walking loops in `dereference.rs`
2022-06-28 Jason NewcombDon't lint `explicit_auto_deref` on reborrows
2022-06-28 Jason NewcombAdd `explicit_auto_deref` lint
2022-06-28 Jason NewcombBetter support projection types when finding the signat...
2022-06-28 Matthias KrügerRollup merge of #98623 - pro465:patch-1, r=Dylan-DPC
2022-06-28 Matthias KrügerRollup merge of #98621 - krasimirgg:llvm-15-wrapper...
2022-06-28 Matthias KrügerRollup merge of #98619 - Mark-Simulacrum:fix-triagebot...
2022-06-28 Matthias KrügerRollup merge of #98617 - ChrisDenton:const-unwrap,...
2022-06-28 Matthias KrügerRollup merge of #98611 - GuillaumeGomez:rustdoc-json...
2022-06-28 Matthias KrügerRollup merge of #98609 - TaKO8Ki:fix-ice-for-associated...
2022-06-28 Matthias KrügerRollup merge of #98606 - lnicola:rust-analyzer-2022...
2022-06-28 Matthias KrügerRollup merge of #98602 - TaKO8Ki:add-regression-test...
2022-06-28 Matthias KrügerRollup merge of #98564 - jyn514:remove-tmp-dir, r=Mark...
2022-06-28 Matthias KrügerRollup merge of #98560 - TaKO8Ki:add-regression-test...
2022-06-28 Matthias KrügerRollup merge of #98548 - Enselic:allow-typedef-diff...
2022-06-28 borsAuto merge of #98188 - mystor:fast_group_punct, r=eddyb
2022-06-28 Ralf Jungemit Retag for compound types with reference fields
2022-06-28 Proloy Mishrafix typo in comment
2022-06-28 Krasimir Georgievllvm-wrapper: adapt for an LLVM API change
2022-06-28 Nika Layzellreview changes
2022-06-28 borsAuto merge of #98612 - Dylan-DPC:rollup-7tasikc, r...
2022-06-28 Mark RousskovFix mir-opt wg name
2022-06-28 Chris DentonAdd a fixme comment
2022-06-28 xFrednetUpdate `boxed_local` expect attribute location
2022-06-28 Chris DentonRemove feature `const_option` from std
2022-06-28 Dylan DPCRollup merge of #98597 - wwylele:patch-1, r=Mark-Simulacrum
2022-06-28 Dylan DPCRollup merge of #98595 - cuviper:send-sync-thinbox...
2022-06-28 Dylan DPCRollup merge of #98555 - mkroening:hermit-lock-init...
next