| Age | Commit message (Expand) | Author | Lines |
| 2022-06-16 | Improve suggestions when its parts are far from each other | Maybe Waffle | -68/+99 |
| 2022-06-16 | Fix a typo | Maybe Waffle | -1/+1 |
| 2022-06-16 | Rollup merge of #98119 - EdwinRy:path-parenthesized-type-error, r=estebank | Yuki Okushi | -19/+26 |
| 2022-06-16 | Rollup merge of #97964 - WaffleLapkin:fix_borrow_par_suggestions, r=compiler-... | Yuki Okushi | -28/+31 |
| 2022-06-15 | Auto merge of #97665 - c410-f3r:assert-compiler, r=oli-obk | bors | -26/+289 |
| 2022-06-15 | Auto merge of #95897 - AzureMarker:feature/horizon-std, r=nagisa | bors | -1/+2 |
| 2022-06-15 | Auto merge of #98131 - JohnTitor:rollup-c17vjdy, r=JohnTitor | bors | -157/+142 |
| 2022-06-15 | [RFC 2011] Minimal initial implementation | Caio | -26/+289 |
| 2022-06-15 | Rollup merge of #98115 - jhpratt:remove-rustc_deprecated, r=compiler-errors | Yuki Okushi | -39/+3 |
| 2022-06-15 | Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 | Yuki Okushi | -118/+139 |
| 2022-06-15 | Auto merge of #98084 - nnethercote:rm-thread-local-IGNORED_ATTRIBUTES, r=mich... | bors | -10/+1 |
| 2022-06-15 | Auto merge of #98123 - JohnTitor:rollup-rfg1a4s, r=JohnTitor | bors | -175/+195 |
| 2022-06-15 | Rollup merge of #98113 - EdwinRy:constraint-misspelling, r=compiler-errors | Yuki Okushi | -2/+2 |
| 2022-06-15 | Rollup merge of #98087 - TaKO8Ki:suggest-adding-macro-export, r=oli-obk | Yuki Okushi | -25/+55 |
| 2022-06-15 | Rollup merge of #98083 - nnethercote:rename-Encoder, r=bjorn3 | Yuki Okushi | -130/+113 |
| 2022-06-15 | Rollup merge of #98078 - erikdesjardins:uncheckedsize, r=petrochenkov | Yuki Okushi | -1/+6 |
| 2022-06-15 | Rollup merge of #98067 - klensy:compiler-deps2, r=Dylan-DPC | Yuki Okushi | -16/+6 |
| 2022-06-15 | Rollup merge of #97822 - compiler-errors:hesitate-to-suggest-intrinsics, r=ol... | Yuki Okushi | -1/+13 |
| 2022-06-15 | Auto merge of #97474 - compiler-errors:if-cond-and-block, r=oli-obk | bors | -43/+82 |
| 2022-06-15 | Refactor path segment parameter error | EdwinRy | -19/+26 |
| 2022-06-15 | rename function and remove return type | EdwinRy | -2/+2 |
| 2022-06-14 | Remove `rustc_deprecated` diagnostics | Jacob Pratt | -39/+3 |
| 2022-06-14 | Auto merge of #96285 - flip1995:pk-vfe, r=nagisa | bors | -32/+256 |
| 2022-06-14 | use unchecked mul to compute slice sizes | Erik Desjardins | -1/+6 |
| 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-15 | implement `MacroData` | Takayuki Maeda | -28/+34 |
| 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 | Add metadata generation for vtables when using VFE | flip1995 | -7/+105 |
| 2022-06-14 | Add llvm.type.checked.load intrinsic | flip1995 | -18/+88 |
| 2022-06-14 | Add typeid_for_trait_ref function | flip1995 | -0/+25 |
| 2022-06-14 | Add LLVM module flags required for the VFE opt | flip1995 | -1/+28 |
| 2022-06-14 | Add -Zvirtual-function-elimination flag | flip1995 | -6/+10 |
| 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 | suggest adding a `#[macro_export]` to a private macro | Takayuki Maeda | -6/+30 |
| 2022-06-14 | Remove thread-local `IGNORED_ATTRIBUTES`. | Nicholas Nethercote | -10/+1 |
| 2022-06-14 | Auto merge of #98041 - jackh726:remove-regionckmode, r=oli-obk | bors | -80/+52 |
| 2022-06-14 | Rename rustc_serialize::opaque::Encoder as MemEncoder. | Nicholas Nethercote | -130/+113 |
| 2022-06-13 | Improve parsing errors and suggestions for bad if statements | Michael Goulet | -43/+82 |
| 2022-06-13 | Disable `has_thread_local` due to weird issues in some programs | Mark Drobnak | -1/+2 |
| 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 |