about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-01-06Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisabors-911/+933
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-06Auto merge of #67563 - euclio:rustdoc-buffer-lexer, r=GuillaumeGomezbors-112/+48
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
2020-01-05Rollup merge of #67881 - varkor:scattering-of-backticks, r=CentrilDylan DPC-115/+115
2020-01-05Rollup merge of #67879 - ollie27:float_sqrt_neg, r=rkruppeDylan DPC-2/+2
2020-01-05Rollup merge of #67845 - jumbatm:also-unconst-hack-abs, r=oli-obkDylan DPC-0/+3
2020-01-05Rollup merge of #67818 - ollie27:rustdoc_playground_syntax_error, r=Guillaume...Dylan DPC-76/+93
2020-01-05Use `as_deref()` to replace `as_ref().map(...)`Ivan Tham-3/+3
2020-01-05Auto merge of #67895 - JohnTitor:clippy-up, r=oli-obkbors-9/+7
2020-01-05fix ui-fulldeps falloutMazdak Farrokhzad-8/+12
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-826/+850
2020-01-05librustc/hir.rs -> librustc/hir/mod.rsMazdak Farrokhzad-0/+0
2020-01-05simplify reexports in rustc::hirMazdak Farrokhzad-78/+72
2020-01-05Update ClippyYuki Okushi-9/+7
2020-01-05add feature gatedylan_DPC-0/+1
2020-01-05Auto merge of #67777 - Zoxc:time-refactor, r=wesleywiserbors-477/+472
2020-01-05Use self profile infrastructure for -Z time and -Z time-passesJohn Kåre Alsaker-477/+472
2020-01-05Auto merge of #67808 - Marwes:projection_normalization_recurse, r=nikomatsakisbors-0/+3
2020-01-04remove bespoke flock bindingsAndy Russell-106/+15
2020-01-04buffer lexer errors in rustdoc syntax checkingAndy Russell-112/+48
2020-01-05Add backticks to various diagnosticsvarkor-115/+115
2020-01-04Remove negative number check from float sqrtOliver Middleton-2/+2
2020-01-05Re-add comment about behaviour of inline.jumbatm-0/+3
2020-01-04Auto merge of #67803 - Centril:librustc_hir, r=Zoxcbors-950/+1084
2020-01-04submodules: update rls from fed7a31 to 7c0489cMatthias Krüger-0/+0
2020-01-04rustdoc: Avoid panic when parsing codeblocks for playground linksOliver Middleton-76/+93
2020-01-05removed blank linedylan_DPC-1/+0
2020-01-04ef em ti ... :Pdylan_DPC-7/+6
2020-01-04Rollup merge of #67812 - ssomers:btreemap_internal_doc, r=rkruppeDylan DPC-15/+39
2020-01-04Rollup merge of #67775 - mental32:master, r=Dylan-DPCDylan DPC-25/+15
2020-01-04Rollup merge of #67709 - petrochenkov:nodedup2, r=CentrilDylan DPC-63/+67
2020-01-04Rollup merge of #67137 - anp:tracked-panic-internals, r=eddybDylan DPC-94/+90