]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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...
2022-06-28 Dylan DPCRollup merge of #98430 - camsteffen:flatten-refactor...
2022-06-28 Dylan DPCRollup merge of #98420 - davidtwco:translation-lint...
2022-06-28 Dylan DPCRollup merge of #98384 - rdzhaafar:fix-macos-rss-report...
2022-06-28 Dylan DPCRollup merge of #98337 - c410-f3r:assert-compiler,...
2022-06-28 Dylan DPCRollup merge of #98261 - WaffleLapkin:attempt_to_remove...
2022-06-28 Dylan DPCRollup merge of #97346 - JohnTitor:remove-back-compat...
2022-06-28 borsAuto merge of #98396 - cjgillot:iwfchir, r=petrochenkov
2022-06-28 Guillaume GomezAdd regression test for glob import ICE in rustdoc...
2022-06-28 Guillaume GomezFix glob import ICE in rustdoc JSON format
2022-06-28 lcnrfix `emit_inference_failure_err` ICE
2022-06-28 Takayuki Maedafix ice for associated constant generics
2022-06-28 DrMeepsterValidate all fields of box instead of validating alloca...
2022-06-28 Martin Nordholtstest/rustdoc-json/assoc_type.rs: Maximize chance of...
2022-06-28 Martin Nordholtsrustdoc-json: Add assoc type ICE regression test
2022-06-28 borsAuto merge of #8774 - hellow554:cargo-rust-version...
2022-06-28 Michael GouletRemove `final_arg_types`, improve tuple wrapping suggestion
2022-06-28 borsAuto merge of #8639 - Jarcho:trivially_copy_pass_by_ref...
2022-06-28 Mara BosRename/restructure memory ordering intrinsics.
2022-06-28 Laurențiu Nicola:arrow_up: rust-analyzer
2022-06-28 borsAuto merge of #98324 - conradludgate:write-vectored...
2022-06-28 Marcel Hellwigadd uitests for cargo rust-version field
2022-06-28 Marcel Hellwigparse `Cargo.toml` file in ui-cargo tests
2022-06-28 Marcel Hellwigupdate README.md to reflect rust-version in cargo.toml
2022-06-28 Marcel Hellwigtry reading rust-version from Cargo.toml
2022-06-28 Preston FromRun cargo dev fmt
2022-06-28 Michael GouletUse typed indices in argument mismatch algorithm
2022-06-28 Preston FromMake messages more accurate, check lint enabled
2022-06-28 Jack HueyTake into account trait predicate coinductiveness
2022-06-28 Jack HueyMake empty bounds lower to WellFormed and make WellForm...
2022-06-28 borsAuto merge of #98222 - cjgillot:single-wf, r=michaelwoe...
2022-06-28 Takayuki Maedaadd regression test for #80074
2022-06-27 Weiyi WangRemove unstable CStr/CString change from 1.62 release...
2022-06-27 Josh StoneImplement `Send` and `Sync` for `ThinBox<T>`
2022-06-27 borsAuto merge of #98591 - matthiaskrgr:rollup-7dok1wq...
2022-06-27 Michael HowellAdd comments, fixes for `0` sentinel
2022-06-27 Matthias KrügerRollup merge of #98587 - RalfJung:core-tests, r=thomcc
2022-06-27 Matthias KrügerRollup merge of #98581 - ehuss:triagebot-mentions,...
2022-06-27 Matthias KrügerRollup merge of #98579 - RalfJung:alloc-tests, r=thomcc
2022-06-27 Matthias KrügerRollup merge of #98578 - rust-lang:oli-obk-patch-1...
2022-06-27 Matthias KrügerRollup merge of #98577 - GuillaumeGomez:associated...
next