about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-04-20Remove cg_llvm/back/link.rsbjorn3-29/+12
2019-04-20Move almost all of cg_llvm/back/link.rs to cg_ssabjorn3-1111/+1114
2019-04-20Remove get_reloc_model and target_cpu dependency from most of link.rsbjorn3-15/+19
2019-04-20Make link functions generic over archive builderbjorn3-84/+101
2019-04-20Move some filename constants to cg_ssabjorn3-12/+9
2019-04-20Move some function from cg_llvm/back/link.rs to cg_ssa/back/link.rsbjorn3-375/+382
2019-04-20Fix fn front matter parsing ICE from invalid code.David Wood-1/+55
2019-04-20Auto merge of #60128 - jimblandy:futures-doc-fix, r=withoutboatsbors-14/+14
2019-04-19core::future::Future: Fix markup typo in docs.Jim Blandy-1/+1
2019-04-19Doc fixes for core::future::Future.Jim Blandy-13/+13
2019-04-20Auto merge of #60120 - matthiaskrgr:submodule_upd, r=sanxiynbors-10/+8
2019-04-19Auto merge of #59981 - estebank:recover-struct-lit, r=petrochenkovbors-282/+341
2019-04-19extend ui testAndre Bogus-1/+34
2019-04-19submodules: update clippy from fbb3a47b to cafbe7f2Matthias Krüger-10/+8
2019-04-19Fix sync_all on macos/iosDavid Vázquez Púa-2/+9
2019-04-19Remove assumption from recovery codeEsteban Küber-1/+17
2019-04-19Some cleanup to `maybe_parse_struct_expr`Vadim Petrochenkov-54/+26
2019-04-19remove duplicated code and simplify logicEsteban Küber-94/+145
2019-04-19Identify missing ambiguous case with best effort suggestionEsteban Küber-51/+132
2019-04-19Emit specific error for struct literal in conditionsEsteban Küber-207/+162
2019-04-19Auto merge of #60072 - RalfJung:linked-list, r=shepmasterbors-11/+37
2019-04-19add Miri error variant for process exitRalf Jung-0/+9
2019-04-19fix LinkedList invalidating mutable referencesRalf Jung-11/+37
2019-04-19Auto merge of #60077 - RalfJung:miri-alloc-tests, r=joshtriplettbors-1/+15
2019-04-19Auto merge of #60063 - spastorino:place2_2, r=oli-obkbors-254/+298
2019-04-19move variable down to where it is usedRalf Jung-5/+5
2019-04-19Auto merge of #60073 - rchaser53:issue-60049, r=estebankbors-10/+61
2019-04-19avoid type-check body of DefIdrchaser53-10/+61
2019-04-19Rollup merge of #60098 - Centril:libcore-deny-more, r=varkorMazdak Farrokhzad-236/+233
2019-04-19Rollup merge of #60097 - cuviper:llvm8-mergefunc-use-aliases, r=rkruppeMazdak Farrokhzad-10/+1
2019-04-19Rollup merge of #60082 - TimDiekmann:master, r=RalfJungMazdak Farrokhzad-14/+14
2019-04-19Rollup merge of #60080 - nathankleyn:fix-issue-60068, r=CentrilMazdak Farrokhzad-3/+3
2019-04-19Rollup merge of #60078 - matklad:patch-1, r=shepmasterMazdak Farrokhzad-1/+1
2019-04-19Rollup merge of #60064 - estebank:issue-59980, r=varkorMazdak Farrokhzad-19/+39
2019-04-19Rollup merge of #60061 - estebank:field-sugg, r=davidtwcoMazdak Farrokhzad-30/+60
2019-04-19Rollup merge of #60060 - mtak-:rtm-x86-feature, r=petrochenkovMazdak Farrokhzad-1/+5
2019-04-19Rollup merge of #60056 - topecongiro:rustfmt-1.2.1, r=alexcrichtonMazdak Farrokhzad-5/+5
2019-04-19Rollup merge of #60052 - varkor:unused-parameter-diagnostic, r=estebankMazdak Farrokhzad-24/+27
2019-04-19Rollup merge of #60045 - estebank:suggest-std, r=petrochenkovMazdak Farrokhzad-40/+134
2019-04-19Rollup merge of #60041 - jnferner:patch-1, r=shepmasterMazdak Farrokhzad-2/+1
2019-04-19Rollup merge of #60032 - rust-lang:remove-unwanted-z-index, r=QuietMisdreavusMazdak Farrokhzad-1/+0
2019-04-19Rollup merge of #60023 - koalatux:nth-back, r=scottmcmMazdak Farrokhzad-0/+49
2019-04-19Rollup merge of #59933 - sourcefrog:doc-fmt, r=shepmasterMazdak Farrokhzad-3/+4
2019-04-19Rollup merge of #59915 - michaelwoerister:sp-event-filters-1, r=wesleywiserMazdak Farrokhzad-28/+97
2019-04-18Suggest appropriate path when calling associated item on bare typesEsteban Küber-40/+134
2019-04-18Fix rebaseEsteban Küber-1/+1
2019-04-18review comments: change wordingEsteban Küber-5/+5
2019-04-18Change suggestion of field when not in self contextEsteban Küber-30/+60
2019-04-19libcore: deny more...Mazdak Farrokhzad-236/+233
2019-04-18Remove the unused LLVMRustIsRustLLVMJosh Stone-9/+0