about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-03-07Remove notes, increase S/N ratioEsteban Küber-3/+0
2021-03-07Add help for `matches` for `if let` in arm guardEsteban Küber-0/+2
2021-03-07Add help suggesting `matches` to `let_chains` lintEsteban Küber-0/+48
2021-03-07Account for `if (let pat = expr) {}`Esteban Küber-222/+129
2021-03-03Auto merge of #82702 - jyn514:downgrade-err, r=Manishearthbors-8/+38
2021-03-03Auto merge of #82553 - tmiasko:update-tracing, r=Mark-Simulacrumbors-1/+2
2021-03-03Change error about unknown doc attributes to a warningJoshua Nelson-8/+38
2021-03-03Auto merge of #82704 - RalfJung:miri-atomic-minmax, r=oli-obkbors-9/+16
2021-03-03Rollup merge of #82713 - ehuss:update-cargo, r=ehussYuki Okushi-0/+0
2021-03-03Rollup merge of #82695 - XAMPPRocky:remove-non-power-of-two-limit, r=nagisaYuki Okushi-44/+5
2021-03-03Rollup merge of #82469 - notriddle:bring-our-own-diff, r=Mark-SimulacrumYuki Okushi-13/+71
2021-03-03Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514Yuki Okushi-10/+150
2021-03-02Update cargoEric Huss-0/+0
2021-03-02update MiriRalf Jung-9/+16
2021-03-02Rollup merge of #82691 - ehuss:update-books, r=ehussYuki Okushi-0/+0
2021-03-02Rollup merge of #82661 - lnicola:rust-analyzer-2021-03-01, r=jonas-schievinkYuki Okushi-17/+15
2021-03-02Rollup merge of #82627 - JohnTitor:issue-82612, r=estebankYuki Okushi-0/+52
2021-03-02Rollup merge of #82597 - noslaver:fix-82137, r=nagisaYuki Okushi-15/+12
2021-03-02Rollup merge of #82593 - sunfishcode:wasi-docs, r=alexcrichtonYuki Okushi-0/+37
2021-03-02Rollup merge of #82579 - osa1:issue82566, r=estebankYuki Okushi-0/+122
2021-03-02Rollup merge of #82516 - PoignardAzur:inherent-impl-ty, r=oli-obkYuki Okushi-18/+71
2021-03-02Rollup merge of #80874 - jyn514:intra-doc-docs, r=ManishearthYuki Okushi-13/+62
2021-03-02Fix UI errorsErin Power-9/+3
2021-03-02Revert non-power-of-two vector restrictionErin Power-35/+2
2021-03-01Update booksEric Huss-0/+0
2021-03-02Rollup merge of #82676 - dtolnay:powers, r=Mark-SimulacrumGuillaume Gomez-1/+1
2021-03-02Rollup merge of #82662 - GuillaumeGomez:doc-attr-check, r=jyn514Guillaume Gomez-0/+38
2021-03-02Rollup merge of #82655 - SkiFire13:fix-issue-81314, r=estebankGuillaume Gomez-16/+61
2021-03-02Rollup merge of #82598 - GuillaumeGomez:rustdoc-rustc-pass, r=jyn514Guillaume Gomez-0/+17
2021-03-02Rollup merge of #82018 - jyn514:no-dummy-cache, r=camelid,GuillaumeGomezGuillaume Gomez-133/+82
2021-03-02Rollup merge of #81932 - jyn514:rustdoc-logging, r=Mark-SimulacrumGuillaume Gomez-1/+82
2021-03-02Rollup merge of #80734 - abonander:ab/issue-66693, r=oli-obkGuillaume Gomez-4/+92
2021-03-01Get TyCtxt from self instead of passing as argument in AutoTraitFinderNoam Koren-15/+12
2021-03-01Auto merge of #82663 - jyn514:rollup-xh3cb0c, r=jyn514bors-66/+101
2021-03-01Add tests for doc attribute checkGuillaume Gomez-0/+38
2021-03-01Change twice used large const table to staticDavid Tolnay-1/+1
2021-03-01Auto merge of #82587 - taiki-e:unaligned_references, r=oli-obkbors-0/+68
2021-03-01check that first arg to `panic!()` in const is `&str`Austin Bonander-4/+92
2021-03-01Rollup merge of #82620 - jyn514:apply-renamed-lints, r=ManishearthJoshua Nelson-0/+37
2021-03-01Rollup merge of #82578 - camsteffen:diag-items, r=oli-obkJoshua Nelson-41/+42
2021-03-01Rollup merge of #82480 - jyn514:no-enable-constant, r=Mark-SimulacrumJoshua Nelson-23/+13
2021-03-01Rollup merge of #82360 - osa1:issue82317, r=Mark-SimulacrumJoshua Nelson-2/+9
2021-03-01:arrow_up: rust-analyzerLaurențiu Nicola-17/+15
2021-03-01Use a crate to produce rustdoc tree comparisons instead of the `diff` commandMichael Howell-13/+71
2021-03-01Use diagnostic items in into_iter_collectionsCameron Steffen-24/+22
2021-03-01Auto merge of #82216 - kulikjak:fix-solaris-target, r=nagisa,Mark-Simulacrumbors-16/+32
2021-03-01Update Docker to use the correct targetJakub Kulik-13/+26
2021-03-01Update supported platforms docJakub Kulik-2/+2
2021-03-01Change default Solaris x86 target to x86_64-pc-solarisJakub Kulik-1/+4
2021-03-01Auto merge of #78360 - tmiasko:storage-markers, r=wesleywiser,oli-obkbors-3/+128