about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-03-10Auto merge of #94737 - lcnr:pass-stuff-by-value, r=davidtwcobors-5/+6
2022-03-09Account for suggestions for complete removal of linesEsteban Kuber-0/+113
2022-03-09better suggestion for int to wide ptr castMichael Goulet-13/+44
2022-03-09suggest enabling generic_const_exprs feature if const is unevaluatableMichael Goulet-0/+45
2022-03-09Rollup merge of #94772 - Urgau:check-cfg-miri, r=petrochenkovMatthias Krüger-2/+41
2022-03-09Rollup merge of #94754 - c410-f3r:nice-error, r=lcnrMatthias Krüger-55/+110
2022-03-09Rollup merge of #94739 - estebank:suggest-let-else, r=oli-obkMatthias Krüger-51/+83
2022-03-09Add support for targeting riscv32im-unknown-none-elfridwanabdillahi-0/+2
2022-03-09Permit `#[deprecated]` in stdlibJacob Pratt-352/+159
2022-03-09New `deprecated_suggestion` feature, use in testsJacob Pratt-3/+22
2022-03-09Fix spurious CI failuresGuillaume Gomez-1/+4
2022-03-09Implement macro meta-variable expressionsCaio-0/+578
2022-03-09Warn users about || in let chain expressionsCaio-55/+110
2022-03-09Update armv7-unknown-linux-uclibceabi platform support page.lancethepants-11/+21
2022-03-09diagnostics: use rustc_on_unimplemented to recommend `[].iter()`Michael Howell-8/+30
2022-03-09Add miri to the well known conditional compilation names and valuesLoïc BRANSTETT-2/+41
2022-03-09keep ERROR in messageb-naber-4/+4
2022-03-09Also take in account mdbook redirect in linkcheckerLoïc BRANSTETT-7/+13
2022-03-09manually bless 32-bit stderrb-naber-8/+7
2022-03-09normalization change and rebaseb-naber-341/+276
2022-03-09bless testsb-naber-289/+357
2022-03-09Enable issue-23036.rs on wasm32Nikita Popov-1/+0
2022-03-09Auto merge of #94515 - estebank:tweak-move-error, r=davidtwcobors-59/+94
2022-03-09Update LLVM submoduleNikita Popov-0/+0
2022-03-09Rollup merge of #94759 - ehuss:update-cargo, r=ehussDylan DPC-0/+0
2022-03-09Rollup merge of #94686 - ChayimFriedman2:issue-94629, r=jackh726Dylan DPC-3/+16
2022-03-08Update cargoEric Huss-0/+0
2022-03-08Improve mod resolution error for mods with multiple candidate filesYacin Tmimi-6/+35
2022-03-09Improve rustdoc bookLoïc BRANSTETT-83/+106
2022-03-09Enable conditional checking of values in the Rust codebaseLoïc BRANSTETT-1/+15
2022-03-08Update GUI tests for impl blocks path changesGuillaume Gomez-9/+11
2022-03-08Unify inherent impl blocks by wrapping them into a divGuillaume Gomez-8/+13
2022-03-08Rollup merge of #94689 - compiler-errors:on-unimplemented-substs, r=petrochenkovDylan DPC-2/+85
2022-03-08Update for changes to other lintsDavid Koloski-10/+15
2022-03-08Fix docs, fix incorrect lint source in noteDavid Koloski-7/+5
2022-03-08Switch the primary diagnostic to `unknown_lints`David Koloski-109/+254
2022-03-08Treat unstable lints as unknownDavid Koloski-0/+50
2022-03-08Do not suggest `let_else` if no bindings would be introducedEsteban Kuber-44/+0
2022-03-08Auto merge of #92260 - jyn514:less-python-logic, r=Mark-Simulacrumbors-49/+171
2022-03-08Suggest `if let`/`let_else` for refutable pat in `let`Esteban Kuber-49/+125
2022-03-08add `#[rustc_pass_by_value]` to more typeslcnr-5/+6
2022-03-08Auto merge of #94734 - matthiaskrgr:rollup-28shqhy, r=matthiaskrgrbors-1008/+2528
2022-03-08Rollup merge of #94726 - lnicola:rust-analyzer-2022-03-08, r=lnicolaMatthias Krüger-18/+17
2022-03-08Rollup merge of #94708 - notriddle:notriddle/cargo-toml-warning, r=lcnrMatthias Krüger-24/+114
2022-03-08Rollup merge of #94586 - sunfishcode:sunfishcode/io-lifetimes-tests, r=davidtwcoMatthias Krüger-2/+2
2022-03-08Rollup merge of #94580 - xFrednet:55112-only-reason-in-lint-attr, r=lcnrMatthias Krüger-9/+81
2022-03-08Rollup merge of #91993 - estebank:match-span-suggestion, r=oli-obkMatthias Krüger-955/+2314
2022-03-08Create a function for gathering profiles and run only Full benchmarks in LLVM...Jakub Beránek-39/+38
2022-03-08suggest adding `{ .. }` around a const function with argumentsTakayuki Maeda-0/+75
2022-03-08Auto merge of #94716 - RalfJung:miri, r=RalfJungbors-10/+7