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