]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2023-02-07 Matthias KrügerRollup merge of #107700 - jyn514:tools-builder, r=Mark...
2023-02-07 Matthias KrügerRollup merge of #107695 - Swatinem:futcallx3, r=compile...
2023-02-07 Matthias KrügerRollup merge of #107662 - cjgillot:copy-projection...
2023-02-07 Matthias KrügerRollup merge of #107555 - edward-shen:edward-shen/dup...
2023-02-07 Matthias KrügerRollup merge of #107471 - notriddle:notriddle/default...
2023-02-07 Matthias KrügerRollup merge of #100599 - MatthewPeterKelly:add-E0523...
2023-02-07 borsAuto merge of #107704 - jyn514:tidy-ci, r=Mark-Simulacrum
2023-02-07 Arpad BorsosAdd test for Future inflating arg size to 3x
2023-02-07 borsAuto merge of #106180 - RalfJung:dereferenceable-genera...
2023-02-07 borsAuto merge of #107693 - petrochenkov:metable, r=oli-obk
2023-02-06 borsAuto merge of #107738 - matthiaskrgr:rollup-o18lzi8...
2023-02-06 Matthias KrügerRollup merge of #107735 - edward-shen:edward-shen/mailm...
2023-02-06 Matthias KrügerRollup merge of #107731 - RalfJung:interpret-discrimina...
2023-02-06 Matthias KrügerRollup merge of #107725 - GuillaumeGomez:turn-markdownw...
2023-02-06 Matthias KrügerRollup merge of #107724 - klensy:imports, r=Mark-Simulacrum
2023-02-06 Matthias KrügerRollup merge of #107720 - tshepang:consistency, r=Mark...
2023-02-06 Matthias KrügerRollup merge of #107714 - Wilfred:round_docs, r=m-ou-se
2023-02-06 Matthias KrügerRollup merge of #107692 - Swatinem:printsizeyield,...
2023-02-06 Matthias KrügerRollup merge of #107596 - Kobzol:stage-build-timer...
2023-02-06 Matthias KrügerRollup merge of #106477 - Nathan-Fenner:nathanf/refined...
2023-02-06 Edward ShenModify existing bounds if they exist
2023-02-06 Edward ShenAdd mailmap for commits made by xes@meta.com
2023-02-06 Camille GillotComment move->copy transform.
2023-02-06 borsAuto merge of #107727 - Dylan-DPC:rollup-b1yexcl, r...
2023-02-06 Ralf Junginterpret: move discriminant reading and writing to...
2023-02-06 Guillaume GomezTurn MarkdownWithToc into a struct with named fields
2023-02-06 klensyremove unused imports
2023-02-06 Dylan DPCRollup merge of #107687 - cjgillot:sroa-2, r=oli-obk
2023-02-06 Dylan DPCRollup merge of #107685 - jieyouxu:issue-90027, r=compi...
2023-02-06 Dylan DPCRollup merge of #107669 - notriddle:notriddle/ayu-small...
2023-02-06 Dylan DPCRollup merge of #107580 - lenko-d:default_value_for_a_l...
2023-02-06 Dylan DPCRollup merge of #107553 - edward-shen:edward-shen/sugge...
2023-02-06 borsAuto merge of #103761 - chenyukang:yukang/fix-103320...
2023-02-06 Matthew KellyAdd extended error message for E0523
2023-02-06 Ralf Jungalso do not add noalias on not-Unpin Box
2023-02-06 Ralf Jungmake &mut !Unpin not dereferenceable
2023-02-06 Ralf Jungmake PointerKind directly reflect pointer types
2023-02-06 Tshepang Mbamboend entry paragprah with a period (.)
2023-02-06 borsAuto merge of #107667 - cjgillot:no-on-hit, r=lcnr...
2023-02-06 borsAuto merge of #107697 - kiranshila:patch-1, r=the8472
2023-02-06 许杰友 Jieyou... Suggest return type for async function without return...
2023-02-06 Wilfred HughesClarify wording on f64::round() and f32::round()
2023-02-06 borsAuto merge of #107141 - notriddle:notriddle/max-lev...
2023-02-05 borsAuto merge of #107627 - nnethercote:optimize-fold_ty...
2023-02-05 Nicholas NethercoteSplit and inline `TypeFreshener::fold_ty`.
2023-02-05 Nicholas NethercoteSplit and inline `ShallowResolver::fold_ty`.
2023-02-05 Nicholas NethercoteInline `OpportunisticVarResolver::fold_ty`.
2023-02-05 Nicholas NethercoteImprove early bailout test in `resolve_vars_if_possible`.
2023-02-05 Nicholas NethercotePut a `ShallowResolver` within `OpportunisticVarResolver`.
2023-02-05 Joshua NelsonRun `expand-yaml-anchors` in `x test tidy`
2023-02-05 borsAuto merge of #107526 - obeis:for-missing-iterator...
2023-02-05 Joshua NelsonRun the tools builder on all PRs
2023-02-05 Kiran ShilaFix typo in HashMap::with_capacity
2023-02-05 borsAuto merge of #107663 - matthiaskrgr:107423-point-at...
2023-02-05 Arpad BorsosSort Generator `print-type-sizes` according to their...
2023-02-05 Vadim Petrochenkovrustc_metadata: Encode/decode `DefPathHash`es without...
2023-02-05 Obei SidegAdd ui test for missing expression in for loop
2023-02-05 Obei SidegRecover from missing expression in for loop
2023-02-05 Vadim Petrochenkovrustc_metadata: Encode/decode some `LazyArray`s without...
2023-02-05 Vadim Petrochenkovrustc_metadata: Support encoding/decoding `LazyArray...
2023-02-05 Vadim Petrochenkovrustc_metadata: Refactor lazy table reading/writing
2023-02-05 borsAuto merge of #102842 - rol1510:issue-85566-fix, r...
2023-02-05 Camille GILLOTBless 32bit tests.
2023-02-05 Camille GILLOTSimplify ReplacementMap.
2023-02-05 Camille GILLOTRun SROA to fixpoint.
2023-02-05 Camille GILLOTSimplify construction of replacement map.
2023-02-05 Camille GILLOTIntroduce helper.
2023-02-05 Camille GILLOTMake SROA expand assignments.
2023-02-05 borsAuto merge of #107679 - est31:less_import_overhead...
2023-02-05 Camille GILLOTFix SROA without deaggregation.
2023-02-05 borsAuto merge of #107434 - BoxyUwU:nll_const_equate, r...
2023-02-05 Boxyemit `ConstEquate` in `TypeRelating<D>`
2023-02-05 Edward ShenSuggest null ptr if 0 is given as a raw ptr arg
2023-02-05 est31rustc_session: remove huge error imports
2023-02-05 est31rustc_parse: remove huge error imports
2023-02-05 est31rustc_interface: remove huge error imports
2023-02-05 est31rustc_passes: remove huge error imports
2023-02-05 est31rustc_const_eval: remove huge error imports
2023-02-05 est31rustc_metadata: remove huge error imports
2023-02-05 est31rustc_expand: remove huge error imports
2023-02-04 Camille GILLOTTurn projections into copies in CopyProp.
2023-02-04 Lenko DonchevRecover from default value for a lifetime in generic...
2023-02-04 borsAuto merge of #107672 - matthiaskrgr:rollup-7e6dbuk...
2023-02-04 Matthias KrügerRollup merge of #107661 - oli-obk:breathing_room, r...
2023-02-04 Matthias KrügerRollup merge of #107646 - estebank:specific-span, r...
2023-02-04 Matthias KrügerRollup merge of #107116 - ozkanonur:consolidate-bootstr...
2023-02-04 borsAuto merge of #107549 - Zoxc:rustc-shared, r=jyn514
2023-02-04 Roland Strasserrustdoc: trait bound formatting
2023-02-04 ozkanonurconsolidate bootstrap docs
2023-02-04 Michael Howellrustdoc: combine duplicate rules in ayu CSS
2023-02-04 Camille GILLOTSupport parallel compiler.
2023-02-04 Camille GILLOTRemove `OnHit` callback from query caches.
2023-02-04 borsAuto merge of #107267 - cjgillot:keep-aggregate, r...
2023-02-04 Matthias Krügerdon't point at nonexisting code beyond EOF when warning...
2023-02-04 Oli SchererRemove Esteban from review queues for a while
2023-02-04 borsAuto merge of #107618 - chriswailes:linker-arg, r=alber...
2023-02-04 borsAuto merge of #107591 - krasimirgg:llvm-17-pgoopts...
2023-02-03 Esteban Küberreview comments
2023-02-03 borsAuto merge of #107650 - compiler-errors:rollup-4pntchf...
2023-02-03 Michael GouletRollup merge of #107632 - ameknite:issue-107622-fix...
next