| Age | Commit message (Expand) | Author | Lines |
| 2022-05-05 | make `compare_generic_param_kinds` errors consistent | Ellen | -166/+142 |
| 2022-05-05 | exit out of `compare_number_of_generics` early | Ellen | -31/+48 |
| 2022-05-05 | handle mismatched generic parameter kinds | Ellen | -55/+264 |
| 2022-05-04 | Auto merge of #96693 - ehuss:update-cargo, r=ehuss | bors | -1/+2 |
| 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 | Auto merge of #96353 - estebank:issue-95413, r=compiler-errors | bors | -1/+132 |
| 2022-05-03 | Auto merge of #95380 - compiler-errors:unit-destructure-assign, r=nikomatsakis | bors | -7/+80 |
| 2022-05-03 | Auto merge of #96558 - bjorn3:librarify_parse_format, r=davidtwco | bors | -191/+231 |
| 2022-05-03 | Auto merge of #96280 - lygstate:ffi-fixes, r=joshtriplett | bors | -17/+46 |
| 2022-05-03 | Auto merge of #96601 - tmiasko:ssa-rpo, r=davidtwco | bors | -2/+2 |
| 2022-05-03 | Auto merge of #96666 - lnicola:rust-analyzer-2022-05-03, r=lnicola | bors | -22/+7 |
| 2022-05-03 | Make rustc_parse_format compile on stable | bjorn3 | -191/+231 |
| 2022-05-03 | :arrow_up: rust-analyzer | Laurențiu Nicola | -22/+7 |
| 2022-05-03 | Auto merge of #96663 - JohnTitor:rollup-lthuzdq, r=JohnTitor | bors | -337/+707 |
| 2022-05-03 | Rollup merge of #96646 - estebank:issue-96638, r=jackh726 | Yuki Okushi | -12/+48 |
| 2022-05-03 | Rollup merge of #96641 - oli-obk:bool_args, r=wesleywiser | Yuki Okushi | -28/+50 |
| 2022-05-03 | Rollup merge of #96629 - ken-matsui:fix-invalid-keyword-order-for-function-de... | Yuki Okushi | -14/+36 |
| 2022-05-03 | Rollup merge of #96614 - JohnTitor:test-92305, r=oli-obk | Yuki Okushi | -0/+47 |
| 2022-05-03 | Rollup merge of #96599 - tmiasko:discriminant-docs, r=estebank | Yuki Okushi | -5/+1 |
| 2022-05-03 | Rollup merge of #96589 - Badel2:source-callsite, r=michaelwoerister | Yuki Okushi | -1/+38 |
| 2022-05-03 | Rollup merge of #96587 - bjorn3:refactor_backend_write, r=michaelwoerister | Yuki Okushi | -71/+48 |
| 2022-05-03 | Rollup merge of #93097 - GuillaumeGomez:settings-js, r=jsha | Yuki Okushi | -206/+439 |
| 2022-05-03 | Update library/core/src/ffi/mod.rs | Yonggang Luo | -1/+1 |
| 2022-05-03 | Tweak wording | Esteban Kuber | -33/+32 |
| 2022-05-03 | When suggesting to import an item, also suggest changing the path if appropriate | Esteban Küber | -17/+149 |
| 2022-05-03 | Auto merge of #96580 - CAD97:E0705-no-ignore, r=michaelwoerister | bors | -1/+1 |
| 2022-05-02 | Auto merge of #92566 - the8472:inline-tra, r=m-ou-se | bors | -0/+30 |
| 2022-05-02 | Mitigate impact of subtle invalid call suggestion logic | Esteban Kuber | -12/+48 |
| 2022-05-02 | Auto merge of #96578 - tmiasko:chunked-bit-set-fmt, r=nnethercote | bors | -36/+144 |
| 2022-05-02 | This aligns the inline attributes of existing `__iterator_get_unchecked` with... | The 8472 | -0/+5 |
| 2022-05-02 | add benchmark | The 8472 | -0/+25 |
| 2022-05-02 | Auto merge of #96436 - petrochenkov:nowhole2, r=wesleywiser | bors | -46/+10 |
| 2022-05-02 | Use a yes/no enum instead of a bool. | Oli Scherer | -28/+50 |
| 2022-05-02 | Auto merge of #96431 - petrochenkov:parent, r=cjgillot | bors | -176/+162 |
| 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 | -14/+36 |
| 2022-05-02 | Auto merge of #96596 - scottmcm:limited-calloc, r=Mark-Simulacrum | bors | -1/+40 |
| 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 | -1/+40 |
| 2022-05-02 | Auto merge of #96622 - JohnTitor:rollup-8hckgaj, r=JohnTitor | bors | -723/+756 |
| 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 #96568 - EliasHolzmann:fmt_doc_fixes, r=joshtriplett | Yuki Okushi | -18/+31 |
| 2022-05-02 | Rollup merge of #96567 - alex-semenyuk:fix_docs_for_logs_func, r=Mark-Simulacrum | Yuki Okushi | -6/+6 |
| 2022-05-02 | Rollup merge of #96499 - jyn514:bootstrap-doctests, r=Mark-Simulacrum | Yuki Okushi | -0/+11 |
| 2022-05-02 | Rollup merge of #96222 - jmaargh:john-mark/clarify-from-raw-parts-docs, r=Joh... | Yuki Okushi | -3/+8 |
| 2022-05-02 | Rollup merge of #94126 - ssomers:alloc_prep_1, r=Mark-Simulacrum | Yuki Okushi | -694/+692 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -176/+162 |