]> git.lizzy.rs Git - rust.git/history - compiler/rustc_trait_selection
Rollup merge of #96051 - newpavlov:duration_rounding, r=nagisa,joshtriplett
[rust.git] / compiler / rustc_trait_selection /
2022-05-27 Michael GouletRollup merge of #96051 - newpavlov:duration_rounding...
2022-05-26 borsAuto merge of #97386 - nnethercote:optimize-pos-adjustm...
2022-05-26 Matthias KrügerRollup merge of #97354 - GuillaumeGomez:browser-ui...
2022-05-26 Matthias KrügerRollup merge of #96033 - yaahc:expect-elaboration,...
2022-05-26 borsAuto merge of #97046 - conradludgate:faster-ascii-case...
2022-05-26 borsAuto merge of #97168 - SparrowLii:accesses, r=cjgillot
2022-05-26 borsAuto merge of #96742 - m-ou-se:bsd-no-ancillary, r...
2022-05-26 borsAuto merge of #97369 - tmiasko:codgen-ssa-atomic-orderi...
2022-05-25 Guillaume GomezRollup merge of #97394 - GuillaumeGomez:more-eslint...
2022-05-25 Guillaume GomezRollup merge of #97317 - GuillaumeGomez:gui-settings...
2022-05-25 borsAuto merge of #97403 - arlosi:update-cargo, r=ehuss
2022-05-25 borsAuto merge of #97401 - Dylan-DPC:rollup-fh9e61o, r...
2022-05-25 Dylan DPCRollup merge of #97400 - JohnTitor:typo-fix-substructur...
2022-05-25 Dylan DPCRollup merge of #97398 - JohnTitor:issue-82830, r=compi...
2022-05-25 Dylan DPCRollup merge of #97351 - b-naber:adt-const-params-struc...
2022-05-25 Dylan DPCRollup merge of #97328 - petrochenkov:nativice, r=micha...
2022-05-25 Dylan DPCRollup merge of #97302 - compiler-errors:writeback...
2022-05-25 borsAuto merge of #94954 - SimonSapin:null-thin3, r=yaahc
2022-05-25 borsAuto merge of #97388 - Dylan-DPC:rollup-tfuc4tf, r...
2022-05-25 Dylan DPCRollup merge of #97384 - nnethercote:fix-metadata-stats...
2022-05-25 Dylan DPCRollup merge of #97370 - compiler-errors:else-no-if...
2022-05-25 Dylan DPCRollup merge of #97233 - c410-f3r:assert-lib, r=scottmcm
2022-05-25 Dylan DPCRollup merge of #96913 - Urgau:rfc3239-part2, r=petroch...
2022-05-25 Dylan DPCRollup merge of #95953 - JakobDegen:repeat-leak, r...
2022-05-25 borsAuto merge of #97345 - lcnr:fast_reject, r=nnethercote
2022-05-25 borsAuto merge of #97382 - Dylan-DPC:rollup-2t4ov4z, r...
2022-05-25 lcnrmove fast reject test out of `SelectionContext::match_i...
2022-05-25 lcnradd a deep fast_reject routine
2022-05-25 Dylan DPCRollup merge of #97379 - ear7h:master, r=thomcc
2022-05-25 Dylan DPCRollup merge of #97323 - 5225225:strict_init_checks...
2022-05-25 Dylan DPCRollup merge of #97105 - JulianKnodt:const_dep_gen_cons...
2022-05-25 Dylan DPCRollup merge of #97026 - Nilstrieb:make-atomic-debug...
2022-05-24 Yuki OkushiRollup merge of #97363 - wackbyte:sliceindex-doc-typo...
2022-05-24 Yuki OkushiRollup merge of #97266 - est31:unknown_lints_cfg_attr...
2022-05-24 Yuki OkushiRollup merge of #93966 - rkuhn:patch-1, r=tmandry
2022-05-24 Dylan DPCRollup merge of #97321 - RalfJung:int-to-fnptr, r=Dylan-DPC
2022-05-24 Dylan DPCRollup merge of #97308 - JohnTitor:stabilize-cell-filte...
2022-05-24 Dylan DPCRollup merge of #97288 - compiler-errors:tcxify-rustdoc...
2022-05-24 Loïc BRANSTETTClean up condition evaluation system
2022-05-24 b-nabergive correct error message on structural match violation
2022-05-24 borsAuto merge of #97121 - pvdrz:do-subdiagnostics-later...
2022-05-24 kadminCoalesce branches
2022-05-24 Yuki OkushiRollup merge of #97336 - tshepang:typo, r=cjgillot
2022-05-24 Yuki OkushiRollup merge of #97290 - jyn514:fast-submodules, r...
2022-05-24 Yuki OkushiRollup merge of #97289 - compiler-errors:tcxify-clippy...
2022-05-24 Yuki OkushiRollup merge of #97240 - TaKO8Ki:improve-errors-about...
2022-05-24 borsAuto merge of #97272 - jackh726:ban-compare-mode-nll...
2022-05-23 borsAuto merge of #97120 - Kobzol:rustc-pgo-expansion,...
2022-05-23 borsAuto merge of #94053 - GuillaumeGomez:fields-stripped...
2022-05-23 borsAuto merge of #97315 - Dylan-DPC:rollup-2wee2oz, r...
2022-05-23 Dylan DPCRollup merge of #97309 - JohnTitor:issue-90400, r=compi...
2022-05-23 Dylan DPCRollup merge of #97292 - compiler-errors:tcxify-rustc...
2022-05-23 Dylan DPCRollup merge of #96129 - mattheww:2022-04_float_roundin...
2022-05-23 borsAuto merge of #92461 - rust-lang:const_tls_local_panic_...
2022-05-23 Dylan DPCRollup merge of #97087 - Nilstrieb:clarify-slice-iterat...
2022-05-23 borsAuto merge of #96100 - Raekye:master, r=dtolnay
2022-05-23 borsAuto merge of #96906 - tbu-:pr_stabilize_to_ipv4_mapped...
2022-05-22 Michael GouletLifetime variance fixes for rustc
2022-05-22 Jack HueyRollup merge of #97277 - jyn514:no-unstable-for-bootstr...
2022-05-22 Jack HueyRollup merge of #97043 - c410-f3r:z-errors, r=petrochenkov
2022-05-22 borsAuto merge of #97177 - oli-obk:const-stability, r=davidtwco
2022-05-22 Yuki OkushiRollup merge of #97259 - jyn514:fix-typo, r=JohnTitor
2022-05-22 Yuki OkushiRollup merge of #97236 - cjgillot:recover-lifetime...
2022-05-22 Yuki OkushiRollup merge of #97228 - jonhoo:patch-1, r=bjorn3
2022-05-22 Yuki OkushiRollup merge of #97225 - cuviper:ref-display, r=scottmcm
2022-05-22 Yuki OkushiRollup merge of #97144 - samziz:patch-1, r=Dylan-DPC
2022-05-22 borsAuto merge of #94119 - c410-f3r:array-again-and-again...
2022-05-21 borsAuto merge of #96515 - lcnr:user-types-in-pat, r=nikoma...
2022-05-21 borsAuto merge of #94530 - tmiasko:alignment-impls, r=dtolnay
2022-05-21 xFrednetMerge 'rust-clippy/master' into clippyup
2022-05-21 Guillaume GomezRollup merge of #97238 - Mark-Simulacrum:bump-ci-llvm...
2022-05-21 Guillaume GomezRollup merge of #97237 - oberien:patch-1, r=Dylan-DPC
2022-05-21 Guillaume GomezRollup merge of #97232 - tshepang:typo, r=Dylan-DPC
2022-05-21 Guillaume GomezRollup merge of #97223 - cjgillot:linear-hir-tree,...
2022-05-21 Guillaume GomezRollup merge of #97219 - RalfJung:ptr-invalid, r=thomcc
2022-05-21 Guillaume GomezRollup merge of #97218 - GuillaumeGomez:eslint-checks...
2022-05-21 Guillaume GomezRollup merge of #97190 - SylvainDe:master, r=Dylan-DPC
2022-05-21 borsAuto merge of #93963 - GuillaumeGomez:reduce-clean...
2022-05-21 borsAuto merge of #97239 - jhpratt:remove-crate-vis, r...
2022-05-21 borsAuto merge of #96923 - eholk:fix-fake-read, r=nikomatsakis
2022-05-21 borsAuto merge of #96605 - Urgau:string-retain-codegen...
2022-05-21 Jacob PrattRemove `crate` visibility usage in compiler
2022-05-20 borsAuto merge of #95418 - cjgillot:more-disk, r=davidtwco
2022-05-20 Matthias KrügerRollup merge of #97109 - TaKO8Ki:fix-misleading-cannot...
2022-05-20 Guillaume GomezRollup merge of #97188 - carbotaniuman:remove-null...
2022-05-20 Guillaume GomezRollup merge of #97185 - RalfJung:number-validity,...
2022-05-20 Guillaume GomezRollup merge of #97179 - GuillaumeGomez:eslint-lint...
2022-05-20 Guillaume GomezRollup merge of #96565 - notriddle:notriddle/impl-box...
2022-05-20 borsAuto merge of #96422 - tmccombs:mutex-unpoison, r=m...
2022-05-20 borsAuto merge of #97147 - Mark-Simulacrum:stage0-bump...
2022-05-20 borsAuto merge of #97027 - cuviper:yesalias-refcell, r...
2022-05-19 Dylan DPCRollup merge of #97171 - JohnTitor:issue-88119, r=compi...
2022-05-19 Dylan DPCRollup merge of #97170 - benediktwerner:master, r=JohnTitor
2022-05-19 Dylan DPCRollup merge of #97169 - gimbles:u32-diagnostic, r...
2022-05-19 Dylan DPCRollup merge of #97155 - alygin:patch-1, r=JohnTitor
2022-05-19 Dylan DPCRollup merge of #97142 - SparrowLii:inline, r=tmiasko
2022-05-19 Dylan DPCRollup merge of #96539 - tmandry:relnotes-1.61, r=Mark...
2022-05-19 borsAuto merge of #97024 - lcnr:simplify_type-sus, r=<try>
2022-05-19 borsAuto merge of #97114 - klensy:cursor-ref, r=petrochenkov
2022-05-19 borsAuto merge of #97103 - luqmana:asm-unwind-cleanup,...
next