about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-07-19use `par_for_each_in` in `par_body_owners` and `collect_crate_mono_items`SparrowLii-6/+4
2022-07-19Auto merge of #99451 - Dylan-DPC:rollup-ceghu18, r=Dylan-DPCbors-112/+88
2022-07-19Don't use main; improve exampleaticu-19/+11
2022-07-19Add E0790 as more specific variant of E0283aticu-29/+160
2022-07-19Rollup merge of #99410 - tmiasko:atomic-lint, r=fee1-deadDylan DPC-43/+3
2022-07-19Rollup merge of #99404 - jmqd:master, r=compiler-errorsDylan DPC-1/+5
2022-07-19Rollup merge of #99347 - compiler-errors:opaque-type-key-local-def-id, r=oli-obkDylan DPC-53/+51
2022-07-19Rollup merge of #98320 - compiler-errors:macro-backtrace, r=estebankDylan DPC-6/+19
2022-07-19Rollup merge of #97183 - oli-obk:tait_ice_async, r=jackh726Dylan DPC-9/+10
2022-07-19Auto merge of #98189 - mystor:fast_ident_literal, r=eddybbors-229/+173
2022-07-19Mention first and last macro in backtraceMichael Goulet-6/+19
2022-07-19Auto merge of #98120 - TaKO8Ki:box-diagnostic-metadata-field, r=estebankbors-2/+2
2022-07-18Don't add attribute to allow unused-qualifications to derive impl'sSamrat Man Singh-9/+1
2022-07-19Use LocalDefId in OpaqueTypeKeyMichael Goulet-53/+51
2022-07-19Add a note about privacy to wrapping suggestionMaybe Waffle-11/+17
2022-07-19Apply suggestions from the reviewMaybe Waffle-8/+5
2022-07-19check accessibility before suggesting wrapping expressionsMaybe Waffle-8/+10
2022-07-18Auto merge of #99422 - Dylan-DPC:rollup-htjofm6, r=Dylan-DPCbors-10/+23
2022-07-19Suggest a fix for `NonZero*` <- `*` coercion errorMaybe Waffle-0/+64
2022-07-18Revert "Stabilize $$ in Rust 1.63.0"Christopher Durham-0/+2
2022-07-18interpret: make some large types not CopyRalf Jung-39/+45
2022-07-18Do not suggest "wrapping the expression in `std::num::NonZeroU64`"Maybe Waffle-0/+8
2022-07-18interpret: remove some unused trait implsRalf Jung-44/+10
2022-07-18Check generators for well formednessOli Scherer-9/+10
2022-07-18proc_macro: Move subspan to be a method on Span in the bridgeNika Layzell-37/+36
2022-07-18proc_macro: stop using a remote object handle for LiteralNika Layzell-181/+149
2022-07-18proc_macro: stop using a remote object handle for IdentNika Layzell-57/+34
2022-07-18Rollup merge of #99378 - RalfJung:box-early-return, r=oli-obkDylan DPC-0/+3
2022-07-18Rollup merge of #99351 - compiler-errors:arg-mismatch-blame, r=davidtwcoDylan DPC-10/+10
2022-07-18Rollup merge of #98998 - workingjubilee:naked-means-no-clothes-enforcement-te...Dylan DPC-0/+10
2022-07-18Auto merge of #99232 - lcnr:no-bound-vars-check, r=jackh726bors-4/+10
2022-07-18Update invalid atomic ordering lintTomasz Miąsko-43/+3
2022-07-18Use span_bug for unexpected field projection typeJordan McQueen-1/+5
2022-07-18Auto merge of #99181 - lcnr:arenaGTrc, r=wesleywiserbors-14/+16
2022-07-18avoid `Symbol` to `&str` conversionsTakayuki Maeda-23/+28
2022-07-18Auto merge of #99137 - jackh726:wf-no-infcx, r=estebankbors-58/+46
2022-07-18Rollup merge of #99360 - compiler-errors:issue-99331, r=fee1-deadYuki Okushi-4/+14
2022-07-18Rollup merge of #99356 - compiler-errors:tait-in-assoc-ty-supertraits, r=oli-obkYuki Okushi-0/+15
2022-07-18Rollup merge of #99350 - compiler-errors:issue-99240, r=fee1-deadYuki Okushi-24/+33
2022-07-17rustdoc: extend `#[doc(tuple_variadic)]` to fn pointersMichael Howell-14/+20
2022-07-17Auto merge of #99033 - 5225225:interpreter-validity-checks, r=oli-obkbors-72/+116
2022-07-17use body's param-env when checking if type needs dropMichael Goulet-7/+4
2022-07-17interpret/visitor: add missing early returnRalf Jung-0/+3
2022-07-17use rustc_hir_pretty::qpath_to_string to avoid span_to_snippet when rendering...Michael Goulet-11/+14
2022-07-16Do not ICE when we have -Zunpretty=expand with invalid ABIMichael Goulet-4/+14
2022-07-16Do not constraint TAITs when checking impl/trait item compatibilityMichael Goulet-0/+15
2022-07-16Stabilize `let_chains`Caio-73/+46
2022-07-16Use typeck_results to avoid duplicate ast_ty_to_ty callMichael Goulet-13/+5
2022-07-16Use typeck_results to get accurate qpath res for arg mismatch errorMichael Goulet-10/+10
2022-07-16Be more precise when suggesting removal of parens on unit adt ctorMichael Goulet-15/+21