about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-02-04Auto merge of #107672 - matthiaskrgr:rollup-7e6dbuk, r=matthiaskrgrbors-6/+57
2023-02-04Rollup merge of #107646 - estebank:specific-span, r=compiler-errorsMatthias Krüger-6/+57
2023-02-04Auto merge of #107549 - Zoxc:rustc-shared, r=jyn514bors-1415/+1429
2023-02-04Auto merge of #107267 - cjgillot:keep-aggregate, r=oli-obkbors-218/+130
2023-02-04Auto merge of #107591 - krasimirgg:llvm-17-pgoopts, r=cuviperbors-8/+30
2023-02-03review commentsEsteban Küber-14/+17
2023-02-03Rollup merge of #107621 - compiler-errors:intern-external-constraints, r=lcnrMichael Goulet-21/+78
2023-02-03Rollup merge of #107595 - michaelwoerister:retry_proc_macro_loading, r=petroc...Michael Goulet-2/+40
2023-02-03Rollup merge of #107551 - fee1-dead-contrib:rm_const_fnmut_helper, r=oli-obkMichael Goulet-6/+17
2023-02-03Make const/fn return params more suggestableMichael Goulet-67/+127
2023-02-03intern external constraintsMichael Goulet-21/+78
2023-02-03Provide structured suggestion for binding needing type on E0594Esteban Küber-6/+54
2023-02-03Auto merge of #107642 - Dylan-DPC:rollup-edcqhm5, r=Dylan-DPCbors-153/+395
2023-02-03Rollup merge of #107633 - clubby789:option-string-coerce-fix, r=NilstriebDylan DPC-4/+11
2023-02-03Rollup merge of #107585 - compiler-errors:fndef-sig-cycle, r=oli-obkDylan DPC-10/+26
2023-02-03Rollup merge of #107544 - nnethercote:improve-TokenCursor, r=petrochenkovDylan DPC-87/+94
2023-02-03Rollup merge of #107539 - PossiblyAShrub:unused-parens-in-index, r=lcnrDylan DPC-0/+4
2023-02-03Rollup merge of #107427 - detrumi:builtin-impl-candidates, r=compiler-errorsDylan DPC-0/+25
2023-02-03Autotrait bounds on dyn-safe trait methodsDavid Tolnay-10/+72
2023-02-03Disallow impl autotrait for trait objectDavid Tolnay-42/+163
2023-02-03Auto merge of #107599 - clubby789:debug-less-ref, r=nnethercotebors-5/+20
2023-02-03Fix suggestion for coercing Option<&String> to Option<&str>clubby789-4/+11
2023-02-03Auto merge of #107569 - petrochenkov:optattr, r=nnethercotebors-76/+90
2023-02-03Use new helper inside probeWilco Kusee-6/+2
2023-02-03Rollup merge of #107602 - estebank:anon-enum-access, r=compiler-errorsMatthias Krüger-12/+39
2023-02-03Rollup merge of #106805 - madsravn:master, r=compiler-errorsMatthias Krüger-1/+28
2023-02-03Rollup merge of #106575 - estebank:issue-64008, r=pnkfelixMatthias Krüger-16/+34
2023-02-02Introduce write_aggregate.Camille GILLOT-19/+29
2023-02-02Stop deaggegating MIR.Camille GILLOT-132/+0
2023-02-02Stop deaggregating enums in MIR.Camille GILLOT-56/+45
2023-02-02Handle aggregates in DataflowConstProp.Camille GILLOT-0/+25
2023-02-02Codegen SetDiscriminant after field assignment.Camille GILLOT-15/+11
2023-02-02Interpret aggregates.Camille GILLOT-13/+21
2023-02-02Put a DefId in AggregateKind.Camille GILLOT-17/+33
2023-02-03Rename `Cursor`/`CursorRef` as `TokenTreeCursor`/`RefTokenTreeCursor`.Nicholas Nethercote-25/+30
2023-02-03Remove `TokenCursorFrame`.Nicholas Nethercote-42/+34
2023-02-03Make clear that `TokenTree::Token` shouldn't contain a delimiter.Nicholas Nethercote-2/+9
2023-02-03Improve doc comment desugaring.Nicholas Nethercote-27/+30
2023-02-02Tweak misleading commentMichael Goulet-1/+1
2023-02-02Don't generate unecessary `&&self.field` in deriving Debugclubby789-5/+20
2023-02-02Emit warnings on unused parens/braces in index expressionsAidan Olsen-0/+4
2023-02-02Parse and recover from type ascription in patternsEsteban Küber-12/+39
2023-02-02Suggest `move` in nested closure when appropriateEsteban Küber-16/+34
2023-02-02Rollup merge of #107559 - WaffleLapkin:is_it_2015¿, r=davidtwcoMatthias Krüger-18/+21
2023-02-02Rollup merge of #107532 - compiler-errors:erase-regions-in-uninhabited, r=jac...Matthias Krüger-1/+4
2023-02-02Rollup merge of #107524 - cjgillot:both-storage, r=RalfJungMatthias Krüger-11/+14
2023-02-02Rollup merge of #107515 - Swatinem:hirvalidator, r=compiler-errorsMatthias Krüger-49/+32
2023-02-02Rollup merge of #107493 - clubby789:range-fat-arrow-followup, r=estebankMatthias Krüger-9/+15
2023-02-02Rollup merge of #106919 - compiler-errors:underscore-typo-in-field-pat, r=jac...Matthias Krüger-10/+17
2023-02-02Retry opening proc-macro DLLs a few times on Windows.Michael Woerister-2/+40