| Age | Commit message (Expand) | Author | Lines |
| 2022-09-30 | Auto merge of #102164 - compiler-errors:rpitit-foreign, r=TaKO8Ki | bors | -0/+50 |
| 2022-09-30 | Auto merge of #102304 - lcnr:coherence-cleanup, r=compiler-errors | bors | -33/+0 |
| 2022-09-29 | Auto merge of #101887 - nnethercote:shrink-Res, r=spastorino | bors | -130/+159 |
| 2022-09-29 | Auto merge of #102482 - notriddle:rollup-fjm618g, r=notriddle | bors | -141/+141 |
| 2022-09-29 | Rollup merge of #102476 - oli-obk:split_error_path, r=cjgillot | Michael Howell | -134/+140 |
| 2022-09-29 | Rollup merge of #102426 - sunfishcode:sunfishcode/no-wasm-init-memory, r=nagisa | Michael Howell | -6/+0 |
| 2022-09-29 | Rollup merge of #102214 - cassaundra:fix-format-args-span, r=cjgillot | Michael Howell | -1/+1 |
| 2022-09-29 | Auto merge of #101893 - oli-obk:lift_derive, r=lcnr | bors | -0/+1 |
| 2022-09-29 | Split out the error reporting logic into a separate function | Oli Scherer | -134/+140 |
| 2022-09-29 | Auto merge of #102471 - Dylan-DPC:rollup-ij3okjt, r=Dylan-DPC | bors | -58/+115 |
| 2022-09-29 | Rollup merge of #102455 - nnethercote:WhileTrue-check_expr, r=lqd | Dylan DPC | -24/+22 |
| 2022-09-29 | Rollup merge of #102385 - sunfishcode:sunfishcode/wasm-no-export-heap-base, r... | Dylan DPC | -4/+6 |
| 2022-09-29 | Rollup merge of #102336 - compiler-errors:issue-102333, r=jackh726 | Dylan DPC | -30/+87 |
| 2022-09-29 | Auto merge of #102461 - oli-obk:split_collect_rs, r=lcnr | bors | -1179/+1205 |
| 2022-09-29 | Some path updates | Oli Scherer | -1/+1 |
| 2022-09-29 | Split collect.rs | Oli Scherer | -1178/+1204 |
| 2022-09-29 | Auto merge of #102328 - cuviper:ibm-stack-probes, r=nagisa | bors | -18/+36 |
| 2022-09-29 | Rollup merge of #102416 - lcnr:specialization-fixme, r=compiler-errors | Yuki Okushi | -5/+5 |
| 2022-09-29 | Rollup merge of #102399 - b-naber:binder-print-ice, r=lcnr | Yuki Okushi | -4/+10 |
| 2022-09-29 | Rollup merge of #102351 - Rageking8:improve-E0585, r=wesleywiser | Yuki Okushi | -3/+3 |
| 2022-09-29 | Rollup merge of #102085 - chenyukang:code-refactor, r=cjgillot | Yuki Okushi | -247/+366 |
| 2022-09-29 | Use let-chaining in `WhileTrue::check_expr`. | Nicholas Nethercote | -24/+22 |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -129/+158 |
| 2022-09-28 | Auto merge of #102384 - camelid:extrainfo, r=GuillaumeGomez | bors | -2/+19 |
| 2022-09-29 | Change the "dummy self type". | Nicholas Nethercote | -2/+2 |
| 2022-09-28 | Fix span of byte-escaped left format args brace | Cassaundra Smith | -1/+1 |
| 2022-09-28 | Auto merge of #100719 - CohenArthur:rust-safe-intrinsic-attribute, r=wesleywiser | bors | -6/+29 |
| 2022-09-28 | Don't export `__wasm_init_memory` on WebAssembly. | Dan Gohman | -6/+0 |
| 2022-09-29 | improve E0585 help | Rageking8 | -3/+3 |
| 2022-09-28 | update fixme | lcnr | -5/+5 |
| 2022-09-28 | Auto merge of #101454 - cjgillot:concat-binders, r=estebank | bors | -25/+51 |
| 2022-09-28 | Auto merge of #101619 - Xiretza:rustc_parse-session-diagnostics, r=davidtwco | bors | -1260/+2006 |
| 2022-09-28 | account for use of index-based lifetime names in print of binder | b-naber | -4/+10 |
| 2022-09-28 | Auto merge of #102302 - nnethercote:more-lexer-improvements, r=matklad | bors | -440/+423 |
| 2022-09-28 | rustc_safe_intrinsic: Keep list of safe intrinsics within the compiler | Arthur Cohen | -3/+59 |
| 2022-09-28 | Auto merge of #102388 - JohnTitor:rollup-mbyw6fl, r=JohnTitor | bors | -96/+232 |
| 2022-09-28 | Rollup merge of #102378 - compiler-errors:issue-102289, r=jackh726 | Yuki Okushi | -1/+2 |
| 2022-09-28 | Rollup merge of #102348 - nnethercote:tweak-FulfillProcessor, r=jackh726 | Yuki Okushi | -12/+12 |
| 2022-09-28 | Rollup merge of #102347 - nnethercote:unescaping-cleanups, r=matklad | Yuki Okushi | -15/+12 |
| 2022-09-28 | Rollup merge of #102338 - compiler-errors:assoc-ty-binding-in-assoc-ty-bindin... | Yuki Okushi | -3/+9 |
| 2022-09-28 | Rollup merge of #102288 - mejrs:inner, r=compiler-errors | Yuki Okushi | -61/+152 |
| 2022-09-28 | Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8Ki | Yuki Okushi | -3/+2 |
| 2022-09-28 | Rollup merge of #100747 - MatthewPeterKelly:mpk/add-long-error-message-for-E0... | Yuki Okushi | -1/+43 |
| 2022-09-28 | Auto merge of #100996 - m-ou-se:format-args-2, r=estebank | bors | -1311/+1247 |
| 2022-09-28 | Address review comments. | Nicholas Nethercote | -10/+12 |
| 2022-09-27 | rustdoc: Queryify `is_notable_trait` | Noah Lev | -2/+19 |
| 2022-09-27 | Don't export `__heap_base` and `__data_end` on wasm32-wasi. | Dan Gohman | -4/+6 |
| 2022-09-28 | Deduplicate some logic | mejrs | -47/+27 |
| 2022-09-27 | review updates | Matthew Kelly | -2/+2 |
| 2022-09-28 | Small cleanups in unescaping code. | Nicholas Nethercote | -14/+11 |