]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 #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 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 Jakub BeránekRevert "Use ICF (identical code folding) for building...
2022-07-18 borsAuto merge of #99422 - Dylan-DPC:rollup-htjofm6, r...
2022-07-18 Tim VermeulenAdd note to test about `Unfuse`
2022-07-18 Tim VermeulenFix `Skip::next` for non-fused inner iterators
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 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...
2022-07-17 Ralf Jungupdate Miri
2022-07-17 Tethys SvenssonFix for `rchunks_exact` doc
2022-07-17 Guillaume GomezFix auto-expand of trees in source code page sidebar
2022-07-17 borsAuto merge of #99040 - gimbles:ci-std-tests, r=pietroalbini
2022-07-17 Michael Gouletuse rustc_hir_pretty::qpath_to_string to avoid span_to_...
2022-07-17 borsAuto merge of #99362 - JohnTitor:rollup-4d5zo9d, r...
2022-07-17 Yuki OkushiRollup merge of #99354 - JohnTitor:issue-95829, r=compi...
2022-07-17 Yuki OkushiRollup merge of #99306 - JohnTitor:stabilize-future...
2022-07-17 Yuki OkushiRollup merge of #99302 - yaahc:gma-tracking-issue,...
2022-07-17 Yuki OkushiRollup merge of #99088 - niklasf:stabilize-process_set_...
2022-07-17 Yuki OkushiRollup merge of #99036 - TaKO8Ki:fix-test-for-88138...
2022-07-17 Yuki OkushiRollup merge of #97915 - tbu-:pr_os_string_fmt_write...
2022-07-17 Yuki OkushiRollup merge of #94927 - c410-f3r:stabilize-let-chains...
2022-07-17 Michael GouletDo not ICE when we have -Zunpretty=expand with invalid ABI
2022-07-17 Michael GouletDo not constraint TAITs when checking impl/trait item...
2022-07-17 Michael Howellrustdoc: avoid inlining items with duplicate `(type...
2022-07-16 Yuki OkushiAdd regression test for #95829
2022-07-16 borsAuto merge of #98866 - nagisa:nagisa/align-offset-wroom...
2022-07-16 CaioStabilize `let_chains`
2022-07-16 Michael GouletUse typeck_results to get accurate qpath res for arg...
2022-07-16 Simonas KazlauskasAdd a special case for align_offset /w stride != 1
2022-07-16 Michael GouletBe more precise when suggesting removal of parens on...
2022-07-16 Josh TriplettExpand documentation for `process_group`
2022-07-16 Josh TriplettUpdate `since` version to 1.64
2022-07-16 borsAuto merge of #99346 - matthiaskrgr:rollup-p4dl1qt...
2022-07-16 Matthias KrügerRollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string...
2022-07-16 Matthias KrügerRollup merge of #99323 - GuillaumeGomez:fix-gui-flaky...
2022-07-16 Matthias KrügerRollup merge of #99317 - yanchith:borrow-vec-ta-as...
2022-07-16 Matthias KrügerRollup merge of #99316 - tshepang:clearer, r=compiler...
2022-07-16 Matthias KrügerRollup merge of #99290 - compiler-errors:revert-98794...
2022-07-16 Matthias KrügerRollup merge of #99287 - GuillaumeGomez:rustdoc-json...
next