about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-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-19submodules: update clippy from fbb3a47b to cafbe7f2Matthias Krüger-10/+8
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-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
2019-04-18Use -mergefunc-use-aliases for any LLVM >= 8Josh Stone-1/+1
2019-04-18Auto merge of #60046 - euclio:missing-error-code-descriptions, r=estebankbors-936/+563
2019-04-18Auto merge of #58702 - taiki-e:libcore-2018, r=Centrilbors-332/+342
2019-04-18Update testsvarkor-19/+19
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-936/+563
2019-04-18Update miriTim Diekmann-14/+14
2019-04-18Implement event filtering for self-profiler.Michael Woerister-28/+97
2019-04-18Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkovbors-2519/+2519
2019-04-18Fix small errors in docs for `rchunks_exact` and `rchunks_exact_mut`.Nathan Kleyn-3/+3
2019-04-18Use more realistic example for thread builderAleksey Kladov-1/+1
2019-04-18Auto merge of #60071 - RalfJung:miri, r=oli-obkbors-14/+14