about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-12-23Rollup merge of #106058 - tmiasko:68304, r=compiler-errorsMatthias Krüger-1/+1
2022-12-23Rollup merge of #106057 - jyn514:trimmed-def-paths-ice, r=compiler-errorsMatthias Krüger-2/+10
2022-12-23Rollup merge of #106056 - jyn514:quiet-bug, r=compiler-errorsMatthias Krüger-3/+6
2022-12-23Rollup merge of #106051 - jyn514:cranelift-std, r=bjorn3Matthias Krüger-1/+1
2022-12-23Rollup merge of #105978 - jyn514:unused_proc_macro_decl, r=tmiaskoMatthias Krüger-0/+2
2022-12-22Auto merge of #106054 - matthiaskrgr:rollup-38epsfh, r=matthiaskrgrbors-2/+5
2022-12-22Give a more helpful error for "trimmed_def_paths construted"Joshua Nelson-2/+10
2022-12-22Fix the issue number in comment for as_local_call_operandTomasz Miąsko-1/+1
2022-12-22Make `sess.bug` much less noisyJoshua Nelson-3/+6
2022-12-22Rollup merge of #105983 - compiler-errors:issue-105981, r=tmiaskoMatthias Krüger-0/+1
2022-12-22Rollup merge of #105847 - compiler-errors:issue-104396, r=oli-obkMatthias Krüger-2/+4
2022-12-22Mark `proc_macro_decls_static` as always usedJoshua Nelson-0/+2
2022-12-22Allow building std with craneliftJoshua Nelson-1/+1
2022-12-22Auto merge of #103957 - JakobDegen:drop-retag, r=RalfJungbors-13/+48
2022-12-22Rollup merge of #106010 - oli-obk:tait_coherence_diagnostic, r=compiler-errorsMatthias Krüger-8/+15
2022-12-22Rollup merge of #105966 - compiler-errors:issue-105936, r=eholkMatthias Krüger-1/+1
2022-12-22Rollup merge of #105843 - compiler-errors:sugg-const, r=lcnrMatthias Krüger-13/+106
2022-12-22Rollup merge of #105769 - lyming2007:issue-105177-fix, r=eholkMatthias Krüger-2/+24
2022-12-22Rollup merge of #104741 - bryangarza:bug-104588-async-track-caller, r=compile...Matthias Krüger-12/+82
2022-12-22Auto merge of #106025 - matthiaskrgr:rollup-vz5rqah, r=matthiaskrgrbors-79/+77
2022-12-22Suggest associated const on capitalization errorMichael Goulet-13/+106
2022-12-22Auto merge of #106023 - JohnTitor:rollup-k8mettz, r=JohnTitorbors-7/+27
2022-12-21Change comment to doc commentEric Holk-1/+1
2022-12-21Don't run `Drop` terminators on types that do not have drop glue in const evalJakob Degen-11/+19
2022-12-22Rollup merge of #106012 - JakobDegen:retag-raw, r=RalfJungMatthias Krüger-8/+10
2022-12-22Rollup merge of #105985 - compiler-errors:method-chain-nitpicks, r=estebankMatthias Krüger-38/+40
2022-12-22Rollup merge of #105960 - oli-obk:effect_cleanup, r=fee1-deadMatthias Krüger-25/+15
2022-12-22Rollup merge of #105932 - MasterAwesome:aarch64-bti-llvm-15, r=nikicMatthias Krüger-4/+11
2022-12-22Rollup merge of #105837 - compiler-errors:issue-105728, r=estebankMatthias Krüger-4/+1
2022-12-22Rollup merge of #106008 - uweigand:s390x-lintgroup-order, r=NilstriebYuki Okushi-1/+10
2022-12-22Rollup merge of #105602 - RalfJung:read-convenience, r=oli-obkYuki Okushi-6/+17
2022-12-21Update track_caller tests; run fmtBryan Garza-5/+2
2022-12-21Auto merge of #105613 - Nilstrieb:rename-assert_uninit_valid, r=RalfJungbors-12/+16
2022-12-21Retag argument to `drop_in_place` unconditionallyJakob Degen-28/+29
2022-12-21Retag as FnEntry on `drop_in_place`Jakob Degen-1/+27
2022-12-21Auto merge of #105979 - matthiaskrgr:rollup-2luw3mx, r=matthiaskrgrbors-57/+108
2022-12-21Forbid `RetagKind::TwoPhase` as wellJakob Degen-4/+3
2022-12-21Clarify that raw retags are not permitted in MirJakob Degen-8/+11
2022-12-21Sort lint_groups in no_lint_suggestionUlrich Weigand-1/+10
2022-12-21Give opaque types a better coherence errorOli Scherer-8/+15
2022-12-21Auto merge of #105812 - ojeda:no-jump-tables, r=nikicbors-0/+12
2022-12-21Don't call typeck if we have no typeck resultsMichael Goulet-11/+8
2022-12-21CollectAllMismatches relation should respect int/float infer varsMichael Goulet-7/+20
2022-12-21Rename things to be a bit clearerMichael Goulet-14/+11
2022-12-21Substitute things correctlyMichael Goulet-1/+2
2022-12-21Remove some unnecessary try_map_boundMichael Goulet-8/+2
2022-12-21forgot a return in drop tracking handle_uninhabited_returnMichael Goulet-0/+1
2022-12-21Improve code based on feedback.Bryan Garza-39/+31
2022-12-21Add lint doc commentBryan Garza-1/+20
2022-12-21Update track_caller logic/lint after rebaseBryan Garza-30/+40