| Age | Commit message (Expand) | Author | Lines |
| 2020-10-26 | Do not ICE on invalid input | Esteban Küber | -7/+89 |
| 2020-10-26 | Auto merge of #78196 - pietroalbini:shipped-files, r=Mark-Simulacrum | bors | -12/+41 |
| 2020-10-26 | build-manifest: allow creating a list of files shipped in a release | Pietro Albini | -12/+41 |
| 2020-10-26 | Auto merge of #78324 - RalfJung:uninhabited-statics, r=oli-obk | bors | -6/+139 |
| 2020-10-26 | Auto merge of #75728 - nagisa:improve_align_offset_2, r=Mark-Simulacrum | bors | -3/+14 |
| 2020-10-26 | Auto merge of #78387 - Dylan-DPC:rollup-ch0st6z, r=Dylan-DPC | bors | -368/+913 |
| 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/+50 |
| 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 | -9/+55 |
| 2020-10-26 | Rollup merge of #78214 - estebank:match-semicolon, r=oli-obk | Dylan DPC | -318/+567 |
| 2020-10-26 | Rollup merge of #78161 - jonas-schievink:irlo-issue-link, r=Mark-Simulacrum | Dylan DPC | -2/+5 |
| 2020-10-26 | Rollup merge of #78137 - tmiasko:compiletest-tracing, r=Mark-Simulacrum | Dylan DPC | -3/+3 |
| 2020-10-26 | Rollup merge of #78126 - shepmaster:aarch64-apple-darwin-valist, r=nagisa | Dylan DPC | -17/+19 |
| 2020-10-26 | Rollup merge of #77836 - RalfJung:transmute_copy, r=Mark-Simulacrum | Dylan DPC | -4/+4 |
| 2020-10-26 | Rollup merge of #74477 - chansuke:sys-wasm-unsafe-op-in-unsafe-fn, r=Mark-Sim... | Dylan DPC | -15/+38 |
| 2020-10-26 | Auto merge of #77283 - estebank:if-let-sugg, r=Mark-Simulacrum | bors | -34/+56 |
| 2020-10-25 | Properly define va_arg and va_list for aarch64-apple-darwin | Jake Goulding | -9/+13 |
| 2020-10-25 | Auto merge of #78015 - ssomers:btree_merge_mergers, r=Mark-Simulacrum | bors | -97/+111 |
| 2020-10-25 | Tweak `if let` suggestion to be more liberal with suggestion and to not ICE | Esteban Küber | -34/+56 |
| 2020-10-25 | Auto merge of #78179 - RalfJung:miri-comments, r=oli-obk | bors | -23/+25 |
| 2020-10-25 | Auto merge of #77901 - jonas-schievink:unignore-test-36710, r=Mark-Simulacrum | bors | -4/+5 |
| 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 | Auto merge of #78350 - JohnTitor:rollup-vbbm5wf, r=JohnTitor | bors | -130/+426 |
| 2020-10-25 | Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkov | Yuki Okushi | -22/+94 |
| 2020-10-25 | Rollup merge of #78322 - ssomers:btree_no_min_len_at_node_level, r=Mark-Simul... | Yuki Okushi | -55/+55 |
| 2020-10-25 | Rollup merge of #78320 - phil-opp:patch-5, r=GuillaumeGomez,alexcrichton | Yuki Okushi | -1/+1 |
| 2020-10-25 | Rollup merge of #78276 - cutsoy:bump-backtrace, r=nagisa | Yuki Okushi | -0/+0 |
| 2020-10-25 | Rollup merge of #78209 - JohnTitor:compiler-builtins, r=Amanieu | Yuki Okushi | -2/+2 |
| 2020-10-25 | Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk | Yuki Okushi | -41/+177 |
| 2020-10-25 | Rollup merge of #78085 - wesleywiser:mir_validation_switch_int, r=oli-obk | Yuki Okushi | -2/+24 |
| 2020-10-25 | Rollup merge of #77984 - Aaron1011:fix/macro-mod-weird-parent, r=petrochenkov | Yuki Okushi | -7/+73 |
| 2020-10-25 | Auto merge of #77476 - tgnottingham:buffered_siphasher128, r=nnethercote | bors | -196/+389 |
| 2020-10-25 | Auto merge of #77546 - lcnr:impl-trait-closure, r=eddyb | bors | -19/+98 |
| 2020-10-25 | Auto merge of #77398 - wesleywiser:measureme_0_8, r=Mark-Simulacrum | bors | -25/+22 |
| 2020-10-25 | Test with NLL explicitly | Yuki Okushi | -4/+19 |
| 2020-10-24 | Upgrade to measureme 9.0.0 | Wesley Wiser | -25/+22 |
| 2020-10-25 | Auto merge of #77526 - RalfJung:dont-promote-unions, r=lcnr | bors | -21/+30 |
| 2020-10-25 | Do not try to report on closures to avoid ICE | Yuki Okushi | -0/+35 |
| 2020-10-25 | Auto merge of #78310 - ebroto:clippyup, r=Manishearth | bors | -577/+2159 |
| 2020-10-24 | Auto merge of #78334 - jonas-schievink:rollup-z0gzbmm, r=jonas-schievink | bors | -820/+1418 |
| 2020-10-24 | Add unbounded_depth to serde_json (clippy-driver) | Eduardo Broto | -1/+1 |
| 2020-10-24 | Rollup merge of #78327 - petrochenkov:inconsist, r=Aaron1011 | Jonas Schievink | -4/+29 |
| 2020-10-24 | Rollup merge of #78318 - bugadani:tyctx-impl, r=petrochenkov | Jonas Schievink | -4/+4 |
| 2020-10-24 | Rollup merge of #78272 - lcnr:abstract-const-unused-node, r=oli-obk | Jonas Schievink | -21/+132 |
| 2020-10-24 | Rollup merge of #78191 - tmiasko:temp-match-branch-simplification, r=oli-obk | Jonas Schievink | -48/+309 |
| 2020-10-24 | Rollup merge of #78119 - fusion-engineering-forks:panic-use-as-str, r=Amanieu | Jonas Schievink | -3/+20 |
| 2020-10-24 | Rollup merge of #78072 - Nadrieril:cleanup-constant-matching, r=varkor | Jonas Schievink | -347/+448 |
| 2020-10-24 | Rollup merge of #78069 - fusion-engineering-forks:core-const-panic-str, r=Ral... | Jonas Schievink | -20/+60 |