| 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 | -241/+889 |
| 2022-02-01 | Rollup merge of #93436 - dcsommer:master, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2022-02-01 | Rollup merge of #93290 - lcnr:same_type, r=jackh726 | Matthias Krüger | -50/+30 |
| 2022-02-01 | Rollup merge of #93267 - lcnr:auto-trait-lint, r=nikomatsakis | Matthias Krüger | -58/+421 |
| 2022-02-01 | Rollup merge of #92584 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -79/+310 |
| 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 #91828 - oxalica:feat/waker-getters, r=dtolnay | Matthias Krüger | -0/+48 |
| 2022-02-01 | Rollup merge of #86374 - bossmc:enable-static-pie-for-gnu, r=nagisa | Matthias Krüger | -11/+55 |
| 2022-02-01 | Auto merge of #93284 - eholk:disable-drop-range-analysis, r=pnkfelix | bors | -12/+33 |
| 2022-02-01 | remove `TyS::same_type` | lcnr | -50/+30 |
| 2022-02-01 | Auto merge of #86988 - thomcc:chunky-splitz-says-no-checking, r=the8472 | bors | -7/+137 |
| 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/+302 |
| 2022-02-01 | silence lint in clippy | lcnr | -26/+27 |
| 2022-02-01 | implement lint for suspicious auto trait impls | lcnr | -7/+359 |
| 2022-02-01 | update `FutureIncompatibilityReason` | lcnr | -25/+35 |
| 2022-02-01 | Auto merge of #93534 - ehuss:rollup-9ecozo9, r=ehuss | bors | -38/+461 |
| 2022-01-31 | Rollup merge of #93533 - ehuss:update-cargo, r=ehuss | Eric Huss | -5/+5 |
| 2022-02-01 | Update cargo | Eric Huss | -5/+5 |
| 2022-01-31 | Rollup merge of #93532 - ehuss:update-books, r=ehuss | Eric Huss | -0/+0 |
| 2022-02-01 | Update books | Eric Huss | -0/+0 |
| 2022-01-31 | Rollup merge of #93513 - dtolnay:linewidth, r=nagisa | Eric Huss | -14/+13 |
| 2022-01-31 | Rollup merge of #93504 - solid-rs:fix-kmc-solid-stack-size, r=nagisa | Eric Huss | -1/+2 |
| 2022-01-31 | Rollup merge of #93492 - Mark-Simulacrum:shorter-failure-output, r=ehuss | Eric Huss | -6/+6 |
| 2022-01-31 | Rollup merge of #93456 - bjorn3:remove_unnecessary_unsafe, r=michaelwoerister | Eric Huss | -4/+3 |
| 2022-01-31 | Rollup merge of #93090 - jyn514:errorkind-asstr, r=dtolnay | Eric Huss | -1/+17 |
| 2022-01-31 | Rollup merge of #93019 - 5225225:uppercase-suffix, r=wesleywiser | Eric Huss | -0/+277 |
| 2022-01-31 | Rollup merge of #91343 - FabianWolff:issue-91328-as-deref, r=jackh726 | Eric Huss | -7/+138 |
| 2022-02-01 | Auto merge of #93259 - eddyb:diagbld-scalar-pair, r=jackh726 | bors | -156/+88 |
| 2022-01-31 | Improve test coverage of {Chunks,RChunks,RChunksMut}::{next,next_back} | Thom Chiovoloni | -0/+102 |
| 2022-02-01 | Auto merge of #93386 - WaffleLapkin:rustc_must_implement_one_of_check_target,... | bors | -1/+50 |
| 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 | Bless all pretty printer tests and ui tests | David Tolnay | -7/+4 |
| 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 | Add match on `Vec<_>` to `ui/typeck/issue-91328.rs` test | Fabian Wolff | -1/+30 |
| 2022-01-31 | Fix suggestion to slice if scrutinee is a `Result` or `Option` | Fabian Wolff | -7/+106 |
| 2022-01-31 | Auto merge of #93348 - spastorino:fix-perf-overlap-mode2, r=nikomatsakis | bors | -75/+111 |
| 2022-01-31 | Write UI tests, tweak message | 5225225 | -3/+254 |
| 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 | -75/+121 |
| 2022-01-31 | Auto merge of #93373 - spastorino:def_id_to_hir_id_refactor, r=oli-obk | bors | -95/+116 |