| Age | Commit message (Expand) | Author | Lines |
| 2022-06-14 | Auto merge of #96591 - b-naber:transition-to-valtrees-in-type-system, r=lcnr | bors | -641/+1003 |
| 2022-06-14 | rebase | b-naber | -82/+36 |
| 2022-06-14 | account for endianness in debuginfo for const args | b-naber | -3/+6 |
| 2022-06-14 | rebase | b-naber | -3/+5 |
| 2022-06-14 | correctly create Scalar for meta info | b-naber | -3/+7 |
| 2022-06-14 | address review | b-naber | -107/+70 |
| 2022-06-14 | address review | b-naber | -86/+74 |
| 2022-06-14 | fix clippy test failures | b-naber | -1/+9 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -642/+1082 |
| 2022-06-14 | Auto merge of #78781 - eddyb:measureme-rdpmc, r=oli-obk | bors | -5/+21 |
| 2022-06-14 | Rollup merge of #97948 - davidtwco:diagnostic-translation-lints, r=oli-obk | Dylan DPC | -37/+178 |
| 2022-06-14 | Rollup merge of #97935 - nnethercote:rename-ConstS-val-as-kind, r=lcnr | Dylan DPC | -162/+166 |
| 2022-06-14 | Auto merge of #98041 - jackh726:remove-regionckmode, r=oli-obk | bors | -80/+52 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -162/+166 |
| 2022-06-14 | Rollup merge of #97508 - JohnTitor:more-strict-placeholder-dyn-obj, r=pnkfelix | Yuki Okushi | -2/+1 |
| 2022-06-14 | Rollup merge of #97385 - oli-obk:smir-tool-lib, r=pnkfelix | Yuki Okushi | -0/+164 |
| 2022-06-14 | Rollup merge of #95243 - vladimir-ea:compiler_watch_os, r=nagisa | Yuki Okushi | -5/+163 |
| 2022-06-14 | Rollup merge of #95211 - terrarier2111:improve-parser, r=compiler-errors | Yuki Okushi | -9/+88 |
| 2022-06-13 | Rollup merge of #98043 - TaKO8Ki:remove-unnecessary-to-string, r=davidtwco | Matthias Krüger | -331/+278 |
| 2022-06-13 | Rollup merge of #97999 - compiler-errors:type_changin_struct_update_is_probab... | Matthias Krüger | -1/+1 |
| 2022-06-13 | Rollup merge of #97960 - RalfJung:offset-from, r=oli-obk | Matthias Krüger | -67/+70 |
| 2022-06-13 | Rollup merge of #97875 - JohnTitor:rm-infer-static-outlives-requirements, r=p... | Matthias Krüger | -19/+10 |
| 2022-06-13 | Rollup merge of #97709 - compiler-errors:normalize-const-param-ty, r=oli-obk | Matthias Krüger | -4/+9 |
| 2022-06-13 | Add Apple WatchOS compile targets | Vladimir Michael Eatwell | -5/+163 |
| 2022-06-13 | Revert "rustc_trait_selection: work around instruction-counting non-determini... | Eduard-Mihai Burtescu | -6/+0 |
| 2022-06-13 | rustc_trait_selection: work around instruction-counting non-determinism. | Eduard-Mihai Burtescu | -0/+6 |
| 2022-06-13 | Revert "rustc_parse: work around instruction-counting non-determinism." | Eduard-Mihai Burtescu | -9/+11 |
| 2022-06-13 | rustc_parse: work around instruction-counting non-determinism. | Eduard-Mihai Burtescu | -11/+9 |
| 2022-06-13 | Revert "rustc: disable jemalloc's time-delayed purging to remove ASLR-like ef... | Eduard-Mihai Burtescu | -6/+0 |
| 2022-06-13 | rustc: disable jemalloc's time-delayed purging to remove ASLR-like effects. | Eduard-Mihai Burtescu | -0/+6 |
| 2022-06-13 | Integrate measureme's hardware performance counter support. | Eduard-Mihai Burtescu | -5/+21 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` for `tool_only_span_suggestion` | Takayuki Maeda | -11/+6 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -320/+272 |
| 2022-06-13 | Remove RegionckMode in favor of calling new skip_region_resolution | Jack Huey | -80/+52 |
| 2022-06-13 | Auto merge of #98037 - compiler-errors:rollup-fbvy456, r=compiler-errors | bors | -4/+4 |
| 2022-06-12 | Rollup merge of #98011 - onlineSoftwareDevOK:long-error-explanation-e0208, r=... | Michael Goulet | -4/+4 |
| 2022-06-12 | Auto merge of #98020 - TaKO8Ki:use-create-snapshot-for-diagnostic-in-rustc-ex... | bors | -3/+3 |
| 2022-06-12 | Add comment for internal error codes | onlinesoftwaredevok | -4/+4 |
| 2022-06-12 | Auto merge of #98018 - scottmcm:miri-yeet, r=RalfJung | bors | -5/+8 |
| 2022-06-12 | Auto merge of #97833 - tmiasko:borrowed-locals, r=nagisa | bors | -140/+30 |
| 2022-06-12 | Improves parser diagnostics, fixes #93867 | threadexception | -9/+88 |
| 2022-06-12 | Rollup merge of #98012 - compiler-errors:poly-trait-refs-are-traits, r=cjgillot | Dylan DPC | -1/+3 |
| 2022-06-12 | Rollup merge of #97991 - davidkna:fix-macos-strip, r=joshtriplett | Dylan DPC | -4/+8 |
| 2022-06-12 | use `create_snapshot_for_diagnostic` instead of `clone` | Takayuki Maeda | -3/+3 |
| 2022-06-11 | Try out `yeet` in the MIR interpreter | Scott McMurray | -5/+8 |
| 2022-06-12 | Merge arms in borrowed locals transfer function | Tomasz Miąsko | -7/+1 |
| 2022-06-12 | Remove duplicated implementations of borrowed locals analysis | Tomasz Miąsko | -133/+29 |
| 2022-06-12 | Auto merge of #97778 - compiler-errors:misc-diagnostics-tidy, r=cjgillot | bors | -197/+283 |
| 2022-06-11 | Address comments | Michael Goulet | -85/+131 |
| 2022-06-11 | Properly replace `impl Trait` in fn args, turn {integer} to i32 | Michael Goulet | -12/+27 |