about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-04-19Fix `has_no_input_arg` function has self checkRustin-Liu-4/+7
2020-04-18On `FnDef` type annotation suggestion, use fn-pointer outputEsteban Küber-1/+23
2020-04-19Do not show DefId in diagnosticsYuki Okushi-8/+26
2020-04-18Add label to item source of bound obligationEsteban Küber-61/+61
2020-04-18Do not emit note for projected derived obligationsEsteban Küber-48/+22
2020-04-18Remove `AssocTypeBound` and propagate bound `Span`sEsteban Küber-287/+106
2020-04-18Maintain chain of derived obligationsEsteban Küber-0/+181
2020-04-19Rollup merge of #71303 - tshepang:master, r=Mark-SimulacrumDylan DPC-15/+17
2020-04-19Rollup merge of #71287 - JohnTitor:comment-vec, r=RalfJungDylan DPC-0/+3
2020-04-19Rollup merge of #71283 - Amanieu:zprofile, r=davidtwcoDylan DPC-2/+16
2020-04-19Rollup merge of #71276 - RalfJung:miri-unleash-box, r=ecstatic-morseDylan DPC-3/+30
2020-04-19Rollup merge of #71271 - JohnTitor:map-in-place, r=petrochenkovDylan DPC-7/+5
2020-04-18remove build warningsTshepang Lekhonkhobe-15/+17
2020-04-18Change wording on read_vectored docsNathan Abel-2/+3
2020-04-18Add regression test for #69654Alex Macleod-0/+32
2020-04-18Make Box<dyn FnOnce> respect self alignmentSantiago Pastorino-15/+160
2020-04-19Explain why we shouldn't add inline attr to into_vecYuki Okushi-0/+3
2020-04-18Detect mistyped associated consts in `Instance::resolve`.Eduard-Mihai Burtescu-52/+141
2020-04-18ty/instance: use `ParamEnvAnd` in the `resolve_instance` query.Eduard-Mihai Burtescu-16/+16
2020-04-18Auto merge of #71218 - eddyb:a-lifetime-stranded-in-fn-def, r=nikomatsakisbors-6/+64
2020-04-18Add an option to inhibit automatic injection of profiler_builtinsAmanieu d'Antras-1/+5
2020-04-18Miri: mplace_access_checked: offer option to force different alignment on placeRalf Jung-2/+4
2020-04-18Auto merge of #71278 - matthiaskrgr:submodule_upd, r=Dylan-DPCbors-20/+10
2020-04-18submodules: update clippy from 6651c1b9 to 891e1a85Matthias Krüger-20/+10
2020-04-18miri-unleashed: test that we detect heap allocationsRalf Jung-2/+29
2020-04-18check_consts: make ops module privateRalf Jung-1/+1
2020-04-18Auto merge of #71204 - JohnTitor:into-vec, r=wesleywiserbors-1/+0
2020-04-18Add example in the alternative in std::mem::transmute docshuangjiahua-0/+18
2020-04-18Added basic lint and testspmk21-0/+7
2020-04-18Move `MapInPlace` to rustc_data_structuresYuki Okushi-7/+5
2020-04-17fix -Zast-json to properly output the 'id' fieldJOE1994-2/+2
2020-04-18Auto merge of #71147 - cuviper:min-llvm8, r=Mark-Simulacrumbors-191/+63
2020-04-17Clarify layout information in Layout::extendCAD97-3/+5
2020-04-17Remove unused abs_path method from rustc_span::source_map::FileLoaderShea Levy-12/+0
2020-04-17Rollup merge of #71243 - Duddino:Fix2, r=estebankDylan DPC-1/+73
2020-04-17Rollup merge of #71238 - RalfJung:miri-typo, r=oli-obkDylan DPC-1/+1
2020-04-17Rollup merge of #71167 - RalfJung:big-o, r=shepmasterDylan DPC-47/+46
2020-04-17Rollup merge of #71070 - petrochenkov:nolldaround, r=Mark-SimulacrumDylan DPC-21/+0
2020-04-17Rollup merge of #70467 - wesleywiser:invoke-vs-call, r=nagisaDylan DPC-9/+38
2020-04-17Fix unused results from mem::replaceJosh Stone-14/+14
2020-04-17Issue #71248: attempt to recover perf by removing `exports_all_green` flag.Felix S. Klock II-10/+5
2020-04-17Make -Zprofile set codegen-units to 1Amanieu d'Antras-1/+11
2020-04-17Ignore generator-drop-cleanup on wasm32-bareJonas Schievink-31/+33
2020-04-17Lint must_use on mem::replaceJosh Stone-0/+1
2020-04-17Adjust mir-opt test and make it drop somethingJonas Schievink-29/+57
2020-04-17Rollup merge of #71254 - JOE1994:add_comment, r=jonas-schievinkDylan DPC-3/+4
2020-04-17Rollup merge of #71247 - ldm0:minor, r=estebankDylan DPC-10/+11
2020-04-17Rollup merge of #71246 - crlf0710:linked_list_cursor, r=AmanieuDylan DPC-0/+8
2020-04-17Rollup merge of #71239 - JohnTitor:llvm-asm, r=AmanieuDylan DPC-19/+19
2020-04-17Rollup merge of #69642 - ecstatic-morse:issue-69615, r=oli-obkDylan DPC-24/+45