about summary refs log tree commit diff
path: root/compiler
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-165/+526
2022-02-01Rollup merge of #93290 - lcnr:same_type, r=jackh726Matthias Krüger-18/+5
2022-02-01Rollup merge of #93267 - lcnr:auto-trait-lint, r=nikomatsakisMatthias Krüger-28/+303
2022-02-01Rollup merge of #92584 - lcnr:query-stable-lint, r=estebankMatthias Krüger-79/+195
2022-02-01Rollup merge of #92021 - woodenarrow:br_single_fp_element, r=Mark-SimulacrumMatthias Krüger-40/+22
2022-02-01Rollup merge of #86374 - bossmc:enable-static-pie-for-gnu, r=nagisaMatthias Krüger-0/+1
2022-02-01Auto merge of #93284 - eholk:disable-drop-range-analysis, r=pnkfelixbors-12/+18
2022-02-01remove `TyS::same_type`lcnr-18/+5
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/+187
2022-02-01implement lint for suspicious auto trait implslcnr-3/+268
2022-02-01update `FutureIncompatibilityReason`lcnr-25/+35
2022-02-01Auto merge of #93534 - ehuss:rollup-9ecozo9, r=ehussbors-18/+71
2022-01-31Rollup merge of #93513 - dtolnay:linewidth, r=nagisaEric Huss-7/+9
2022-01-31Rollup merge of #93456 - bjorn3:remove_unnecessary_unsafe, r=michaelwoeristerEric Huss-4/+3
2022-01-31Rollup merge of #93019 - 5225225:uppercase-suffix, r=wesleywiserEric Huss-0/+25
2022-01-31Rollup merge of #91343 - FabianWolff:issue-91328-as-deref, r=jackh726Eric Huss-7/+34
2022-02-01Auto merge of #93259 - eddyb:diagbld-scalar-pair, r=jackh726bors-155/+87
2022-02-01Auto merge of #93386 - WaffleLapkin:rustc_must_implement_one_of_check_target,...bors-0/+23
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-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-31Fix suggestion to slice if scrutinee is a `Result` or `Option`Fabian Wolff-7/+31
2022-01-31Auto merge of #93348 - spastorino:fix-perf-overlap-mode2, r=nikomatsakisbors-63/+82
2022-01-31Write UI tests, tweak message5225225-3/+2
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-63/+92
2022-01-31Auto merge of #93373 - spastorino:def_id_to_hir_id_refactor, r=oli-obkbors-95/+116
2022-01-31Auto merge of #93498 - matthiaskrgr:rollup-k5shwrc, r=matthiaskrgrbors-70/+155
2022-01-31Rollup merge of #93461 - dtolnay:fmtyield, r=davidtwcoMatthias Krüger-4/+51
2022-01-31Rollup merge of #93395 - camelid:reserved-sugg, r=davidtwcoMatthias Krüger-4/+4
2022-01-31Rollup merge of #93214 - ibraheemdev:issue-93210, r=davidtwcoMatthias Krüger-9/+32
2022-01-31Rollup merge of #93155 - dtolnay:blockindent, r=nagisaMatthias Krüger-32/+69
2022-01-31Rollup merge of #93039 - terrarier2111:fix-field-help, r=nagisaMatthias Krüger-9/+19
2022-01-31Rollup merge of #92918 - compiler-errors:gat-expr-lifetime-elision, r=jackh726Matthias Krüger-2/+15
2022-01-31Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726Matthias Krüger-18/+20
2022-01-30Restore a visual alignment mode for block commentsDavid Tolnay-4/+30
2022-01-30Fix some double indents on exprs containing blocksDavid Tolnay-10/+18
2022-01-30Compute indent never relative to current columnDavid Tolnay-19/+22
2022-01-31Auto merge of #90891 - nbdd0121:format, r=Mark-Simulacrumbors-45/+35
2022-01-30Mac callsDavid Tolnay-3/+5
2022-01-30Accommodate yield points in the format_args expansionDavid Tolnay-4/+49