| Age | Commit message (Expand) | Author | Lines |
| 2024-07-29 | Add Tests | Veera | -0/+66 |
| 2024-07-29 | Auto merge of #128265 - DianQK:instsimplify-before-inline, r=saethlin | bors | -182/+226 |
| 2024-07-29 | Perform instsimplify before inline to eliminate some trivial calls | DianQK | -182/+226 |
| 2024-07-29 | Auto merge of #128334 - matthiaskrgr:rollup-nhxdt0c, r=matthiaskrgr | bors | -552/+1240 |
| 2024-07-29 | Rollup merge of #128333 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -204/+807 |
| 2024-07-29 | Rollup merge of #128322 - ojeda:rfl-ci-update, r=Kobzol | Matthias Krüger | -1/+1 |
| 2024-07-29 | Rollup merge of #128307 - ojeda:unescaped_backticks, r=GuillaumeGomez | Matthias Krüger | -4/+9 |
| 2024-07-29 | Rollup merge of #128304 - Zalathar:thir-pat-display, r=Nadrieril | Matthias Krüger | -70/+91 |
| 2024-07-29 | Rollup merge of #128277 - RalfJung:offset_from_wildcard, r=oli-obk | Matthias Krüger | -239/+301 |
| 2024-07-29 | Rollup merge of #128182 - onur-ozkan:fix-no-std-crates, r=Mark-Simulacrum | Matthias Krüger | -34/+31 |
| 2024-07-29 | ignore `crates` if running unit tests | onur-ozkan | -0/+5 |
| 2024-07-29 | remove the requirement of `Builder` arg in `doc::Std::new` function | onur-ozkan | -18/+2 |
| 2024-07-29 | allow running `x doc` on std for no_std targets | onur-ozkan | -8/+2 |
| 2024-07-29 | handle no_std targets on std builds | onur-ozkan | -8/+22 |
| 2024-07-29 | Auto merge of #125016 - nicholasbishop:bishop-cb-112, r=tgross35 | bors | -9/+23 |
| 2024-07-29 | Auto merge of #128330 - matthiaskrgr:rollup-auairjd, r=matthiaskrgr | bors | -257/+785 |
| 2024-07-29 | Rollup merge of #128310 - kmicklas:btree-map-peek-next-docs, r=tgross35 | Matthias Krüger | -3/+3 |
| 2024-07-29 | Rollup merge of #128269 - onur-ozkan:improve-cargo-invocations, r=Mark-Simula... | Matthias Krüger | -117/+151 |
| 2024-07-29 | Rollup merge of #128055 - workingjubilee:deny-unsafe-ops-in-sys-personality-d... | Matthias Krüger | -53/+61 |
| 2024-07-29 | Rollup merge of #127290 - its-the-shrimp:document_rustdoc_json_types, r=aDotI... | Matthias Krüger | -52/+533 |
| 2024-07-29 | Rollup merge of #109174 - soerenmeier:cursor_fns, r=dtolnay | Matthias Krüger | -32/+37 |
| 2024-07-29 | Make `thir::Pat` not implement `fmt::Display` directly | Zalathar | -19/+46 |
| 2024-07-29 | Encapsulate the printing of `WitnessPat` | Zalathar | -16/+18 |
| 2024-07-29 | Auto merge of #125443 - nnethercote:rustfmt-use-decls, r=lcnr,cuviper,Guillau... | bors | -8995/+8167 |
| 2024-07-28 | Update compiler_builtins to 0.1.114 | Nicholas Bishop | -9/+19 |
| 2024-07-29 | fully document rustdoc-json-types | schvv31n | -52/+533 |
| 2024-07-29 | CI: move RFL job forward to v6.11-rc1 | Miguel Ojeda | -1/+1 |
| 2024-07-29 | Warn on `rustdoc::unescaped_backticks` for `core/alloc/std/test/proc_macro` | Miguel Ojeda | -0/+5 |
| 2024-07-29 | Remove spurious backticks detected by `rustdoc::unescaped_backticks` | Miguel Ojeda | -4/+4 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -8995/+8163 |
| 2024-07-29 | Update `use` declarations formatting options. | Nicholas Nethercote | -0/+4 |
| 2024-07-28 | Replace `io::Cursor::{remaining_slice, is_empty}` with `io::Cursor::{split, s... | Sören Meier | -32/+37 |
| 2024-07-28 | Auto merge of #128313 - GuillaumeGomez:rollup-kacb489, r=GuillaumeGomez | bors | -871/+1152 |
| 2024-07-28 | Rollup merge of #128240 - mbrubeck:patch-3, r=joboet | Guillaume Gomez | -0/+18 |
| 2024-07-28 | Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obk | Guillaume Gomez | -19/+47 |
| 2024-07-28 | Rollup merge of #128103 - folkertdev:unsigned-int-is-multiple-of, r=Amanieu | Guillaume Gomez | -0/+38 |
| 2024-07-28 | Rollup merge of #127860 - klensy:dedup, r=Mark-Simulacrum | Guillaume Gomez | -62/+48 |
| 2024-07-28 | Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnay | Guillaume Gomez | -738/+808 |
| 2024-07-28 | Rollup merge of #125779 - GuillaumeGomez:copy-code, r=rustdoc-team | Guillaume Gomez | -52/+193 |
| 2024-07-28 | Auto merge of #128246 - GrigorenkoPV:derive-where, r=compiler-errors | bors | -203/+6 |
| 2024-07-28 | stabilize const_waker | Slanterns | -19/+47 |
| 2024-07-28 | Add missing periods on `BTreeMap` cursor `peek_next` docs | Ken Micklas | -3/+3 |
| 2024-07-28 | adopt object changes | klensy | -15/+17 |
| 2024-07-28 | dedup object | klensy | -47/+31 |
| 2024-07-28 | Auto merge of #128301 - matthiaskrgr:rollup-9fyf587, r=matthiaskrgr | bors | -183/+773 |
| 2024-07-28 | Don't store `thir::Pat` in error structs | Zalathar | -40/+32 |
| 2024-07-28 | Rollup merge of #128263 - notriddle:notriddle/clean-up-again, r=GuillaumeGomez | Matthias Krüger | -89/+120 |
| 2024-07-28 | Rollup merge of #128215 - ehuss:update-reference, r=Kobzol | Matthias Krüger | -93/+254 |
| 2024-07-28 | Rollup merge of #125889 - Nilstrieb:migrate-into-the-future, r=compiler-errors | Matthias Krüger | -1/+399 |
| 2024-07-28 | Auto merge of #127799 - Kobzol:bootstrap-cmd-refactor-7, r=onur-ozkan | bors | -171/+167 |