| Age | Commit message (Expand) | Author | Lines |
| 2020-01-07 | Auto-upgrade data layouts for X86 address spaces | Nikita Popov | -0/+23 |
| 2020-01-07 | Switch to using MaybeAlign APIs | Nikita Popov | -0/+14 |
| 2020-01-07 | Handle switch to Expected<StringRef> for section name | Nikita Popov | -0/+8 |
| 2020-01-07 | Pass isDefined parameter to createGlobalVariableExpression() | Nikita Popov | -0/+3 |
| 2020-01-07 | Don't handle removed FlagBlockByrefStruct | Nikita Popov | -0/+2 |
| 2020-01-07 | Update thinLTOInternalizeAndPromoteInIndex() usage | Nikita Popov | -0/+10 |
| 2020-01-07 | Handle removal of llvm::make_unique() | Nikita Popov | -2/+17 |
| 2020-01-07 | CodeGenFileType moved outside TargetMachine | Nikita Popov | -0/+13 |
| 2020-01-07 | Explicitly include InitializePasses.h | Nikita Popov | -0/+1 |
| 2020-01-07 | Auto merge of #67732 - pietroalbini:fewer-apples, r=alexcrichton | bors | -20/+1 |
| 2020-01-07 | Auto merge of #67924 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2020-01-07 | update miri | Ralf Jung | -8/+8 |
| 2020-01-07 | Auto merge of #67961 - ehuss:update-cargo, r=alexcrichton | bors | -0/+0 |
| 2020-01-07 | Auto merge of #67964 - JohnTitor:rollup-pu5kosl, r=JohnTitor | bors | -111/+231 |
| 2020-01-07 | Rollup merge of #67962 - ehuss:update-books, r=ehuss | Yuki Okushi | -0/+0 |
| 2020-01-07 | Rollup merge of #67943 - Stromberg90:patch-1, r=jonas-schievink | Yuki Okushi | -2/+1 |
| 2020-01-07 | Rollup merge of #67936 - euclio:assoc-type-bad-style, r=Centril | Yuki Okushi | -2/+18 |
| 2020-01-07 | Rollup merge of #67934 - GuillaumeGomez:clean-up-e0178, r=Dylan-DPC | Yuki Okushi | -7/+18 |
| 2020-01-07 | Rollup merge of #67929 - mgrachev:patch-1, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-01-07 | Rollup merge of #67909 - varkor:obsolete-const-print, r=davidtwco | Yuki Okushi | -12/+5 |
| 2020-01-07 | Rollup merge of #67908 - ollie27:rustdoc_const_html_escape, r=GuillaumeGomez | Yuki Okushi | -5/+26 |
| 2020-01-07 | Rollup merge of #67898 - matthewjasper:newtype-index-hygiene, r=Centril | Yuki Okushi | -52/+80 |
| 2020-01-07 | Rollup merge of #67880 - lbonn:fix/multi-substs, r=petrochenkov | Yuki Okushi | -9/+37 |
| 2020-01-07 | Rollup merge of #67877 - dtolnay:const-_, r=nagisa | Yuki Okushi | -11/+22 |
| 2020-01-07 | Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrichton | Yuki Okushi | -6/+1 |
| 2020-01-07 | Rollup merge of #67671 - estebank:type-impl-trait, r=davidtwco | Yuki Okushi | -4/+9 |
| 2020-01-07 | Rollup merge of #67566 - Mark-Simulacrum:thread-id-u64, r=alexcrichton | Yuki Okushi | -0/+13 |
| 2020-01-06 | Update books | Eric Huss | -0/+0 |
| 2020-01-06 | Update cargo | Eric Huss | -0/+0 |
| 2020-01-07 | Auto merge of #67950 - JohnTitor:clippyup, r=JohnTitor | bors | -7/+7 |
| 2020-01-06 | Account for `type X = impl Trait;` in lifetime suggestion | Esteban Küber | -4/+9 |
| 2020-01-06 | Improve hygiene of `newtype_index` | Matthew Jasper | -52/+80 |
| 2020-01-07 | Update Clippy | Yuki Okushi | -7/+7 |
| 2020-01-06 | Auto merge of #66899 - msizanoen1:riscv-std, r=alexcrichton | bors | -4/+26 |
| 2020-01-06 | oh the one that was left behind | dylan_DPC | -1/+0 |
| 2020-01-06 | Removed module usage. | Strømberg | -1/+0 |
| 2020-01-06 | Missing module std in example. | Strømberg | -1/+1 |
| 2020-01-06 | Add an unstable conversion from thread ID to u64 | Mark Rousskov | -0/+13 |
| 2020-01-06 | stabilise it | dylan_DPC | -1/+1 |
| 2020-01-06 | fire "non_camel_case_types" for associated types | Andy Russell | -2/+18 |
| 2020-01-06 | Clean up E0178 explanation | Guillaume Gomez | -7/+18 |
| 2020-01-06 | remove usage of feature gate | dylan_DPC | -3/+0 |
| 2020-01-06 | stabilise remove_item | dylan_DPC | -1/+0 |
| 2020-01-06 | Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa | bors | -911/+933 |
| 2020-01-06 | Formatting an example for method Vec.retain | Grachev Mikhail | -1/+1 |
| 2020-01-06 | Rollup merge of #67915 - lzutao:Self, r=Centril | Dylan DPC | -32/+32 |
| 2020-01-06 | Rollup merge of #67912 - LPardue:patch-1, r=Centril | Dylan DPC | -1/+1 |
| 2020-01-06 | Rollup merge of #67906 - varkor:silence-toogeneric, r=nagisa | Dylan DPC | -1/+41 |
| 2020-01-06 | Rollup merge of #67897 - pickfire:patch-1, r=Dylan-DPC | Dylan DPC | -3/+3 |
| 2020-01-06 | Rollup merge of #67873 - Dylan-DPC:feature/change-remove-to-partial, r=Amanieu | Dylan DPC | -1/+22 |