| Age | Commit message (Expand) | Author | Lines |
| 2021-03-15 | Rollup merge of #83127 - Aaron1011:time-macros-impl-warn, r=petrochenkov | Dylan DPC | -11/+83 |
| 2021-03-15 | Rollup merge of #83098 - camelid:more-doc-attr-check, r=davidtwco | Dylan DPC | -9/+129 |
| 2021-03-15 | Rollup merge of #83054 - tmiasko:rustc_layout_scalar_valid_range, r=davidtwco | Dylan DPC | -0/+54 |
| 2021-03-15 | Rollup merge of #82989 - Smittyvb:other-lang-literal-errors, r=varkor | Dylan DPC | -0/+107 |
| 2021-03-15 | Fix `src/test/run-make-fulldeps/issue-19371` | hyd-dev | -0/+1 |
| 2021-03-15 | Custom error on literal names from other languages | Smitty | -0/+107 |
| 2021-03-15 | Auto merge of #83118 - erikdesjardins:removezst, r=oli-obk | bors | -89/+45 |
| 2021-03-15 | Auto merge of #83074 - Aaron1011:new-sort-fix, r=jackh726 | bors | -62/+98 |
| 2021-03-14 | Introduce `proc_macro_back_compat` lint, and emit for `time-macros-impl` | Aaron Hill | -11/+83 |
| 2021-03-14 | Don't encode file information for span with a dummy location | Aaron Hill | -0/+26 |
| 2021-03-14 | Only borrow place for matching under specific conditions | Roxane | -0/+148 |
| 2021-03-14 | Use the correct FakeReadCause | Roxane | -439/+214 |
| 2021-03-14 | Address review comments | Amanieu d'Antras | -3/+62 |
| 2021-03-14 | Auto merge of #83062 - JohnTitor:improve-reassign-err, r=davidtwco | bors | -0/+6 |
| 2021-03-14 | Attempt to deal with nested closures properly | Roxane | -0/+528 |
| 2021-03-14 | Tweak diagnostics | Camelid | -16/+16 |
| 2021-03-14 | Introduce new fake reads | Roxane | -11/+7 |
| 2021-03-14 | bless tests (32-bit) | Erik Desjardins | -25/+17 |
| 2021-03-14 | expand: Resolve and expand inner attributes on out-of-line modules | Vadim Petrochenkov | -0/+148 |
| 2021-03-14 | Remove Option::{unwrap_none, expect_none}. | Mara Bos | -5/+0 |
| 2021-03-14 | Auto merge of #83044 - kubo39:set-llvm-code-model, r=nikic | bors | -0/+20 |
| 2021-03-14 | Rollup merge of #83081 - hyd-dev:assert-message, r=m-ou-se | Yuki Okushi | -0/+29 |
| 2021-03-14 | Rollup merge of #82798 - jyn514:rustdoc-group, r=Manishearth,GuillaumeGomez | Yuki Okushi | -31/+55 |
| 2021-03-14 | Rollup merge of #82789 - csmoe:issue-82772, r=estebank | Yuki Okushi | -5/+41 |
| 2021-03-13 | bless tests | Erik Desjardins | -27/+17 |
| 2021-03-13 | Update `rustdoc-ui` versions of the `doc-attr` test | Camelid | -1/+61 |
| 2021-03-13 | Add hyphen to "crate level" | Camelid | -7/+7 |
| 2021-03-13 | Do not emit alloca for ZST local even if it is uninitialized | Simon Vandel Sillesen | -3/+0 |
| 2021-03-13 | Move ZST check inside UsedLocals | Simon Vandel Sillesen | -0/+1 |
| 2021-03-13 | Extend SimplifyLocals to remove ZST writes | Simon Vandel Sillesen | -37/+13 |
| 2021-03-13 | Add another test case | Camelid | -1/+24 |
| 2021-03-13 | Report error for each invalid nested attribute | Camelid | -1/+12 |
| 2021-03-13 | Lint non-meta doc attributes | Camelid | -1/+27 |
| 2021-03-13 | Always lower asm! to valid HIR | Amanieu d'Antras | -0/+19 |
| 2021-03-13 | Avoid sorting predicates by `DefId` | Aaron Hill | -62/+98 |
| 2021-03-14 | Use only x86_64 flag | Hiroki Noda | -1/+3 |
| 2021-03-13 | Auto merge of #82891 - cjgillot:monoparent, r=petrochenkov | bors | -11/+55 |
| 2021-03-13 | Add regression tests | hyd-dev | -0/+29 |
| 2021-03-13 | Auto merge of #82878 - sexxi-goose:repr_packed, r=nikomatsakis | bors | -0/+326 |
| 2021-03-13 | Auto merge of #82436 - osa1:issue80258, r=nikomatsakis | bors | -0/+116 |
| 2021-03-13 | Rollup merge of #83020 - hi-rustin:rustin-patch-enum, r=lcnr | Yuki Okushi | -0/+16 |
| 2021-03-12 | Make def_key and HIR parenting consistent. | Camille GILLOT | -11/+55 |
| 2021-03-13 | Improve the wording for the `can't reassign` error | Yuki Okushi | -0/+6 |
| 2021-03-12 | Auto merge of #83030 - nikic:update-llvm, r=nagisa | bors | -0/+36 |
| 2021-03-12 | Auto merge of #82935 - henryboisdequin:diagnostic-cleanups, r=estebank | bors | -4/+37 |
| 2021-03-12 | Run analyses before thir-tree dumps | Ömer Sinan Ağacan | -0/+14 |
| 2021-03-12 | Emit the enum range assumption if the range only contains one element | hi-rustin | -0/+16 |
| 2021-03-12 | Add support for storing code model to LLVM module IR | Hiroki Noda | -0/+18 |
| 2021-03-12 | Don't show note if `span` is `DUMMY_SP` | Henry Boisdequin | -0/+33 |
| 2021-03-12 | Rollup merge of #82571 - aDotInTheVoid:reexport-tests, r=CraftSpider | Yuki Okushi | -0/+92 |