| Age | Commit message (Expand) | Author | Lines |
| 2022-07-26 | Rollup merge of #99711 - tmiasko:coverage, r=wesleywiser | Yuki Okushi | -18/+42 |
| 2022-07-26 | Rollup merge of #99615 - compiler-errors:remove-some-explicit-infcx, r=lcnr | Yuki Okushi | -77/+68 |
| 2022-07-26 | Rollup merge of #99593 - TaKO8Ki:suggest-removing-tuple-struct-field, r=compi... | Yuki Okushi | -0/+90 |
| 2022-07-26 | Rollup merge of #99353 - compiler-errors:gat-where-clause-mismatch, r=cjgillot | Yuki Okushi | -208/+126 |
| 2022-07-26 | Rollup merge of #98211 - devnexen:get_path_freebsd, r=Mark-Simulacrum | Yuki Okushi | -0/+14 |
| 2022-07-26 | Remove some explicit self.infcx for fcx, which derefs into infcx | Michael Goulet | -77/+68 |
| 2022-07-25 | Auto merge of #99735 - JohnTitor:rollup-d93jyr2, r=JohnTitor | bors | -471/+157 |
| 2022-07-25 | Implement `fs::get_path` for FreeBSD. | David CARLIER | -0/+14 |
| 2022-07-26 | Rollup merge of #99713 - GuillaumeGomez:fix-sidebar-background, r=notriddle | Yuki Okushi | -1/+22 |
| 2022-07-26 | Rollup merge of #99709 - lcnr:rm-MaybeTypeckResults, r=compiler-errors | Yuki Okushi | -33/+5 |
| 2022-07-26 | Rollup merge of #99703 - dtolnay:tokenstreamsizehint, r=petrochenkov | Yuki Okushi | -0/+8 |
| 2022-07-26 | Rollup merge of #99673 - RalfJung:interpret-invalid-dyn, r=oli-obk | Yuki Okushi | -2/+2 |
| 2022-07-26 | Rollup merge of #99178 - Dajamante:clean_up, r=oli-obk | Yuki Okushi | -344/+23 |
| 2022-07-26 | Rollup merge of #99084 - RalfJung:write_bytes, r=thomcc | Yuki Okushi | -37/+14 |
| 2022-07-26 | Rollup merge of #98710 - mojave2:string, r=JohnTitor | Yuki Okushi | -5/+5 |
| 2022-07-26 | Rollup merge of #97077 - ouz-a:Optimize-backend, r=oli-obk | Yuki Okushi | -30/+22 |
| 2022-07-26 | Rollup merge of #92390 - fee1-dead-contrib:const_cmp, r=oli-obk | Yuki Okushi | -19/+56 |
| 2022-07-25 | Auto merge of #97313 - cjgillot:ast-lifetimes-anon, r=petrochenkov | bors | -1627/+1560 |
| 2022-07-25 | Clippy fallout. | Camille GILLOT | -32/+46 |
| 2022-07-25 | Update file description. | Camille GILLOT | -5/+6 |
| 2022-07-25 | Report elision failures on the AST. | Camille GILLOT | -1590/+1482 |
| 2022-07-25 | Auto merge of #99722 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2022-07-25 | update Miri | Ralf Jung | -8/+8 |
| 2022-07-25 | Auto merge of #85673 - csmoe:export-exe-sym, r=bjorn3 | bors | -5/+42 |
| 2022-07-25 | removed CanConstProp + Visitor | Aïssata | -125/+7 |
| 2022-07-25 | Lighten up const_prop_lint, reusing const_prop | Aïssata | -222/+19 |
| 2022-07-25 | Add GUI test to prevent sidebar background regression | Guillaume Gomez | -0/+22 |
| 2022-07-25 | Fix sidebar background-color on mobile | Guillaume Gomez | -1/+0 |
| 2022-07-25 | Remove reachable coverage without counters | Tomasz Miąsko | -18/+42 |
| 2022-07-25 | `Inherited` always has `TypeckResults` available | lcnr | -33/+5 |
| 2022-07-25 | Auto merge of #99707 - JohnTitor:rollup-74rb8vq, r=JohnTitor | bors | -111/+140 |
| 2022-07-25 | Rollup merge of #99690 - RalfJung:miri-track-caller, r=Mark-Simulacrum | Yuki Okushi | -0/+38 |
| 2022-07-25 | Rollup merge of #99659 - compiler-errors:opaque-type-nit, r=oli-obk | Yuki Okushi | -12/+6 |
| 2022-07-25 | Rollup merge of #99643 - daxpedda:sign-ext-wasm, r=oli-obk | Yuki Okushi | -0/+1 |
| 2022-07-25 | Rollup merge of #99581 - nnethercote:improve-derive-packed-errors, r=estebank | Yuki Okushi | -51/+68 |
| 2022-07-25 | Rollup merge of #99494 - tmiasko:no-pie, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2022-07-25 | Rollup merge of #95916 - solid-rs:feat-kmc-solid-abort, r=Mark-Simulacrum | Yuki Okushi | -47/+6 |
| 2022-07-25 | Rollup merge of #95040 - frank-king:fix/94981, r=Mark-Simulacrum | Yuki Okushi | -0/+20 |
| 2022-07-25 | suggest removing the tuple struct field for the unwrapped value | Takayuki Maeda | -0/+90 |
| 2022-07-25 | Auto merge of #99600 - tmiasko:subst-folder, r=petrochenkov | bors | -55/+77 |
| 2022-07-25 | Auto merge of #98770 - klensy:no-string-dupes-ugly, r=cjgillot | bors | -9/+46 |
| 2022-07-25 | feat: impl export-executable-symbols | csmoe | -5/+42 |
| 2022-07-24 | Expose size_hint() for TokenStream's iterator | David Tolnay | -0/+8 |
| 2022-07-25 | Auto merge of #99676 - thomcc:dont-overwrite, r=tmiasko | bors | -1/+1 |
| 2022-07-25 | Improve error messages involving `derive` and `packed`. | Nicholas Nethercote | -51/+68 |
| 2022-07-25 | Auto merge of #97581 - AngelicosPhosphoros:improve_calloc_check_in_vec_macro_... | bors | -29/+170 |
| 2022-07-24 | Auto merge of #99603 - fasterthanlime:ra-subtree-2, r=jyn514 | bors | -18/+346064 |
| 2022-07-24 | Support vec zero-alloc optimization for tuples and byte arrays | AngelicosPhosphoros | -29/+170 |
| 2022-07-24 | Combine redundant obligation cause codes | Michael Goulet | -138/+80 |
| 2022-07-24 | Only run proc-macro-srv tests for now (after discussion with @Veykril, @jyn51... | Amos Wenger | -4/+7 |