about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-02-11Improve `char::is_ascii_*` codeAndrea Canciani-10/+40
2020-02-11Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPCbors-735/+778
2020-02-10Auto merge of #69030 - Dylan-DPC:rollup-t9uk7vc, r=Dylan-DPCbors-150/+354
2020-02-10Rollup merge of #69014 - dwrensha:fix-68890, r=CentrilDylan DPC-1/+28
2020-02-10Rollup merge of #69007 - GuillaumeGomez:clean-up-e0283, r=Dylan-DPCDylan DPC-4/+5
2020-02-10Rollup merge of #68986 - ecstatic-morse:const-ascii-ctype, r=CentrilDylan DPC-20/+96
2020-02-10Rollup merge of #68932 - michaelwoerister:self-profile-generic-activity-args,...Dylan DPC-118/+169
2020-02-10Rollup merge of #68908 - jwhite927:E0637, r=Dylan-DPCDylan DPC-3/+50
2020-02-10Rollup merge of #68897 - GuillaumeGomez:clean-up-e0275, r=Dylan-DPCDylan DPC-4/+6
2020-02-10Auto merge of #68835 - CAD97:sound-range-inclusive, r=Mark-Simulacrumbors-69/+44
2020-02-10self-profile: Support arguments for generic_activities.Michael Woerister-118/+169
2020-02-10clean up E0275 explanationGuillaume Gomez-4/+6
2020-02-10Clean up E0283 explanationGuillaume Gomez-4/+5
2020-02-10Auto merge of #69012 - Dylan-DPC:rollup-13qn0fq, r=Dylan-DPCbors-445/+606
2020-02-09[parser] change an instance of span_bug() to struct_span_err() to avoid ICEDavid Renshaw-1/+28
2020-02-10Rollup merge of #69006 - petrochenkov:prevspan2, r=CentrilDylan DPC-26/+54
2020-02-10Rollup merge of #69005 - ecstatic-morse:unified-dataflow-graphviz, r=wesleywiserDylan DPC-35/+56
2020-02-10Rollup merge of #68992 - matthewjasper:imm-binding-after-at, r=CentrilDylan DPC-4/+82
2020-02-10Rollup merge of #68976 - ecstatic-morse:const-non-zero, r=dtolnayDylan DPC-2/+12
2020-02-10Rollup merge of #68966 - jonas-schievink:coherence-perf, r=varkorDylan DPC-136/+81
2020-02-10Rollup merge of #68694 - nnethercote:reduce-RefCells-in-InferCtxt, r=varkorDylan DPC-242/+321
2020-02-09Remove vestigial #43355-compat codeJonas Schievink-85/+29
2020-02-09Defer error span calculation until neededJonas Schievink-5/+14
2020-02-09Add desc to `specialization_graph_of` queryJonas Schievink-1/+2
2020-02-09Reduce queries/map lookups done by coherenceJonas Schievink-46/+37
2020-02-09Auto merge of #67665 - Patryk27:master, r=zackmdavisbors-375/+1039
2020-02-10Reduce the number of `RefCell`s in `InferCtxt`.Nicholas Nethercote-242/+321
2020-02-10parser: Keep current and previous tokens preciselyVadim Petrochenkov-26/+54
2020-02-09--bless --compare-mode=nllMatthias Prechtl-685/+689
2020-02-09Make issue references consistentMatthias Prechtl-50/+89
2020-02-09Auto merge of #69004 - jonas-schievink:rollup-z2ymler, r=jonas-schievinkbors-103/+194
2020-02-09Use nicer alignment when printing state vectorsDylan MacKenzie-15/+29
2020-02-09Don't break first lineDylan MacKenzie-12/+12
2020-02-09Remove unnecessary allowsDylan MacKenzie-3/+0
2020-02-09Add option to `dot::render` for monospace fontDylan MacKenzie-1/+11
2020-02-09Print `after` effect in default graphviz formatterDylan MacKenzie-4/+4
2020-02-09Rollup merge of #68913 - Areredify:gat_pretty, r=cramertjJonas Schievink-2/+51
2020-02-09Rollup merge of #68911 - jonas-schievink:inherent-overlap, r=petrochenkovJonas Schievink-99/+129
2020-02-09Rollup merge of #68881 - eddyb:always-preserve-dbg-vars, r=nagisaJonas Schievink-1/+1
2020-02-09Rollup merge of #68742 - tspiteri:string-as-mut, r=sfacklerJonas Schievink-0/+8
2020-02-09Rollup merge of #68738 - kennytm:derive-clone-eq-for-fromutf8error, r=sfacklerJonas Schievink-1/+5
2020-02-09Auto merge of #68623 - Zoxc:lld, r=Mark-Simulacrumbors-7/+49
2020-02-09Add some commentsJohn Kåre Alsaker-0/+1
2020-02-09Don't parse `mut a @ b` as `mut a @ mut b`Matthew Jasper-4/+82
2020-02-09Auto merge of #68975 - Dylan-DPC:rollup-jzab8oh, r=Dylan-DPCbors-307/+310
2020-02-09Improve reporting errors and suggestions for trait boundsPatryk Wychowaniec-375/+1039
2020-02-09Auto merge of #68689 - estebank:where-clause-sugg-missing-fn, r=varkorbors-11/+203
2020-02-08Test ASCII ctype methods in a const contextDylan MacKenzie-0/+55
2020-02-08Make the ASCII ctype inherent methods constDylan MacKenzie-20/+41
2020-02-08review commentEsteban Küber-13/+13