| Age | Commit message (Expand) | Author | Lines |
| 2022-05-05 | make `compare_generic_param_kinds` errors consistent | Ellen | -48/+94 |
| 2022-05-05 | exit out of `compare_number_of_generics` early | Ellen | -31/+18 |
| 2022-05-05 | handle mismatched generic parameter kinds | Ellen | -0/+104 |
| 2022-05-04 | Auto merge of #96693 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2022-05-03 | Update cargo | Eric Huss | -0/+0 |
| 2022-05-04 | Auto merge of #96447 - petrochenkov:docregr, r=GuillaumeGomez | bors | -1/+57 |
| 2022-05-04 | Auto merge of #96353 - estebank:issue-95413, r=compiler-errors | bors | -0/+114 |
| 2022-05-03 | Auto merge of #95380 - compiler-errors:unit-destructure-assign, r=nikomatsakis | bors | -0/+34 |
| 2022-05-03 | Auto merge of #96558 - bjorn3:librarify_parse_format, r=davidtwco | bors | -2/+3 |
| 2022-05-03 | Make rustc_parse_format compile on stable | bjorn3 | -2/+3 |
| 2022-05-03 | :arrow_up: rust-analyzer | Laurențiu Nicola | -22/+7 |
| 2022-05-03 | Rollup merge of #96646 - estebank:issue-96638, r=jackh726 | Yuki Okushi | -0/+28 |
| 2022-05-03 | Rollup merge of #96629 - ken-matsui:fix-invalid-keyword-order-for-function-de... | Yuki Okushi | -12/+34 |
| 2022-05-03 | Rollup merge of #96614 - JohnTitor:test-92305, r=oli-obk | Yuki Okushi | -0/+47 |
| 2022-05-03 | Rollup merge of #96589 - Badel2:source-callsite, r=michaelwoerister | Yuki Okushi | -0/+37 |
| 2022-05-03 | Rollup merge of #93097 - GuillaumeGomez:settings-js, r=jsha | Yuki Okushi | -206/+439 |
| 2022-05-03 | Tweak wording | Esteban Kuber | -28/+28 |
| 2022-05-03 | When suggesting to import an item, also suggest changing the path if appropriate | Esteban Küber | -13/+127 |
| 2022-05-02 | Mitigate impact of subtle invalid call suggestion logic | Esteban Kuber | -0/+28 |
| 2022-05-02 | Auto merge of #96436 - petrochenkov:nowhole2, r=wesleywiser | bors | -2/+2 |
| 2022-05-02 | Auto merge of #96431 - petrochenkov:parent, r=cjgillot | bors | -33/+27 |
| 2022-05-02 | Auto merge of #96310 - bertptrs:remove-debugger-bootstrap, r=Mark-Simulacrum | bors | -11/+1 |
| 2022-05-02 | Fix invalid keyword order for function declarations | Ken Matsui | -12/+34 |
| 2022-05-02 | Auto merge of #96596 - scottmcm:limited-calloc, r=Mark-Simulacrum | bors | -0/+32 |
| 2022-05-02 | Remove DebbugerScripts from bootstrap CLI | Bert Peters | -11/+1 |
| 2022-05-02 | Auto merge of #96600 - c410-f3r:z-errors, r=petrochenkov | bors | -0/+0 |
| 2022-05-01 | Tweak the calloc optimization to only apply to shortish-arrays | Scott McMurray | -0/+32 |
| 2022-05-02 | Rollup merge of #96610 - GuillaumeGomez:update-browser-ui-test, r=notriddle | Yuki Okushi | -2/+1 |
| 2022-05-02 | Rollup merge of #96571 - thomcc:bathroom-stall, r=Mark-Simulacrum | Yuki Okushi | -0/+7 |
| 2022-05-02 | Rollup merge of #96499 - jyn514:bootstrap-doctests, r=Mark-Simulacrum | Yuki Okushi | -0/+11 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -33/+27 |
| 2022-05-01 | Auto merge of #96517 - ferrocene:pa-files-related-to-test, r=Mark-Simulacrum | bors | -11/+35 |
| 2022-05-02 | Add a regression test for #92305 | Yuki Okushi | -0/+47 |
| 2022-05-01 | Auto merge of #96521 - petrochenkov:docrules, r=notriddle,GuillaumeGomez | bors | -27/+147 |
| 2022-05-01 | Update browser-ui-test version to 0.9.0 | Guillaume Gomez | -2/+1 |
| 2022-05-01 | * Add documentation for settings page rendering functions. | Guillaume Gomez | -55/+65 |
| 2022-05-01 | Auto merge of #96549 - ouz-a:mir-opt, r=oli-obk | bors | -140/+32 |
| 2022-05-01 | Auto merge of #96376 - scottmcm:do-yeet, r=oli-obk | bors | -18/+164 |
| 2022-05-01 | Move some tests to more reasonable places | Caio | -0/+0 |
| 2022-05-01 | Auto merge of #96576 - oli-obk:post_monomorphization_error_backtrace, r=lqd | bors | -0/+94 |
| 2022-05-01 | Auto merge of #96490 - dtolnay:writetmpbackport, r=Mark-Simulacrum | bors | -7/+7 |
| 2022-04-30 | Revert "Bless coverage-reports after core macro blocks change" | David Tolnay | -4/+4 |
| 2022-04-30 | Feature-gate `do yeet` inside `cfg`s too | Scott McMurray | -0/+40 |
| 2022-04-30 | Bless the UI tests | Scott McMurray | -18/+28 |
| 2022-04-30 | Fix the rustfmt build | Scott McMurray | -0/+5 |
| 2022-04-30 | Fix the clippy build | Scott McMurray | -0/+1 |
| 2022-04-30 | Add `do yeet` expressions to allow experimentation in nightly | Scott McMurray | -0/+90 |
| 2022-05-01 | rustdoc: Track `macro_rules` scopes during early doc link resolution | Vadim Petrochenkov | -1/+86 |
| 2022-04-30 | Use source callsite in check_argument_types suggestion | Badel2 | -0/+37 |
| 2022-04-30 | rustdoc: Keep full `ParentScope` during early doc link resolution | Vadim Petrochenkov | -19/+30 |