about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-05-14Remove separation between generator_drop and unwind pathsTyler Mandry-53/+28
2019-05-14Make MaybeStorageLive drop-awareTyler Mandry-3/+8
2019-05-14Emit StorageDead for all locals in generatorsTyler Mandry-41/+85
2019-05-14Update lib.rschandde-3/+3
2019-05-15rustbuild/LLVM: Do not print installation messages for up-to-date filesVadim Petrochenkov-0/+4
2019-05-14Auto merge of #60834 - Centril:rollup-fikyi9i, r=Centrilbors-65/+389
2019-05-14Add link to the 1.34.0 CVEJonas Schievink-1/+2
2019-05-14Updated RELEASES.md for 1.35.0Aaron Power-0/+97
2019-05-14Rollup merge of #60819 - matthiaskrgr:submodule_upd, r=oli-obkMazdak Farrokhzad-19/+7
2019-05-14Rollup merge of #60808 - Schultzer:improve-must-use-linit-for-future, r=CentrilMazdak Farrokhzad-1/+1
2019-05-14Rollup merge of #60799 - matthewjasper:allow-bound-regions-in-existential-typ...Mazdak Farrokhzad-2/+35
2019-05-14Rollup merge of #60788 - froydnj:apple-target-modifications-followup, r=estebankMazdak Farrokhzad-14/+7
2019-05-14Rollup merge of #60780 - RalfJung:miri, r=oli-obkMazdak Farrokhzad-23/+6
2019-05-14Rollup merge of #60719 - varkor:xpy-test-folder, r=Mark-SimulacrumMazdak Farrokhzad-2/+13
2019-05-14Rollup merge of #60444 - nikomatsakis:issue-60010-cycle-error-investigation, ...Mazdak Farrokhzad-2/+144
2019-05-14Rollup merge of #60443 - RalfJung:as_ptr, r=SimonSapinMazdak Farrokhzad-2/+17
2019-05-14Rollup merge of #60130 - khuey:efficient_last, r=sfacklerMazdak Farrokhzad-0/+159
2019-05-14Update LLVM to fix assertion when compiling to wasmAlex Crichton-0/+0
2019-05-14Auto merge of #60787 - alexcrichton:error-type-id-destabilize-master, r=pietr...bors-1/+12
2019-05-14removes `AbiMethods`Saleem Jaffer-39/+29
2019-05-14Update ui testsOliver Scherer-7/+1
2019-05-14Add comment to explain what is the top parameterGuillaume Gomez-0/+8
2019-05-14Fix incremental compilation of cdylib emitting spurious unused_attributes lintOliver Scherer-1/+11
2019-05-14refactor completeSaleem Jaffer-377/+12
2019-05-14submodules: update clippy from 3710ec59 to ad3269c4Matthias Krüger-19/+7
2019-05-14some more refactor of FnType. Things build nowSaleem Jaffer-84/+409
2019-05-14Add commentvarkor-0/+6
2019-05-14Add ui test for const Layout::from_size_align_uncheckedRichard Wiedenhöft-0/+21
2019-05-14Add const_unchecked_layout test to libcore/testsRichard Wiedenhöft-0/+12
2019-05-14Mark core::alloc::Layout::from_size_align_unchecked constRichard Wiedenhöft-1/+1
2019-05-13README: Mention MSVC 2017+, not 2013(!)Scott McMurray-3/+9
2019-05-14Auto merge of #60794 - Centril:rollup-vlguvns, r=Centrilbors-38/+240
2019-05-13Bump measureme dependency to 0.3Wesley Wiser-4/+4
2019-05-13Improve the "must use" lint for `Future`Benjamin Schultzer-1/+1
2019-05-13remove compiletest's dependency on `filetime`Andy Russell-15/+17
2019-05-13default to $ARCH-apple-macosx10.7.0 LLVM triple for darwin targetsNathan Froyd-14/+7
2019-05-13Allow late bound regions in existential typesMatthew Jasper-2/+35
2019-05-13update miriRalf Jung-19/+5
2019-05-13Rollup merge of #60770 - Pulkit07:issue60764, r=CentrilMazdak Farrokhzad-7/+29
2019-05-13Rollup merge of #60710 - varkor:delay_span_bug-const-parent, r=matthewjasperMazdak Farrokhzad-3/+81
2019-05-13Rollup merge of #60562 - iliekturtles:proc-macro-missing-docs, r=alexcrichtonMazdak Farrokhzad-1/+22
2019-05-13Rollup merge of #60201 - RalfJung:core-tests, r=alexcrichtonMazdak Farrokhzad-1/+1
2019-05-13Rollup merge of #60176 - matthewjasper:yield-ref-to-local, r=pnkfelixMazdak Farrokhzad-26/+107
2019-05-13add impl_trait_in_bindings to INCOMPLETE_FEATURESPulkit Goyal-7/+29
2019-05-13add release notes for rust 1.34.2Pietro Albini-0/+8
2019-05-13Destabilize the `Error::type_id` functionAlex Crichton-1/+4
2019-05-13move raw span to tt readerAleksey Kladov-1/+2
2019-05-13move span and token to tt readerAleksey Kladov-40/+35
2019-05-13Move token tree related lexer state to a separate structAleksey Kladov-48/+71
2019-05-13modify commentFelix S Klock II-2/+7