about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-01-07Move normalize_erasing_regions to rustc::ty.Camille GILLOT-1/+1
2020-01-07Make rustc::traits::object_safety::{astconv_object_safety_violations,is_vtabl...Camille GILLOT-49/+54
2020-01-07Make rustc::traits::error_reporting::{recursive_type_with_infinite_size_error...Camille GILLOT-59/+62
2020-01-07Make rustc::infer::error_reporting::{note_and_explain_free_region, note_and_e...Camille GILLOT-125/+164
2020-01-07Remove private methods from TyCtxt impl block: rustc::ty::print::pretty.Camille GILLOT-16/+16
2020-01-07Remove private methods from TyCtxt impl block: rustc::ty::outlives.Camille GILLOT-27/+23
2020-01-07Remove trivial function.Camille GILLOT-6/+2
2020-01-07Remove private methods from TyCtxt impl block: rustc::trait::object_safety.Camille GILLOT-501/+508
2020-01-07Remove private methods from TyCtxt impl block: rustc::middle::stability.Camille GILLOT-25/+23
2020-01-07Remove private methods from TyCtxt impl block: rustc::infer::error_reporting.Camille GILLOT-108/+109
2020-01-07Auto merge of #67924 - RalfJung:miri, r=RalfJungbors-8/+8
2020-01-07update miriRalf Jung-8/+8
2020-01-07Auto merge of #67961 - ehuss:update-cargo, r=alexcrichtonbors-0/+0
2020-01-07Auto merge of #67964 - JohnTitor:rollup-pu5kosl, r=JohnTitorbors-111/+231
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-06Update cargoEric Huss-0/+0
2020-01-07Auto merge of #67950 - JohnTitor:clippyup, r=JohnTitorbors-7/+7
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-07Update ClippyYuki Okushi-7/+7
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