| Age | Commit message (Expand) | Author | Lines |
| 2020-11-11 | test: add `()=()=()=...` to weird-exprs.rs | Slanterns | -0/+7 |
| 2020-11-11 | Auto merge of #78825 - Nicholas-Baron:unwrap_or_corrected, r=lcnr | bors | -30/+31 |
| 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 | 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 |
| 2020-11-10 | Rollup merge of #78890 - o752d:patch-2, r=jyn514 | Jonas Schievink | -1/+1 |
| 2020-11-10 | Rollup merge of #78887 - camelid:dataflow-state-decl, r=jonas-schievink | Jonas Schievink | -1/+8 |
| 2020-11-10 | Rollup merge of #78875 - petrochenkov:cleantarg, r=Mark-Simulacrum | Jonas Schievink | -503/+453 |
| 2020-11-10 | Rollup merge of #78854 - the8472:workaround-normalization-regression-master, ... | Jonas Schievink | -8/+4 |
| 2020-11-10 | Rollup merge of #78847 - tmiasko:inline-return-place, r=matthewjasper | Jonas Schievink | -0/+6 |
| 2020-11-10 | Rollup merge of #78669 - sasurau4:test/check-pass-consts, r=jyn514 | Jonas Schievink | -4/+4 |
| 2020-11-10 | Rollup merge of #78574 - sasurau4:test/check-pass-regions, r=jyn514 | Jonas Schievink | -18/+18 |
| 2020-11-10 | Rollup merge of #76765 - guswynn:async_return, r=tmandry | Jonas Schievink | -133/+351 |
| 2020-11-10 | use check-pass instead of build-pass in consts ui test suits | Daiki Ihara | -4/+4 |
| 2020-11-10 | Auto merge of #78904 - Dylan-DPC:rollup-8d2w3vu, r=Dylan-DPC | bors | -935/+1465 |
| 2020-11-10 | Add macro test for min-const-generics | kadmin | -0/+212 |
| 2020-11-09 | Update src/test/ui/issues/issue-76547.rs | Tyler Mandry | -1/+1 |
| 2020-11-09 | add nll compare mode stderr file | Gus Wynn | -0/+20 |
| 2020-11-10 | (rustdoc) [src] link for types defined by macros shows invocation | Florian Warzecha | -11/+13 |
| 2020-11-09 | Add comments to explain memory usage optimization | Camelid | -1/+8 |
| 2020-11-09 | Rollup merge of #78844 - tmiasko:monomorphize-sizeof, r=oli-obk | Dylan DPC | -0/+1 |
| 2020-11-09 | Rollup merge of #78830 - lcnr:mir-folder, r=oli-obk | Dylan DPC | -17/+14 |
| 2020-11-09 | Rollup merge of #78746 - pietroalbini:i686-freebsd, r=Mark-Simulacrum | Dylan DPC | -41/+8 |
| 2020-11-09 | Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwco | Dylan DPC | -93/+29 |
| 2020-11-09 | Rollup merge of #78580 - tmiasko:inline-loop, r=oli-obk | Dylan DPC | -123/+248 |
| 2020-11-09 | Rollup merge of #78566 - JRF63:polly, r=Mark-Simulacrum | Dylan DPC | -0/+11 |
| 2020-11-09 | Rollup merge of #78513 - jyn514:rustup-toolchain, r=Mark-Simulacrum | Dylan DPC | -3/+20 |
| 2020-11-09 | Rollup merge of #78502 - matthewjasper:chalkup, r=nikomatsakis | Dylan DPC | -355/+384 |
| 2020-11-09 | Rollup merge of #78480 - ssomers:btree-alias, r=Mark-Simulacrum | Dylan DPC | -247/+328 |
| 2020-11-09 | Rollup merge of #77016 - Mark-Simulacrum:clippy-tests, r=pietroalbini | Dylan DPC | -0/+4 |
| 2020-11-09 | Rollup merge of #76468 - SNCPlay42:lifetime-names, r=Mark-Simulacrum | Dylan DPC | -46/+282 |
| 2020-11-09 | Rollup merge of #74754 - davidhewitt:cfg-panic, r=ecstatic-morse | Dylan DPC | -10/+136 |
| 2020-11-10 | Add missing newline to error message of the default OOM hook | hyd-dev | -2/+2 |
| 2020-11-09 | use RegionNameHighlight for async fn and closure returns | SNCPlay42 | -39/+173 |
| 2020-11-09 | Bad grammar | cyqsimon | -1/+1 |
| 2020-11-09 | add regression test for #78892 | SNCPlay42 | -0/+14 |
| 2020-11-09 | Add `#[cfg(panic = "...")]` | David Hewitt | -10/+136 |
| 2020-11-09 | Clarified description of write! macro | cyqsimon | -1/+1 |
| 2020-11-09 | Auto merge of #78201 - joshtriplett:rustc-tls-model, r=Mark-Simulacrum | bors | -0/+12 |
| 2020-11-09 | BTreeMap: fix pointer provenance rules, make borrowing explicit | Stein Somers | -247/+328 |
| 2020-11-09 | comment attribution fix | o752d | -1/+1 |
| 2020-11-09 | Auto merge of #78889 - Dylan-DPC:rollup-6zjhahf, r=Dylan-DPC | bors | -391/+797 |
| 2020-11-09 | Rollup merge of #78882 - bjorn3:nicer_hunk_headers, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-11-09 | Rollup merge of #78878 - shepmaster:intersecting-ignores, r=Mark-Simulacrum | Dylan DPC | -10/+15 |
| 2020-11-09 | Rollup merge of #78868 - notriddle:master, r=GuillaumeGomez | Dylan DPC | -2/+3 |