about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-08-28Rollup merge of #129641 - notriddle:notriddle/missing-crates-js-resource-suff...Matthias Krüger-9/+15
2024-08-28Rollup merge of #129613 - RalfJung:interpret-target-feat, r=saethlinMatthias Krüger-6/+40
2024-08-28Rollup merge of #129608 - RalfJung:const-eval-ub-checks, r=saethlinMatthias Krüger-0/+4
2024-08-27Auto merge of #128506 - compiler-errors:by-move-body, r=cjgillotbors-2/+5
2024-08-27Rollup merge of #129634 - compiler-errors:tidy-2024, r=albertlarsan68Matthias Krüger-4/+6
2024-08-27Auto merge of #128134 - joboet:move_pal_alloc, r=cupiverbors-3/+5
2024-08-27bless miri testjoboet-3/+5
2024-08-27Rollup merge of #129490 - randomPoison:trusty-os-support, r=UrgauTrevor Gross-0/+54
2024-08-27Rollup merge of #128942 - RalfJung:interpret-weak-memory, r=saethlinTrevor Gross-108/+152
2024-08-27Rollup merge of #128935 - lqd:needs-zstd, r=KobzolTrevor Gross-7/+133
2024-08-27Rollup merge of #127922 - spastorino:unsafe-extern-blocks-in-style-guide, r=c...Trevor Gross-2/+2
2024-08-27Rollup merge of #126985 - Mrmaxmeier:dwarf-embed-source, r=davidtwcoTrevor Gross-0/+12
2024-08-26rustdoc: fix missing resource suffix on `crates.js`Michael Howell-9/+15
2024-08-26Fix tidyMichael Goulet-4/+6
2024-08-26Stop using a special inner body for the coroutine by-move body for async clos...Michael Goulet-2/+5
2024-08-27Rollup merge of #129560 - GuillaumeGomez:impl-assoc-type-source-link, r=notri...Matthias Krüger-0/+2
2024-08-26Note that std support is WIPNicole LeGare-5/+3
2024-08-26Add unsafe to extern blocks in style guideSantiago Pastorino-2/+2
2024-08-26interpret: do not make const-eval query result depend on tcx.sessRalf Jung-6/+40
2024-08-26const-eval: do not make UbChecks behavior depend on current crate's flagsRalf Jung-0/+4
2024-08-26Rollup merge of #129525 - notriddle:notriddle/fake-variadic-tuple-array, r=Gu...Matthias Krüger-40/+74
2024-08-25allow `llvm.libzstd` with `download-ci-llvm = true`Rémy Rakic-1/+16
2024-08-25enable `llvm.libzstd` on test x64 linux builderRémy Rakic-1/+2
2024-08-25strip whitespace for ignored tests reason commentsRémy Rakic-1/+1
2024-08-25move and rename zstd scriptRémy Rakic-3/+3
2024-08-25compiletest: implement `needs-lvm-zstd` directiveRémy Rakic-1/+111
2024-08-25Auto merge of #129563 - matthiaskrgr:rollup-t6bai2d, r=matthiaskrgrbors-13/+54
2024-08-25Rollup merge of #129511 - GuillaumeGomez:update-minifier, r=notriddleMatthias Krüger-1/+1
2024-08-25Rollup merge of #129459 - onur-ozkan:separate-stage0-bins, r=KobzolMatthias Krüger-9/+17
2024-08-25Rollup merge of #129416 - workingjubilee:partial-move-from-stabilization, r=d...Matthias Krüger-2/+2
2024-08-25Rollup merge of #129134 - lolbinarycat:continue-at, r=KobzolMatthias Krüger-1/+34
2024-08-25Auto merge of #129295 - Zalathar:profiler-builtins, r=Kobzolbors-12/+37
2024-08-25Generate missing source link on impl associated typesGuillaume Gomez-0/+2
2024-08-25Auto merge of #129531 - Jarcho:clippyup, r=Manishearthbors-2961/+3044
2024-08-25Auto merge of #129521 - matthiaskrgr:rollup-uigv77m, r=matthiaskrgrbors-71/+65
2024-08-24Rollup merge of #129512 - lolbinarycat:linkchecker-impl-docs, r=ehussTrevor Gross-2/+4
2024-08-24Rollup merge of #129492 - tshepang:patch-2, r=chenyukangTrevor Gross-4/+3
2024-08-24Rollup merge of #129430 - lolbinarycat:rustdoc-search-exact-case, r=notriddleTrevor Gross-0/+8
2024-08-24Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyupJason Newcomb-2961/+3044
2024-08-24rewrite extract_curl_version againbinarycat-14/+11
2024-08-24rustdoc: clean up tuple <-> primitive conversion docsMichael Howell-40/+74
2024-08-24Rollup merge of #129510 - GrigorenkoPV:fix-elided-named-lifetimes, r=cjgillotMatthias Krüger-3/+3
2024-08-24Rollup merge of #129501 - RalfJung:miri-rust-backtrace, r=NoratriebMatthias Krüger-33/+33
2024-08-24Rollup merge of #128596 - RalfJung:const_fn_floating_point_arithmetic, r=nnet...Matthias Krüger-35/+29
2024-08-24update the doc comment on lintchecker b/c it parses html nowbinarycat-2/+4
2024-08-24Update minifier to 0.3.1Guillaume Gomez-1/+1
2024-08-24Fix `elided_named_lifetimes` in codePavel Grigorenko-3/+3
2024-08-24panicking: improve hint for Miri's RUST_BACKTRACE behaviorRalf Jung-33/+33
2024-08-24Build `library/profiler_builtins` from `ci-llvm` if appropriateZalathar-12/+37
2024-08-24Auto merge of #129303 - nikic:llvm19rc3, r=cuviperbors-0/+0