]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2023-02-06 Nicholas NethercoteOptimize `TyKind::eq`.
2023-02-06 Oli SchererAvoid locking the global context across the `after_expa...
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 bjorn3Rustup to rustc 1.69.0-nightly (75a0be98f 2023-02-05)
2023-02-06 Camille GillotComment move->copy transform.
2023-02-06 bjorn3Sync from rust 044a28a4091f2e1a5883f7fa990223f8b200a2cd
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 clubby789Migrate `rustc_parse` to derive diagnostics
2023-02-06 klensyremove unused imports
2023-02-06 CastilloDelAdd `run-rustfix` to tests/ui/issues/issue-92741.rs
2023-02-06 CastilloDelAdd more test cases to tests/ui/issues/issue-92741.rs
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 John Kåre AlsakerMake an optimal cold path for query_cache_hit
2023-02-06 borsAuto merge of #103761 - chenyukang:yukang/fix-103320...
2023-02-06 John Kåre AlsakerDon't inline query_cache_hit to reduce code size of...
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 Maybe WaffleRemove `arena_cache` modifier from `upstream_monomorphi...
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-06 Eric HussUpdate strip-ansi-escapes and vte
2023-02-05 borsAuto merge of #107627 - nnethercote:optimize-fold_ty...
2023-02-05 Nicholas NethercoteSplit and inline `TypeFreshener::fold_ty`.
2023-02-05 Trevor GrossMark 'atomic_mut_ptr' methods const
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 Lukas Markeffskyyet another ui test
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 bjorn3Merge pull request #1351 from bjorn3/global_asm_const
2023-02-05 bjorn3Implement sym operands for global asm
2023-02-05 bjorn3Implement const operands for global asm
2023-02-05 bjorn3Merge pull request #1350 from bjorn3/inline_asm_sym
2023-02-05 Kiran ShilaFix typo in HashMap::with_capacity
2023-02-05 CastilloDelAdd UI test for issue #92741
2023-02-05 CastilloDelClean up and comment EmitterWriter.draw_code_line
2023-02-05 bjorn3Fix linker error when inline asm sym operand is not...
2023-02-05 borsAuto merge of #107663 - matthiaskrgr:107423-point-at...
2023-02-05 bjorn3Add create_wrapper_function helper
2023-02-05 bjorn3Support const and sym operands in inline asm
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 bjorn3Merge pull request #1347 from bjorn3/dist_no_debug_asse...
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 Lukas MarkeffskyReErased regions are local
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...
next