| Age | Commit message (Expand) | Author | Lines |
| 2020-10-16 | Rollup merge of #77780 - calebcartwright:cast-expr-attr-span, r=oli-obk | Dylan DPC | -7/+17 |
| 2020-10-16 | Rollup merge of #77493 - hosseind88:ICEs_should_always_print_the_top_of_the_q... | Dylan DPC | -6/+13 |
| 2020-10-16 | Rollup merge of #76119 - Amjad50:stabilizing-move_ref_pattern, r=nikomatsakis | Dylan DPC | -72/+13 |
| 2020-10-16 | Rollup merge of #75675 - davidtwco:symbol-mangling-impl-params, r=eddyb | Dylan DPC | -44/+61 |
| 2020-10-16 | Rollup merge of #75023 - euclio:argument-span, r=estebank | Dylan DPC | -11/+54 |
| 2020-10-15 | ensure arguments are included in count mismatch span | Andy Russell | -10/+53 |
| 2020-10-15 | fix off-by-one in parameter spans | Andy Russell | -1/+1 |
| 2020-10-15 | mangling: encode all impl parameters | David Wood | -23/+42 |
| 2020-10-15 | mangling: non-monomorphic `#[rustc_symbol_name]` | David Wood | -21/+19 |
| 2020-10-15 | Remove rustc_session::config::Config | est31 | -21/+9 |
| 2020-10-15 | Replace target.target with target and target.ptr_width with target.pointer_width | est31 | -240/+224 |
| 2020-10-15 | Rename target_pointer_width to pointer_width and turn it into an u32 | est31 | -24/+28 |
| 2020-10-15 | Use integer literals for builtin target_pointer_width fields | est31 | -151/+151 |
| 2020-10-15 | Auto merge of #77873 - sexxi-goose:use_tuple_inference_for_closures, r=nikoma... | bors | -70/+137 |
| 2020-10-15 | Rollup merge of #77946 - tmiasko:validate-source-scope, r=jonas-schievink | Yuki Okushi | -2/+15 |
| 2020-10-15 | Rollup merge of #77936 - est31:remove_needless_alloc_slice, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-10-15 | Rollup merge of #77739 - est31:remove_unused_code, r=petrochenkov,varkor | Yuki Okushi | -684/+8 |
| 2020-10-15 | Rollup merge of #77570 - GuillaumeGomez:whitespace-doc-alias, r=jyn514,ollie27 | Yuki Okushi | -2/+13 |
| 2020-10-14 | Remove needless alloc_slice | est31 | -1/+1 |
| 2020-10-14 | Auto merge of #77741 - JohnTitor:add-tests, r=matthewjasper | bors | -1/+1 |
| 2020-10-14 | Address comments | Roxane | -42/+27 |
| 2020-10-14 | Auto merge of #77926 - Dylan-DPC:rollup-wttr8a1, r=Dylan-DPC | bors | -3293/+3366 |
| 2020-10-14 | Remove unused code from remaining compiler crates | est31 | -221/+0 |
| 2020-10-14 | Remove unused code from rustc_span | est31 | -23/+0 |
| 2020-10-14 | Remove unused code from rustc_query_system | est31 | -27/+1 |
| 2020-10-14 | Remove unused code from rustc_infer | est31 | -40/+0 |
| 2020-10-14 | Remove unused code from rustc_hir | est31 | -86/+0 |
| 2020-10-14 | Remove unused code from rustc_codegen_* | est31 | -9/+0 |
| 2020-10-14 | Remove unused code from rustc_ast | est31 | -64/+0 |
| 2020-10-14 | Remove unused code from rustc_middle | est31 | -214/+7 |
| 2020-10-14 | Rollup merge of #77817 - jyn514:const-since, r=petrochenkov | Dylan DPC | -1/+1 |
| 2020-10-14 | Rollup merge of #77808 - Nicholas-Baron:fn_ctxt_impl, r=matthewjasper | Dylan DPC | -3201/+3272 |
| 2020-10-14 | Rollup merge of #77795 - bjorn3:codegen_backend_interface_refactor, r=oli-obk | Dylan DPC | -87/+70 |
| 2020-10-14 | Rollup merge of #77765 - amshafer:master, r=petrochenkov | Dylan DPC | -4/+23 |
| 2020-10-14 | Auto merge of #77135 - Aaron1011:pretty-ignore-paren, r=petrochenkov | bors | -197/+413 |
| 2020-10-14 | Validate references to source scopes | Tomasz Miąsko | -2/+15 |
| 2020-10-13 | Auto merge of #77917 - JohnTitor:rollup-e47h2qt, r=JohnTitor | bors | -101/+82 |
| 2020-10-14 | Rollup merge of #77892 - est31:remove_redundant_absolute_paths, r=lcnr | Yuki Okushi | -72/+69 |
| 2020-10-14 | Rollup merge of #77886 - LingMan:ast_pretty_bool_matches, r=petrochenkov | Yuki Okushi | -8/+2 |
| 2020-10-14 | Rollup merge of #77884 - LingMan:ast_pretty_unwrap_or, r=varkor | Yuki Okushi | -6/+3 |
| 2020-10-14 | Rollup merge of #77825 - ethanboxx:min_const_generics_diagnostic, r=lcnr | Yuki Okushi | -15/+8 |
| 2020-10-13 | Add a target option for selecting a DWARF version | Austin Shafer | -4/+23 |
| 2020-10-13 | Replace trivial bool matches with the `matches!` macro | LingMan | -8/+2 |
| 2020-10-14 | explanatory comments and fix guard binding stack | Ding Xiang Fei | -7/+8 |
| 2020-10-14 | dedicated visitor for arm patterns | Ding Xiang Fei | -18/+41 |
| 2020-10-14 | rustfmt | Ding Xiang Fei | -5/+10 |
| 2020-10-14 | also record the types of borrows from the pattern locals in match guards | Ding Xiang Fei | -9/+61 |
| 2020-10-14 | documentation fix | Ding Xiang Fei | -5/+10 |
| 2020-10-13 | Auto merge of #75406 - mati865:mingw-aslr, r=Mark-Simulacrum | bors | -2/+12 |
| 2020-10-13 | Replace absolute paths with relative ones | est31 | -72/+69 |