| Age | Commit message (Expand) | Author | Lines |
| 2022-07-26 | Rollup merge of #99593 - TaKO8Ki:suggest-removing-tuple-struct-field, r=compi... | Yuki Okushi | -0/+15 |
| 2022-07-26 | Rollup merge of #99353 - compiler-errors:gat-where-clause-mismatch, r=cjgillot | Yuki Okushi | -176/+93 |
| 2022-07-25 | Auto merge of #99735 - JohnTitor:rollup-d93jyr2, r=JohnTitor | bors | -409/+52 |
| 2022-07-26 | Rollup merge of #99709 - lcnr:rm-MaybeTypeckResults, r=compiler-errors | Yuki Okushi | -33/+5 |
| 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 #97077 - ouz-a:Optimize-backend, r=oli-obk | Yuki Okushi | -30/+22 |
| 2022-07-25 | Auto merge of #97313 - cjgillot:ast-lifetimes-anon, r=petrochenkov | bors | -926/+824 |
| 2022-07-25 | Update file description. | Camille GILLOT | -5/+6 |
| 2022-07-25 | Report elision failures on the AST. | Camille GILLOT | -921/+792 |
| 2022-07-25 | Auto merge of #85673 - csmoe:export-exe-sym, r=bjorn3 | bors | -5/+22 |
| 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 | `Inherited` always has `TypeckResults` available | lcnr | -33/+5 |
| 2022-07-25 | Auto merge of #99707 - JohnTitor:rollup-74rb8vq, r=JohnTitor | bors | -17/+15 |
| 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 | -5/+8 |
| 2022-07-25 | suggest removing the tuple struct field for the unwrapped value | Takayuki Maeda | -0/+15 |
| 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/+22 |
| 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 | -5/+8 |
| 2022-07-24 | Combine redundant obligation cause codes | Michael Goulet | -129/+71 |
| 2022-07-24 | Handle additional lifetime bounds on GATs like on methods | Michael Goulet | -9/+15 |
| 2022-07-24 | Slightly improve mismatched GAT where clause error | Michael Goulet | -65/+34 |
| 2022-07-24 | Rollup merge of #99678 - danbev:rustc_parse-config-doc-comments, r=cjgillot | Ralf Jung | -2/+2 |
| 2022-07-24 | Rollup merge of #99644 - RalfJung:interpret-int-ptr-transmute, r=oli-obk | Ralf Jung | -90/+57 |
| 2022-07-24 | Update doc comments that refer to config parameter | Daniel Bevenius | -2/+2 |
| 2022-07-24 | Don't overwrite CodegenFnAttrs when adding used compiler/linker | Thom Chiovoloni | -1/+1 |
| 2022-07-24 | don't ICE on invalid dyn calls | Ralf Jung | -2/+2 |
| 2022-07-24 | Revert "Mark atomics as unsupported on thumbv6m" | Amanieu d'Antras | -2/+1 |
| 2022-07-24 | make sure has_deref is correct | ouz-a | -0/+2 |
| 2022-07-24 | Auto merge of #93429 - fee1-dead-contrib:allow-super-trait-tilde-const, r=oli... | bors | -12/+53 |
| 2022-07-24 | Instantiate constness in wfcheck | Deadbeef | -10/+46 |
| 2022-07-24 | Use VecMap::get in ConstraintLocator::check | Michael Goulet | -12/+6 |
| 2022-07-24 | Auto merge of #99251 - cuviper:hashbrown-0.12, r=Mark-Simulacrum | bors | -8/+8 |
| 2022-07-24 | Auto merge of #95548 - rcvalle:rust-cfi-2, r=nagisa | bors | -97/+1019 |
| 2022-07-23 | Auto merge of #99652 - GuillaumeGomez:rollup-38v0x7y, r=GuillaumeGomez | bors | -4/+19 |
| 2022-07-23 | Rollup merge of #99595 - nikic:thumbv6m-atomics, r=nagisa | Guillaume Gomez | -1/+2 |
| 2022-07-23 | Rollup merge of #99449 - compiler-errors:assoc-const-missing-item, r=lcnr | Guillaume Gomez | -3/+17 |
| 2022-07-23 | Auto merge of #98208 - ivanloz:master, r=nagisa | bors | -2/+18 |
| 2022-07-23 | Add fine-grained LLVM CFI support to the Rust compiler | Ramon de C Valle | -97/+1019 |
| 2022-07-23 | Add `sign-ext` target feature to the WASM target | dAxpeDDa | -0/+1 |
| 2022-07-23 | now we can make scalar_to_ptr a method on Scalar | Ralf Jung | -45/+41 |
| 2022-07-23 | Remap elaborated obligation constness | Deadbeef | -1/+6 |
| 2022-07-23 | Allow `~const` on super traits | Deadbeef | -1/+1 |
| 2022-07-23 | remove some provenance-related machine hooks that Miri no longer needs | Ralf Jung | -46/+17 |
| 2022-07-23 | Auto merge of #99636 - matthiaskrgr:rollup-yg0xxkx, r=matthiaskrgr | bors | -22/+69 |