about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-10-23Rollup merge of #117049 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3Matthias Krüger-4/+16
2023-10-23Rollup merge of #117044 - RalfJung:miri, r=RalfJungMatthias Krüger-9/+9
2023-10-23Rollup merge of #105666 - notriddle:notriddle/stab-baseline, r=GuillaumeGomezMatthias Krüger-0/+1
2023-10-22rustdoc: wrap Type with Box instead of GenericsMichael Howell-26/+26
2023-10-23Merge from rustcThe Miri Conjob Bot-213/+302
2023-10-23Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-10-23Auto merge of #117066 - calebcartwright:rustfmt-sync, r=calebcartwrightbors-788/+2818
2023-10-22Merge commit '81fe905ca83cffe84322f27ca43950b617861ff7' into rustfmt-syncCaleb Cartwright-788/+2818
2023-10-22rustdoc: make JS trait impls act more like HTMLMichael Howell-6/+31
2023-10-22rustdoc: clean up and comment main.js `register_type_impls`Michael Howell-14/+44
2023-10-22rustdoc: clean up sidebar.html block classMichael Howell-5/+1
2023-10-22rustdoc: use JS to inline target type impl docs into aliasMichael Howell-43/+623
2023-10-22Revert "rustdoc: list matching impls on type aliases"Michael Howell-42/+4
2023-10-22Revert "Add note about lazy_type_alias"Michael Howell-2/+2
2023-10-22Revert "rustdoc: add impl items from aliased type into sidebar"Michael Howell-40/+5
2023-10-22Revert "rustdoc: factor all-impls-for-item out into its own method"Michael Howell-55/+78
2023-10-22Revert "rustdoc: filter before storing in vec"Michael Howell-10/+4
2023-10-22rustdoc: rename `/implementors` to `/impl.trait`Michael Howell-5/+5
2023-10-22Auto merge of #117062 - Kobzol:update-rustc-perf, r=Mark-Simulacrumbors-4/+4
2023-10-22Auto merge of #117000 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-10-22Auto merge of #117007 - notriddle:notriddle/format-links-with-display, r=fmeasebors-26/+51
2023-10-22Update rustc-perf versionJakub Beránek-4/+4
2023-10-22chore: bump toolchain and apply minor updatesCaleb Cartwright-34/+3
2023-10-22Merge remote-tracking branch 'upstream/master' into subtree-sync-2023-10-22Caleb Cartwright-504/+725
2023-10-22Auto merge of #3134 - RalfJung:log-not-lin, r=saethlinbors-4/+9
2023-10-22Auto merge of #117018 - Kobzol:opt-dist-cargo-stage0, r=lqdbors-6/+3
2023-10-22tidy docsdirreke-3/+3
2023-10-22use visibility to check unused imports and delete some stmtsbohan-3/+6
2023-10-22add target csky-unknown-linux-gnuabiv2hfdirreke-3/+15
2023-10-22Enable cg_clif tests for riscv64gcbjorn3-1/+4
2023-10-22Pass host triple when running tests in `opt-dist`Jakub Beránek-0/+2
2023-10-22Use beta cargo in opt-distJakub Beránek-6/+1
2023-10-22Auto merge of #117041 - matthiaskrgr:rollup-b18h0ln, r=matthiaskrgrbors-150/+159
2023-10-22add bootstrap flag `--skip-stage0-validation`onur-ozkan-16/+66
2023-10-22re-enable stage0 compiler version checkonur-ozkan-2/+1
2023-10-22Auto merge of #3135 - RalfJung:nonatomic-clock, r=RalfJungbors-7/+7
2023-10-22Rollup merge of #117037 - csditchfield:fix_doc_writing_result_example, r=notr...Matthias Krüger-1/+1
2023-10-22Rollup merge of #116985 - tromey:rust-printers-14, r=Mark-SimulacrumMatthias Krüger-149/+158
2023-10-22avoid AtomicU64 when a Cell is enoughRalf Jung-7/+7
2023-10-22clippyRalf Jung-1/+1
2023-10-22avoid a linear scan over the entire int_to_ptr_map on each deallocationRalf Jung-4/+9
2023-10-22Auto merge of #116950 - cuviper:ci-llvm-17, r=Mark-Simulacrumbors-0/+59
2023-10-22Merge from rustcThe Miri Conjob Bot-888/+2385
2023-10-22Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-10-22Auto merge of #116932 - Kobzol:fix-stage1-tests, r=Mark-Simulacrumbors-28/+28
2023-10-21fix what-to-include doc exampleCameron Ditchfield-1/+1
2023-10-21Auto merge of #117030 - matthiaskrgr:rollup-vdjfx4q, r=matthiaskrgrbors-1/+1
2023-10-21Auto merge of #116368 - shepmaster:github-actions-m1, r=Mark-Simulacrumbors-14/+40
2023-10-21fix broken link to ayu theme in the rustdoc bookRyan Mehri-1/+1
2023-10-21rustdoc: avoid allocating strings primitive link printingMichael Howell-26/+51