| Age | Commit message (Expand) | Author | Lines |
| 2022-06-08 | Fix FFI-unwind unsoundness with mixed panic mode | Gary Guo | -2/+9 |
| 2022-06-08 | Auto merge of #94732 - nnethercote:infallible-encoder, r=bjorn3 | bors | -71/+59 |
| 2022-06-08 | Auto merge of #97860 - Dylan-DPC:rollup-t3vxos8, r=Dylan-DPC | bors | -2/+27 |
| 2022-06-08 | Rollup merge of #97597 - tmiasko:simplify-locals-side-effects, r=RalfJung,Jak... | Dylan DPC | -2/+27 |
| 2022-06-08 | Auto merge of #97447 - nnethercote:improve-folding, r=jackh726 | bors | -285/+249 |
| 2022-06-08 | Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`. | Nicholas Nethercote | -14/+14 |
| 2022-06-08 | Folding revamp. | Nicholas Nethercote | -272/+226 |
| 2022-06-08 | Add `try_fold_uenevaluted`. | Nicholas Nethercote | -10/+20 |
| 2022-06-08 | Add `TypeVisitor::visit_mir_const`. | Nicholas Nethercote | -0/+8 |
| 2022-06-08 | Remove `EarlyBinder::{try_fold_with,visit_with}`. | Nicholas Nethercote | -8/+0 |
| 2022-06-08 | Use `super_visit_with` in a couple of `visit_binder` methods. | Nicholas Nethercote | -1/+1 |
| 2022-06-08 | Rename `TypeVisitor::visit_unevaluated_const`. | Nicholas Nethercote | -4/+4 |
| 2022-06-08 | Use delayed error handling for `Encodable` and `Encoder` infallible. | Nicholas Nethercote | -58/+46 |
| 2022-06-07 | Preserve unused pointer to address casts | Tomasz Miąsko | -2/+27 |
| 2022-06-07 | Rollup merge of #97325 - tmiasko:capture-enum-field, r=arora-aman | Dylan DPC | -2/+4 |
| 2022-06-07 | Auto merge of #97825 - Dylan-DPC:rollup-ya51k1k, r=Dylan-DPC | bors | -9/+70 |
| 2022-06-07 | Rollup merge of #97301 - semicoleon:unstable-reexport, r=petrochenkov | Dylan DPC | -8/+69 |
| 2022-06-07 | Rollup merge of #97058 - bjorn3:multi_artifact_work_products, r=nagisa | Dylan DPC | -1/+1 |
| 2022-06-07 | Auto merge of #97512 - scottmcm:add-coldcc, r=nagisa,lcnr | bors | -1/+2 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -40/+1 |
| 2022-06-06 | Auto merge of #97795 - Dylan-DPC:rollup-dxilagr, r=Dylan-DPC | bors | -28/+7 |
| 2022-06-06 | Auto merge of #97684 - RalfJung:better-provenance-control, r=oli-obk | bors | -29/+54 |
| 2022-06-06 | Rollup merge of #97312 - cjgillot:no-path-in-scope, r=compiler-errors | Dylan DPC | -28/+7 |
| 2022-06-06 | Rename CodegenUnit::work_product to previous_work_product | bjorn3 | -1/+1 |
| 2022-06-05 | interpret: better control over whether we read data with provenance, and impl... | Ralf Jung | -29/+54 |
| 2022-06-05 | Auto merge of #97697 - WaffleLapkin:no_ref_vec, r=WaffleLapkin | bors | -5/+13 |
| 2022-06-04 | Allow unstable items to be re-exported unstably without requiring the feature... | cole | -8/+69 |
| 2022-06-04 | Rollup merge of #97737 - jackh726:verbose-pretty-printing-fix, r=compiler-errors | Matthias Krüger | -24/+30 |
| 2022-06-04 | Rollup merge of #97609 - Elliot-Roberts:unused-trait-refactor, r=cjgillot | Matthias Krüger | -7/+7 |
| 2022-06-04 | Fix pretty printing named bound regions under -Zverbose | Jack Huey | -24/+30 |
| 2022-06-04 | Iterate over `maybe_unused_trait_imports` when checking dead trait imports | Elliot Roberts | -7/+7 |
| 2022-06-04 | Completely remove LifetimeScopeForPath. | Camille GILLOT | -26/+2 |
| 2022-06-04 | Compute lifetimes in scope at diagnostic time. | Camille GILLOT | -3/+6 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -40/+1 |
| 2022-06-03 | Make hir().get_generics and generics_of consistent. | Camille GILLOT | -21/+1 |
| 2022-06-03 | Auto merge of #85993 - bjorn3:serde_json, r=wesleywiser | bors | -7/+7 |
| 2022-06-03 | Remove emit_unit | bjorn3 | -6/+6 |
| 2022-06-03 | Use serde_json for target spec json | bjorn3 | -1/+1 |
| 2022-06-03 | Replace `&Vec<_>`s with `&[_]`s | Maybe Waffle | -5/+13 |
| 2022-06-03 | Auto merge of #97694 - Dylan-DPC:rollup-2yxo7ce, r=Dylan-DPC | bors | -8/+18 |
| 2022-06-03 | Rollup merge of #97415 - cjgillot:is-late-bound-solo, r=estebank | Dylan DPC | -8/+18 |
| 2022-06-03 | Auto merge of #89862 - lcnr:path-generics-diagnostics, r=estebank | bors | -1/+34 |
| 2022-06-03 | Compute `is_late_bound` in a separate query. | Camille GILLOT | -2/+13 |
| 2022-06-03 | Manipulate lifetimes by LocalDefId for region resolution. | Camille GILLOT | -6/+5 |
| 2022-06-03 | Rollup merge of #97664 - estebank:suggest-bound-derive-copy, r=compiler-errors | Dylan DPC | -1/+4 |
| 2022-06-03 | Rollup merge of #97653 - RalfJung:int-to-ptr, r=oli-obk | Dylan DPC | -1/+7 |
| 2022-06-02 | On E0204 suggest missing type param bounds | Esteban Küber | -1/+4 |
| 2022-06-02 | add cast kind of from_exposed_addr (int-to-ptr casts) | Ralf Jung | -1/+7 |
| 2022-06-02 | Rollup merge of #97023 - cjgillot:uniform-anon, r=estebank | Dylan DPC | -43/+28 |
| 2022-06-02 | add new `emit_inference_failure_err` | lcnr | -1/+34 |