about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-09-30Auto merge of #102164 - compiler-errors:rpitit-foreign, r=TaKO8Kibors-0/+50
2022-09-30Auto merge of #102304 - lcnr:coherence-cleanup, r=compiler-errorsbors-33/+0
2022-09-29Auto merge of #101887 - nnethercote:shrink-Res, r=spastorinobors-130/+159
2022-09-29Auto merge of #102482 - notriddle:rollup-fjm618g, r=notriddlebors-141/+141
2022-09-29Rollup merge of #102476 - oli-obk:split_error_path, r=cjgillotMichael Howell-134/+140
2022-09-29Rollup merge of #102426 - sunfishcode:sunfishcode/no-wasm-init-memory, r=nagisaMichael Howell-6/+0
2022-09-29Rollup merge of #102214 - cassaundra:fix-format-args-span, r=cjgillotMichael Howell-1/+1
2022-09-29Auto merge of #101893 - oli-obk:lift_derive, r=lcnrbors-0/+1
2022-09-29Split out the error reporting logic into a separate functionOli Scherer-134/+140
2022-09-29Auto merge of #102471 - Dylan-DPC:rollup-ij3okjt, r=Dylan-DPCbors-58/+115
2022-09-29Rollup merge of #102455 - nnethercote:WhileTrue-check_expr, r=lqdDylan DPC-24/+22
2022-09-29Rollup merge of #102385 - sunfishcode:sunfishcode/wasm-no-export-heap-base, r...Dylan DPC-4/+6
2022-09-29Rollup merge of #102336 - compiler-errors:issue-102333, r=jackh726Dylan DPC-30/+87
2022-09-29Auto merge of #102461 - oli-obk:split_collect_rs, r=lcnrbors-1179/+1205
2022-09-29Some path updatesOli Scherer-1/+1
2022-09-29Split collect.rsOli Scherer-1178/+1204
2022-09-29Auto merge of #102328 - cuviper:ibm-stack-probes, r=nagisabors-18/+36
2022-09-29Rollup merge of #102416 - lcnr:specialization-fixme, r=compiler-errorsYuki Okushi-5/+5
2022-09-29Rollup merge of #102399 - b-naber:binder-print-ice, r=lcnrYuki Okushi-4/+10
2022-09-29Rollup merge of #102351 - Rageking8:improve-E0585, r=wesleywiserYuki Okushi-3/+3
2022-09-29Rollup merge of #102085 - chenyukang:code-refactor, r=cjgillotYuki Okushi-247/+366
2022-09-29Use let-chaining in `WhileTrue::check_expr`.Nicholas Nethercote-24/+22
2022-09-29Shrink `hir::def::Res`.Nicholas Nethercote-129/+158
2022-09-28Auto merge of #102384 - camelid:extrainfo, r=GuillaumeGomezbors-2/+19
2022-09-29Change the "dummy self type".Nicholas Nethercote-2/+2
2022-09-28Fix span of byte-escaped left format args braceCassaundra Smith-1/+1
2022-09-28Auto merge of #100719 - CohenArthur:rust-safe-intrinsic-attribute, r=wesleywiserbors-6/+29
2022-09-28Don't export `__wasm_init_memory` on WebAssembly.Dan Gohman-6/+0
2022-09-29improve E0585 helpRageking8-3/+3
2022-09-28update fixmelcnr-5/+5
2022-09-28Auto merge of #101454 - cjgillot:concat-binders, r=estebankbors-25/+51
2022-09-28Auto merge of #101619 - Xiretza:rustc_parse-session-diagnostics, r=davidtwcobors-1260/+2006
2022-09-28account for use of index-based lifetime names in print of binderb-naber-4/+10
2022-09-28Auto merge of #102302 - nnethercote:more-lexer-improvements, r=matkladbors-440/+423
2022-09-28rustc_safe_intrinsic: Keep list of safe intrinsics within the compilerArthur Cohen-3/+59
2022-09-28Auto merge of #102388 - JohnTitor:rollup-mbyw6fl, r=JohnTitorbors-96/+232
2022-09-28Rollup merge of #102378 - compiler-errors:issue-102289, r=jackh726Yuki Okushi-1/+2
2022-09-28Rollup merge of #102348 - nnethercote:tweak-FulfillProcessor, r=jackh726Yuki Okushi-12/+12
2022-09-28Rollup merge of #102347 - nnethercote:unescaping-cleanups, r=matkladYuki Okushi-15/+12
2022-09-28Rollup merge of #102338 - compiler-errors:assoc-ty-binding-in-assoc-ty-bindin...Yuki Okushi-3/+9
2022-09-28Rollup merge of #102288 - mejrs:inner, r=compiler-errorsYuki Okushi-61/+152
2022-09-28Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8KiYuki Okushi-3/+2
2022-09-28Rollup merge of #100747 - MatthewPeterKelly:mpk/add-long-error-message-for-E0...Yuki Okushi-1/+43
2022-09-28Auto merge of #100996 - m-ou-se:format-args-2, r=estebankbors-1311/+1247
2022-09-28Address review comments.Nicholas Nethercote-10/+12
2022-09-27rustdoc: Queryify `is_notable_trait`Noah Lev-2/+19
2022-09-27Don't export `__heap_base` and `__data_end` on wasm32-wasi.Dan Gohman-4/+6
2022-09-28Deduplicate some logicmejrs-47/+27
2022-09-27review updatesMatthew Kelly-2/+2
2022-09-28Small cleanups in unescaping code.Nicholas Nethercote-14/+11