| Age | Commit message (Expand) | Author | Lines |
| 2020-09-24 | Auto merge of #74430 - Manishearth:stabilize-intra-doc, r=Manishearth | bors | -69/+107 |
| 2020-09-24 | Auto merge of #77083 - KodrAus:revert/const-type-id, r=RalfJung | bors | -4/+7 |
| 2020-09-23 | Auto merge of #77102 - Dylan-DPC:rollup-2jfrg3u, r=Dylan-DPC | bors | -54/+203 |
| 2020-09-23 | Auto merge of #76673 - simonvandel:remove-unneeded-drops, r=oli-obk | bors | -8/+149 |
| 2020-09-23 | Ignore test on wasm as it does not unwind | Simon Vandel Sillesen | -46/+47 |
| 2020-09-23 | Rollup merge of #76993 - blitzerr:alloc-ref, r=Amanieu | Dylan DPC | -2/+3 |
| 2020-09-23 | Rollup merge of #76965 - fusion-engineering-forks:fix-atomic-from-mut, r=Amanieu | Dylan DPC | -1/+149 |
| 2020-09-23 | Rollup merge of #76939 - lcnr:const-evaluatable-cont, r=oli-obk | Dylan DPC | -10/+32 |
| 2020-09-23 | Rollup merge of #76898 - Aaron1011:fix/item-def-span, r=oli-obk | Dylan DPC | -41/+19 |
| 2020-09-23 | Auto merge of #76864 - est31:downloaded_llvm_no_clone_sources, r=Mark-Simulacrum | bors | -2/+3 |
| 2020-09-23 | Auto merge of #76659 - simonvandel:76432, r=oli-obk | bors | -0/+132 |
| 2020-09-23 | Auto merge of #76850 - ecstatic-morse:const-checking-refactor, r=oli-obk | bors | -162/+201 |
| 2020-09-22 | a few more &mut self -> self changes | blitzerr | -1/+1 |
| 2020-09-22 | fixing the test failure | blitzerr | -1/+2 |
| 2020-09-23 | Auto merge of #77063 - cuviper:llvm-11.0.0-rc3, r=nikic | bors | -0/+0 |
| 2020-09-23 | revert const_type_id stabilization | Ashley Mannix | -4/+7 |
| 2020-09-22 | rebless after rebase | Simon Vandel Sillesen | -8/+0 |
| 2020-09-22 | cleanup cfg after optimization | Simon Vandel Sillesen | -8/+6 |
| 2020-09-22 | MIR pass to remove unneeded drops on types not needing drop | Simon Vandel Sillesen | -0/+150 |
| 2020-09-22 | Auto merge of #76810 - Mark-Simulacrum:fix-lld-macos, r=alexcrichton | bors | -18/+13 |
| 2020-09-22 | Rebase LLVM onto 11.0.0-rc3 | Josh Stone | -0/+0 |
| 2020-09-22 | Bless compile-fail | Dylan MacKenzie | -3/+1 |
| 2020-09-22 | Bless tests | Dylan MacKenzie | -159/+200 |
| 2020-09-22 | fixing the custom.rs | blitzerr | -1/+1 |
| 2020-09-22 | Auto merge of #76626 - jyn514:x.py-changelog, r=Mark-Simulacrum | bors | -1/+90 |
| 2020-09-22 | Auto merge of #76799 - Mark-Simulacrum:fix-cross-compile-dist, r=alexcrichton | bors | -16/+90 |
| 2020-09-21 | Rollup merge of #77032 - lcnr:visit-all-the-item-likes, r=davidtwco | ecstatic-morse | -2/+37 |
| 2020-09-21 | Rollup merge of #76914 - lcnr:path-no-more, r=ecstatic-morse | ecstatic-morse | -0/+53 |
| 2020-09-21 | Rollup merge of #76807 - ecstatic-morse:const-checking-staged-api, r=oli-obk | ecstatic-morse | -6/+63 |
| 2020-09-21 | Rollup merge of #76783 - lzutao:rd_impl_kind, r=GuillaumeGomez | ecstatic-morse | -19/+22 |
| 2020-09-21 | Rollup merge of #76581 - lcnr:bound-too-generic, r=eddyb | ecstatic-morse | -0/+124 |
| 2020-09-21 | Rollup merge of #76489 - GuillaumeGomez:add-explanation-e0756, r=jyn514 | ecstatic-morse | -0/+1 |
| 2020-09-21 | Changing the alloc() to accept &self instead of &mut self | blitzerr | -1/+1 |
| 2020-09-22 | lint missing docs for extern items | Bastian Kauschke | -2/+37 |
| 2020-09-21 | review | Bastian Kauschke | -18/+9 |
| 2020-09-21 | Run the test with explicit -O such that Add is generated instead of CheckedAdd | Simon Vandel Sillesen | -197/+198 |
| 2020-09-21 | Add optimization to avoid load of address | Simon Vandel Sillesen | -10/+390 |
| 2020-09-21 | add test for closures in abstract consts | Bastian Kauschke | -0/+21 |
| 2020-09-21 | bless tests | Bastian Kauschke | -10/+20 |
| 2020-09-21 | Test that AtomicU64::from_mut is not available on x86 linux. | Mara Bos | -0/+16 |
| 2020-09-21 | Record `tcx.def_span` instead of `item.span` in crate metadata | Aaron Hill | -41/+19 |
| 2020-09-21 | Add explanation for E0756 | Guillaume Gomez | -0/+1 |
| 2020-09-21 | Add feature gate ui test for cfg(target_has_atomic_equal_alignment). | Mara Bos | -1/+67 |
| 2020-09-21 | Add feature gate ui test for cfg(target_has_atomic_load_store). | Mara Bos | -1/+67 |
| 2020-09-21 | add test | Bastian Kauschke | -0/+53 |
| 2020-09-21 | Auto merge of #77013 - RalfJung:rollup-84ut0xq, r=RalfJung | bors | -8/+39 |
| 2020-09-21 | Rollup merge of #77012 - RalfJung:miri, r=RalfJung | Ralf Jung | -8/+8 |
| 2020-09-21 | Rollup merge of #76977 - tmiasko:issue-76740, r=wesleywiser | Ralf Jung | -0/+30 |
| 2020-09-21 | Rollup merge of #76439 - GuillaumeGomez:add-error-explanation-e0755, r=pickfi... | Ralf Jung | -0/+1 |
| 2020-09-21 | update Miri for another bugfix | Ralf Jung | -8/+8 |