about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-02-04Clean up `find_library_crate`.Nicholas Nethercote-21/+19
2022-02-02Make `SearchPathFile::file_name_str` non-optional.Nicholas Nethercote-17/+14
2022-02-02Inline and remove `FileSearch::search`.Nicholas Nethercote-49/+47
2022-02-02Remove `FileMatch`.Nicholas Nethercote-17/+6
2022-02-02Remove rlib special-casing in `FileSearch::search`.Nicholas Nethercote-10/+1
2022-02-01Auto merge of #93548 - matthiaskrgr:rollup-f7dkn3p, r=matthiaskrgrbors-241/+889
2022-02-01Rollup merge of #93436 - dcsommer:master, r=Mark-SimulacrumMatthias Krüger-3/+3
2022-02-01Rollup merge of #93290 - lcnr:same_type, r=jackh726Matthias Krüger-50/+30
2022-02-01Rollup merge of #93267 - lcnr:auto-trait-lint, r=nikomatsakisMatthias Krüger-58/+421
2022-02-01Rollup merge of #92584 - lcnr:query-stable-lint, r=estebankMatthias Krüger-79/+310
2022-02-01Rollup merge of #92021 - woodenarrow:br_single_fp_element, r=Mark-SimulacrumMatthias Krüger-40/+22
2022-02-01Rollup merge of #91828 - oxalica:feat/waker-getters, r=dtolnayMatthias Krüger-0/+48
2022-02-01Rollup merge of #86374 - bossmc:enable-static-pie-for-gnu, r=nagisaMatthias Krüger-11/+55
2022-02-01Auto merge of #93284 - eholk:disable-drop-range-analysis, r=pnkfelixbors-12/+33
2022-02-01remove `TyS::same_type`lcnr-50/+30
2022-02-01Auto merge of #86988 - thomcc:chunky-splitz-says-no-checking, r=the8472bors-7/+137
2022-02-01review + rebaselcnr-5/+6
2022-02-01rustfmt is broken, manually reduce line lengthlcnr-2/+7
2022-02-01add a rustc::query_stability lintlcnr-77/+302
2022-02-01silence lint in clippylcnr-26/+27
2022-02-01implement lint for suspicious auto trait implslcnr-7/+359
2022-02-01update `FutureIncompatibilityReason`lcnr-25/+35
2022-02-01Auto merge of #93534 - ehuss:rollup-9ecozo9, r=ehussbors-38/+461
2022-01-31Rollup merge of #93533 - ehuss:update-cargo, r=ehussEric Huss-5/+5
2022-02-01Update cargoEric Huss-5/+5
2022-01-31Rollup merge of #93532 - ehuss:update-books, r=ehussEric Huss-0/+0
2022-02-01Update booksEric Huss-0/+0
2022-01-31Rollup merge of #93513 - dtolnay:linewidth, r=nagisaEric Huss-14/+13
2022-01-31Rollup merge of #93504 - solid-rs:fix-kmc-solid-stack-size, r=nagisaEric Huss-1/+2
2022-01-31Rollup merge of #93492 - Mark-Simulacrum:shorter-failure-output, r=ehussEric Huss-6/+6
2022-01-31Rollup merge of #93456 - bjorn3:remove_unnecessary_unsafe, r=michaelwoeristerEric Huss-4/+3
2022-01-31Rollup merge of #93090 - jyn514:errorkind-asstr, r=dtolnayEric Huss-1/+17
2022-01-31Rollup merge of #93019 - 5225225:uppercase-suffix, r=wesleywiserEric Huss-0/+277
2022-01-31Rollup merge of #91343 - FabianWolff:issue-91328-as-deref, r=jackh726Eric Huss-7/+138
2022-02-01Auto merge of #93259 - eddyb:diagbld-scalar-pair, r=jackh726bors-156/+88
2022-01-31Improve test coverage of {Chunks,RChunks,RChunksMut}::{next,next_back}Thom Chiovoloni-0/+102
2022-02-01Auto merge of #93386 - WaffleLapkin:rustc_must_implement_one_of_check_target,...bors-1/+50
2022-01-31Auto merge of #93381 - tmiasko:is-self-recursive, r=ecstatic-morsebors-4/+10
2022-01-31Add FIXME commentFabian Wolff-0/+3
2022-01-31Bless all pretty printer tests and ui testsDavid Tolnay-7/+4
2022-01-31Allow any line to have at least 60 charsDavid Tolnay-1/+4
2022-01-31Extract constant MARGIN out of Printer structDavid Tolnay-7/+6
2022-01-31Add match on `Vec<_>` to `ui/typeck/issue-91328.rs` testFabian Wolff-1/+30
2022-01-31Fix suggestion to slice if scrutinee is a `Result` or `Option`Fabian Wolff-7/+106
2022-01-31Auto merge of #93348 - spastorino:fix-perf-overlap-mode2, r=nikomatsakisbors-75/+111
2022-01-31Write UI tests, tweak message5225225-3/+254
2022-01-31Remove two unnecessary transmutes from opaque Encoder and Decoderbjorn3-4/+3
2022-01-31Do not store overlap_mode, just pass it down on insertSantiago Pastorino-16/+6
2022-01-31Move overlap_mode into trait level attribute + feature flagSantiago Pastorino-75/+121
2022-01-31Auto merge of #93373 - spastorino:def_id_to_hir_id_refactor, r=oli-obkbors-95/+116