about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2023-10-21Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyupPhilipp Krones-3/+3
2023-10-21Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyupPhilipp Krones-845/+2316
2023-10-21Merge from rustcThe Miri Conjob Bot-398/+398
2023-10-21Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-10-20Update cargoWeihang Lo-0/+0
2023-10-20Replace all uses of `generator` in markdown documentation with `coroutine`Oli Scherer-11/+11
2023-10-20bless miriOli Scherer-8/+8
2023-10-20Rename lots of files that had `generator` in their nameOli Scherer-0/+0
2023-10-20s/generator/coroutine/Oli Scherer-307/+307
2023-10-20s/Generator/Coroutine/Oli Scherer-54/+54
2023-10-20Use gdb.ValuePrinter tag classTom Tromey-149/+158
2023-10-20Rewrite gdb pretty-printer registrationTom Tromey-55/+78
2023-10-20Avoid a `track_errors` by bubbling up most errors from `check_well_formed`Oli Scherer-12/+2
2023-10-20ignore deny lints in joshRalf Jung-1/+1
2023-10-20Merge from rustcRalf Jung-53/+73
2023-10-20Preparing for merge from rustcRalf Jung-1/+1
2023-10-19clarify commentRalf Jung-3/+7
2023-10-19remove allocations from int_to_ptr_map and exposed when they get freedRalf Jung-16/+35
2023-10-19switch intptrcast to helper trait pattern like everything elseRalf Jung-88/+87
2023-10-19intptrcast: only find strictly in-bounds pointers when we are not hitting the...Ralf Jung-2/+5