about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-07-16Rollup merge of #127816 - oli-obk:misnomer, r=compiler-errorsTrevor Gross-3/+3
2024-07-16Rollup merge of #127501 - compiler-errors:invert-infer-error-mod-struture, r=...Trevor Gross-85/+506
2024-07-16Rollup merge of #126762 - compiler-errors:kw-lt, r=michaelwoeristerTrevor Gross-60/+46
2024-07-16Rollup merge of #126699 - Bryanskiy:delegation-coercion, r=compiler-errorsTrevor Gross-20/+106
2024-07-16Rollup merge of #124033 - bjorn3:ar_archive_writer_0_3_0, r=davidtwcoTrevor Gross-91/+193
2024-07-16Rollup merge of #127818 - oli-obk:ast_validation_simplifications, r=petrochenkovMatthias Krüger-71/+27
2024-07-16Rollup merge of #127817 - oli-obk:mut_visitor_fix, r=petrochenkovMatthias Krüger-3/+3
2024-07-16Rollup merge of #127808 - oli-obk:tainting_visitors2, r=lcnr,nnethercoteMatthias Krüger-32/+38
2024-07-16Rollup merge of #127730 - compiler-errors:ed-2024-unsafe, r=petrochenkovMatthias Krüger-350/+431
2024-07-16Rollup merge of #127707 - Zalathar:expand-until, r=NadrierilMatthias Krüger-14/+19
2024-07-16Deny keyword lifetimes pre-expansionMichael Goulet-60/+46
2024-07-16Fix a bunch of sites that were walking instead of visiting, making it impossi...Oli Scherer-3/+3
2024-07-16Remove a boilerplaty abstractionOli Scherer-61/+17
2024-07-16Remove a needless borrowOli Scherer-7/+7
2024-07-16Just store a span instead of the whole itemOli Scherer-3/+3
2024-07-16Update method name to reflect changes to its internalsOli Scherer-3/+3
2024-07-16Delegation: support coercion for target expressionBryanskiy-20/+106
2024-07-16Remove an unnecessary implOli Scherer-6/+9
2024-07-16Fix the issue of invalid suggestion for a reference of iteratoryukang-1/+3
2024-07-16Make `ErrorGuaranteed` discoverable outside types, consts, and lifetimesOli Scherer-26/+29
2024-07-16Rollup merge of #127780 - compiler-errors:zip-args, r=jieyouxuTrevor Gross-0/+1
2024-07-16Rollup merge of #127709 - Zalathar:pair-mod, r=NadrierilTrevor Gross-245/+272
2024-07-16Rollup merge of #120990 - chenyukang:yukang-fix-120327-dbg, r=oli-obkTrevor Gross-2/+63
2024-07-16Fix unsafe_op_in_unsafe_fn in compilerMichael Goulet-308/+382
2024-07-16fmtMichael Goulet-42/+49
2024-07-16Auto merge of #127638 - adwinwhite:cache_string, r=oli-obkbors-10/+28
2024-07-16Use an iterator to find `expand_until`Zalathar-14/+19
2024-07-15Move rustc_infer::infer::error_reporting to rustc_infer::error_reporting::inferMichael Goulet-85/+506
2024-07-15Auto merge of #127629 - tesuji:suggest-option-ref-unwrap_or, r=estebankbors-0/+79
2024-07-15Make sure trait def ids match before zipping args in note_function_argument_o...Michael Goulet-0/+1
2024-07-15Rollup merge of #127758 - Zalathar:expression-used, r=oli-obkMatthias Krüger-26/+37
2024-07-15Rollup merge of #127729 - compiler-errors:ed-2024-gen, r=oli-obkMatthias Krüger-50/+58
2024-07-15Rollup merge of #127407 - estebank:parser-suggestions, r=oli-obkMatthias Krüger-200/+370
2024-07-15Rollup merge of #124921 - RalfJung:offset-from-same-addr, r=oli-obkMatthias Krüger-15/+18
2024-07-16Suggest a borrow when using dbgyukang-2/+63
2024-07-15Use multipart_suggestion to avoid place holder in span_to_snippetLzu Tao-8/+12
2024-07-15Add support for `Result<&T, _>'Lzu Tao-10/+9
2024-07-15coverage: Restrict `ExpressionUsed` simplification to `Code` mappingsZalathar-19/+27
2024-07-15coverage: Store a copy of `num_bcbs` in `ExtractedMappings`Zalathar-7/+10
2024-07-15Auto merge of #127265 - harmou01:dev/harmou01/target-spec-metadata, r=Nilstriebbors-887/+903
2024-07-14Auto merge of #127718 - cjgillot:find_field, r=compiler-errorsbors-55/+73
2024-07-14Rollup merge of #127630 - compiler-errors:type-ascription, r=chenyukangMatthias Krüger-3/+1
2024-07-14Rollup merge of #127587 - compiler-errors:all-features-at-once, r=NilstriebMatthias Krüger-20/+3
2024-07-14Rollup merge of #127273 - nnethercote:fix-DebugParser, r=workingjubileeMatthias Krüger-70/+310
2024-07-14Suppress some fallout from gen in synstructureMichael Goulet-0/+8
2024-07-14Stop using the gen keyword in the compilerMichael Goulet-50/+50
2024-07-14Add cache for `allocate_str`Adwin White-10/+28
2024-07-14find_field does not need to be a query.Camille GILLOT-55/+73
2024-07-14Auto merge of #127670 - compiler-errors:no-type-length-limit, r=jackh726bors-1/+5
2024-07-14Auto merge of #127713 - matthiaskrgr:rollup-zxlyexf, r=matthiaskrgrbors-0/+14