| Age | Commit message (Expand) | Author | Lines |
| 2020-05-01 | Rename `bitcode-in-rlib` option to `embed-bitcode` | Alex Crichton | -48/+39 |
| 2020-04-30 | Rollup merge of #71692 - dfreese:cfgdocs, r=kennytm | Dylan DPC | -0/+4 |
| 2020-04-30 | Rollup merge of #71672 - lcnr:instrinsics-wow, r=Dylan-DPC | Dylan DPC | -12/+86 |
| 2020-04-30 | Rollup merge of #71655 - RalfJung:const-pattern-soundness, r=oli-obk | Dylan DPC | -24/+250 |
| 2020-04-30 | Rollup merge of #71540 - ldm0:ref2ptr, r=oli-obk | Dylan DPC | -8/+166 |
| 2020-04-30 | Rollup merge of #71205 - NeoRaider:check_attr, r=jonas-schievink | Dylan DPC | -22/+124 |
| 2020-04-30 | Auto merge of #70175 - Amanieu:remove_nlp, r=pnkfelix | bors | -114/+57 |
| 2020-04-30 | Auto merge of #71687 - RalfJung:miri, r=RalfJung | bors | -10/+7 |
| 2020-04-29 | Auto merge of #71528 - alexcrichton:no-more-bitcode, r=nnethercote | bors | -265/+188 |
| 2020-04-29 | Auto merge of #71689 - Dylan-DPC:rollup-8nyuwm1, r=Dylan-DPC | bors | -74/+137 |
| 2020-04-29 | Update src/libcore/macros/mod.rs | David Freese | -1/+1 |
| 2020-04-29 | Store LLVM bitcode in object files, not compressed | Alex Crichton | -265/+188 |
| 2020-04-29 | Add clarification on std::cfg macro docs v. #[cfg] attribute | David Freese | -0/+4 |
| 2020-04-29 | Rollup merge of #71680 - nicholasbishop:bishop-fix-eq-link, r=Mark-Simulacrum | Dylan DPC | -0/+1 |
| 2020-04-29 | Rollup merge of #71678 - ehuss:rustc-doc-index, r=Mark-Simulacrum | Dylan DPC | -1/+5 |
| 2020-04-29 | Rollup merge of #71627 - ldm0:autoderefarg, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2020-04-29 | Rollup merge of #71617 - samrat:suggest-int-into, r=ecstatic-morse | Dylan DPC | -64/+53 |
| 2020-04-29 | Rollup merge of #71572 - lcnr:type_length, r=Dylan-DPC | Dylan DPC | -0/+31 |
| 2020-04-29 | Rollup merge of #71507 - CohenArthur:document-unsafe-libcore-ptr, r=Mark-Simu... | Dylan DPC | -7/+45 |
| 2020-04-29 | update Miri | Ralf Jung | -10/+7 |
| 2020-04-29 | Auto merge of #71674 - flip1995:clippyup, r=Dylan-DPC | bors | -7/+7 |
| 2020-04-29 | Fix doc link to Eq trait from PartialEq trait | Nicholas Bishop | -0/+1 |
| 2020-04-29 | Add an index page for nightly rustc docs. | Eric Huss | -1/+5 |
| 2020-04-29 | Suggest deref when coercing `ty::Ref` to `ty::RawPtr` | Donough Liu | -4/+162 |
| 2020-04-29 | Update Clippy | flip1995 | -7/+7 |
| 2020-04-29 | Auto merge of #67343 - ecstatic-morse:qualif-structural-match, r=pnkfelix | bors | -87/+819 |
| 2020-04-29 | document stable counterparts of intrinsics | Bastian Kauschke | -12/+86 |
| 2020-04-29 | expand comment in memory.rs with extra soundness concerns | Ralf Jung | -1/+3 |
| 2020-04-29 | some more test cases | Ralf Jung | -14/+109 |
| 2020-04-29 | Rollup merge of #71657 - Daniel-Worrall:24949, r=estebank | Dylan DPC | -0/+179 |
| 2020-04-29 | Rollup merge of #71654 - zachreizner:patch-1, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2020-04-29 | Rollup merge of #71296 - ChiefMilesEdgeworth:fix_doc_wording, r=Dylan-DPC | Dylan DPC | -2/+3 |
| 2020-04-29 | Rollup merge of #71286 - Alexendoo:test-issue-69654, r=Dylan-DPC | Dylan DPC | -0/+32 |
| 2020-04-29 | Rollup merge of #71217 - estebank:tail-borrow-sugg, r=pnkfelix | Dylan DPC | -36/+117 |
| 2020-04-29 | safety-ptr: Add SAFETY on some unsafe blocks from libcore/ptr | cohenarthur | -3/+43 |
| 2020-04-29 | also test reference into static field | Ralf Jung | -15/+40 |
| 2020-04-29 | Rename function to `suggest_deref_ref_or_into` because it's suggesting | Donough Liu | -3/+3 |
| 2020-04-29 | Move branch point upwards to avoid unnecessary mk_ptr() | Donough Liu | -1/+1 |
| 2020-04-29 | Auto merge of #71518 - felix91gr:const_prop_bugfix_just_block_prop, r=wesleyw... | bors | -41/+818 |
| 2020-04-28 | Suggest `;` or assignment to drop borrows in tail exprs | Esteban Küber | -36/+117 |
| 2020-04-29 | Add #24949 assoc constant static recursion test | Daniel Worrall | -0/+179 |
| 2020-04-29 | Fix test | Amanieu d'Antras | -41/+42 |
| 2020-04-29 | Remove Session::no_landing_pads() | Amanieu d'Antras | -15/+14 |
| 2020-04-29 | Remove -Z no-landing-pads tests | Amanieu d'Antras | -54/+0 |
| 2020-04-29 | Remove -Z no-landing-pads flag | Amanieu d'Antras | -7/+4 |
| 2020-04-28 | Bless test that no longer warns | Dylan MacKenzie | -1/+1 |
| 2020-04-28 | Auto merge of #71486 - alexcrichton:arm64-lld, r=Mark-Simulacrum | bors | -6/+32 |
| 2020-04-28 | TYPE -> TYPE_ASCRIPTIONG | Dylan MacKenzie | -8/+8 |
| 2020-04-28 | Use path to refer to constants in cross-crate pattern tests | Dylan MacKenzie | -10/+9 |
| 2020-04-28 | Add cross-crate const in pattern tests | Dylan MacKenzie | -0/+55 |