about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-07-25Add a clickable link to the layout sectionest31-1/+7
2022-07-24Auto merge of #99409 - tmiasko:atomic-tests, r=m-ou-sebors-1/+109
2022-07-24Auto merge of #93429 - fee1-dead-contrib:allow-super-trait-tilde-const, r=oli...bors-0/+100
2022-07-24Auto merge of #99251 - cuviper:hashbrown-0.12, r=Mark-Simulacrumbors-1/+1
2022-07-24Auto merge of #95548 - rcvalle:rust-cfi-2, r=nagisabors-68/+712
2022-07-23Auto merge of #99652 - GuillaumeGomez:rollup-38v0x7y, r=GuillaumeGomezbors-180/+238
2022-07-23Rollup merge of #99638 - GuillaumeGomez:rm-clean-trait, r=notriddleGuillaume Gomez-136/+153
2022-07-23Rollup merge of #99449 - compiler-errors:assoc-const-missing-item, r=lcnrGuillaume Gomez-40/+33
2022-07-23Rollup merge of #99396 - compiler-errors:missing-tests, r=Mark-SimulacrumGuillaume Gomez-0/+46
2022-07-23Rollup merge of #99298 - ChrisDenton:ignore-plugins-stage1, r=Mark-SimulacrumGuillaume Gomez-4/+6
2022-07-23Auto merge of #98208 - ivanloz:master, r=nagisabors-2/+39
2022-07-23Update documentation for LLVM CFI supportRamon de C Valle-29/+85
2022-07-23Add fine-grained LLVM CFI support to the Rust compilerRamon de C Valle-39/+627
2022-07-23Add testsDeadbeef-0/+100
2022-07-23Remove Clean trait implementation for hir::Ty and middle::TyGuillaume Gomez-136/+153
2022-07-23Rollup merge of #99617 - ehuss:update-mdbook, r=Dylan-DPCMatthias Krüger-1/+1
2022-07-23Rollup merge of #99580 - fmease:fix-issue-99565, r=estebankMatthias Krüger-2/+23
2022-07-23Auto merge of #99599 - RalfJung:miri-stage-0, r=RalfJungbors-8/+16
2022-07-23Auto merge of #99623 - RalfJung:rollup-0h066kc, r=RalfJungbors-1/+28
2022-07-22Rollup merge of #99602 - RalfJung:xsv, r=Mark-SimulacrumRalf Jung-1/+28
2022-07-22Rollup merge of #99588 - ehuss:update-books, r=ehussRalf Jung-0/+0
2022-07-22Auto merge of #98017 - RalfJung:dereferenceable, r=nikicbors-1/+19
2022-07-22Update mdbookEric Huss-1/+1
2022-07-22Do not resolve associated const when there is no provided valueMichael Goulet-40/+33
2022-07-22do not mark interior mutable shared refs as dereferenceableRalf Jung-1/+19
2022-07-22Auto merge of #99598 - GuillaumeGomez:clean-trait-fields-on-demand, r=notriddlebors-22/+23
2022-07-22update MiriRalf Jung-8/+8
2022-07-22cargotest: do not run quickcheck tests in xsvRalf Jung-1/+28
2022-07-22Auto merge of #99521 - fee1-dead-contrib:const_fix_hax, r=oli-obkbors-16/+1
2022-07-22miri: make --stage 0 testing workRalf Jung-0/+8
2022-07-22Make some clean::Trait fields computation on demandGuillaume Gomez-22/+23
2022-07-22Auto merge of #99491 - workingjubilee:sync-psimd, r=workingjubileebors-8/+9
2022-07-22Rollup merge of #99539 - compiler-errors:bidirectional-block-suggestions, r=f...Dylan DPC-40/+107
2022-07-22Rollup merge of #99423 - GuillaumeGomez:group-css-font-rule, r=notriddleDylan DPC-12/+9
2022-07-22Rollup merge of #99393 - Logarithmus:feature/99255-omit-const-generic-suffixe...Dylan DPC-179/+188
2022-07-22Rollup merge of #98868 - tmiasko:unreachable-coverage, r=wesleywiserDylan DPC-0/+41
2022-07-21Update booksEric Huss-0/+0
2022-07-22Don't suggest unnameable generic argumentsLeón Orell Valerian Liehr-2/+23
2022-07-22Auto merge of #99420 - RalfJung:vtable, r=oli-obkbors-211/+266
2022-07-21Auto merge of #99530 - RalfJung:miri, r=oli-obkbors-7/+9
2022-07-21update MiriRalf Jung-7/+9
2022-07-21Auto merge of #99501 - lcnr:check-regions-infcx, r=oli-obkbors-2/+2
2022-07-21Rollup merge of #99559 - GuillaumeGomez:rm-unused-field-keyword, r=notriddleMatthias Krüger-15/+14
2022-07-21Rollup merge of #99552 - lcnr:orphan_check-rework, r=oli-obkMatthias Krüger-1/+1
2022-07-21Rollup merge of #99549 - JohnTitor:issue-52304, r=compiler-errorsMatthias Krüger-0/+11
2022-07-21Rollup merge of #99526 - compiler-errors:normalize-arg-spans, r=oli-obkMatthias Krüger-15/+12
2022-07-21Rollup merge of #99413 - steffahn:btree_dropck, r=m-ou-seMatthias Krüger-3/+50
2022-07-21Generalize same_type_modulo_inferMichael Goulet-2/+0
2022-07-21Remove unused field in ItemKind::KeywordItemGuillaume Gomez-15/+14
2022-07-21Auto merge of #99059 - Amanieu:fix-96797, r=Mark-Simulacrumbors-0/+26