about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-01-22Fix some cross crate existential type ICEsOliver Scherer-2/+68
2019-01-22unit test for issue 57673.Felix S. Klock II-0/+21
2019-01-22Do not initiate nested probe within `assemble_probe`.Felix S. Klock II-9/+7
2019-01-22Auto merge of #57830 - Centril:rollup, r=Centrilbors-283/+494
2019-01-22Stabilize Any::get_type_id and rename to type_idSimon Sapin-12/+7
2019-01-22Print a slightly clearer message when failing to spawn a threadJethro Beekman-1/+1
2019-01-22Rollup merge of #57813 - RalfJung:validation-range-printing, r=oli-obkMazdak Farrokhzad-5/+25
2019-01-22Rollup merge of #57809 - MikaelUrankar:powerpc64-unknown-freebsd, r=nagisaMazdak Farrokhzad-0/+23
2019-01-22Rollup merge of #57798 - hellow554:master, r=davidtwcoMazdak Farrokhzad-16/+16
2019-01-22Rollup merge of #57791 - estebank:issue-54582, r=zackmdavisMazdak Farrokhzad-0/+16
2019-01-22Rollup merge of #57677 - dotdash:locals, r=michaelwoeristerMazdak Farrokhzad-18/+24
2019-01-22Rollup merge of #57667 - ishitatsuyuki:p-leak, r=nnethercoteMazdak Farrokhzad-0/+1
2019-01-22Rollup merge of #57604 - alercah:str-index, r=sfacklerMazdak Farrokhzad-235/+239
2019-01-22Rollup merge of #57552 - GuillaumeGomez:default-images, r=QuietMisdreavusMazdak Farrokhzad-4/+20
2019-01-22Rollup merge of #57537 - sinkuu:fmt_perf, r=alexcrichtonMazdak Farrokhzad-5/+130
2019-01-22Auto merge of #56221 - estebank:remove-dummy-checks, r=varkorbors-18/+24
2019-01-22Fixed Deref coercion explanation for DerefMut using shared referencesdanielhenrymantilla-1/+1
2019-01-22Add intrinsic to create an integer bitmask from the MSB of integer vectorsgnzlbg-0/+288
2019-01-22Auto merge of #57821 - RalfJung:miri, r=oli-obkbors-14/+14
2019-01-22Ignore aarch64 in simd-intrinsic-generic-reductionJames Duley-0/+1
2019-01-22Corrected spelling inconsistencyMarcel Hellwig-16/+16
2019-01-22Auto merge of #57475 - SimonSapin:signed, r=estebankbors-24/+42
2019-01-21Fix typovarkor-1/+1
2019-01-21Fix typovarkor-1/+1
2019-01-21Accept more invalid code that is close to correct fieldsEsteban Küber-13/+23
2019-01-22Extend trailing `>` detection for paths.David Wood-33/+131
2019-01-21Move logic to its own methodEsteban Küber-73/+63
2019-01-21Auto merge of #55009 - oli-obk:const_safety, r=RalfJungbors-115/+225
2019-01-21Pluralize error messages.David Wood-8/+15
2019-01-21Add error for trailing angle brackets.David Wood-0/+197
2019-01-21un-deprecate mem::zeroedRalf Jung-1/+0
2019-01-21update miriRalf Jung-14/+14
2019-01-21Speed up the fast path for assert_eq! and assert_ne!Björn Steinbrink-4/+16
2019-01-21fix validation range printing when encountering undefRalf Jung-5/+25
2019-01-21Add powerpc64-unknown-freebsdYour Name-0/+23
2019-01-21Fix some non-determinism in help messages for E0277 errors.Simon Sapin-7/+11
2019-01-21Update libunwind for SGX targetJethro Beekman-1/+1
2019-01-21Expose alloc/dealloc properly for SGX libunwindJethro Beekman-0/+15
2019-01-21Declare some unconst operations as unsafe in const fnOliver Scherer-98/+187
2019-01-21Auto merge of #55045 - kleimkuhler:add-std-is_sorted, r=KodrAusbors-4/+271
2019-01-21Print visible name for types as well as modules.David Wood-14/+37
2019-01-21Auto merge of #57756 - matthiaskrgr:clippy_submodule_upd, r=oli-obkbors-16/+8
2019-01-21Differentiate between closure and function bodiesOliver Scherer-17/+38
2019-01-21Auto merge of #57792 - Centril:rollup, r=Centrilbors-88/+484
2019-01-20Use structured suggestion in stead of notesEsteban Küber-41/+44
2019-01-21Auto merge of #57708 - nbigaouette:pr-53774-fix-missing-rust-gdbui-install, r...bors-0/+2
2019-01-20Explain type mismatch cause pointing to return type when it is `impl Trait`Esteban Küber-9/+39
2019-01-21submodules: update clippy from 1b89724b to 1838bfe5Matthias Krüger-16/+8
2019-01-21Rollup merge of #57784 - JohnTitor:improve-error-message, r=estebankMazdak Farrokhzad-7/+11
2019-01-21Rollup merge of #57783 - davidtwco:issue-57741, r=estebankMazdak Farrokhzad-2/+183