about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2020-10-16Rollup merge of #77780 - calebcartwright:cast-expr-attr-span, r=oli-obkDylan DPC-7/+17
2020-10-16Rollup merge of #77493 - hosseind88:ICEs_should_always_print_the_top_of_the_q...Dylan DPC-6/+13
2020-10-16Rollup merge of #76119 - Amjad50:stabilizing-move_ref_pattern, r=nikomatsakisDylan DPC-72/+13
2020-10-16Rollup merge of #75675 - davidtwco:symbol-mangling-impl-params, r=eddybDylan DPC-44/+61
2020-10-16Rollup merge of #75023 - euclio:argument-span, r=estebankDylan DPC-11/+54
2020-10-15ensure arguments are included in count mismatch spanAndy Russell-10/+53
2020-10-15fix off-by-one in parameter spansAndy Russell-1/+1
2020-10-15mangling: encode all impl parametersDavid Wood-23/+42
2020-10-15mangling: non-monomorphic `#[rustc_symbol_name]`David Wood-21/+19
2020-10-15Remove rustc_session::config::Configest31-21/+9
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-240/+224
2020-10-15Rename target_pointer_width to pointer_width and turn it into an u32est31-24/+28
2020-10-15Use integer literals for builtin target_pointer_width fieldsest31-151/+151
2020-10-15Auto merge of #77873 - sexxi-goose:use_tuple_inference_for_closures, r=nikoma...bors-70/+137
2020-10-15Rollup merge of #77946 - tmiasko:validate-source-scope, r=jonas-schievinkYuki Okushi-2/+15
2020-10-15Rollup merge of #77936 - est31:remove_needless_alloc_slice, r=jonas-schievinkYuki Okushi-1/+1
2020-10-15Rollup merge of #77739 - est31:remove_unused_code, r=petrochenkov,varkorYuki Okushi-684/+8
2020-10-15Rollup merge of #77570 - GuillaumeGomez:whitespace-doc-alias, r=jyn514,ollie27Yuki Okushi-2/+13
2020-10-14Remove needless alloc_sliceest31-1/+1
2020-10-14Auto merge of #77741 - JohnTitor:add-tests, r=matthewjasperbors-1/+1
2020-10-14Address commentsRoxane-42/+27
2020-10-14Auto merge of #77926 - Dylan-DPC:rollup-wttr8a1, r=Dylan-DPCbors-3293/+3366
2020-10-14Remove unused code from remaining compiler cratesest31-221/+0
2020-10-14Remove unused code from rustc_spanest31-23/+0
2020-10-14Remove unused code from rustc_query_systemest31-27/+1
2020-10-14Remove unused code from rustc_inferest31-40/+0
2020-10-14Remove unused code from rustc_hirest31-86/+0
2020-10-14Remove unused code from rustc_codegen_*est31-9/+0
2020-10-14Remove unused code from rustc_astest31-64/+0
2020-10-14Remove unused code from rustc_middleest31-214/+7
2020-10-14Rollup merge of #77817 - jyn514:const-since, r=petrochenkovDylan DPC-1/+1
2020-10-14Rollup merge of #77808 - Nicholas-Baron:fn_ctxt_impl, r=matthewjasperDylan DPC-3201/+3272
2020-10-14Rollup merge of #77795 - bjorn3:codegen_backend_interface_refactor, r=oli-obkDylan DPC-87/+70
2020-10-14Rollup merge of #77765 - amshafer:master, r=petrochenkovDylan DPC-4/+23
2020-10-14Auto merge of #77135 - Aaron1011:pretty-ignore-paren, r=petrochenkovbors-197/+413
2020-10-14Validate references to source scopesTomasz Miąsko-2/+15
2020-10-13Auto merge of #77917 - JohnTitor:rollup-e47h2qt, r=JohnTitorbors-101/+82
2020-10-14Rollup merge of #77892 - est31:remove_redundant_absolute_paths, r=lcnrYuki Okushi-72/+69
2020-10-14Rollup merge of #77886 - LingMan:ast_pretty_bool_matches, r=petrochenkovYuki Okushi-8/+2
2020-10-14Rollup merge of #77884 - LingMan:ast_pretty_unwrap_or, r=varkorYuki Okushi-6/+3
2020-10-14Rollup merge of #77825 - ethanboxx:min_const_generics_diagnostic, r=lcnrYuki Okushi-15/+8
2020-10-13Add a target option for selecting a DWARF versionAustin Shafer-4/+23
2020-10-13Replace trivial bool matches with the `matches!` macroLingMan-8/+2
2020-10-14explanatory comments and fix guard binding stackDing Xiang Fei-7/+8
2020-10-14dedicated visitor for arm patternsDing Xiang Fei-18/+41
2020-10-14rustfmtDing Xiang Fei-5/+10
2020-10-14also record the types of borrows from the pattern locals in match guardsDing Xiang Fei-9/+61
2020-10-14documentation fixDing Xiang Fei-5/+10
2020-10-13Auto merge of #75406 - mati865:mingw-aslr, r=Mark-Simulacrumbors-2/+12
2020-10-13Replace absolute paths with relative onesest31-72/+69