about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-07-10Rollup merge of #99045 - 1011X:patch-1, r=GuillaumeGomezMatthias Krüger-1/+11
2022-07-10Auto merge of #97522 - xfix:stabilize-slice-from-raw-parts, r=dtolnaybors-67/+62
2022-07-10Auto merge of #98213 - notriddle:notriddle/clap-3, r=Mark-Simulacrumbors-76/+36
2022-07-09Auto merge of #98950 - ChrisDenton:getoverlapped-io, r=thomccbors-8/+134
2022-07-09Partially stabilize const_slice_from_raw_partsKonrad Borowski-67/+62
2022-07-09Auto merge of #99056 - lcnr:higher_ranked_sub, r=oli-obkbors-21/+17
2022-07-09Auto merge of #98957 - RalfJung:zst-are-different, r=lcnr,oli-obkbors-291/+312
2022-07-09Update Cargo.lockMichael Howell-46/+10
2022-07-09Fix epage's nitsMichael Howell-2/+4
2022-07-09Update submodule rust-installerMichael Howell-11/+4
2022-07-09Bump to clap 3Michael Howell-21/+22
2022-07-09Auto merge of #99082 - matthiaskrgr:rollup-nouwsh7, r=matthiaskrgrbors-22/+28
2022-07-09tweak names and output and blessRalf Jung-231/+241
2022-07-09review feedbackRalf Jung-21/+15
2022-07-09fix cranelift and gcc backendsRalf Jung-5/+5
2022-07-09don't allow ZST in ScalarIntRalf Jung-61/+78
2022-07-09Rollup merge of #99067 - est31:to_owned_link, r=Dylan-DPCMatthias Krüger-1/+1
2022-07-09Rollup merge of #99050 - JakobDegen:storage-docs, r=tmiaskoMatthias Krüger-14/+20
2022-07-09Rollup merge of #99022 - pierwill:always-storage-live-locals, r=pierwillMatthias Krüger-7/+7
2022-07-09Auto merge of #98328 - topjohnwu:fix_cross, r=jyn514bors-1/+22
2022-07-09Auto merge of #99078 - Dylan-DPC:rollup-gnw6cli, r=Dylan-DPCbors-750/+678
2022-07-09Rollup merge of #99070 - tamird:update-tracking-issue, r=RalfJungDylan DPC-40/+40
2022-07-09Rollup merge of #99048 - TaKO8Ki:remove-type-string-comparison, r=compiler-er...Dylan DPC-19/+22
2022-07-09Rollup merge of #99043 - compiler-errors:derive-nit, r=cjgillotDylan DPC-72/+12
2022-07-09Rollup merge of #99008 - obeis:issue-98974, r=compiler-errorsDylan DPC-19/+52
2022-07-09Rollup merge of #98980 - RalfJung:const-prop-ice, r=oli-obkDylan DPC-12/+39
2022-07-09Rollup merge of #98915 - nnethercote:clarify-deriving-code, r=Mark-SimulacrumDylan DPC-567/+454
2022-07-09Rollup merge of #98350 - pcwalton:dwarf5, r=michaelwoeristerDylan DPC-21/+59
2022-07-09Auto merge of #99028 - tmiasko:inline, r=estebankbors-0/+13
2022-07-09Auto merge of #98961 - zeevm:issue-98958-fix, r=oli-obkbors-11/+2
2022-07-09Minor updates based on review comments.Nicholas Nethercote-15/+10
2022-07-08Clarify MIR semantics of storage statementsJakob Degen-14/+20
2022-07-08Auto merge of #98816 - estebank:implicit-sized, r=oli-obkbors-125/+283
2022-07-09Simplify `cs_fold`.Nicholas Nethercote-162/+114
2022-07-09Fix some inconsistencies.Nicholas Nethercote-58/+31
2022-07-09Cut down large comment about zero-variant enums.Nicholas Nethercote-49/+3
2022-07-09Avoid transposes in deriving code.Nicholas Nethercote-218/+183
2022-07-09Remove `FieldInfo::attrs`.Nicholas Nethercote-18/+14
2022-07-09Rename `FieldInfo` fields.Nicholas Nethercote-45/+59
2022-07-09Clarify args terminology.Nicholas Nethercote-109/+147
2022-07-08Update integer_atomics tracking issueTamir Duberstein-40/+40
2022-07-08Intra-doc-link-ify reference to Clone::clone_fromest31-1/+1
2022-07-08Auto merge of #99034 - RalfJung:miri, r=Mark-Simulacrumbors-9/+10
2022-07-08Implement support for DWARF version 5.Patrick Walton-21/+59
2022-07-08Auto merge of #98614 - oli-obk:take_unsound_opaque_types, r=wesleywiserbors-187/+116
2022-07-08set all padding for main element in printInfra-1/+1
2022-07-08Auto merge of #99054 - Dylan-DPC:rollup-0zuhhds, r=Dylan-DPCbors-145/+372
2022-07-09remove a string comparison about typesTakayuki Maeda-19/+22
2022-07-08don't use `commit_if_ok` during `higher_ranked_sub`lcnr-21/+17
2022-07-08Only register hidden types for opaque types from the current crate, nothing e...Oli Scherer-1/+2