| Age | Commit message (Expand) | Author | Lines |
| 2020-10-27 | Auto merge of #78421 - JohnTitor:rollup-bq2d7fo, r=JohnTitor | bors | -153/+377 |
| 2020-10-27 | Rollup merge of #78396 - josephlr:ermsb, r=petrochenkov | Yuki Okushi | -1/+2 |
| 2020-10-27 | Rollup merge of #78388 - camelid:regression-tests, r=lcnr | Yuki Okushi | -0/+34 |
| 2020-10-27 | Rollup merge of #78375 - taiki-e:question-in-macros, r=kennytm | Yuki Okushi | -1/+1 |
| 2020-10-27 | Rollup merge of #78349 - JohnTitor:issue-75962, r=davidtwco | Yuki Okushi | -1/+15 |
| 2020-10-27 | Rollup merge of #78348 - jyn514:pub-crate, r=GuillaumeGomez | Yuki Okushi | -10/+10 |
| 2020-10-27 | Rollup merge of #78342 - oliviacrain:checkmate-pass, r=Mark-Simulacrum | Yuki Okushi | -25/+25 |
| 2020-10-27 | Rollup merge of #78332 - PoignardAzur:doc_E0308, r=camelid | Yuki Okushi | -108/+180 |
| 2020-10-27 | Rollup merge of #78298 - Aaron1011:fix/nll-ranked-test, r=Mark-Simulacrum | Yuki Okushi | -0/+72 |
| 2020-10-27 | Rollup merge of #77703 - Keruspe:system-libunwind, r=Mark-Simulacrum | Yuki Okushi | -7/+38 |
| 2020-10-26 | Auto merge of #77876 - tmiasko:simplify-locals, r=wesleywiser | bors | -20/+294 |
| 2020-10-26 | Auto merge of #77187 - TimDiekmann:box-alloc, r=Amanieu | bors | -65/+146 |
| 2020-10-26 | Add FIXME note to const generics test | Camelid | -0/+1 |
| 2020-10-26 | Add some regression tests | Camelid | -0/+33 |
| 2020-10-26 | Auto merge of #68965 - eddyb:mir-inline-scope, r=nagisa,oli-obk | bors | -177/+259 |
| 2020-10-26 | Auto merge of #77975 - bjorn3:cg_clif_subtree3, r=Mark-Simulacrum | bors | -8/+289 |
| 2020-10-26 | Auto merge of #78395 - RalfJung:miri, r=RalfJung | bors | -11/+7 |
| 2020-10-26 | Ignore long lines in test | oli | -0/+1 |
| 2020-10-26 | Add an inlining debuginfo test | oli | -0/+16 |
| 2020-10-26 | Auto merge of #78196 - pietroalbini:shipped-files, r=Mark-Simulacrum | bors | -12/+41 |
| 2020-10-26 | update Miri | Ralf Jung | -11/+7 |
| 2020-10-26 | Add compiler support for LLVM's x86 ERMSB feature | Joe Richey | -1/+2 |
| 2020-10-26 | simplify-locals: Remove unused assignments regardless of rvalue kind | Tomasz Miąsko | -44/+35 |
| 2020-10-26 | build-manifest: allow creating a list of files shipped in a release | Pietro Albini | -12/+41 |
| 2020-10-26 | simplify-locals: Remove unused set-discriminant statements | Tomasz Miąsko | -22/+11 |
| 2020-10-26 | Auto merge of #78324 - RalfJung:uninhabited-statics, r=oli-obk | bors | -0/+64 |
| 2020-10-26 | Add support for using cg_clif to bootstrap rustc | bjorn3 | -8/+289 |
| 2020-10-26 | Auto merge of #78387 - Dylan-DPC:rollup-ch0st6z, r=Dylan-DPC | bors | -136/+518 |
| 2020-10-26 | Rollup merge of #78295 - Alexendoo:ice-regression-tests, r=nagisa | Dylan DPC | -0/+134 |
| 2020-10-26 | Rollup merge of #78268 - JohnTitor:issue-78262, r=estebank | Dylan DPC | -0/+42 |
| 2020-10-26 | Rollup merge of #78252 - bugadani:issue-45964, r=Mark-Simulacrum | Dylan DPC | -0/+38 |
| 2020-10-26 | Rollup merge of #78247 - simonvandel:fix-78192, r=oli-obk | Dylan DPC | -3/+41 |
| 2020-10-26 | Rollup merge of #78214 - estebank:match-semicolon, r=oli-obk | Dylan DPC | -131/+261 |
| 2020-10-26 | Rollup merge of #78137 - tmiasko:compiletest-tracing, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2020-10-26 | Auto merge of #77283 - estebank:if-let-sugg, r=Mark-Simulacrum | bors | -12/+28 |
| 2020-10-26 | simplify-locals: Add yet to be optimized test cases | Tomasz Miąsko | -0/+294 |
| 2020-10-25 | Tweak `if let` suggestion to be more liberal with suggestion and to not ICE | Esteban Küber | -12/+28 |
| 2020-10-26 | Use ? in core/std macros | Taiki Endo | -1/+1 |
| 2020-10-25 | Auto merge of #77901 - jonas-schievink:unignore-test-36710, r=Mark-Simulacrum | bors | -4/+5 |
| 2020-10-25 | Merge remote-tracking branch 'upstream/master' into box-alloc | Tim Diekmann | -2352/+7051 |
| 2020-10-25 | Auto merge of #78253 - Aaron1011:bump-llvm-deadarg, r=cuviper | bors | -0/+51 |
| 2020-10-25 | also test non-extern uninhabited statics | Ralf Jung | -1/+26 |
| 2020-10-25 | Update description for error E0308 | Olivier FAURE | -108/+180 |
| 2020-10-25 | Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkov | Yuki Okushi | -6/+51 |
| 2020-10-25 | Rollup merge of #78320 - phil-opp:patch-5, r=GuillaumeGomez,alexcrichton | Yuki Okushi | -1/+1 |
| 2020-10-25 | Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk | Yuki Okushi | -11/+39 |
| 2020-10-25 | Rollup merge of #77984 - Aaron1011:fix/macro-mod-weird-parent, r=petrochenkov | Yuki Okushi | -0/+25 |
| 2020-10-25 | Use its own `TypeckResults` to avoid ICE | Yuki Okushi | -1/+15 |
| 2020-10-25 | Make some functions private that don't have to be public | Joshua Nelson | -10/+10 |
| 2020-10-25 | Auto merge of #77546 - lcnr:impl-trait-closure, r=eddyb | bors | -0/+21 |