about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-08-24Rollup merge of #129429 - cjgillot:named-variance, r=compiler-errorsTrevor Gross-140/+158
2024-08-24Rollup merge of #128735 - jieyouxu:pr-120176-revive, r=cjgillotTrevor Gross-21/+172
2024-08-24Rollup merge of #128524 - chenyukang:yukang-fix-127930-invalid-outer-style-su...Trevor Gross-53/+70
2024-08-24Rollup merge of #128467 - estebank:unsized-args, r=cjgillotTrevor Gross-9/+187
2024-08-25Don't enable the search fast path for short associated functions when a searc...Chayim Refael Friedman-0/+4
2024-08-25Add `f16` and `f128` inline ASM support for `aarch64`beetrees-39/+130
2024-08-24Deny wasm_c_abi lint to nudge the last 25%Jubilee Young-1/+1
2024-08-24Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyupJason Newcomb-2970/+3046
2024-08-24Get rid of predicates_defined_onMichael Goulet-63/+22
2024-08-24Enable f16 in assembly on aarch64 platforms that support itrongfu.leng-7/+55
2024-08-24rewrite extract_curl_version againbinarycat-14/+11
2024-08-24Don't use TyKind in lintMichael Goulet-20/+14
2024-08-24rustdoc: clean up tuple <-> primitive conversion docsMichael Howell-55/+122
2024-08-24Auto merge of #13302 - Jarcho:rustup, r=Jarchobors-25/+31
2024-08-24Impl PartialEq and Eq for `IndentLevel`Chayim Refael Friedman-1/+1
2024-08-24Provide `impl From<ast::TypeOrConstParam> for ast::GenericParam`Chayim Refael Friedman-1/+10
2024-08-24Modify `hacks::parse_expr_from_str()` to take an edition tooChayim Refael Friedman-10/+14
2024-08-24Add helper methods to retrieve `Future::Output` and `Iterator::Item`Chayim Refael Friedman-1/+24
2024-08-24Provide `Future::Output` and `Iterator` lang itemsChayim Refael Friedman-3/+9
2024-08-24Handle associated types that are lang itemsChayim Refael Friedman-5/+13
2024-08-24Add `gen` modifier to functionsChayim Refael Friedman-4/+38
2024-08-24Preserve all spans for closure captures, not just oneChayim Refael Friedman-179/+456
2024-08-24allow cfg(bootstrap) to avoid check-cfg warning on stableRémy Rakic-0/+3
2024-08-24this needs the type for some reasonRémy Rakic-1/+1
2024-08-24add missing associated itemRémy Rakic-0/+3
2024-08-24only use rustc attr on nightlyRémy Rakic-1/+1
2024-08-24Bump nightly version -> 2024-08-23Jason Newcomb-1/+1
2024-08-24Merge branch 'master' into rustupJason Newcomb-2993/+3098
2024-08-24Rollup merge of #129510 - GrigorenkoPV:fix-elided-named-lifetimes, r=cjgillotMatthias Krüger-15/+18
2024-08-24Rollup merge of #129505 - RalfJung:imm-ty-offset, r=davidtwcoMatthias Krüger-6/+15
2024-08-24Rollup merge of #129501 - RalfJung:miri-rust-backtrace, r=NoratriebMatthias Krüger-34/+34
2024-08-24Rollup merge of #129500 - fee1-dead-contrib:fxrel, r=compiler-errorsMatthias Krüger-3/+13
2024-08-24Rollup merge of #129323 - Urgau:ptr_fn_addr_eq, r=Mark-SimulacrumMatthias Krüger-0/+27
2024-08-24Rollup merge of #129290 - tgross35:pin-cc, r=Mark-SimulacrumMatthias Krüger-7/+4
2024-08-24Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillotMatthias Krüger-206/+425
2024-08-24Rollup merge of #129199 - RalfJung:writes_through_immutable_pointer, r=compil...Matthias Krüger-102/+23
2024-08-24Rollup merge of #128596 - RalfJung:const_fn_floating_point_arithmetic, r=nnet...Matthias Krüger-257/+92
2024-08-24repr_transparent_external_private_fields: treat `rustc_pub_transparent` types...Pavel Grigorenko-1/+27
2024-08-24New `#[rustc_pub_transparent]` attributePavel Grigorenko-0/+86
2024-08-24Fix few bugs in closure capture computation, and add testsChayim Refael Friedman-3/+291
2024-08-25Add 0 preemption rate flagtiif-0/+2
2024-08-25Add 0 preemption rate flag for blocking test and fix commenttiif-1/+1
2024-08-24Rework how we emit errors for unresolved object lifetimesMichael Goulet-16/+25
2024-08-25Make blocking_epoll_callback a private functiontiif-43/+41
2024-08-25Remove thread_id from epoll::thread_ids after timeouttiif-13/+9
2024-08-25Fix error introduced by rebasetiif-4/+9
2024-08-25Check if the thread is blocked before waking them uptiif-1/+13
2024-08-25Change timeout valuetiif-2/+2
2024-08-25Fix error in the timeout value error messagetiif-1/+1
2024-08-25Rename event to eventstiif-2/+2