| Age | Commit message (Expand) | Author | Lines |
| 2022-03-15 | Rollup merge of #94947 - Dylan-DPC:fix/typos, r=oli-obk | Matthias Krüger | -2/+2 |
| 2022-03-15 | Auto merge of #94261 - michaelwoerister:debuginfo-types-refactor, r=wesleywiser | bors | -2/+15 |
| 2022-03-15 | Auto merge of #94938 - lnicola:rust-analyzer-2022-03-14, r=lnicola | bors | -17/+20 |
| 2022-03-15 | Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuber | bors | -4/+8 |
| 2022-03-15 | fix typos | Dylan DPC | -2/+2 |
| 2022-03-14 | Auto merge of #94935 - matthiaskrgr:rollup-2o2kyz6, r=matthiaskrgr | bors | -10/+8 |
| 2022-03-14 | :arrow_up: rust-analyzer | Laurențiu Nicola | -17/+20 |
| 2022-03-14 | debuginfo: Refactor debuginfo generation for types -- Address review comments. | Michael Woerister | -0/+2 |
| 2022-03-14 | Rollup merge of #94931 - RalfJung:miri, r=RalfJung | Matthias Krüger | -10/+8 |
| 2022-03-14 | Auto merge of #94929 - flip1995:clippyup, r=Manishearth | bors | -331/+3350 |
| 2022-03-14 | debuginfo: Refactor debuginfo generation for types -- Run x.py fmt | Michael Woerister | -35/+7 |
| 2022-03-14 | compiletest: Don't update PDB files of test cases in-place. | Michael Woerister | -9/+48 |
| 2022-03-14 | update miri | Ralf Jung | -10/+8 |
| 2022-03-14 | Auto merge of #93749 - ridwanabdillahi:riscv32im_support, r=wesleywiser | bors | -0/+1 |
| 2022-03-14 | Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup | flip1995 | -331/+3350 |
| 2022-03-13 | Auto merge of #94898 - RalfJung:miri, r=RalfJung | bors | -7/+11 |
| 2022-03-12 | update Miri | Ralf Jung | -7/+11 |
| 2022-03-12 | Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead | bors | -92/+93 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -92/+93 |
| 2022-03-10 | Rollup merge of #94811 - GuillaumeGomez:update-browser-ui-test, r=notriddle | Dylan DPC | -1/+1 |
| 2022-03-10 | Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ... | Dylan DPC | -34/+33 |
| 2022-03-10 | Rollup merge of #94753 - Urgau:rustdoc-book-improvements, r=GuillaumeGomez | Matthias Krüger | -7/+13 |
| 2022-03-10 | Update browser-ui-test version | Guillaume Gomez | -1/+1 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -34/+33 |
| 2022-03-10 | Auto merge of #94737 - lcnr:pass-stuff-by-value, r=davidtwco | bors | -5/+6 |
| 2022-03-09 | Add support for targeting riscv32im-unknown-none-elf | ridwanabdillahi | -0/+1 |
| 2022-03-09 | Also take in account mdbook redirect in linkchecker | Loïc BRANSTETT | -7/+13 |
| 2022-03-08 | Update cargo | Eric Huss | -0/+0 |
| 2022-03-08 | add `#[rustc_pass_by_value]` to more types | lcnr | -5/+6 |
| 2022-03-08 | Auto merge of #94734 - matthiaskrgr:rollup-28shqhy, r=matthiaskrgr | bors | -18/+17 |
| 2022-03-08 | :arrow_up: rust-analyzer | Laurențiu Nicola | -18/+17 |
| 2022-03-07 | update Miri | Ralf Jung | -10/+7 |
| 2022-03-07 | placate rustfmt in rustfmt. | Felix S. Klock II | -9/+3 |
| 2022-03-07 | Auto merge of #94706 - matthiaskrgr:rollup-l5erynr, r=matthiaskrgr | bors | -26/+25 |
| 2022-03-07 | Update and fix clippy tests | Eric Holk | -5/+24 |
| 2022-03-07 | Stabilize const_fn_fn_ptr_basics and const_fn_trait_bound | Eric Holk | -21/+1 |
| 2022-03-07 | Clarify `Layout` interning. | Nicholas Nethercote | -1/+1 |
| 2022-03-07 | Introduce `ConstAllocation`. | Nicholas Nethercote | -3/+3 |
| 2022-03-06 | Rollup merge of #94617 - pierwill:update-itertools, r=Mark-Simulacrum | Matthias Krüger | -4/+4 |
| 2022-03-06 | Auto merge of #90076 - jackh726:wherethewhere, r=nikomatsakis | bors | -76/+80 |
| 2022-03-05 | update Miri | Ralf Jung | -8/+9 |
| 2022-03-05 | Change syntax for TyAlias where clauses | Jack Huey | -76/+80 |
| 2022-03-05 | Auto merge of #93142 - estebank:missing-main, r=wesleywiser | bors | -14/+6 |
| 2022-03-05 | Do not point at whole file missing `fn main` | Esteban Kuber | -14/+6 |
| 2022-03-04 | Placate tidy in submodule. | Felix S. Klock II | -2/+11 |
| 2022-03-04 | Update `itertools` | pierwill | -4/+4 |
| 2022-03-04 | Rollup merge of #94524 - bjorn3:remove_num_cpus, r=Mark-Simulacrum | Matthias Krüger | -2/+1 |
| 2022-03-03 | Adjusted diagnostic output so that if there is no `use` in a item sequence, | Felix S. Klock II | -2/+2 |
| 2022-03-03 | Associate multiple with a crate too. | Felix S. Klock II | -3/+4 |
| 2022-03-03 | refactor: prepare to associate multiple spans with a module. | Felix S. Klock II | -2/+2 |