| Age | Commit message (Expand) | Author | Lines |
| 2022-06-06 | Streamline `active_cache` to `done_cache` transfer. | Nicholas Nethercote | -8/+5 |
| 2022-06-05 | Auto merge of #97697 - WaffleLapkin:no_ref_vec, r=WaffleLapkin | bors | -45/+53 |
| 2022-06-05 | Rename `visit_generic_param{_slice => s}` | Maybe Waffle | -5/+5 |
| 2022-06-05 | Auto merge of #97577 - betrusted-io:add-xous-target, r=nagisa | bors | -0/+25 |
| 2022-06-05 | Auto merge of #97391 - Urgau:cfg_accessible, r=petrochenkov | bors | -8/+15 |
| 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 #97707 - Nilstrieb:data-structures-ub, r=cjgillot | Matthias Krüger | -2/+12 |
| 2022-06-04 | Rollup merge of #97609 - Elliot-Roberts:unused-trait-refactor, r=cjgillot | Matthias Krüger | -45/+29 |
| 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 | -45/+29 |
| 2022-06-04 | Fix stacked borrows invalidation in rustc_data_structures sip128 | Nilstrieb | -1/+2 |
| 2022-06-04 | Adapt rustc_data_structures tests to run in strict miri | Nilstrieb | -1/+10 |
| 2022-06-04 | riscv32imac-unknown-xous-elf: add target | Sean Cross | -0/+25 |
| 2022-06-04 | Rollup merge of #97722 - compiler-errors:tighten-copy-type-error-spans, r=Dyl... | Dylan DPC | -3/+7 |
| 2022-06-04 | Rollup merge of #97716 - compiler-errors:issue-97708, r=wesleywiser | Dylan DPC | -25/+8 |
| 2022-06-04 | Rollup merge of #97715 - xFrednet:97650-expect-in-fuction-arg, r=wesleywiser | Dylan DPC | -2/+10 |
| 2022-06-03 | Tighten spans for bad fields in Copy struct | Michael Goulet | -3/+7 |
| 2022-06-04 | Auto merge of #97717 - matthiaskrgr:rollup-lalaii2, r=matthiaskrgr | bors | -106/+87 |
| 2022-06-03 | Encode MIR for 'unreachable' non-generic fns | Michael Goulet | -25/+8 |
| 2022-06-03 | Auto merge of #97670 - spastorino:simplify-universal-impl-trait-lowering2, r=... | bors | -1/+2 |
| 2022-06-04 | Support the `#[expect]` attribute on fn parameters (RFC-2383) | xFrednet | -2/+10 |
| 2022-06-04 | Rollup merge of #97702 - cjgillot:no-universal-did, r=spastorino | Matthias Krüger | -17/+11 |
| 2022-06-04 | Rollup merge of #97696 - cjgillot:normalize-inline, r=compiler-errors | Matthias Krüger | -10/+15 |
| 2022-06-04 | Rollup merge of #97656 - EdwinRy:error_ast_low_type_contraint_parentheses, r=... | Matthias Krüger | -8/+38 |
| 2022-06-03 | Make hir().get_generics and generics_of consistent. | Camille GILLOT | -71/+23 |
| 2022-06-03 | Remove useless LocalDefId in ImplTraitContext::Universal. | Camille GILLOT | -17/+11 |
| 2022-06-03 | Auto merge of #85993 - bjorn3:serde_json, r=wesleywiser | bors | -4122/+486 |
| 2022-06-03 | Do not ICE when failing to normalize during inlining. | Camille GILLOT | -10/+15 |
| 2022-06-03 | Fix emscripten linker invocation | bjorn3 | -13/+7 |
| 2022-06-03 | Remove emit_unit | bjorn3 | -33/+12 |
| 2022-06-03 | Inline many methods of Encoder | bjorn3 | -389/+255 |
| 2022-06-03 | Remove all names from Encoder | bjorn3 | -168/+120 |
| 2022-06-03 | Remove json support from rustc_serialize | bjorn3 | -3495/+0 |
| 2022-06-03 | Remove support for -Zast-json and -Zast-json-noexpand | bjorn3 | -34/+2 |
| 2022-06-03 | Avoid rustc_serialize in linker.rs | bjorn3 | -16/+13 |
| 2022-06-03 | Use serde_json for json error messages | bjorn3 | -33/+36 |
| 2022-06-03 | Use serde_json for target spec json | bjorn3 | -65/+165 |
| 2022-06-03 | Remove a couple of unused Encodable and Decodable derives | bjorn3 | -3/+3 |
| 2022-06-03 | Replace `&Vec<_>`s with `&[_]`s | Maybe Waffle | -45/+53 |
| 2022-06-03 | Suggest replace parentheses with angle brackets | EdwinRy | -8/+38 |
| 2022-06-03 | Auto merge of #97694 - Dylan-DPC:rollup-2yxo7ce, r=Dylan-DPC | bors | -325/+483 |
| 2022-06-03 | Rollup merge of #97471 - estebank:prohibit-generics, r=cjgillot | Dylan DPC | -83/+289 |
| 2022-06-03 | Rollup merge of #97415 - cjgillot:is-late-bound-solo, r=estebank | Dylan DPC | -242/+194 |
| 2022-06-03 | Auto merge of #89862 - lcnr:path-generics-diagnostics, r=estebank | bors | -887/+864 |
| 2022-06-03 | Compute `is_late_bound` in a separate query. | Camille GILLOT | -99/+47 |
| 2022-06-03 | Manipulate lifetimes by LocalDefId for region resolution. | Camille GILLOT | -146/+150 |
| 2022-06-03 | Auto merge of #97679 - Dylan-DPC:rollup-nswmgmx, r=Dylan-DPC | bors | -51/+149 |
| 2022-06-03 | Conservatively report "not sure" in cfg_accessible | Urgau | -1/+3 |
| 2022-06-03 | Rollup merge of #97664 - estebank:suggest-bound-derive-copy, r=compiler-errors | Dylan DPC | -11/+57 |
| 2022-06-03 | Rollup merge of #97663 - RalfJung:keine-halben-sachen, r=oli-obk | Dylan DPC | -3/+3 |