about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-05-16tidy fixEsteban Küber-1/+1
2019-05-16Simplify span usage for incorrect awaitEsteban Küber-45/+23
2019-05-16Split parser logic to its own methodEsteban Küber-87/+96
2019-05-16Parse alternative incorrect uses of await and recoverEsteban Küber-37/+428
2019-05-16Auto merge of #60877 - Centril:rollup-j0o5mo5, r=Centrilbors-35/+188
2019-05-16Rollup merge of #60851 - Pulkit07:issue60849, r=CentrilMazdak Farrokhzad-1/+1
2019-05-16Rollup merge of #60769 - ehuss:rustc-cli-docs, r=steveklabnikMazdak Farrokhzad-13/+157
2019-05-16Rollup merge of #60691 - topecongiro:await-macro-span, r=CentrilMazdak Farrokhzad-1/+2
2019-05-16Rollup merge of #59923 - czipperz:fix-convert-doc-links, r=steveklabnikMazdak Farrokhzad-20/+20
2019-05-16Rollup merge of #59825 - jsgf:from-ref-string, r=sfacklerMazdak Farrokhzad-0/+8
2019-05-16Auto merge of #60811 - wesleywiser:bump_measureme, r=varkorbors-1/+1
2019-05-16Auto merge of #60763 - matklad:tt-parser, r=petrochenkovbors-43/+62
2019-05-16Auto merge of #60693 - saleemjaffer:refactor_fntype_stuff, r=eddybbors-411/+419
2019-05-15Move `box` from the stable keyword to unstable keywords listPulkit Goyal-1/+1
2019-05-15Auto merge of #60832 - petrochenkov:CLazy, r=Mark-Simulacrumbors-0/+4
2019-05-15Auto merge of #60831 - alexcrichton:update-llvm-project, r=nikicbors-0/+0
2019-05-15Auto merge of #60775 - hellow554:no_bitrig, r=joshtriplettbors-363/+21
2019-05-15rustbuild/LLVM: Do not print installation messages for up-to-date filesVadim Petrochenkov-0/+4
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/+4
2019-05-14removes `AbiMethods`Saleem Jaffer-39/+29
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-13Bump measureme dependency to 0.3Wesley Wiser-1/+1
2019-05-13Improve the "must use" lint for `Future`Benjamin Schultzer-1/+1
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-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