about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-11-01Fixed std::iter::Chain documentationOleg Nosov-1/+1
2019-11-01Auto merge of #65698 - msizanoen1:dual-proc-macro-hash, r=petrochenkovbors-8/+34
2019-11-01Auto merge of #65459 - ecstatic-morse:graphviz-subgraph, r=estebankbors-20/+45
2019-10-31Auto merge of #65091 - sekineh:into-iter-sorted, r=KodrAusbors-5/+204
2019-10-31Auto merge of #63803 - GuillaumeGomez:stabilize-doctest, r=ollie27,QuietMisdr...bors-56/+50
2019-10-31update miriRalf Jung-7/+7
2019-10-31Adjust rustc-workspace-hackmsizanoen1-1/+1
2019-10-31Implement dual proc macro hashingmsizanoen-7/+33
2019-10-31Auto merge of #65990 - Centril:rollup-v843h4a, r=Centrilbors-151/+197
2019-10-31Rollup merge of #65981 - RalfJung:check-your-gates, r=CentrilMazdak Farrokhzad-0/+12
2019-10-31Rollup merge of #65979 - spastorino:crate-metadata-mutexes, r=Mark-SimulacrumMazdak Farrokhzad-92/+75
2019-10-31Rollup merge of #65959 - vext01:immediate-docstring, r=davidtwcoMazdak Farrokhzad-1/+1
2019-10-31Rollup merge of #65955 - pietroalbini:master-revert-msys2-hack, r=Mark-Simula...Mazdak Farrokhzad-16/+0
2019-10-31Rollup merge of #65850 - mikeyhew:patch-1, r=nikomatsakisMazdak Farrokhzad-5/+7
2019-10-31Rollup merge of #65434 - GuillaumeGomez:long-err-explanation-E0577, r=Dylan-DPCMazdak Farrokhzad-2/+29
2019-10-31Rollup merge of #65274 - pietroalbini:ci-upload-toolstate, r=alexcrichtonMazdak Farrokhzad-35/+73
2019-10-30Auto merge of #65957 - Xanewok:update-rls, r=Xanewokbors-0/+0
2019-10-30Make init_locking return a reference to the initialized dataSantiago Pastorino-9/+9
2019-10-30work around aggressive syntax feature gatingRalf Jung-0/+12
2019-10-30Change CrateMetadata's source_map_import_info from RwLock to OnceSantiago Pastorino-83/+66
2019-10-30Correctly indent get_predicates functionSantiago Pastorino-1/+1
2019-10-30ci: move toolstates.json to /tmp/toolstate/ and docker mount itPietro Albini-6/+13
2019-10-30submodules: Bump RLS to 58869107ec162a821a4bee53cdd3f51c84cda3eaIgor Matuszewski-0/+0
2019-10-30Update ui testsGuillaume Gomez-1/+2
2019-10-30Add long error explanation for E0577Guillaume Gomez-1/+27
2019-10-30Auto merge of #65941 - ehuss:update-cargo-books, r=alexcrichtonbors-0/+0
2019-10-30Fix an incorrect docstring for Immediate in librustc_mir/interpret.Edd Barrett-1/+1
2019-10-30ci: revert msys2 ca-certificates hackPietro Albini-16/+0
2019-10-30Auto merge of #65068 - estebank:trait-impl-lt-mismatch, r=nikomatsakisbors-53/+115
2019-10-29Auto merge of #65943 - tmandry:rollup-g20uvkh, r=tmandrybors-190/+291
2019-10-29Rollup merge of #65936 - Xanewok:save-analysis-async, r=nikomatsakisTyler Mandry-4/+44
2019-10-29Rollup merge of #65930 - lzutao:new-feature-gate-c_void, r=dtolnayTyler Mandry-2/+7
2019-10-29Rollup merge of #65920 - smaeul:patch/workspace-hack, r=alexcrichtonTyler Mandry-0/+6
2019-10-29Rollup merge of #65900 - eddyb:proc-macro-cleanup, r=alexcrichtonTyler Mandry-54/+28
2019-10-29Rollup merge of #65898 - hermitcore:rusty-hermit, r=kennytmTyler Mandry-1/+7
2019-10-29Rollup merge of #65843 - xen0n:mips64-musl-targets-with-ci, r=alexcrichtonTyler Mandry-0/+22
2019-10-29Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichtonTyler Mandry-68/+63
2019-10-29Rollup merge of #65741 - GuillaumeGomez:help-popup, r=Dylan-DPCTyler Mandry-3/+7
2019-10-29Rollup merge of #65724 - pietroalbini:ci-remove-template-parameter, r=alexcri...Tyler Mandry-31/+25
2019-10-29Rollup merge of #65539 - traxys:fix_62334, r=petrochenkovTyler Mandry-15/+27
2019-10-29Rollup merge of #65405 - GuillaumeGomez:long-err-explanation-E0740, r=Dylan-DPCTyler Mandry-12/+55
2019-10-29Update cargo, books.Eric Huss-0/+0
2019-10-29Silence crate external span error in x86 platformsEsteban Küber-1/+3
2019-10-29Fix NLL testEsteban Küber-18/+7
2019-10-29Make error apply only to impl/trait mismatchEsteban Küber-21/+23
2019-10-29Point at the trait item and tweak wordingEsteban Küber-15/+36
2019-10-29review commentsEsteban Küber-20/+23
2019-10-29Custom lifetime error for `impl` item doesn't conform to `trait`Esteban Küber-48/+93
2019-10-29Auto merge of #65904 - matthiaskrgr:submodule_upd, r=Manishearthbors-7/+11
2019-10-29save-analysis: Account for async desugaring in async fn return typesIgor Matuszewski-4/+44