| Age | Commit message (Expand) | Author | Lines |
| 2022-04-27 | Avoid producing `NoDelim` values in `Frame`. | Nicholas Nethercote | -11/+11 |
| 2022-04-27 | Avoid producing `NoDelim` values in `MacArgs::delim()`. | Nicholas Nethercote | -37/+43 |
| 2022-04-27 | Avoid producing `NoDelim` values in `TokenCursorFrame`. | Nicholas Nethercote | -22/+15 |
| 2022-04-25 | Auto merge of #95604 - nbdd0121:used2, r=petrochenkov | bors | -73/+279 |
| 2022-04-25 | Stop exporting rust_eh_personality and friends from cdylib | Gary Guo | -15/+9 |
| 2022-04-25 | Auto merge of #96246 - SparrowLii:bound_contxet, r=compiler-errors | bors | -56/+78 |
| 2022-04-25 | Rollup merge of #96215 - nikic:legacy-pm-removal, r=nagisa | Matthias Krüger | -25/+126 |
| 2022-04-25 | Rollup merge of #96090 - JakobDegen:mir-tests, r=nagisa | Matthias Krüger | -4/+37 |
| 2022-04-24 | Fix suggestion for `_` on return type for fn in impl for Trait | Michael Goulet | -50/+97 |
| 2022-04-24 | Suggest replacing `_` in type signature of impl for Trait | Michael Goulet | -9/+98 |
| 2022-04-24 | Ensure `#[used]` symbols are preserved in LTO | Gary Guo | -1/+1 |
| 2022-04-24 | Rollup merge of #96352 - marmeladema:fix-nll-lifetime-bound-suggestions, r=ja... | Matthias Krüger | -29/+30 |
| 2022-04-24 | Auto merge of #96359 - SparrowLii:drop_kind, r=oli-obk | bors | -35/+38 |
| 2022-04-24 | Fix MSVC hang issue | Gary Guo | -0/+6 |
| 2022-04-24 | make `classify_drop_access_kind` iterate | SparrowLii | -35/+38 |
| 2022-04-24 | Recover missing suggestion part under NLL | marmeladema | -1/+4 |
| 2022-04-24 | Improve span for `consider adding an explicit lifetime bound` suggestions und... | marmeladema | -28/+26 |
| 2022-04-23 | Add support for `nounused` --extern flag | Jeremy Fitzhardinge | -1/+15 |
| 2022-04-24 | Auto merge of #96281 - SparrowLii:const_prop, r=wesleywiser | bors | -29/+11 |
| 2022-04-23 | Auto merge of #93970 - cjgillot:novis, r=petrochenkov | bors | -463/+208 |
| 2022-04-23 | Hash visibilities in crate_hash. | Camille GILLOT | -0/+4 |
| 2022-04-23 | Compute has_pub_restricted in the resolver. | Camille GILLOT | -12/+13 |
| 2022-04-23 | Fix lints. | Camille GILLOT | -78/+51 |
| 2022-04-23 | Auto merge of #96326 - JakobDegen:relax-operand, r=oli-obk | bors | -3/+8 |
| 2022-04-23 | Auto merge of #96323 - bjorn3:sync_cg_clif-2022-04-22, r=bjorn3 | bors | -142/+189 |
| 2022-04-23 | Drop vis in Item. | Camille GILLOT | -153/+41 |
| 2022-04-23 | Drop vis in ImplItem. | Camille GILLOT | -28/+11 |
| 2022-04-23 | Drop vis from ForeignItem. | Camille GILLOT | -4/+4 |
| 2022-04-23 | Drop vis in FieldDef. | Camille GILLOT | -61/+76 |
| 2022-04-23 | Stop pretty-printing HIR visibility. | Camille GILLOT | -83/+29 |
| 2022-04-23 | Stop visiting visibility. | Camille GILLOT | -85/+20 |
| 2022-04-23 | Auto merge of #96316 - michaelwoerister:debuginfo-fix-unit-msvc, r=wesleywiser | bors | -9/+16 |
| 2022-04-22 | Auto merge of #95739 - lqd:proc-macro-expansions, r=wesleywiser | bors | -3/+49 |
| 2022-04-22 | Relax restrictions for copy operands | Jakob Degen | -3/+8 |
| 2022-04-22 | Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df' into sync_cg_clif-202... | bjorn3 | -142/+189 |
| 2022-04-22 | Rollup merge of #96315 - SparrowLii:graph_lt, r=petrochenkov | Matthias Krüger | -6/+3 |
| 2022-04-22 | Rollup merge of #96273 - TaKO8Ki:make-E0117-error-clear, r=davidtwco | Matthias Krüger | -2/+8 |
| 2022-04-22 | start tracking proc-macros expansion spans in the self-profiler | Rémy Rakic | -3/+12 |
| 2022-04-22 | extend `EventArgRecorder` into span-aware `SpannedEventArgRecorder` | Rémy Rakic | -0/+37 |
| 2022-04-22 | Auto merge of #96226 - xldenis:thir-clone, r=oli-obk | bors | -12/+12 |
| 2022-04-22 | debuginfo: Emit ZST struct debuginfo for unit type when CPP-like debuginfo is... | Michael Woerister | -9/+16 |
| 2022-04-22 | Make the lifetime accurate which is used in the region constraints part | SparrowLii | -6/+3 |
| 2022-04-22 | Auto merge of #96197 - erikdesjardins:scalarpairenum, r=oli-obk | bors | -16/+21 |
| 2022-04-22 | remove an error for type params | Takayuki Maeda | -1/+0 |
| 2022-04-22 | use references to avoid function calls | SparrowLii | -12/+29 |
| 2022-04-22 | Auto merge of #96261 - petrochenkov:doclink7, r=GuillaumeGomez | bors | -0/+8 |
| 2022-04-21 | Rollup merge of #96289 - aDotInTheVoid:redundant-fmt, r=jackh726 | Dylan DPC | -5/+5 |
| 2022-04-21 | Rollup merge of #96269 - davidtwco:diagnostic-translation-minor-changes, r=ol... | Dylan DPC | -9/+19 |
| 2022-04-21 | Rollup merge of #96248 - TaKO8Ki:remove-unnecessary-format-args, r=compiler-e... | Dylan DPC | -1/+1 |
| 2022-04-21 | Rollup merge of #95434 - cjgillot:dump-dep-kind, r=oli-obk | Dylan DPC | -25/+28 |