| Age | Commit message (Expand) | Author | Lines |
| 2020-10-16 | update miri | Ralf Jung | -8/+10 |
| 2020-10-17 | Suggest minimal subset features in `incomplete_features` lint | Yuki Okushi | -0/+87 |
| 2020-10-16 | Use map_bound(_ref) instead of Binder::bind when possible | Jack Huey | -7/+10 |
| 2020-10-17 | Use double quote for rustdoc html | Ivan Tham | -126/+133 |
| 2020-10-16 | Auto merge of #77972 - Mark-Simulacrum:side-effect-loop, r=nagisa | bors | -0/+15 |
| 2020-10-16 | Fix sidebar scroll on mobile devices | Guillaume Gomez | -4/+0 |
| 2020-10-16 | Auto merge of #77809 - nasso:master, r=jyn514,guillaumegomez | bors | -42/+240 |
| 2020-10-16 | stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union' | Ralf Jung | -123/+67 |
| 2020-10-16 | Auto merge of #6178 - josephlr:sync-from-rust, r=phansch | bors | -3/+3 |
| 2020-10-16 | Haiku: explicitly set CMAKE_SYSTEM_NAME when cross-compiling | Niels Sascha Reedijk | -0/+2 |
| 2020-10-16 | Merge branch 'master' into box-alloc | Tim Diekmann | -2580/+6497 |
| 2020-10-16 | Auto merge of #77947 - tmiasko:promoted-scope, r=oli-obk | bors | -2/+0 |
| 2020-10-15 | Update submodules for link fixes | Joshua Nelson | -0/+0 |
| 2020-10-15 | Deny broken intra-doc links in linkchecker | Joshua Nelson | -0/+68 |
| 2020-10-16 | Rollup merge of #77672 - Nemo157:simplify-cfg, r=jyn514 | Dylan DPC | -52/+334 |
| 2020-10-16 | Rollup merge of #77493 - hosseind88:ICEs_should_always_print_the_top_of_the_q... | Dylan DPC | -3/+3 |
| 2020-10-16 | Rollup merge of #77493 - hosseind88:ICEs_should_always_print_the_top_of_the_q... | Dylan DPC | -7/+21 |
| 2020-10-16 | Rollup merge of #76119 - Amjad50:stabilizing-move_ref_pattern, r=nikomatsakis | Dylan DPC | -422/+264 |
| 2020-10-16 | Rollup merge of #76084 - Lucretiel:split-buffered, r=dtolnay | Dylan DPC | -3/+3 |
| 2020-10-16 | Rollup merge of #75675 - davidtwco:symbol-mangling-impl-params, r=eddyb | Dylan DPC | -0/+98 |
| 2020-10-16 | Rollup merge of #75023 - euclio:argument-span, r=estebank | Dylan DPC | -114/+222 |
| 2020-10-15 | Auto merge of #77981 - GuillaumeGomez:rollup-64ydc5g, r=GuillaumeGomez | bors | -0/+8 |
| 2020-10-15 | llvm: backport SystemZ fix for AGR clobbers | Josh Stone | -0/+0 |
| 2020-10-15 | resolve: improve "try using tuple struct" message | David Wood | -5/+5 |
| 2020-10-15 | resolve: suggest variants with placeholders | David Wood | -18/+225 |
| 2020-10-15 | Auto merge of #77943 - est31:target_refactor, r=petrochenkov | bors | -3/+3 |
| 2020-10-15 | Set preferred-dark-theme to the last dark theme | nasso | -0/+10 |
| 2020-10-15 | Rollup merge of #77979 - GuillaumeGomez:hide-help-button, r=jyn514 | Guillaume Gomez | -0/+8 |
| 2020-10-15 | Hide help button on mobile devices | Guillaume Gomez | -0/+8 |
| 2020-10-15 | ensure arguments are included in count mismatch span | Andy Russell | -78/+186 |
| 2020-10-15 | fix off-by-one in parameter spans | Andy Russell | -36/+36 |
| 2020-10-15 | Prevent miscompilation in trivial loop {} | Mark Rousskov | -0/+15 |
| 2020-10-15 | mangling: encode all impl parameters | David Wood | -0/+98 |
| 2020-10-15 | Remove rustc_session::config::Config | est31 | -3/+3 |
| 2020-10-15 | Auto merge of #77952 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-10-15 | Auto merge of #77948 - cuviper:rust-llvm11, r=nikic | bors | -0/+0 |
| 2020-10-15 | Auto merge of #77873 - sexxi-goose:use_tuple_inference_for_closures, r=nikoma... | bors | -15/+15 |
| 2020-10-15 | Auto merge of #77756 - alarsyo:setup-llvm-detect, r=jyn514 | bors | -4/+32 |
| 2020-10-15 | Migrate from `generic` to `generics` | Yuki Okushi | -0/+0 |
| 2020-10-15 | Clarify the `mod` dir name not to make confusion with the `modules` | Yuki Okushi | -0/+0 |
| 2020-10-15 | Migrate from `associated-type` to `associated-types` | Yuki Okushi | -0/+0 |
| 2020-10-15 | Migrate from `associated-const` to `associated-consts` | Yuki Okushi | -0/+0 |
| 2020-10-15 | Rename some RFC dirs to be sorted alphabetically | Yuki Okushi | -0/+0 |
| 2020-10-14 | Update cargo | Eric Huss | -0/+0 |
| 2020-10-15 | Rollup merge of #77951 - ehuss:update-books, r=ehuss | Yuki Okushi | -0/+0 |
| 2020-10-15 | Rollup merge of #77934 - XAMPPRocky:codegen-backend-docs, r=jonas-schievink | Yuki Okushi | -0/+31 |
| 2020-10-15 | Rollup merge of #77902 - arlosi:arm64manifest, r=ehuss | Yuki Okushi | -0/+1 |
| 2020-10-15 | Rollup merge of #77879 - ijackson:x-py, r=jyn514 | Yuki Okushi | -21/+66 |
| 2020-10-15 | Rollup merge of #77753 - GuillaumeGomez:check-html-comments, r=jyn514 | Yuki Okushi | -54/+110 |
| 2020-10-15 | Rollup merge of #77570 - GuillaumeGomez:whitespace-doc-alias, r=jyn514,ollie27 | Yuki Okushi | -16/+53 |