about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-05-04Rollup merge of #71877 - steveklabnik:small-example-fix, r=Mark-SimulacrumDylan DPC-2/+2
2020-05-04Rollup merge of #71810 - estebank:issue-71798, r=davidtwcoDylan DPC-1/+28
2020-05-04Rollup merge of #71773 - tshepang:links, r=davidtwcoDylan DPC-5/+5
2020-05-04Rollup merge of #71697 - felix91gr:new_prop_into_fn_call, r=wesleywiserDylan DPC-10/+81
2020-05-04Rollup merge of #71038 - lcnr:dyn_trait_structural_match, r=pnkfelixDylan DPC-13/+69
2020-05-04Auto merge of #71754 - alexcrichton:no-bitcode-in-cache, r=nnethercotebors-45/+19
2020-05-04whoopsmain()-1/+1
2020-05-04Add remove_current_as_list to LinkedList's CursorMutmain()-0/+25
2020-05-04Fix typo.Laurence Tratt-2/+2
2020-05-04Use f64 in f64 examplesSteve Klabnik-2/+2
2020-05-04Add examples to int macrosSteve Klabnik-2/+24
2020-05-04f64 examplesSteve Klabnik-0/+147
2020-05-04correct -> intendedSteve Klabnik-14/+14
2020-05-04add some whitespaceSteve Klabnik-0/+7
2020-05-04Add examples for std::f32 constants.Steve Klabnik-0/+140
2020-05-04Add Option to Force Unwind TablesSam Elliott-5/+89
2020-05-04Document that lifetimes do not currently appear in any::type_name()'s output.Laurence Tratt-1/+3
2020-05-04Rephrase the any::type_name docs a bit.Laurence Tratt-7/+7
2020-05-04Auto merge of #71751 - oli-obk:const_ice, r=RalfJungbors-12/+40
2020-05-04add testcase for issue-70818csmoe-0/+5
2020-05-04Auto merge of #71108 - estebank:suggest-proj-type-mismatch-constraint, r=oli-obkbors-136/+859
2020-05-04Auto merge of #71866 - Dylan-DPC:rollup-g9xqc8k, r=Dylan-DPCbors-44/+50
2020-05-03review comment: use early returnEsteban Küber-10/+19
2020-05-04Rollup merge of #71801 - matthewjasper:operator-subtyping, r=varkorDylan DPC-44/+50
2020-05-03review comments: move logic to their own methodsEsteban Küber-137/+139
2020-05-03Auto merge of #71631 - RalfJung:miri-unleash-the-gates, r=oli-obkbors-229/+385
2020-05-03fix rebaseEsteban Küber-3/+3
2020-05-03Auto merge of #71006 - ecstatic-morse:dataflow-bidi, r=ecstatic-morsebors-709/+1369
2020-05-03Try to fix doc links in new `char` methods.Eduardo Sánchez Muñoz-16/+13
2020-05-03Update clippy lintDylan MacKenzie-1/+1
2020-05-03Reflect API changes on current masterDylan MacKenzie-1/+1
2020-05-03Use agreed upon terminology in cursor docsDylan MacKenzie-5/+5
2020-05-03Add `rustc_peek` test for liveness with borrowsDylan MacKenzie-0/+38
2020-05-03Support liveness in `rustc_peek` testsDylan MacKenzie-14/+51
2020-05-03Use new liveness analysis during generator transformDylan MacKenzie-22/+24
2020-05-03Live variable analysisDylan MacKenzie-2/+141
2020-05-03Initialize the cursor with an empty stateDylan MacKenzie-4/+10
2020-05-03Support backward dataflow analysesDylan MacKenzie-661/+1094
2020-05-03Rename `live_locals` -> `live_locals_at_any_suspension_point`Dylan MacKenzie-11/+12
2020-05-03Add `MutatingUseContext::Yield`Dylan MacKenzie-2/+6
2020-05-03Rollup merge of #71808 - unexge:long-err-expl-for-e0539, r=GuillaumeGomezDylan DPC-2/+51
2020-05-03Rollup merge of #71726 - ldm0:ref2ptr, r=oli-obkDylan DPC-47/+334
2020-05-03Rollup merge of #71663 - jumbatm:caller-handles-validation-error, r=RalfJungDylan DPC-216/+263
2020-05-03Rollup merge of #71398 - ThinkChaos:feat_refcell_take, r=LukasKalbertodtDylan DPC-4/+29
2020-05-03Stabilize fn-like proc macros in expression, pattern and statement positionsVadim Petrochenkov-202/+73
2020-05-03Make `std::char` functions and constants associated to `char`.Eduardo Sánchez Muñoz-2/+242
2020-05-03bless caller-location testRalf Jung-8/+6
2020-05-03remove unneeded flags; exlain why we still have const_if_matchRalf Jung-27/+56
2020-05-03fmtRalf Jung-1/+1
2020-05-03resolve: Relax fresh binding disambiguation slightly to fix regressionVadim Petrochenkov-6/+11