about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-05-13Rollup merge of #96982 - klensy:no-expect, r=Dylan-DPCMatthias Krüger-1/+3
2022-05-13Auto merge of #96899 - oli-obk:closure_wf_check_bounds, r=nikomatsakisbors-114/+118
2022-05-13For non-defining opaque type usage errors, don't try to also prove all trait ...Oli Scherer-106/+102
2022-05-13Check that closures satisfy their where boundsOli Scherer-8/+16
2022-05-13Auto merge of #96930 - ayrtonm:mips32-tmp-file, r=petrochenkovbors-11/+19
2022-05-13Auto merge of #96965 - oli-obk:flaky_inliner_ice, r=cjgillotbors-4/+6
2022-05-13Rollup merge of #96989 - cjgillot:defpath-use, r=davidtwcoMatthias Krüger-17/+16
2022-05-12Correct comment.Camille GILLOT-6/+2
2022-05-12Replace DefPathData::Misc by two appropriately-named variants.Camille GILLOT-11/+14
2022-05-12fix clippy expect_fun_callklensy-1/+3
2022-05-12Auto merge of #96974 - matthiaskrgr:rollup-jd4otnc, r=matthiaskrgrbors-10/+8
2022-05-12Rollup merge of #96941 - nannany:master, r=lcnr,JohnTitorMatthias Krüger-10/+8
2022-05-12Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwcobors-397/+399
2022-05-12Auto merge of #96853 - davidtwco:diagnostic-translation-unit-and-more-porting...bors-125/+206
2022-05-12Use IndexSet for deterministic orderOli Scherer-3/+2
2022-05-12update graphviz linksminami.yoshihiko-10/+8
2022-05-12Gracefully handle normalization failures in the prospective inliner cycle det...Oli Scherer-1/+4
2022-05-12Auto merge of #96940 - TaKO8Ki:stop-suggesting-wrong-fully-qualified-path, r=...bors-11/+16
2022-05-12typeck: port "no resolve overridden impl substs"David Wood-1/+11
2022-05-12typeck: port "manual implementations"David Wood-14/+17
2022-05-12typeck: port "missing type params"David Wood-58/+92
2022-05-12errors: `set_arg` takes `IntoDiagnosticArg`David Wood-6/+6
2022-05-12typeck: simplify error type using `()` fieldDavid Wood-16/+8
2022-05-12macros: spanless subdiagnostics from `()` fieldsDavid Wood-33/+75
2022-05-12Auto merge of #96889 - Aaron1011:place-ref-remove, r=compiler-errorsbors-5/+15
2022-05-12Auto merge of #95837 - scottmcm:ptr-offset-from-unsigned, r=oli-obkbors-18/+59
2022-05-11Apply CR suggestions; add real tracking issueScott McMurray-0/+2
2022-05-11Add a debug check for ordering, and check for isize overflow in CTFEScott McMurray-3/+10
2022-05-11Rename `unsigned_offset_from` to `sub_ptr`Scott McMurray-1/+1
2022-05-11Add `unsigned_offset_from` on pointersScott McMurray-15/+47
2022-05-12Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkovbors-27/+189
2022-05-11Auto merge of #96806 - cjgillot:codegen-fulfill-nice, r=oli-obkbors-77/+52
2022-05-11Remove `PartialOrd`/`Ord` impl for `PlaceRef`Aaron Hill-5/+15
2022-05-11Auto merge of #96220 - RalfJung:scalar-no-padding, r=oli-obkbors-53/+53
2022-05-11Auto merge of #96942 - Dylan-DPC:rollup-p8bcly2, r=Dylan-DPCbors-3/+16
2022-05-11Rollup merge of #96898 - RalfJung:interpret-pop-debug, r=oli-obkDylan DPC-0/+13
2022-05-11Rollup merge of #95281 - pierwill:fix-85513, r=Dylan-DPCDylan DPC-3/+3
2022-05-11avoid computing Scalar size/align in debug buildsRalf Jung-3/+3
2022-05-11stop suggesting non-existing fully qualified pathsTakayuki Maeda-11/+16
2022-05-11ast: Introduce some traits to get AST node properties genericallyVadim Petrochenkov-486/+590
2022-05-11rustc_log: add env var to set verbose entry/exit behaviorRalf Jung-0/+13
2022-05-11Auto merge of #96931 - JohnTitor:rollup-3um8o4j, r=JohnTitorbors-42/+3
2022-05-11Gracefully fail to resolve associated items instead of `delay_span_bug`.Camille GILLOT-77/+52
2022-05-11Rollup merge of #96916 - matthiaskrgr:simpl_count, r=compiler-errorsYuki Okushi-1/+1
2022-05-11Rollup merge of #96903 - oli-obk:opaque_type_lifetime_constraints, r=compiler...Yuki Okushi-1/+1
2022-05-11Rollup merge of #96543 - nnethercote:rm-make_token_stream-hacks, r=Aaron1011Yuki Okushi-40/+1
2022-05-11Auto merge of #96888 - Aaron1011:fake-borrow-no-sort, r=petrochenkovbors-11/+9
2022-05-10Fix e_flags for 32-bit MIPS targets in generated object fileAyrton-11/+19
2022-05-11Remove some unnecessary invisible delimiter checks.Nicholas Nethercote-2/+1
2022-05-10simplify length countMatthias Krüger-1/+1