about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-04-14rustdoc: add "const_slice_ptr" and "mut_slice_ptr" trait implsMatthias Schiffer-0/+2
2020-04-14rustc: add lang items "const_slice_ptr" and "mut_slice_ptr"Matthias Schiffer-4/+35
2020-04-14allow try as scrutinee, e.g. `match try ...`Bastian Kauschke-20/+88
2020-04-14typeck: workaround WF hole in `to_const`.Eduard-Mihai Burtescu-16/+112
2020-04-14Don't load the same allocation twice when reading a scalar pair from itOliver Scherer-7/+5
2020-04-14typeck: track any errors injected during writeback and taint tables appropria...Eduard-Mihai Burtescu-6/+70
2020-04-14cleanup `is_expr_delims_necessary`Bastian Kauschke-1/+1
2020-04-14Update booksEric Huss-0/+0
2020-04-14Tests.Felix S. Klock II-0/+52
2020-04-14Tighten time complexity on the docmi_sawa-2/+2
2020-04-14Remove unused single_step flagMark Rousskov-5/+1
2020-04-14If an LLVM module's exports change, cannot reuse its post-LTO object file inFelix S. Klock II-4/+33
2020-04-14Rollup merge of #71124 - JOE1994:patch-3, r=Dylan-DPCDylan DPC-1/+1
2020-04-14Rollup merge of #71122 - lcnr:update-docs, r=Mark-SimulacrumDylan DPC-4/+4
2020-04-14Rollup merge of #71121 - AnthonyMikh:fix_string_doc_link, r=Dylan-DPCDylan DPC-0/+1
2020-04-14Rollup merge of #71120 - GuillaumeGomez:cleanup-e0517, r=Dylan-DPCDylan DPC-2/+1
2020-04-14Rollup merge of #71112 - cuviper:unsigned-Neg, r=Mark-SimulacrumDylan DPC-17/+4
2020-04-14Add missing commaYoungsuk Kim-1/+1
2020-04-14update docsBastian Kauschke-4/+4
2020-04-14Fix broken link in documentation for String::from_utf8AnthonyMikh-0/+1
2020-04-14Improve rustdoc js testers codeGuillaume Gomez-45/+39
2020-04-14Clean up E0517 explanationGuillaume Gomez-2/+1
2020-04-14Auto merge of #70893 - tmiasko:llvm-sanitizers, r=cuviperbors-0/+0
2020-04-14Remove `DUMMY_HIR_ID`marmeladema-64/+13
2020-04-14Do not use `DUMMY_HIR_ID` as placeholder value in node_id_to_hir_id tablemarmeladema-30/+66
2020-04-14make `vec![,]` uncompilableWaffle-2/+2
2020-04-14update 32 bit mir-opt testsBastian Kauschke-31/+119
2020-04-14Auto merge of #70679 - tmandry:issue-68112, r=nikomatsakisbors-106/+411
2020-04-14Auto merge of #70643 - Rustin-Liu:rustin-patch-rename, r=eddybbors-126/+119
2020-04-13Update test after rebaseTyler Mandry-5/+5
2020-04-13Incorporate feedback into diagnosticsTyler Mandry-49/+41
2020-04-13Fix style nitsTyler Mandry-45/+37
2020-04-13Include type info when available for awaited exprTyler Mandry-6/+8
2020-04-13rustfmtTyler Mandry-26/+33
2020-04-13Don't double-annotate the same SpanTyler Mandry-7/+34
2020-04-13Use clearer message when obligation is caused by await exprTyler Mandry-46/+126
2020-04-13Use "generator" instead of "future" when appropriateTyler Mandry-22/+19
2020-04-13Don't annotate type when type is opaqueTyler Mandry-5/+10
2020-04-13Improve span labelTyler Mandry-16/+24
2020-04-13Add test for #68112 (existing output)Tyler Mandry-0/+194
2020-04-13Use inner/outer generator naming instead of first/lastTyler Mandry-12/+13
2020-04-13Remove the last remnant of unsigned NegJosh Stone-17/+4
2020-04-13Fix symbol sortingSteven Fackler-1/+1
2020-04-14Rollup merge of #71109 - lcnr:generics_in_const_fn, r=eddybDylan DPC-41/+5
2020-04-14Rollup merge of #71103 - samrat:tait-sized, r=estebankDylan DPC-0/+17
2020-04-14Rollup merge of #71092 - marmeladema:dummy-hir-id-removal, r=eddybDylan DPC-30/+22
2020-04-14Rename AssocKind::Method to AssocKind::FnRustin-Liu-126/+119
2020-04-13bless mir opt testsBastian Kauschke-157/+730
2020-04-13unit rvalue: use constant `()` instead of tupleBastian Kauschke-10/+20
2020-04-13allow const generics in const fnBastian Kauschke-41/+5