| Age | Commit message (Expand) | Author | Lines |
| 2022-02-04 | Clean up `find_library_crate`. | Nicholas Nethercote | -21/+19 |
| 2022-02-02 | Make `SearchPathFile::file_name_str` non-optional. | Nicholas Nethercote | -17/+14 |
| 2022-02-02 | Inline and remove `FileSearch::search`. | Nicholas Nethercote | -49/+47 |
| 2022-02-02 | Remove `FileMatch`. | Nicholas Nethercote | -17/+6 |
| 2022-02-02 | Remove rlib special-casing in `FileSearch::search`. | Nicholas Nethercote | -10/+1 |
| 2022-02-01 | Auto merge of #93548 - matthiaskrgr:rollup-f7dkn3p, r=matthiaskrgr | bors | -165/+526 |
| 2022-02-01 | Rollup merge of #93290 - lcnr:same_type, r=jackh726 | Matthias Krüger | -18/+5 |
| 2022-02-01 | Rollup merge of #93267 - lcnr:auto-trait-lint, r=nikomatsakis | Matthias Krüger | -28/+303 |
| 2022-02-01 | Rollup merge of #92584 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -79/+195 |
| 2022-02-01 | Rollup merge of #92021 - woodenarrow:br_single_fp_element, r=Mark-Simulacrum | Matthias Krüger | -40/+22 |
| 2022-02-01 | Rollup merge of #86374 - bossmc:enable-static-pie-for-gnu, r=nagisa | Matthias Krüger | -0/+1 |
| 2022-02-01 | Auto merge of #93284 - eholk:disable-drop-range-analysis, r=pnkfelix | bors | -12/+18 |
| 2022-02-01 | remove `TyS::same_type` | lcnr | -18/+5 |
| 2022-02-01 | review + rebase | lcnr | -5/+6 |
| 2022-02-01 | rustfmt is broken, manually reduce line length | lcnr | -2/+7 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -77/+187 |
| 2022-02-01 | implement lint for suspicious auto trait impls | lcnr | -3/+268 |
| 2022-02-01 | update `FutureIncompatibilityReason` | lcnr | -25/+35 |
| 2022-02-01 | Auto merge of #93534 - ehuss:rollup-9ecozo9, r=ehuss | bors | -18/+71 |
| 2022-01-31 | Rollup merge of #93513 - dtolnay:linewidth, r=nagisa | Eric Huss | -7/+9 |
| 2022-01-31 | Rollup merge of #93456 - bjorn3:remove_unnecessary_unsafe, r=michaelwoerister | Eric Huss | -4/+3 |
| 2022-01-31 | Rollup merge of #93019 - 5225225:uppercase-suffix, r=wesleywiser | Eric Huss | -0/+25 |
| 2022-01-31 | Rollup merge of #91343 - FabianWolff:issue-91328-as-deref, r=jackh726 | Eric Huss | -7/+34 |
| 2022-02-01 | Auto merge of #93259 - eddyb:diagbld-scalar-pair, r=jackh726 | bors | -155/+87 |
| 2022-02-01 | Auto merge of #93386 - WaffleLapkin:rustc_must_implement_one_of_check_target,... | bors | -0/+23 |
| 2022-01-31 | Auto merge of #93381 - tmiasko:is-self-recursive, r=ecstatic-morse | bors | -4/+10 |
| 2022-01-31 | Add FIXME comment | Fabian Wolff | -0/+3 |
| 2022-01-31 | Allow any line to have at least 60 chars | David Tolnay | -1/+4 |
| 2022-01-31 | Extract constant MARGIN out of Printer struct | David Tolnay | -7/+6 |
| 2022-01-31 | Fix suggestion to slice if scrutinee is a `Result` or `Option` | Fabian Wolff | -7/+31 |
| 2022-01-31 | Auto merge of #93348 - spastorino:fix-perf-overlap-mode2, r=nikomatsakis | bors | -63/+82 |
| 2022-01-31 | Write UI tests, tweak message | 5225225 | -3/+2 |
| 2022-01-31 | Remove two unnecessary transmutes from opaque Encoder and Decoder | bjorn3 | -4/+3 |
| 2022-01-31 | Do not store overlap_mode, just pass it down on insert | Santiago Pastorino | -16/+6 |
| 2022-01-31 | Move overlap_mode into trait level attribute + feature flag | Santiago Pastorino | -63/+92 |
| 2022-01-31 | Auto merge of #93373 - spastorino:def_id_to_hir_id_refactor, r=oli-obk | bors | -95/+116 |
| 2022-01-31 | Auto merge of #93498 - matthiaskrgr:rollup-k5shwrc, r=matthiaskrgr | bors | -70/+155 |
| 2022-01-31 | Rollup merge of #93461 - dtolnay:fmtyield, r=davidtwco | Matthias Krüger | -4/+51 |
| 2022-01-31 | Rollup merge of #93395 - camelid:reserved-sugg, r=davidtwco | Matthias Krüger | -4/+4 |
| 2022-01-31 | Rollup merge of #93214 - ibraheemdev:issue-93210, r=davidtwco | Matthias Krüger | -9/+32 |
| 2022-01-31 | Rollup merge of #93155 - dtolnay:blockindent, r=nagisa | Matthias Krüger | -32/+69 |
| 2022-01-31 | Rollup merge of #93039 - terrarier2111:fix-field-help, r=nagisa | Matthias Krüger | -9/+19 |
| 2022-01-31 | Rollup merge of #92918 - compiler-errors:gat-expr-lifetime-elision, r=jackh726 | Matthias Krüger | -2/+15 |
| 2022-01-31 | Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726 | Matthias Krüger | -18/+20 |
| 2022-01-30 | Restore a visual alignment mode for block comments | David Tolnay | -4/+30 |
| 2022-01-30 | Fix some double indents on exprs containing blocks | David Tolnay | -10/+18 |
| 2022-01-30 | Compute indent never relative to current column | David Tolnay | -19/+22 |
| 2022-01-31 | Auto merge of #90891 - nbdd0121:format, r=Mark-Simulacrum | bors | -45/+35 |
| 2022-01-30 | Mac calls | David Tolnay | -3/+5 |
| 2022-01-30 | Accommodate yield points in the format_args expansion | David Tolnay | -4/+49 |