about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-01-07Rollup merge of #67962 - ehuss:update-books, r=ehussYuki Okushi-0/+0
2020-01-07Rollup merge of #67943 - Stromberg90:patch-1, r=jonas-schievinkYuki Okushi-2/+1
2020-01-07Rollup merge of #67936 - euclio:assoc-type-bad-style, r=CentrilYuki Okushi-2/+18
2020-01-07Rollup merge of #67934 - GuillaumeGomez:clean-up-e0178, r=Dylan-DPCYuki Okushi-7/+18
2020-01-07Rollup merge of #67929 - mgrachev:patch-1, r=jonas-schievinkYuki Okushi-1/+1
2020-01-07Rollup merge of #67909 - varkor:obsolete-const-print, r=davidtwcoYuki Okushi-12/+5
2020-01-07Rollup merge of #67908 - ollie27:rustdoc_const_html_escape, r=GuillaumeGomezYuki Okushi-5/+26
2020-01-07Rollup merge of #67898 - matthewjasper:newtype-index-hygiene, r=CentrilYuki Okushi-52/+80
2020-01-07Rollup merge of #67880 - lbonn:fix/multi-substs, r=petrochenkovYuki Okushi-9/+37
2020-01-07Rollup merge of #67877 - dtolnay:const-_, r=nagisaYuki Okushi-11/+22
2020-01-07Rollup merge of #67727 - Dylan-DPC:stabilise/remove_item, r=alexcrichtonYuki Okushi-6/+1
2020-01-07Rollup merge of #67671 - estebank:type-impl-trait, r=davidtwcoYuki Okushi-4/+9
2020-01-07Rollup merge of #67566 - Mark-Simulacrum:thread-id-u64, r=alexcrichtonYuki Okushi-0/+13
2020-01-06Update booksEric Huss-0/+0
2020-01-06Account for `type X = impl Trait;` in lifetime suggestionEsteban Küber-4/+9
2020-01-06Improve hygiene of `newtype_index`Matthew Jasper-52/+80
2020-01-06Auto merge of #66899 - msizanoen1:riscv-std, r=alexcrichtonbors-4/+26
2020-01-06oh the one that was left behinddylan_DPC-1/+0
2020-01-06Removed module usage.Strømberg-1/+0
2020-01-06Missing module std in example.Strømberg-1/+1
2020-01-06Add an unstable conversion from thread ID to u64Mark Rousskov-0/+13
2020-01-06stabilise itdylan_DPC-1/+1
2020-01-06fire "non_camel_case_types" for associated typesAndy Russell-2/+18
2020-01-06Clean up E0178 explanationGuillaume Gomez-7/+18
2020-01-06remove usage of feature gatedylan_DPC-3/+0
2020-01-06stabilise remove_itemdylan_DPC-1/+0
2020-01-06Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisabors-911/+933
2020-01-06Formatting an example for method Vec.retainGrachev Mikhail-1/+1
2020-01-06Rollup merge of #67915 - lzutao:Self, r=CentrilDylan DPC-32/+32
2020-01-06Rollup merge of #67912 - LPardue:patch-1, r=CentrilDylan DPC-1/+1
2020-01-06Rollup merge of #67906 - varkor:silence-toogeneric, r=nagisaDylan DPC-1/+41
2020-01-06Rollup merge of #67897 - pickfire:patch-1, r=Dylan-DPCDylan DPC-3/+3
2020-01-06Rollup merge of #67873 - Dylan-DPC:feature/change-remove-to-partial, r=AmanieuDylan DPC-1/+22
2020-01-06Rollup merge of #67800 - Aaron1011:fix/mir-generic-instance, r=oli-obkDylan DPC-13/+73
2020-01-06Use Self instead of $typeLzu Tao-32/+32
2020-01-06macros: typo fixLucas Pardue-1/+1
2020-01-06Fix ICE in const pretty printing and resolve FIXMEvarkor-12/+5
2020-01-06Auto merge of #67563 - euclio:rustdoc-buffer-lexer, r=GuillaumeGomezbors-112/+48
2020-01-05rustdoc: HTML escape const valuesOliver Middleton-5/+26
2020-01-05Use Instance.ty_env instead of Instance.monomorphic_ty in interpreterAaron Hill-1/+1
2020-01-05Silence `TooGeneric` errorvarkor-1/+41
2020-01-05Auto merge of #67821 - matthiaskrgr:submodule_upd, r=Xanewokbors-0/+0
2020-01-05Fix typoAaron Hill-1/+1
2020-01-05Rename Instance.ty to Instance.monomorphic_tyAaron Hill-16/+13
2020-01-05s/projections/params/Aaron Hill-1/+1
2020-01-05Run rustfmtAaron Hill-1/+2
2020-01-05Change 'panic!' to 'bug!'Aaron Hill-1/+1
2020-01-05Fix ICE involving calling `Instance.ty` during const evaluationAaron Hill-2/+64
2020-01-05Auto merge of #67903 - Dylan-DPC:rollup-k9djyrf, r=Dylan-DPCbors-299/+228
2020-01-05Rollup merge of #67882 - euclio:flock, r=rkruppeDylan DPC-106/+15