| Age | Commit message (Expand) | Author | Lines |
| 2023-08-16 | Describe how to format trailing where clauses | Michael Goulet | -2/+25 |
| 2023-08-16 | bugfix: reflect how rustfmt formats type aliases | Michael Goulet | -3/+3 |
| 2023-08-16 | Remove newlines in where clauses for v2 | Kevin Ji | -1/+3 |
| 2023-08-16 | Use more named format args | Guillaume Gomez | -85/+130 |
| 2023-08-16 | Improve code readability by moving fmt args directly into the string | Guillaume Gomez | -300/+261 |
| 2023-08-16 | Auto merge of #114847 - nikic:update-llvm-12, r=cuviper | bors | -0/+0 |
| 2023-08-16 | on out-of-bounds error, show where the allocation was created | Ralf Jung | -8/+46 |
| 2023-08-16 | Auto merge of #2940 - saethlin:use-after-free-spans, r=RalfJung | bors | -18/+229 |
| 2023-08-16 | Auto merge of #3028 - ttsugriy:range-map-find-offset, r=RalfJung | bors | -20/+15 |
| 2023-08-16 | Merge from rustc | The Miri Conjob Bot | -78/+205 |
| 2023-08-16 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-08-16 | rustc book: make more pleasant to search | Tshepang Mbambo | -0/+3 |
| 2023-08-16 | Auto merge of #114689 - m-ou-se:stabilize-thread-local-cell-methods, r=thomcc | bors | -1/+0 |
| 2023-08-15 | Replace hand-written binary search with Vec::binary_search_by. | Taras Tsugrii | -20/+15 |
| 2023-08-15 | Tidy up the implementation | Ben Kimock | -12/+9 |
| 2023-08-15 | Explain why we save spans for some memory types and not others | Ben Kimock | -0/+2 |
| 2023-08-15 | Rollup merge of #114826 - xzmeng:fix-typos, r=JohnTitor | Matthias Krüger | -7/+7 |
| 2023-08-15 | Rollup merge of #114819 - estebank:issue-78124, r=compiler-errors | Matthias Krüger | -35/+17 |
| 2023-08-15 | Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naber | Guillaume Gomez | -9/+9 |
| 2023-08-15 | Auto merge of #2972 - RalfJung:c-mem-functions, r=RalfJung | bors | -6/+46 |
| 2023-08-15 | C string function shims: consistently treat "invalid" pointers as UB | Ralf Jung | -6/+46 |
| 2023-08-15 | Auto merge of #3018 - ttsugriy:ttsugriy-patch-1, r=RalfJung | bors | -1/+1 |
| 2023-08-15 | Update LLVM submodule | Nikita Popov | -0/+0 |
| 2023-08-15 | Fix typos in rustc doc platform x86_64h-apple-darwin | Meng Xiangzhuo | -2/+2 |
| 2023-08-15 | Fix typos in rustc doc platform loongarch-linux | Meng Xiangzhuo | -1/+1 |
| 2023-08-15 | Fix typos in rustc doc codegen-options | Meng Xiangzhuo | -1/+1 |
| 2023-08-15 | Fix typos in rustc doc platform aarch64-unknown-teeos | Meng Xiangzhuo | -1/+1 |
| 2023-08-15 | Fix typos in rustc doc platform netbsd | Meng Xiangzhuo | -1/+1 |
| 2023-08-15 | Fix typos in unstable-book | Meng Xiangzhuo | -1/+1 |
| 2023-08-14 | Auto merge of #114824 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-08-14 | Update cargo | Weihang Lo | -0/+0 |
| 2023-08-14 | bless clippy test | Esteban Küber | -21/+2 |
| 2023-08-14 | Auto merge of #113658 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3 | bors | -14/+117 |
| 2023-08-14 | Move scrutinee `HirId` into `MatchSource::TryDesugar` | Esteban Küber | -14/+15 |
| 2023-08-14 | Rollup merge of #114815 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2023-08-15 | update Cargo.lock | dirreke | -4/+4 |
| 2023-08-14 | Update books | rustbot | -0/+0 |
| 2023-08-14 | Auto merge of #114781 - fee1-dead-contrib:param-impl-source, r=davidtwco | bors | -1/+1 |
| 2023-08-14 | Upgrade Object and related deps | dirreke | -7/+8 |
| 2023-08-14 | Update llvm.rs | Dirreck | -18/+3 |
| 2023-08-14 | fix the wrong number in const KNOWN_ARCH | dirreke | -1/+1 |
| 2023-08-14 | add details for csky-unknown-linux-gnuabiv2 and add docs | Dirreke | -13/+82 |
| 2023-08-14 | add `rustc_codegen_ssa` support for csky and correct some code | Dirreke | -1/+1 |
| 2023-08-14 | add a csky-unknown-linux-gnuabiv2 target | Dirreke | -2/+50 |
| 2023-08-14 | refactor ABI formatting (#5845) | fee1-dead | -20/+12 |
| 2023-08-14 | Add GUI test for warning blocks | Guillaume Gomez | -1/+2 |
| 2023-08-14 | Add documentation for warning blocks in rustdoc book | Guillaume Gomez | -0/+12 |
| 2023-08-14 | Add warning block support in rustdoc | Guillaume Gomez | -3/+26 |
| 2023-08-14 | Use `{Local}ModDefId` in many queries | Nilstrieb | -9/+9 |
| 2023-08-14 | Remove constness from `ImplSource::Param` | Deadbeef | -1/+1 |