| Age | Commit message (Expand) | Author | Lines |
| 2020-04-13 | Auto merge of #71105 - Dylan-DPC:rollup-nezezxr, r=Dylan-DPC | bors | -117/+413 |
| 2020-04-13 | Rollup merge of #71101 - RalfJung:miri-alignment-check, r=ecstatic-morse | Dylan DPC | -7/+13 |
| 2020-04-13 | Rollup merge of #71097 - pickfire:pattern-docs, r=Dylan-DPC | Dylan DPC | -6/+38 |
| 2020-04-13 | Rollup merge of #71087 - JohnTitor:impl-self-ty, r=eddyb | Dylan DPC | -35/+9 |
| 2020-04-13 | Rollup merge of #71051 - ryr3:fix_try_into, r=estebank | Dylan DPC | -69/+289 |
| 2020-04-13 | Rollup merge of #70656 - GuillaumeGomez:scrollbar-display, r=kinnison | Dylan DPC | -0/+64 |
| 2020-04-13 | Don't always run `add_call_guards` pass | Jonas Schievink | -5/+7 |
| 2020-04-13 | Remove usage of `DUMMY_HIR_ID` in `FnCtxt::get_conversion_methods` | marmeladema | -8/+4 |
| 2020-04-13 | Add test case for type aliasing `impl Sized` | Samrat Man Singh | -0/+17 |
| 2020-04-13 | Auto merge of #70989 - eddyb:mir-opt-32-pr-ci, r=Mark-Simulacrum | bors | -10/+111 |
| 2020-04-13 | fmt | Ralf Jung | -2/+3 |
| 2020-04-13 | Miri: let machine hook dynamically decide about alignment checks | Ralf Jung | -7/+13 |
| 2020-04-13 | Address review comments | Vadim Petrochenkov | -4/+1 |
| 2020-04-13 | rustc_target: Introduce `msvc_base` | Vadim Petrochenkov | -48/+59 |
| 2020-04-13 | rustc_target: Inherit `windows_uwp_gnu_base` from `windows_gnu_base` | Vadim Petrochenkov | -21/+13 |
| 2020-04-13 | rustc_target: Inherit `windows_uwp_msvc_base` from `windows_msvc_base` | Vadim Petrochenkov | -41/+9 |
| 2020-04-13 | rustc_target: Remove some useless imports | Vadim Petrochenkov | -25/+0 |
| 2020-04-13 | rustc_target: `windows(_uwp)_base` -> `windows(_uwp)_gnu_base` | Vadim Petrochenkov | -9/+9 |
| 2020-04-13 | linker: Pass `/NODEFAULTLIB` in a more regular way | Vadim Petrochenkov | -19/+23 |
| 2020-04-13 | rustc_target: Move tests into a separate unconfigured file | Vadim Petrochenkov | -43/+48 |
| 2020-04-13 | rustc_target: Make sure lld-link is treated as link.exe by default | Vadim Petrochenkov | -64/+106 |
| 2020-04-13 | weak-into-raw: as_raw -> as_ptr + dangling garbage | Michal 'vorner' Vaner | -52/+30 |
| 2020-04-13 | add after_stack_push hook; add public ImmTy::from_immediate method, and make ... | Ralf Jung | -28/+43 |
| 2020-04-13 | Use `CRATE_HIR_ID` instead of `DUMMY_HIR_ID` when appropriate. | marmeladema | -3/+3 |
| 2020-04-13 | Add examples to Pattern docs | Ivan Tham | -0/+32 |
| 2020-04-13 | Add period to Pattern docs | Ivan Tham | -6/+6 |
| 2020-04-13 | Miri: let push_frame hook also access and mutate the rest of the frame data | Ralf Jung | -18/+44 |
| 2020-04-13 | Auto merge of #70961 - ecstatic-morse:into-def-id, r=eddyb | bors | -14/+47 |
| 2020-04-13 | Just `unwrap()` instead of `unwrap_or(DUMMY_HIR_ID)`. | marmeladema | -1/+1 |
| 2020-04-13 | Remove usage of `DUMMY_HIR_ID` in some visitors | marmeladema | -13/+13 |
| 2020-04-13 | Remove useless calls to `assemble_extension_candidates_for_traits_in_scope` | marmeladema | -5/+1 |
| 2020-04-13 | Add proper explanation of error code E0657 | PankajChaudhary5 | -1/+59 |
| 2020-04-13 | Auto merge of #70882 - tmiasko:llvm-version-suffix, r=Mark-Simulacrum | bors | -3/+7 |
| 2020-04-13 | Auto merge of #71056 - matthiaskrgr:submodule_upd, r=Dylan-DPC | bors | -26/+17 |
| 2020-04-13 | Disallow bit-shifting in `integer_arithmetic` lint | Michael Sproul | -1/+1 |
| 2020-04-13 | Remove `FnCtxt::impl_self_ty` | Yuki Okushi | -35/+9 |
| 2020-04-13 | Auto merge of #71023 - mati865:mingw-unwind-linking-cleanup, r=Amanieu | bors | -2/+14 |
| 2020-04-12 | update lints | Emerentius | -1/+1 |
| 2020-04-12 | Rollup merge of #71069 - marmeladema:dummy-hir-id-obligation-clause, r=eddyb | Dylan DPC | -36/+27 |
| 2020-04-12 | Rollup merge of #71064 - dwrensha:issue-69130, r=eddyb | Dylan DPC | -2/+33 |
| 2020-04-12 | Rollup merge of #71013 - jonas-schievink:visit-projection, r=eddyb | Dylan DPC | -74/+39 |
| 2020-04-12 | Rollup merge of #67766 - sapir:fix-unused-in-or-pattern-warning, r=matthewjasper | Dylan DPC | -52/+229 |
| 2020-04-12 | Remove usage of `DUMMY_HIR_ID` in `Scope::hir_id` | marmeladema | -10/+10 |
| 2020-04-12 | Remove usage of `DUMMY_HIR_ID` in `CheckAttrVisitor::check_inline` | marmeladema | -3/+2 |
| 2020-04-12 | Remove usage of `DUMMY_HIR_ID` in `CheckLoopVisitor` | marmeladema | -8/+8 |
| 2020-04-12 | Remove usage of `DUMMY_HIR_ID` in calls to `ObligationClause::misc` | marmeladema | -15/+7 |
| 2020-04-12 | [windows-gnu] Link pthread statically | Mateusz MikuĊa | -2/+2 |
| 2020-04-12 | Auto merge of #71059 - Dylan-DPC:rollup-zgu6jmx, r=Dylan-DPC | bors | -40/+113 |
| 2020-04-12 | rustbuild: Remove LLD flavor workaround for MSVC | Vadim Petrochenkov | -21/+0 |
| 2020-04-12 | fix issue 69130 | David Renshaw | -2/+33 |