]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-07-20 David Woodpasses: improved partial stabilization diagnostic
2022-07-20 David Woodspan: add `span_extend_to_line` helper
2022-07-20 David Woodmiddle: add `implies_by` to `#[unstable]`
2022-07-20 David Woodattr: fix expected meta-item for `#[stable]`
2022-07-20 David Woodattr/passes: comment -> doc comment
2022-07-20 borsAuto merge of #98843 - Urgau:check-cfg-stage0, r=Mark...
2022-07-20 borsAuto merge of #99484 - ehuss:update-cargo, r=ehuss
2022-07-20 Eric HussUpdate cargo
2022-07-19 borsAuto merge of #98180 - notriddle:notriddle/rustdoc...
2022-07-19 borsAuto merge of #99309 - RalfJung:no-large-copies, r...
2022-07-19 Michael HowellUse `T` for all the function primitive docs lists
2022-07-19 Michael HowellImprove the function pointer docs
2022-07-19 borsAuto merge of #99462 - matthiaskrgr:rollup-ihhwaru...
2022-07-19 Matthias KrügerRollup merge of #99457 - SparrowLii:para_iter, r=fee1...
2022-07-19 Matthias KrügerRollup merge of #99453 - lnicola:rust-analyzer-2022...
2022-07-19 Matthias KrügerRollup merge of #99441 - ehuss:update-mdbook, r=Mark...
2022-07-19 Matthias KrügerRollup merge of #99438 - WaffleLapkin:dont_wrap_in_non_...
2022-07-19 Matthias KrügerRollup merge of #99435 - CAD97:revert-dollar-dollar...
2022-07-19 Matthias KrügerRollup merge of #99419 - yoshuawuyts:stabilize-task...
2022-07-19 Matthias KrügerRollup merge of #99401 - TaKO8Ki:avoid-symbol-to-&str...
2022-07-19 Matthias KrügerRollup merge of #99384 - compiler-errors:issue-99375...
2022-07-19 Matthias KrügerRollup merge of #98028 - aticu:master, r=estebank
2022-07-19 borsAuto merge of #98912 - nrc:provider-it, r=yaahc
2022-07-19 SparrowLiiuse `par_for_each_in` in `par_body_owners` and `collect...
2022-07-19 borsAuto merge of #99451 - Dylan-DPC:rollup-ceghu18, r...
2022-07-19 aticuDon't use main; improve example
2022-07-19 aticuAdd E0790 as more specific variant of E0283
2022-07-19 Laurențiu Nicola:arrow_up: rust-analyzer
2022-07-19 Dylan DPCRollup merge of #99434 - timvermeulen:skip_next_non_fus...
2022-07-19 Dylan DPCRollup merge of #99410 - tmiasko:atomic-lint, r=fee1...
2022-07-19 Dylan DPCRollup merge of #99404 - jmqd:master, r=compiler-errors
2022-07-19 Dylan DPCRollup merge of #99392 - nnethercote:fix-debuginfo...
2022-07-19 Dylan DPCRollup merge of #99347 - compiler-errors:opaque-type...
2022-07-19 Dylan DPCRollup merge of #99335 - Dav1dde:fromstr-docs, r=JohnTitor
2022-07-19 Dylan DPCRollup merge of #98320 - compiler-errors:macro-backtrac...
2022-07-19 Dylan DPCRollup merge of #97183 - oli-obk:tait_ice_async, r...
2022-07-19 borsAuto merge of #98189 - mystor:fast_ident_literal, r...
2022-07-19 Michael GouletMention first and last macro in backtrace
2022-07-19 borsAuto merge of #98120 - TaKO8Ki:box-diagnostic-metadata...
2022-07-19 Michael GouletUse LocalDefId in OpaqueTypeKey
2022-07-18 borsAuto merge of #99442 - Kobzol:revert-99062-lld-icf...
2022-07-18 Maybe WaffleAdd a note about privacy to wrapping suggestion
2022-07-18 Maybe WaffleApply suggestions from the review
2022-07-18 Jakub BeránekRevert "Use ICF (identical code folding) for building...
2022-07-18 Eric HussUpdate mdbook
2022-07-18 Maybe Wafflecheck accessibility before suggesting wrapping expressions
2022-07-18 borsAuto merge of #99422 - Dylan-DPC:rollup-htjofm6, r...
2022-07-18 Maybe WaffleSuggest a fix for `NonZero*` <- `*` coercion error
2022-07-18 Tim VermeulenAdd note to test about `Unfuse`
2022-07-18 Christopher... Revert "Stabilize $$ in Rust 1.63.0"
2022-07-18 Tim VermeulenFix `Skip::next` for non-fused inner iterators
2022-07-18 Ralf Junginterpret: make some large types not Copy
2022-07-18 Maybe WaffleDo not suggest "wrapping the expression in `std::num...
2022-07-18 Ralf Junginterpret: remove some unused trait impls
2022-07-18 borsAuto merge of #99406 - flip1995:clippyup, r=Manishearth
2022-07-18 Oli SchererCheck generators for well formedness
2022-07-18 Nika Layzellproc_macro: Move subspan to be a method on Span in...
2022-07-18 Nika Layzellproc_macro: stop using a remote object handle for Literal
2022-07-18 Nika Layzellproc_macro: stop using a remote object handle for Ident
2022-07-18 Nika Layzellproc_macro: Specialize Punct::to_string
2022-07-18 Nika Layzellproc_macro: use fxhash within the proc_macro crate
2022-07-18 Dylan DPCRollup merge of #99394 - JohnTitor:issue-95230, r=compi...
2022-07-18 Dylan DPCRollup merge of #99378 - RalfJung:box-early-return...
2022-07-18 Dylan DPCRollup merge of #99351 - compiler-errors:arg-mismatch...
2022-07-18 Dylan DPCRollup merge of #99344 - notriddle:notriddle/multiple...
2022-07-18 Dylan DPCRollup merge of #99198 - RalfJung:alloc-null-ptr, r...
2022-07-18 Dylan DPCRollup merge of #98998 - workingjubilee:naked-means...
2022-07-18 Dylan DPCRollup merge of #98839 - 5225225:assert_transmute_copy_...
2022-07-18 Yoshua Wuytsstabilize `core::task::ready!`
2022-07-18 borsAuto merge of #99232 - lcnr:no-bound-vars-check, r...
2022-07-18 borsAuto merge of #99223 - saethlin:panicless-split-mut...
2022-07-18 Tomasz MiąskoUpdate invalid atomic ordering lint
2022-07-18 Philipp KronesMerge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39...
2022-07-18 Jordan McQueenUse span_bug for unexpected field projection type
2022-07-18 David HerberthUse split_once in FromStr docs
2022-07-18 borsAuto merge of #99181 - lcnr:arenaGTrc, r=wesleywiser
2022-07-18 Takayuki Maedaavoid `Symbol` to `&str` conversions
2022-07-18 borsAuto merge of #99137 - jackh726:wf-no-infcx, r=estebank
2022-07-18 Yuki OkushiAdd regression test for #95230
2022-07-18 Nicholas NethercoteFix debuginfo tests.
2022-07-18 borsAuto merge of #99391 - JohnTitor:rollup-tdigzzo, r...
2022-07-17 Yuki OkushiRollup merge of #99374 - TethysSvensson:patch-1, r...
2022-07-17 Yuki OkushiRollup merge of #99373 - GuillaumeGomez:source-code...
2022-07-17 Yuki OkushiRollup merge of #99360 - compiler-errors:issue-99331...
2022-07-17 Yuki OkushiRollup merge of #99356 - compiler-errors:tait-in-assoc...
2022-07-17 Yuki OkushiRollup merge of #99350 - compiler-errors:issue-99240...
2022-07-17 Yuki OkushiRollup merge of #98383 - m-ou-se:remove-memory-order...
2022-07-17 Michael Howellrustdoc: extend `#[doc(tuple_variadic)]` to fn pointers
2022-07-17 borsAuto merge of #9196 - alex-semenyuk:invalid_regex,...
2022-07-17 borsAuto merge of #99062 - Kobzol:lld-icf, r=jyn514
2022-07-17 alexey semenyukFix example for `clippy::invalid_regex`
2022-07-17 borsAuto merge of #99033 - 5225225:interpreter-validity...
2022-07-17 Michael Gouletuse body's param-env when checking if type needs drop
2022-07-17 Jakub BeránekUse LLD linker for compiling rustc on Linux x64 and...
2022-07-17 Guillaume GomezAdd GUI test for source code sidebar auto-expand
2022-07-17 Ralf Junginterpret/visitor: add missing early return
2022-07-17 borsAuto merge of #9022 - alex-semenyuk:needless_option_tak...
2022-07-17 alexey semenyukNEEDLESS_OPTION_TAKE doc improvements
2022-07-17 borsAuto merge of #99283 - RalfJung:miri, r=RalfJung
2022-07-17 Ralf Jungmake tidy accept another permutation of this license...
next