about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-07-28once again tidy was unhappyLokathor-1/+3
2022-07-28Update thumbv4t_none_eabi.rsLokathor-2/+3
2022-07-14tidy demands this whitespace go awayLokathor-1/+1
2022-07-13conform to the tidy expectationsLokathor-1/+1
2022-07-13add missing imports.Lokathor-1/+1
2022-07-13Update thumbv4t_none_eabi.rsLokathor-1/+8
2022-07-13word-wrap the comments.Lokathor-2/+10
2022-07-13Auto merge of #97995 - RalfJung:union-more-nodrop, r=Mark-Simulacrumbors-529/+507
2022-07-13add array tests, cleanup, tidy, and blessRalf Jung-15/+35
2022-07-13assigning to a union field can never drop nowRalf Jung-57/+14
2022-07-13remove untagged_union feature gateRalf Jung-449/+386
2022-07-13also allow arrays of allowed typesRalf Jung-4/+13
2022-07-13allow unions with mutable references and tuples of allowed typesRalf Jung-12/+59
2022-07-13factor 'is this type allowed as union field on stable' into separate functionRalf Jung-3/+11
2022-07-13Auto merge of #99136 - CAD97:layout-faster, r=scottmcmbors-21/+38
2022-07-13Auto merge of #99210 - Dylan-DPC:rollup-879cp1t, r=Dylan-DPCbors-830/+830
2022-07-13Auto merge of #98145 - ouz-a:some_branch, r=oli-obkbors-227/+401
2022-07-13Rollup merge of #99199 - TaKO8Ki:remove-unnecessary-span-to-snippet, r=cjgillotDylan DPC-14/+11
2022-07-13Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwcoDylan DPC-28/+67
2022-07-13Rollup merge of #99030 - rust-lang:notriddle/field-recovery, r=petrochenkovDylan DPC-10/+37
2022-07-13Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddybDylan DPC-513/+139
2022-07-13Rollup merge of #98574 - dingxiangfei2009:let-else-thir, r=oli-obkDylan DPC-265/+576
2022-07-13Auto merge of #99203 - GuillaumeGomez:rollup-b2re0dv, r=GuillaumeGomezbors-263/+571
2022-07-13Limit test to x86 targets for reproducabilityOli Scherer-0/+1
2022-07-13Rollup merge of #99185 - krasimirgg:llvm-wrapper-inlineasm, r=nikicGuillaume Gomez-0/+6
2022-07-13Rollup merge of #99183 - jonas-schievink:proc_macro-mention-r-a, r=jyn514Guillaume Gomez-0/+3
2022-07-13Rollup merge of #99176 - lnicola:rust-analyzer-2022-07-12, r=lnicolaGuillaume Gomez-7/+7
2022-07-13Rollup merge of #99168 - TaKO8Ki:add-regression-test-for-74713, r=Dylan-DPCGuillaume Gomez-0/+30
2022-07-13Rollup merge of #99152 - GuillaumeGomez:css-theme-var, r=jshaGuillaume Gomez-163/+45
2022-07-13Rollup merge of #99148 - SOF3:clarify-xsize-bound, r=scottmcmGuillaume Gomez-24/+32
2022-07-13Rollup merge of #99132 - jyn514:autolabel, r=Mark-SimulacrumGuillaume Gomez-0/+13
2022-07-13Rollup merge of #99020 - fee1-dead-contrib:repr_transparent_non_exhaustive, r...Guillaume Gomez-5/+362
2022-07-13Rollup merge of #98848 - flip1995:clippy-book, r=jyn514Guillaume Gomez-19/+28
2022-07-13Rollup merge of #98789 - aDotInTheVoid:rjdt-derives, r=jshaGuillaume Gomez-45/+45
2022-07-13Auto merge of #99066 - est31:remove_box_librustdoc, r=jshabors-39/+47
2022-07-13Auto merge of #99149 - ferrocene:pa-nightly-branch, r=Mark-Simulacrumbors-13/+15
2022-07-13fix documentationDeadbeef-6/+10
2022-07-13avoid `&str` to `String` conversionsTakayuki Maeda-2/+2
2022-07-13remove an unnecessary `span_to_snippet`Takayuki Maeda-12/+9
2022-07-13Auto merge of #99101 - RalfJung:interpret-projections, r=oli-obkbors-432/+540
2022-07-12Update compiler/rustc_parse/src/parser/expr.rsMichael Howell-1/+1
2022-07-12llvm-wrapper: adapt for LLVM API changeKrasimir Georgiev-0/+6
2022-07-12Mention rust-analyzer maintainers when `proc_macro` bridge is changedJonas Schievink-0/+3
2022-07-12ignore wasm=32 & blessouz-a-130/+133
2022-07-12Auto merge of #99177 - Dylan-DPC:rollup-m0k9q2w, r=Dylan-DPCbors-427/+1180
2022-07-12Rollup merge of #99171 - GuillaumeGomez:rustdoc-ui-test-regex, r=Dylan-DPCDylan DPC-19/+70
2022-07-12Rollup merge of #99154 - rosehuds:master, r=cjgillotDylan DPC-5/+3
2022-07-12Rollup merge of #99038 - jackh726:earlybinder-cleanup, r=lcnrDylan DPC-45/+57
2022-07-12Rollup merge of #98972 - TaKO8Ki:suggest-adding-missing-zero-to-floating-poin...Dylan DPC-4/+219
2022-07-12Rollup merge of #98633 - c410-f3r:yet-another-let-chain, r=estebankDylan DPC-301/+827