| Age | Commit message (Expand) | Author | Lines |
| 2022-05-05 | rustdoc: when running a function-signature search, tweak the tab bar | Michael Howell | -36/+49 |
| 2022-05-05 | Auto merge of #91779 - ridwanabdillahi:natvis, r=michaelwoerister | bors | -76/+554 |
| 2022-05-05 | Auto merge of #96649 - tbu-:pr_to_ipv4_loopback_doc, r=m-ou-se | bors | -1/+4 |
| 2022-05-05 | Auto merge of #96630 - m-ysk:fix/issue-88038, r=notriddle | bors | -12/+2 |
| 2022-05-05 | Auto merge of #96626 - thomcc:rand-bump, r=m-ou-se | bors | -28/+43 |
| 2022-05-05 | Auto merge of #96720 - JohnTitor:rollup-9jaaekr, r=JohnTitor | bors | -214/+625 |
| 2022-05-05 | Rollup merge of #96697 - oli-obk:trace_queries, r=michaelwoerister | Yuki Okushi | -1/+6 |
| 2022-05-05 | Rollup merge of #96677 - jyn514:label-break-value-tests, r=petrochenkov | Yuki Okushi | -1/+208 |
| 2022-05-05 | Rollup merge of #96658 - Folyd:es6, r=GuillaumeGomez | Yuki Okushi | -112/+109 |
| 2022-05-05 | Rollup merge of #96628 - joshtriplett:stabilize-then-some, r=m-ou-se | Yuki Okushi | -25/+1 |
| 2022-05-05 | Rollup merge of #96619 - akiekintveld:same_mutex_check_relaxed_ordering, r=m-... | Yuki Okushi | -2/+8 |
| 2022-05-05 | Rollup merge of #96616 - akiekintveld:min_stack_relaxed_ordering, r=joshtriplett | Yuki Okushi | -2/+2 |
| 2022-05-05 | Rollup merge of #96603 - Alexendoo:const-generics-tests, r=Mark-Simulacrum | Yuki Okushi | -71/+291 |
| 2022-05-05 | Auto merge of #96593 - jackh726:issue-93262, r=compiler-errors | bors | -17/+64 |
| 2022-05-04 | Cleanup broken doc links. | ridwanabdillahi | -1/+1 |
| 2022-05-05 | Make it clear that `to_ipv4` returns an IPv4 address for the IPv6 loopback | Tobias Bucher | -1/+4 |
| 2022-05-04 | Auto merge of #96546 - nnethercote:overhaul-MacArgs, r=petrochenkov | bors | -115/+193 |
| 2022-05-05 | Add a comment on `TokenKind::Interpolated`. | Nicholas Nethercote | -0/+9 |
| 2022-05-05 | Overhaul `MacArgs::Eq`. | Nicholas Nethercote | -88/+174 |
| 2022-05-04 | Enable tracing for all queryies | Oli Scherer | -1/+6 |
| 2022-05-04 | Auto merge of #96683 - nnethercote:speed-up-Token-ident-lifetime, r=petrochenkov | bors | -11/+21 |
| 2022-05-04 | Auto merge of #94775 - oli-obk:operand_order, r=davidtwco | bors | -34/+144 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -25/+1 |
| 2022-05-04 | Auto merge of #96695 - JohnTitor:rollup-oo4fc1h, r=JohnTitor | bors | -10/+218 |
| 2022-05-04 | Generate an intermediate temporary for `Drop` constants. | Oli Scherer | -38/+122 |
| 2022-05-04 | Rollup merge of #96686 - JohnTitor:impl-trait-tests, r=oli-obk | Yuki Okushi | -0/+123 |
| 2022-05-04 | Rollup merge of #96684 - tmiasko:mir-downcast, r=petrochenkov | Yuki Okushi | -4/+2 |
| 2022-05-04 | Rollup merge of #96679 - ricked-twice:issue-96223-fix, r=jackh726 | Yuki Okushi | -1/+87 |
| 2022-05-04 | Rollup merge of #96668 - GuillaumeGomez:fix-rustdoc-ui-flaky-test, r=petroche... | Yuki Okushi | -1/+2 |
| 2022-05-04 | Rollup merge of #96662 - rockboynton:master, r=GuillaumeGomez | Yuki Okushi | -3/+2 |
| 2022-05-04 | Rollup merge of #96597 - semarie:split_debuginfo-unix, r=davidtwco,Mark-Simul... | Yuki Okushi | -1/+2 |
| 2022-05-04 | Auto merge of #96693 - ehuss:update-cargo, r=ehuss | bors | -1/+2 |
| 2022-05-04 | Add regression test | Oli Scherer | -0/+26 |
| 2022-05-04 | Revert #92191 Prefer projection candidates instead of param_env candidates fo... | Jack Huey | -17/+64 |
| 2022-05-03 | Update cargo | Eric Huss | -1/+2 |
| 2022-05-04 | Auto merge of #96447 - petrochenkov:docregr, r=GuillaumeGomez | bors | -1/+57 |
| 2022-05-04 | Move callback to the () => {} syntax. | Folyd | -112/+109 |
| 2022-05-04 | Auto merge of #96353 - estebank:issue-95413, r=compiler-errors | bors | -1/+132 |
| 2022-05-04 | Add some TAIT-related tests | Yuki Okushi | -0/+123 |
| 2022-05-03 | Auto merge of #95380 - compiler-errors:unit-destructure-assign, r=nikomatsakis | bors | -7/+80 |
| 2022-05-03 | Update `ProjectionElem::Downcast` documentation | Tomasz Miąsko | -4/+2 |
| 2022-05-03 | Taking review hints into account. | ricked-twice | -9/+8 |
| 2022-05-04 | Remove unnecessary `NtIdent` in `Token::is_whole_expr`. | Nicholas Nethercote | -1/+1 |
| 2022-05-04 | Fix spelling of an identifier. | Nicholas Nethercote | -4/+4 |
| 2022-05-04 | Speed up `Token::{ident,lifetime}`. | Nicholas Nethercote | -6/+16 |
| 2022-05-03 | Auto merge of #96558 - bjorn3:librarify_parse_format, r=davidtwco | bors | -191/+231 |
| 2022-05-03 | Quick fix for #96223. | ricked-twice | -1/+88 |
| 2022-05-03 | Add more tests for label-break-value | Joshua Nelson | -1/+208 |
| 2022-05-03 | Fix flaky rustdoc-ui test because it did not replace time result | Guillaume Gomez | -1/+2 |
| 2022-05-03 | Add support for a new attribute `#[debugger_visualizer]` to support embedding... | ridwanabdillahi | -76/+554 |