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