| Age | Commit message (Expand) | Author | Lines |
| 2022-06-27 | Auto merge of #98221 - cjgillot:single-coh, r=lcnr | bors | -136/+113 |
| 2022-06-27 | Auto merge of #98212 - petrochenkov:addlinkargs, r=lqd | bors | -443/+459 |
| 2022-06-26 | Auto merge of #98187 - mystor:fast_span_call_site, r=eddyb | bors | -16/+14 |
| 2022-06-26 | Rollup merge of #98428 - davidtwco:translation-derive-typed-identifiers, r=ol... | Matthias Krüger | -275/+467 |
| 2022-06-26 | Rollup merge of #97743 - RalfJung:const-err-future-breakage, r=estebank | Matthias Krüger | -0/+1 |
| 2022-06-26 | Rollup merge of #97295 - c410-f3r:yet-another-let-chain, r=compiler-errors | Matthias Krüger | -4/+32 |
| 2022-06-26 | proc_macro: Rename ExpnContext to ExpnGlobals, and unify method on Server trait | Nika Layzell | -17/+10 |
| 2022-06-26 | Auto merge of #98190 - nnethercote:optimize-derive-Debug-code, r=scottmcm | bors | -232/+186 |
| 2022-06-26 | Rollup merge of #98509 - rust-lang:notriddle/precise-pin-diag, r=compiler-errors | Yuki Okushi | -1/+4 |
| 2022-06-26 | Rollup merge of #98385 - m-ou-se:llvm-12-memory-order, r=petrochenkov | Yuki Okushi | -1/+15 |
| 2022-06-26 | Rollup merge of #98371 - compiler-errors:better-opaque-printing, r=oli-obk | Yuki Okushi | -113/+120 |
| 2022-06-25 | diagnostics: consider parameter count when suggesting smart pointers | Michael Howell | -1/+4 |
| 2022-06-25 | rustc_target: Some more tests and fixes for linker arguments | Vadim Petrochenkov | -44/+132 |
| 2022-06-25 | rustc_target: Add convenience functions for adding linker arguments | Vadim Petrochenkov | -420/+348 |
| 2022-06-25 | proc_macro: remove Context trait, and put span methods directly on Server | Nika Layzell | -4/+4 |
| 2022-06-25 | make const_err show up in future breakage reports | Ralf Jung | -0/+1 |
| 2022-06-25 | proc_macro: cache static spans in client's thread-local state | Nika Layzell | -15/+20 |
| 2022-06-25 | Rollup merge of #98431 - WaffleLapkin:mut_pat_suggestions, r=compiler-errors | Matthias Krüger | -0/+51 |
| 2022-06-25 | Rollup merge of #98429 - b-naber:use-correct-substs-discriminant-cast, r=lcnr | Matthias Krüger | -92/+94 |
| 2022-06-25 | Rollup merge of #98311 - eggyal:reverse-folder-hierarchy, r=jackh726 | Matthias Krüger | -63/+40 |
| 2022-06-25 | Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-e... | Matthias Krüger | -15/+21 |
| 2022-06-25 | [rustc_parse] Forbid lets in certain places | Caio | -4/+32 |
| 2022-06-24 | Use write! instead of p! to avoid having to use weird scoping | Michael Goulet | -25/+12 |
| 2022-06-24 | Fix printing impl trait under binders | Michael Goulet | -113/+133 |
| 2022-06-24 | improve wording of a suggestion | Maybe Waffle | -1/+1 |
| 2022-06-24 | take advantage of a labelled block | Waffle Maybe | -8/+8 |
| 2022-06-24 | fmt | b-naber | -8/+6 |
| 2022-06-24 | Set relocation_model to Pic on emscripten target | Hood Chatham | -1/+2 |
| 2022-06-24 | address review | b-naber | -14/+14 |
| 2022-06-24 | small refactor | b-naber | -95/+96 |
| 2022-06-24 | Auto merge of #98447 - JohnTitor:rollup-pponoo3, r=JohnTitor | bors | -163/+132 |
| 2022-06-24 | use correct substs in enum discriminant hack | b-naber | -1/+4 |
| 2022-06-24 | errors: remove diagnostic message ctors | David Wood | -17/+0 |
| 2022-06-24 | macros: use typed identifiers in subdiag derive | David Wood | -22/+103 |
| 2022-06-24 | macros: use typed identifiers in diag derive | David Wood | -236/+364 |
| 2022-06-24 | Rollup merge of #98419 - WaffleLapkin:remove_excess_rib, r=compiler-errors | Yuki Okushi | -1/+3 |
| 2022-06-24 | Rollup merge of #98394 - Enselic:fixup-rustc_main-renames, r=petrochenkov | Yuki Okushi | -11/+12 |
| 2022-06-24 | Rollup merge of #98280 - compiler-errors:better-call-closure-on-type-err, r=e... | Yuki Okushi | -114/+77 |
| 2022-06-24 | Rollup merge of #98214 - petrochenkov:islike, r=compiler-errors | Yuki Okushi | -20/+11 |
| 2022-06-24 | Rollup merge of #97633 - mkroening:object-osabi, r=petrochenkov | Yuki Okushi | -6/+15 |
| 2022-06-24 | Rollup merge of #96955 - Aaron1011:pretty-print-sort, r=petrochenkov | Yuki Okushi | -11/+10 |
| 2022-06-24 | Rollup merge of #91264 - GuillaumeGomez:macro-jump-to-def, r=jsha | Yuki Okushi | -0/+4 |
| 2022-06-24 | Auto merge of #98109 - nikomatsakis:issue-98095, r=jackh726 | bors | -121/+455 |
| 2022-06-24 | Rewrite `TyKind::fmt`. | Nicholas Nethercote | -131/+32 |
| 2022-06-24 | Optimize the code produced by `derive(Debug)`. | Nicholas Nethercote | -89/+139 |
| 2022-06-23 | Rollup merge of #98388 - rosehuds:master, r=davidtwco | Michael Goulet | -4/+18 |
| 2022-06-23 | Rollup merge of #98365 - jyn514:improve-obligation-errors-review-comments, r=... | Michael Goulet | -23/+19 |
| 2022-06-23 | Rollup merge of #98355 - hoodmane:emscripten-no-default, r=petrochenkov | Michael Goulet | -1/+2 |
| 2022-06-23 | Rollup merge of #98353 - beetrees:builtin-macros-cfg-diag, r=davidtwco | Michael Goulet | -6/+38 |
| 2022-06-23 | Rollup merge of #98305 - klensy:no-err-alloc, r=compiler-errors | Michael Goulet | -32/+33 |