]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-07-01 Mark RousskovAdjust for rustfmt order change
2022-07-01 Pietro Albiniupdate cfg(bootstrap)s
2022-06-29 Pietro Albinibump stage0 compiler
2022-06-29 borsAuto merge of #98558 - nnethercote:smallvec-1.8.1,...
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 borsAuto merge of #98542 - jackh726:coinductive-wf, r=oli-obk
2022-06-29 borsAuto merge of #98376 - nnethercote:improve-derive-Parti...
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 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 borsAuto merge of #98632 - matthiaskrgr:rollup-peg868d...
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 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 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 Takayuki Maedafix ice for associated constant generics
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 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 Michael GouletUse typed indices in argument mismatch algorithm
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...
2022-06-27 Matthias KrügerRollup merge of #98576 - lcnr:region-stuff-cool-beans...
2022-06-27 Matthias KrügerRollup merge of #98563 - RalfJung:interpret-alloc-check...
2022-06-27 Matthias KrügerRollup merge of #98506 - compiler-errors:object-safety...
2022-06-27 Matthias KrügerRollup merge of #98331 - GuillaumeGomez:rustdoc-arg...
2022-06-27 borsAuto merge of #97307 - SparrowLii:parallel, r=cjgillot
2022-06-27 Michael HowellUpdate src/librustdoc/html/static/js/externs.js
2022-06-27 Eric HussAdd triagebot mentions.
2022-06-27 Michael HowellPut back, fix ()-output optimization
2022-06-27 Michael HowellAdd documentation
2022-06-27 Ralf Junglibcore tests: avoid int2ptr casts
2022-06-27 borsAuto merge of #98566 - matthiaskrgr:rollup-43etyls...
2022-06-27 Ralf Jungmake AllocKind actually public
2022-06-27 Ralf Jungliballoc tests: avoid int2ptr cast
2022-06-27 Oli SchererRemove eddyb from miri failure pings
2022-06-27 lcnrlower-generic vs. outlive
2022-06-27 Guillaume GomezAdd test for associated items in rustdoc JSON
2022-06-27 Guillaume GomezFix kind for associated types in rustdoc JSON output...
2022-06-27 lcnrfold_region: remove unused parameter
2022-06-27 lcnroutside of borrowck, do not provide an implicit_region_...
2022-06-27 Yuki OkushiRemove a back-compat hack on lazy TAIT
2022-06-27 Guillaume GomezFinish rustdoc error improvement
2022-06-27 Shivani BhardwajAdd test for help output with -W
2022-06-27 Shivani BhardwajAdd test for default rustdoc run
2022-06-27 Shivani BhardwajFix `rustdoc` argument error
2022-06-27 SparrowLiicatch unwind of every iter in parallel mode during...
2022-06-27 David Woodprivacy: deny diagnostic migration lints
2022-06-27 David Woodprivacy: port "in public interface" diag
2022-06-27 David Woodprivacy: port unnamed "item is private" diag
2022-06-27 David Woodprivacy: port "item is private" diag
next