about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-04-23fix error code for E0751YI-30/+30
2020-04-21Auto merge of #71267 - pnkfelix:issue-71248-dont-need-exports-all-green, r=na...bors-10/+22
2020-04-21Rollup merge of #71346 - mati865:rustbuild-tools, r=Mark-SimulacrumDylan DPC-1/+9
2020-04-21Rollup merge of #71285 - ljedrz:mir_inline_span_for_optimized_mir, r=ecstatic...Dylan DPC-7/+5
2020-04-21Rollup merge of #71174 - Nokel81:fix-async-main-error, r=petrochenkovDylan DPC-14/+88
2020-04-21Rollup merge of #69362 - CAD97:alloc_layout_extras, r=AmanieuDylan DPC-13/+43
2020-04-20Do not build tools if user do not want themMateusz MikuĊ‚a-1/+9
2020-04-20Improve Layout::extend docsCAD97-3/+4
2020-04-20Update src/libcore/alloc/layout.rsChristopher Durham-2/+2
2020-04-20Rollup merge of #71334 - ehuss:pattern-docs, r=kennytmDylan DPC-37/+150
2020-04-20Rollup merge of #71328 - Mark-Simulacrum:stabilize-pathbuf-capacity, r=sfacklerDylan DPC-8/+7
2020-04-20Rollup merge of #71284 - JOE1994:serialize_id, r=petrochenkovDylan DPC-6/+18
2020-04-20Rollup merge of #71270 - Rustin-Liu:rustin-patch-has-self, r=estebankDylan DPC-4/+7
2020-04-20Rollup merge of #71250 - GuillaumeGomez:use-json-instead-of-js, r=kinnisonDylan DPC-5/+41
2020-04-20Expand comment to justify not checking if all the exports are green.Felix S. Klock II-0/+17
2020-04-20Check that main/start is not asyncSebastian Malton-14/+88
2020-04-20Auto merge of #70729 - nnethercote:a-big-options-clean-up, r=petrochenkovbors-379/+339
2020-04-20Auto merge of #71232 - eddyb:print-const-adts, r=oli-obkbors-103/+128
2020-04-19check '-Zast-json' & '-Zast-json-noexpand' to output legal JSONJOE1994-2/+14
2020-04-20Auto merge of #71007 - Amanieu:deprecate_asm, r=Mark-Simulacrumbors-5/+34
2020-04-19Stabilize PathBuf capacity methodsMark Rousskov-8/+7
2020-04-19Update pattern docs.Eric Huss-37/+150
2020-04-19Auto merge of #70598 - vakaras:add-threads-cr3, r=oli-obk,RalfJungbors-70/+172
2020-04-19Auto merge of #71331 - Dylan-DPC:rollup-5rn1isc, r=Dylan-DPCbors-13/+78
2020-04-19MIR: use span instead of NodeId to determine if optimized_mir should be runljedrz-7/+5
2020-04-19Rollup merge of #71324 - petrochenkov:passcheck2, r=RalfJungDylan DPC-3/+3
2020-04-19Rollup merge of #71317 - RalfJung:unleash-inline-asm, r=ecstatic-morseDylan DPC-0/+25
2020-04-19Rollup merge of #71310 - JohnTitor:dont-did, r=estebankDylan DPC-8/+26
2020-04-19Rollup merge of #71026 - seiyab:issue-64362-adhoc, r=varkorDylan DPC-2/+24
2020-04-19Fix commentRalf Jung-3/+2
2020-04-19Auto merge of #71231 - cuviper:rustc_or_patterns, r=Mark-Simulacrumbors-688/+759
2020-04-19fix decode logic for 'AttrId' to be symmetric with encode logicJOE1994-2/+2
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-688/+759
2020-04-19Fix some tests failing in `--pass check` modeVadim Petrochenkov-3/+3
2020-04-19Rollup merge of #71319 - GuillaumeGomez:cleanup-e0522, r=Dylan-DPCDylan DPC-4/+7
2020-04-19Rollup merge of #71315 - huangjiahua:update-documentation, r=Dylan-DPCDylan DPC-0/+18
2020-04-19Rollup merge of #71188 - Duddino:fix, r=matthewjasperDylan DPC-10/+32
2020-04-19Rollup merge of #71107 - vorner:weak-into-raw-dangling, r=AmanieuDylan DPC-54/+80
2020-04-19Fix false "never constructed" warnings for `Self::` variant pathsseiya-1/+3
2020-04-19test for false "never constructed" warnings for `Self::` variant pathsjakubadamw-1/+21
2020-04-19Clean up E0522 explanationGuillaume Gomez-4/+7
2020-04-19miri-unleash test for llvm_asmRalf Jung-0/+26
2020-04-19Disallow values for `-C no-*` and `-Z no-*` options again.Nicholas Nethercote-41/+40
2020-04-19Improve codegen option docs.Nicholas Nethercote-84/+101
2020-04-19Show defaults in options descriptions.Nicholas Nethercote-99/+109
2020-04-19Auto merge of #70015 - jonas-schievink:gen-needs-drop, r=matthewjasperbors-44/+85
2020-04-19Replace uses of `parse_opt_*` with `parse_*` where possible.Nicholas Nethercote-67/+50
2020-04-19Make option type descriptions non-optional.Nicholas Nethercote-79/+43
2020-04-19Tweak `parse_opt_uint`.Nicholas Nethercote-1/+1
2020-04-19Fix the `-Zsanitizer_memory_track_origins` error message.Nicholas Nethercote-13/+7