| Age | Commit message (Expand) | Author | Lines |
| 2020-11-12 | Don't reuse bindings for `ref mut` | Joshua Nelson | -0/+12 |
| 2020-11-12 | Consider mutable ident binding patterns to be simple | Eyal Kalderon | -3/+6 |
| 2020-11-12 | Auto merge of #78976 - GuillaumeGomez:rollup-endkih3, r=GuillaumeGomez | bors | -4/+1161 |
| 2020-11-12 | Rollup merge of #78971 - ehuss:update-books, r=ehuss | Guillaume Gomez | -0/+0 |
| 2020-11-12 | Rollup merge of #78960 - ethanboxx:const-gen-test-default-error, r=lcnr | Guillaume Gomez | -0/+28 |
| 2020-11-12 | Rollup merge of #78933 - jyn514:tracing-output, r=oli-obk | Guillaume Gomez | -2/+2 |
| 2020-11-12 | Rollup merge of #78921 - GuillaumeGomez:search-result-title, r=jyn514 | Guillaume Gomez | -2/+5 |
| 2020-11-12 | Rollup merge of #78916 - lcnr:const-generics-tests, r=varkor | Guillaume Gomez | -0/+1126 |
| 2020-11-12 | Auto merge of #78773 - GuillaumeGomez:theme-picker-shortcut, r=jyn514 | bors | -0/+10 |
| 2020-11-12 | Auto merge of #78965 - jryans:emscripten-threads-libc, r=kennytm | bors | -20/+42 |
| 2020-11-12 | Fix timeout conversion | J. Ryan Stinnett | -2/+1 |
| 2020-11-11 | Update books | Eric Huss | -0/+0 |
| 2020-11-12 | Update thread and futex APIs to work with Emscripten | J. Ryan Stinnett | -20/+43 |
| 2020-11-12 | Auto merge of #78782 - petrochenkov:nodoctok, r=Aaron1011 | bors | -161/+140 |
| 2020-11-11 | default_trait_param | Ethan Brierley | -0/+14 |
| 2020-11-11 | Add test `default_function_param` | Ethan Brierley | -0/+14 |
| 2020-11-11 | Auto merge of #78956 - jonas-schievink:rollup-r53giob, r=jonas-schievink | bors | -521/+1020 |
| 2020-11-11 | add error-in-impl-trait const generics test | Bastian Kauschke | -0/+24 |
| 2020-11-11 | add rustdoc test | Bastian Kauschke | -0/+148 |
| 2020-11-11 | Rollup merge of #78947 - dalance:llvm_cov, r=Mark-Simulacrum | Jonas Schievink | -10/+11 |
| 2020-11-11 | Rollup merge of #78942 - eltociear:patch-1, r=jonas-schievink | Jonas Schievink | -1/+1 |
| 2020-11-11 | Rollup merge of #78930 - petrochenkov:notlikeandroid, r=Mark-Simulacrum | Jonas Schievink | -7/+0 |
| 2020-11-11 | Rollup merge of #78929 - petrochenkov:linuxbase, r=joshtriplett | Jonas Schievink | -30/+35 |
| 2020-11-11 | Rollup merge of #78923 - jyn514:intra-doc-comments, r=Manishearth | Jonas Schievink | -167/+247 |
| 2020-11-11 | Rollup merge of #78899 - tmiasko:inline-diverging, r=oli-obk | Jonas Schievink | -76/+256 |
| 2020-11-11 | Rollup merge of #78873 - tmiasko:inline-opts, r=oli-obk | Jonas Schievink | -4/+86 |
| 2020-11-11 | Rollup merge of #78832 - lcnr:const-evaluatable-unevaluated, r=oli-obk | Jonas Schievink | -0/+78 |
| 2020-11-11 | Rollup merge of #78417 - ssomers:btree_chop_up_2, r=Mark-Simulacrum | Jonas Schievink | -114/+176 |
| 2020-11-11 | Rollup merge of #78354 - 12101111:rustbuild_profiler, r=Mark-Simulacrum | Jonas Schievink | -17/+55 |
| 2020-11-11 | Rollup merge of #78216 - workingjubilee:duration-zero, r=m-ou-se | Jonas Schievink | -95/+75 |
| 2020-11-11 | Auto merge of #78946 - jethrogb:linux-x86-llvm-no-gnu-unique, r=Mark-Simulacrum | bors | -1/+2 |
| 2020-11-11 | Enable thread names in debug logging only for `parallel_compiler` | Joshua Nelson | -0/+2 |
| 2020-11-11 | Auto merge of #78790 - Gankra:rust-src-vendor, r=Mark-Simulacrum | bors | -2/+45 |
| 2020-11-12 | Ship llvm-cov through llvm-tools | dalance | -10/+11 |
| 2020-11-11 | Linux dist: don't include unique symbols in libLLVM | Jethro Beekman | -1/+2 |
| 2020-11-11 | Fix typo in comment | Ikko Ashimine | -1/+1 |
| 2020-11-11 | Auto merge of #78825 - Nicholas-Baron:unwrap_or_corrected, r=lcnr | bors | -30/+31 |
| 2020-11-11 | rustc_target: Move target env "gnu" from `linux_base` to `linux_gnu_base` | Vadim Petrochenkov | -30/+35 |
| 2020-11-10 | Changed unwrap_or to unwrap_or_else in some places. | Nicholas-Baron | -30/+31 |
| 2020-11-11 | Auto merge of #78920 - jonas-schievink:rollup-w2mjsuh, r=jonas-schievink | bors | -684/+1089 |
| 2020-11-10 | Don't print thread ids and names in `tracing` logs | Joshua Nelson | -2/+0 |
| 2020-11-10 | rustc_taret: Remove `TargetOptions::is_like_android` | Vadim Petrochenkov | -7/+0 |
| 2020-11-10 | Cleanup and comment intra-doc link pass | Joshua Nelson | -167/+247 |
| 2020-11-10 | Improve the page title switch handling between search and doc | Guillaume Gomez | -2/+5 |
| 2020-11-10 | Rollup merge of #78912 - JulianKnodt:mcg_macro, r=lcnr | Jonas Schievink | -0/+212 |
| 2020-11-10 | Rollup merge of #78910 - tmiasko:intrinsics-link, r=jyn514 | Jonas Schievink | -2/+2 |
| 2020-11-10 | Rollup merge of #78908 - liketechnik:fix_macro_expand_src_link, r=jyn514 | Jonas Schievink | -11/+13 |
| 2020-11-10 | Rollup merge of #78898 - SNCPlay42:issue-78892, r=Mark-Simulacrum | Jonas Schievink | -0/+14 |
| 2020-11-10 | Rollup merge of #78897 - hyd-dev:alloc-error-hook-newline, r=m-ou-se | Jonas Schievink | -2/+2 |
| 2020-11-10 | Rollup merge of #78896 - cyqsimon:master, r=m-ou-se | Jonas Schievink | -1/+1 |