about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-08-27docs: Update docs for the rustc's `-L` optionVadim Petrochenkov-1/+1
2024-08-27linker: Better support alternative static library naming on MSVCVadim Petrochenkov-4/+28
2024-08-27linker: Synchronize native library search in rustc and linkerVadim Petrochenkov-57/+101
2024-08-27Auto merge of #128134 - joboet:move_pal_alloc, r=cupiverbors-149/+83
2024-08-27bless miri testjoboet-3/+5
2024-08-27std: move allocators to `sys`joboet-146/+78
2024-08-27Auto merge of #129647 - tgross35:rollup-jume49s, r=tgross35bors-310/+1009
2024-08-27Rollup merge of #129559 - RalfJung:float-nan-semantics, r=thomccTrevor Gross-56/+150
2024-08-27Rollup merge of #129536 - beetrees:f16-f128-inline-asm-aarch64, r=AmanieuTrevor Gross-15/+154
2024-08-27Rollup merge of #129490 - randomPoison:trusty-os-support, r=UrgauTrevor Gross-2/+136
2024-08-27Rollup merge of #129418 - petrochenkov:libsearch2, r=jieyouxuTrevor Gross-45/+14
2024-08-27Rollup merge of #128942 - RalfJung:interpret-weak-memory, r=saethlinTrevor Gross-109/+153
2024-08-27Rollup merge of #128935 - lqd:needs-zstd, r=KobzolTrevor Gross-46/+175
2024-08-27Rollup merge of #128731 - RalfJung:simd-shuffle-vector, r=workingjubileeTrevor Gross-31/+90
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-4/+135
2024-08-26Auto merge of #129632 - matthiaskrgr:rollup-8055gq6, r=matthiaskrgrbors-780/+1065
2024-08-27Rollup merge of #129626 - compiler-errors:explicit-named, r=fmeaseMatthias Krüger-14/+1
2024-08-27Rollup merge of #129625 - compiler-errors:generic-args-mode, r=fmeaseMatthias Krüger-24/+23
2024-08-27Rollup merge of #129622 - bjorn3:less_unstable, r=lqdMatthias Krüger-4/+0
2024-08-27Rollup merge of #129560 - GuillaumeGomez:impl-assoc-type-source-link, r=notri...Matthias Krüger-1/+29
2024-08-27Rollup merge of #129340 - stephen-lazaro:u/slazaro/issue-129274, r=compiler-e...Matthias Krüger-2/+31
2024-08-27Rollup merge of #129250 - estebank:issue-129205, r=compiler-errorsMatthias Krüger-23/+33
2024-08-27Rollup merge of #129032 - jswrenn:transmute-method, r=compiler-errorsMatthias Krüger-38/+372
2024-08-27Rollup merge of #128157 - lolbinarycat:unify-ptr-ref-docs, r=cuviperMatthias Krüger-210/+73
2024-08-27Rollup merge of #126013 - nnethercote:unreachable_pub, r=UrgauMatthias Krüger-464/+503
2024-08-26Rename ParenthesizedGenericArgs to GenericArgsModeMichael Goulet-24/+23
2024-08-26Remove ParamMode::ExplicitNamedMichael Goulet-14/+1
2024-08-26Auto merge of #129615 - matthiaskrgr:rollup-lw733x7, r=matthiaskrgrbors-739/+941
2024-08-26Remove a couple of unused feature enablesbjorn3-4/+0
2024-08-26Apply suggestions from code reviewJosh Stone-9/+9
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-26Remove crashes from type_of on resolution that doesn't have a type_ofMichael Goulet-17/+0
2024-08-26Do not ICE on non-ADT rcvr type when looking for crate version collisionEsteban Küber-6/+33
2024-08-26Rollup merge of #129600 - traviscross:TC/tie-impl_trait_overcaptures-to-rust-...Matthias Krüger-10/+28
2024-08-26Rollup merge of #129597 - bvanjoi:resolve, r=petrochenkovMatthias Krüger-68/+71
2024-08-26Rollup merge of #129592 - saethlin:core-cfg-test, r=tgross35Matthias Krüger-659/+649
2024-08-26Rollup merge of #129588 - hermit-os:sleep-micros, r=workingjubileeMatthias Krüger-1/+4
2024-08-26Rollup merge of #129539 - oconnor663:poll_link, r=tgross35Matthias Krüger-0/+2
2024-08-26Rollup merge of #129377 - chorman0773:unbounded-shifts-impl, r=scottmcmMatthias Krüger-0/+118
2024-08-26Rollup merge of #129190 - rezwanahmedsami:master, r=tgross35Matthias Krüger-1/+69
2024-08-26also update copysign docsRalf Jung-20/+20
2024-08-26move per-target NaN info into a tableRalf Jung-7/+14
2024-08-26float types: document NaN bit pattern guaranteesRalf Jung-36/+123
2024-08-26Auto merge of #129508 - RalfJung:transient-locals, r=cjgillotbors-18/+32
2024-08-26Tie `impl_trait_overcaptures` lint to Rust 2024Travis Cross-10/+28
2024-08-26Auto merge of #129595 - matthiaskrgr:rollup-4udn7nn, r=matthiaskrgrbors-192/+283
2024-08-26mv `build_reduced_graph_for_external_crate_res` into Resolverbohan-68/+71
2024-08-25Remove cfg(test) from library/coreBen Kimock-659/+649