about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-04-13rustfmtTyler Mandry-26/+33
2020-04-13Don't double-annotate the same SpanTyler Mandry-7/+34
2020-04-13Use clearer message when obligation is caused by await exprTyler Mandry-46/+126
2020-04-13Use "generator" instead of "future" when appropriateTyler Mandry-22/+19
2020-04-13Don't annotate type when type is opaqueTyler Mandry-5/+10
2020-04-13Improve span labelTyler Mandry-16/+24
2020-04-13Add test for #68112 (existing output)Tyler Mandry-0/+194
2020-04-13Use inner/outer generator naming instead of first/lastTyler Mandry-12/+13
2020-04-13Remove the last remnant of unsigned NegJosh Stone-17/+4
2020-04-13Fix symbol sortingSteven Fackler-1/+1
2020-04-14Rollup merge of #71109 - lcnr:generics_in_const_fn, r=eddybDylan DPC-41/+5
2020-04-14Rollup merge of #71103 - samrat:tait-sized, r=estebankDylan DPC-0/+17
2020-04-14Rollup merge of #71092 - marmeladema:dummy-hir-id-removal, r=eddybDylan DPC-30/+22
2020-04-14Rename AssocKind::Method to AssocKind::FnRustin-Liu-126/+119
2020-04-13bless mir opt testsBastian Kauschke-157/+730
2020-04-13unit rvalue: use constant `()` instead of tupleBastian Kauschke-10/+20
2020-04-13allow const generics in const fnBastian Kauschke-41/+5
2020-04-13Auto merge of #71105 - Dylan-DPC:rollup-nezezxr, r=Dylan-DPCbors-117/+413
2020-04-13Rollup merge of #71101 - RalfJung:miri-alignment-check, r=ecstatic-morseDylan DPC-7/+13
2020-04-13Rollup merge of #71097 - pickfire:pattern-docs, r=Dylan-DPCDylan DPC-6/+38
2020-04-13Rollup merge of #71087 - JohnTitor:impl-self-ty, r=eddybDylan DPC-35/+9
2020-04-13Rollup merge of #71051 - ryr3:fix_try_into, r=estebankDylan DPC-69/+289
2020-04-13Rollup merge of #70656 - GuillaumeGomez:scrollbar-display, r=kinnisonDylan DPC-0/+64
2020-04-13Don't always run `add_call_guards` passJonas Schievink-5/+7
2020-04-13Remove usage of `DUMMY_HIR_ID` in `FnCtxt::get_conversion_methods`marmeladema-8/+4
2020-04-13Add test case for type aliasing `impl Sized`Samrat Man Singh-0/+17
2020-04-13Auto merge of #70989 - eddyb:mir-opt-32-pr-ci, r=Mark-Simulacrumbors-10/+111
2020-04-13fmtRalf Jung-2/+3
2020-04-13Miri: let machine hook dynamically decide about alignment checksRalf Jung-7/+13
2020-04-13Address review commentsVadim Petrochenkov-4/+1
2020-04-13rustc_target: Introduce `msvc_base`Vadim Petrochenkov-48/+59
2020-04-13rustc_target: Inherit `windows_uwp_gnu_base` from `windows_gnu_base`Vadim Petrochenkov-21/+13
2020-04-13rustc_target: Inherit `windows_uwp_msvc_base` from `windows_msvc_base`Vadim Petrochenkov-41/+9
2020-04-13rustc_target: Remove some useless importsVadim Petrochenkov-25/+0
2020-04-13rustc_target: `windows(_uwp)_base` -> `windows(_uwp)_gnu_base`Vadim Petrochenkov-9/+9
2020-04-13linker: Pass `/NODEFAULTLIB` in a more regular wayVadim Petrochenkov-19/+23
2020-04-13rustc_target: Move tests into a separate unconfigured fileVadim Petrochenkov-43/+48
2020-04-13rustc_target: Make sure lld-link is treated as link.exe by defaultVadim Petrochenkov-64/+106
2020-04-13weak-into-raw: as_raw -> as_ptr + dangling garbageMichal 'vorner' Vaner-52/+30
2020-04-13add after_stack_push hook; add public ImmTy::from_immediate method, and make ...Ralf Jung-28/+43
2020-04-13Use `CRATE_HIR_ID` instead of `DUMMY_HIR_ID` when appropriate.marmeladema-3/+3
2020-04-13Add examples to Pattern docsIvan Tham-0/+32
2020-04-13Add period to Pattern docsIvan Tham-6/+6
2020-04-13Miri: let push_frame hook also access and mutate the rest of the frame dataRalf Jung-18/+44
2020-04-13Auto merge of #70961 - ecstatic-morse:into-def-id, r=eddybbors-14/+47
2020-04-13Just `unwrap()` instead of `unwrap_or(DUMMY_HIR_ID)`.marmeladema-1/+1
2020-04-13Remove usage of `DUMMY_HIR_ID` in some visitorsmarmeladema-13/+13
2020-04-13Remove useless calls to `assemble_extension_candidates_for_traits_in_scope`marmeladema-5/+1
2020-04-13Add proper explanation of error code E0657PankajChaudhary5-1/+59
2020-04-13Auto merge of #70882 - tmiasko:llvm-version-suffix, r=Mark-Simulacrumbors-3/+7