| Age | Commit message (Expand) | Author | Lines |
| 2022-07-19 | use `par_for_each_in` in `par_body_owners` and `collect_crate_mono_items` | SparrowLii | -6/+4 |
| 2022-07-19 | Auto merge of #99451 - Dylan-DPC:rollup-ceghu18, r=Dylan-DPC | bors | -112/+88 |
| 2022-07-19 | Don't use main; improve example | aticu | -19/+11 |
| 2022-07-19 | Add E0790 as more specific variant of E0283 | aticu | -29/+160 |
| 2022-07-19 | Rollup merge of #99410 - tmiasko:atomic-lint, r=fee1-dead | Dylan DPC | -43/+3 |
| 2022-07-19 | Rollup merge of #99404 - jmqd:master, r=compiler-errors | Dylan DPC | -1/+5 |
| 2022-07-19 | Rollup merge of #99347 - compiler-errors:opaque-type-key-local-def-id, r=oli-obk | Dylan DPC | -53/+51 |
| 2022-07-19 | Rollup merge of #98320 - compiler-errors:macro-backtrace, r=estebank | Dylan DPC | -6/+19 |
| 2022-07-19 | Rollup merge of #97183 - oli-obk:tait_ice_async, r=jackh726 | Dylan DPC | -9/+10 |
| 2022-07-19 | Auto merge of #98189 - mystor:fast_ident_literal, r=eddyb | bors | -229/+173 |
| 2022-07-19 | Mention first and last macro in backtrace | Michael Goulet | -6/+19 |
| 2022-07-19 | Auto merge of #98120 - TaKO8Ki:box-diagnostic-metadata-field, r=estebank | bors | -2/+2 |
| 2022-07-18 | Don't add attribute to allow unused-qualifications to derive impl's | Samrat Man Singh | -9/+1 |
| 2022-07-19 | Use LocalDefId in OpaqueTypeKey | Michael Goulet | -53/+51 |
| 2022-07-19 | Add a note about privacy to wrapping suggestion | Maybe Waffle | -11/+17 |
| 2022-07-19 | Apply suggestions from the review | Maybe Waffle | -8/+5 |
| 2022-07-19 | check accessibility before suggesting wrapping expressions | Maybe Waffle | -8/+10 |
| 2022-07-18 | Auto merge of #99422 - Dylan-DPC:rollup-htjofm6, r=Dylan-DPC | bors | -10/+23 |
| 2022-07-19 | Suggest a fix for `NonZero*` <- `*` coercion error | Maybe Waffle | -0/+64 |
| 2022-07-18 | Revert "Stabilize $$ in Rust 1.63.0" | Christopher Durham | -0/+2 |
| 2022-07-18 | interpret: make some large types not Copy | Ralf Jung | -39/+45 |
| 2022-07-18 | Do not suggest "wrapping the expression in `std::num::NonZeroU64`" | Maybe Waffle | -0/+8 |
| 2022-07-18 | interpret: remove some unused trait impls | Ralf Jung | -44/+10 |
| 2022-07-18 | Check generators for well formedness | Oli Scherer | -9/+10 |
| 2022-07-18 | proc_macro: Move subspan to be a method on Span in the bridge | Nika Layzell | -37/+36 |
| 2022-07-18 | proc_macro: stop using a remote object handle for Literal | Nika Layzell | -181/+149 |
| 2022-07-18 | proc_macro: stop using a remote object handle for Ident | Nika Layzell | -57/+34 |
| 2022-07-18 | Rollup merge of #99378 - RalfJung:box-early-return, r=oli-obk | Dylan DPC | -0/+3 |
| 2022-07-18 | Rollup merge of #99351 - compiler-errors:arg-mismatch-blame, r=davidtwco | Dylan DPC | -10/+10 |
| 2022-07-18 | Rollup merge of #98998 - workingjubilee:naked-means-no-clothes-enforcement-te... | Dylan DPC | -0/+10 |
| 2022-07-18 | Auto merge of #99232 - lcnr:no-bound-vars-check, r=jackh726 | bors | -4/+10 |
| 2022-07-18 | Update invalid atomic ordering lint | Tomasz Miąsko | -43/+3 |
| 2022-07-18 | Use span_bug for unexpected field projection type | Jordan McQueen | -1/+5 |
| 2022-07-18 | Auto merge of #99181 - lcnr:arenaGTrc, r=wesleywiser | bors | -14/+16 |
| 2022-07-18 | avoid `Symbol` to `&str` conversions | Takayuki Maeda | -23/+28 |
| 2022-07-18 | Auto merge of #99137 - jackh726:wf-no-infcx, r=estebank | bors | -58/+46 |
| 2022-07-18 | Rollup merge of #99360 - compiler-errors:issue-99331, r=fee1-dead | Yuki Okushi | -4/+14 |
| 2022-07-18 | Rollup merge of #99356 - compiler-errors:tait-in-assoc-ty-supertraits, r=oli-obk | Yuki Okushi | -0/+15 |
| 2022-07-18 | Rollup merge of #99350 - compiler-errors:issue-99240, r=fee1-dead | Yuki Okushi | -24/+33 |
| 2022-07-17 | rustdoc: extend `#[doc(tuple_variadic)]` to fn pointers | Michael Howell | -14/+20 |
| 2022-07-17 | Auto merge of #99033 - 5225225:interpreter-validity-checks, r=oli-obk | bors | -72/+116 |
| 2022-07-17 | use body's param-env when checking if type needs drop | Michael Goulet | -7/+4 |
| 2022-07-17 | interpret/visitor: add missing early return | Ralf Jung | -0/+3 |
| 2022-07-17 | use rustc_hir_pretty::qpath_to_string to avoid span_to_snippet when rendering... | Michael Goulet | -11/+14 |
| 2022-07-16 | Do not ICE when we have -Zunpretty=expand with invalid ABI | Michael Goulet | -4/+14 |
| 2022-07-16 | Do not constraint TAITs when checking impl/trait item compatibility | Michael Goulet | -0/+15 |
| 2022-07-16 | Stabilize `let_chains` | Caio | -73/+46 |
| 2022-07-16 | Use typeck_results to avoid duplicate ast_ty_to_ty call | Michael Goulet | -13/+5 |
| 2022-07-16 | Use typeck_results to get accurate qpath res for arg mismatch error | Michael Goulet | -10/+10 |
| 2022-07-16 | Be more precise when suggesting removal of parens on unit adt ctor | Michael Goulet | -15/+21 |