about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-05-18Rollup merge of #125221 - Oneirical:fourth, r=jieyouxu许杰友 Jieyou Xu (Joe)-6/+13
2024-05-18Rollup merge of #125215 - Oneirical:easy-test-the-second, r=jieyouxu许杰友 Jieyou Xu (Joe)-41/+51
2024-05-18Rollup merge of #125213 - Oneirical:easy-test, r=jieyouxu许杰友 Jieyou Xu (Joe)-9/+15
2024-05-17Inline Duration construction into Duration::from_{millis,micros,nanos}Noa-3/+21
2024-05-18Update libc to 0.2.155Mads Marquart-7/+6
2024-05-17Auto merge of #3611 - marc0246:helix-ignore, r=saethlinbors-0/+1
2024-05-18Make `NEVER_TYPE_FALLBACK_FLOWING_INTO_UNSAFE` into an FCW and report it ext ...Waffle Lapkin-1/+6
2024-05-18Remove fixmeWaffle Lapkin-2/+1
2024-05-18Move `lint_never_type_fallback_flowing_into_unsafe_code` into a separate fnWaffle Lapkin-35/+40
2024-05-17Auto merge of #123865 - eholk:expr_2021, r=fmeasebors-24/+204
2024-05-17Rename Unsafe to SafetySantiago Pastorino-494/+460
2024-05-17Detect when a lifetime is being reused in suggestionEsteban Küber-9/+13
2024-05-17Ignore the Helix configuration directorymarc0246-0/+1
2024-05-17Tweak suggested lifetimes to modify return type instead of `&self` receiverEsteban Küber-105/+111
2024-05-17Run `rustfmt` on modified testsEsteban Küber-110/+122
2024-05-17Account for owning item lifetimes in suggestion and annotate tests as `run-ru...Esteban Küber-59/+404
2024-05-17Always constrain the return type in lifetime suggestionEsteban Küber-72/+77
2024-05-17Suggest setting lifetime in borrowck error involving types with elided lifetimesEsteban Küber-30/+140
2024-05-17Don't call Duration::new unnecessarily in Duration::from_secsNoa-3/+7
2024-05-17Update compiler/rustc_parse/src/parser/nonterminal.rsEric Holk-2/+1
2024-05-17rewrite and rename issue-28766Oneirical-6/+13
2024-05-17Auto merge of #125153 - compiler-errors:opt-poly, r=lcnrbors-23/+23
2024-05-17to_opt_poly_X_pred -> as_X_clauseMichael Goulet-23/+23
2024-05-17Only make GAT ambiguous in match_projection_projections considering shallow r...Michael Goulet-1/+30
2024-05-17Auto merge of #3603 - Luv-Ray:issue-3572, r=RalfJungbors-19/+28
2024-05-17Auto merge of #125216 - BoxyUwU:boxy_compiler_rereviews, r=joboetbors-0/+1
2024-05-17Update allowed_run_make_makefiles.txtJulien-1/+0
2024-05-17add boxy to compiler reviewsBoxy-0/+1
2024-05-17rewrite issue64319 and renameOneirical-40/+51
2024-05-17Rewrite static-unwinding as rmake.rsOneirical-9/+15
2024-05-17Auto merge of #125207 - GuillaumeGomez:migrate-rustdoc-scrape-examples-orderi...bors-52/+57
2024-05-17use signature name for argardi-2/+2
2024-05-17s/(Ident, ItemKind)/ItemInfo/ardi-2/+2
2024-05-17Clarify that the diff_marker is talking about version control systemardi-38/+47
2024-05-17Use common `scrape.rs` fileGuillaume Gomez-46/+3
2024-05-17Migrate `run-make/rustdoc-scrape-examples-remap` to `rmake.rs`Guillaume Gomez-6/+54
2024-05-17Auto merge of #125188 - tgross35:f16-f128-powi, r=Nilstriebbors-1/+100
2024-05-17Correct Neovim 0.10 inlay hints config exampleAdam Szkoda-1/+1
2024-05-17Auto merge of #125178 - GuillaumeGomez:migrate-rustdoc-with-out-dir, r=jieyouxubors-12/+10
2024-05-17Auto merge of #125203 - matthiaskrgr:rollup-5pv7drz, r=matthiaskrgrbors-126/+183
2024-05-17Auto merge of #3526 - Strophox:miri-memory, r=RalfJungbors-6/+119
2024-05-17Rollup merge of #125191 - compiler-errors:wf, r=lcnrMatthias Krüger-108/+117
2024-05-17Rollup merge of #125186 - Colepng:master, r=lqdMatthias Krüger-1/+1
2024-05-17Rollup merge of #125181 - onur-ozkan:set-rust-channel-properly, r=clubby789Matthias Krüger-2/+9
2024-05-17Rollup merge of #125171 - scottmcm:rename-flatten, r=jhprattMatthias Krüger-10/+10
2024-05-17Rollup merge of #123694 - Xiretza:expand-diagnostics, r=compiler-errorsMatthias Krüger-5/+46
2024-05-17Auto merge of #124129 - lqd:enable-lld, r=Mark-Simulacrumbors-14/+117
2024-05-16Access alloc field directly in Arc/Rc::into_raw_with_allocator.Zachary S-4/+4
2024-05-16Report better WF obligation leaf obligations in new solverMichael Goulet-108/+117
2024-05-17Auto merge of #125150 - compiler-errors:uplift-goal, r=lcnrbors-298/+328