about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-08-16Describe how to format trailing where clausesMichael Goulet-2/+25
2023-08-16bugfix: reflect how rustfmt formats type aliasesMichael Goulet-3/+3
2023-08-16Remove newlines in where clauses for v2Kevin Ji-1/+3
2023-08-16Use more named format argsGuillaume Gomez-85/+130
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-300/+261
2023-08-16Auto merge of #114847 - nikic:update-llvm-12, r=cuviperbors-0/+0
2023-08-16on out-of-bounds error, show where the allocation was createdRalf Jung-8/+46
2023-08-16Auto merge of #2940 - saethlin:use-after-free-spans, r=RalfJungbors-18/+229
2023-08-16Auto merge of #3028 - ttsugriy:range-map-find-offset, r=RalfJungbors-20/+15
2023-08-16Merge from rustcThe Miri Conjob Bot-78/+205
2023-08-16Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-08-16rustc book: make more pleasant to searchTshepang Mbambo-0/+3
2023-08-16Auto merge of #114689 - m-ou-se:stabilize-thread-local-cell-methods, r=thomccbors-1/+0
2023-08-15Replace hand-written binary search with Vec::binary_search_by.Taras Tsugrii-20/+15
2023-08-15Tidy up the implementationBen Kimock-12/+9
2023-08-15Explain why we save spans for some memory types and not othersBen Kimock-0/+2
2023-08-15Rollup merge of #114826 - xzmeng:fix-typos, r=JohnTitorMatthias Krüger-7/+7
2023-08-15Rollup merge of #114819 - estebank:issue-78124, r=compiler-errorsMatthias Krüger-35/+17
2023-08-15Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naberGuillaume Gomez-9/+9
2023-08-15Auto merge of #2972 - RalfJung:c-mem-functions, r=RalfJungbors-6/+46
2023-08-15C string function shims: consistently treat "invalid" pointers as UBRalf Jung-6/+46
2023-08-15Auto merge of #3018 - ttsugriy:ttsugriy-patch-1, r=RalfJungbors-1/+1
2023-08-15Update LLVM submoduleNikita Popov-0/+0
2023-08-15Fix typos in rustc doc platform x86_64h-apple-darwinMeng Xiangzhuo-2/+2
2023-08-15Fix typos in rustc doc platform loongarch-linuxMeng Xiangzhuo-1/+1
2023-08-15Fix typos in rustc doc codegen-optionsMeng Xiangzhuo-1/+1
2023-08-15Fix typos in rustc doc platform aarch64-unknown-teeosMeng Xiangzhuo-1/+1
2023-08-15Fix typos in rustc doc platform netbsdMeng Xiangzhuo-1/+1
2023-08-15Fix typos in unstable-bookMeng Xiangzhuo-1/+1
2023-08-14Auto merge of #114824 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-08-14Update cargoWeihang Lo-0/+0
2023-08-14bless clippy testEsteban Küber-21/+2
2023-08-14Auto merge of #113658 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3bors-14/+117
2023-08-14Move scrutinee `HirId` into `MatchSource::TryDesugar`Esteban Küber-14/+15
2023-08-14Rollup merge of #114815 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2023-08-15update Cargo.lockdirreke-4/+4
2023-08-14Update booksrustbot-0/+0
2023-08-14Auto merge of #114781 - fee1-dead-contrib:param-impl-source, r=davidtwcobors-1/+1
2023-08-14Upgrade Object and related depsdirreke-7/+8
2023-08-14Update llvm.rsDirreck-18/+3
2023-08-14fix the wrong number in const KNOWN_ARCHdirreke-1/+1
2023-08-14add details for csky-unknown-linux-gnuabiv2 and add docsDirreke-13/+82
2023-08-14add `rustc_codegen_ssa` support for csky and correct some codeDirreke-1/+1
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-2/+50
2023-08-14refactor ABI formatting (#5845)fee1-dead-20/+12
2023-08-14Add GUI test for warning blocksGuillaume Gomez-1/+2
2023-08-14Add documentation for warning blocks in rustdoc bookGuillaume Gomez-0/+12
2023-08-14Add warning block support in rustdocGuillaume Gomez-3/+26
2023-08-14Use `{Local}ModDefId` in many queriesNilstrieb-9/+9
2023-08-14Remove constness from `ImplSource::Param`Deadbeef-1/+1