| Age | Commit message (Expand) | Author | Lines |
| 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 | Tweak invalid `fn` header and body parsing | Esteban Küber | -27/+53 |
| 2020-10-26 | simplify-locals: Add yet to be optimized test cases | Tomasz Miąsko | -0/+294 |
| 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-26 | Use ? in core/std macros | Taiki Endo | -49/+19 |
| 2020-10-25 | Precompute the associated items | est31 | -8/+21 |
| 2020-10-25 | Auto merge of #6225 - rust-lang:flip1995-patch-1, r=flip1995 | bors | -2/+2 |
| 2020-10-25 | Update triagebot.toml | Philipp Krones | -2/+2 |
| 2020-10-25 | Auto merge of #78179 - RalfJung:miri-comments, r=oli-obk | bors | -23/+25 |
| 2020-10-25 | Fix typo in debug statement | LeSeulArtichaut | -1/+1 |
| 2020-10-25 | Rely on regular "expected"/"found" parser error for `fn` | Esteban Küber | -31/+36 |
| 2020-10-25 | Auto merge of #6202 - giraffate:fix_invalid_suggestion_in_needless_collect_te... | bors | -3/+29 |
| 2020-10-25 | check for object safety violations in constants | Bastian Kauschke | -47/+237 |
| 2020-10-25 | Auto merge of #6194 - giraffate:remove_an_extra_blank_line, r=flip1995 | bors | -5/+0 |
| 2020-10-25 | `warn` -> `debug` in collect | Bastian Kauschke | -5/+5 |
| 2020-10-25 | Auto merge of #6183 - cgm616:hex_bin_digit_grouping, r=flip1995 | bors | -17/+97 |
| 2020-10-25 | Auto merge of #77901 - jonas-schievink:unignore-test-36710, r=Mark-Simulacrum | bors | -4/+5 |
| 2020-10-25 | Auto merge of #6224 - flip1995:rustup, r=flip1995 | bors | -2/+2 |
| 2020-10-25 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -393/+2076 |
| 2020-10-25 | Merge remote-tracking branch 'upstream/master' into box-alloc | Tim Diekmann | -12007/+13313 |
| 2020-10-25 | Integrate suggestions from code review | cgm616 | -19/+19 |
| 2020-10-26 | Add test case | Takayuki Nakata | -1/+20 |
| 2020-10-25 | Fix an invalid suggestion in `needless_collect` test | Takayuki Nakata | -2/+9 |
| 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 | Fix logic mistake | cgm616 | -1/+1 |
| 2020-10-25 | Remove accidental test inclusion | cgm616 | -7/+1 |
| 2020-10-25 | Allow hex literals to pass w/ groups of 2 | cgm616 | -1/+1 |
| 2020-10-25 | Add lint for unusually-grouped hex/binary literals | Florian Hartwig | -21/+107 |
| 2020-10-25 | Replace write with write_all | bjorn3 | -1/+1 |
| 2020-10-25 | Auto merge of #6222 - JohnTitor:redundant-local-def-id, r=flip1995 | bors | -11/+7 |
| 2020-10-25 | Auto merge of #6211 - ThibsG:NeedlessBoolCfg, r=flip1995 | bors | -23/+135 |
| 2020-10-25 | Auto merge of #78350 - JohnTitor:rollup-vbbm5wf, r=JohnTitor | bors | -130/+426 |
| 2020-10-25 | Update description for error E0308 | Olivier FAURE | -120/+200 |
| 2020-10-25 | Auto merge of #6198 - montrivo:needless-lifetime, r=flip1995 | bors | -2/+15 |
| 2020-10-25 | Auto merge of #6177 - rust-lang:manual-range-contains, r=flip1995 | bors | -31/+354 |
| 2020-10-25 | Remove redundant `expect_local()` call | Yuki Okushi | -11/+7 |
| 2020-10-25 | Auto merge of #6103 - FrancisMurillo:mut_mutex_lock, r=flip1995 | bors | -0/+133 |
| 2020-10-25 | Auto merge of #6162 - josephlr:empty-loop-no-std, r=flip1995 | bors | -10/+33 |
| 2020-10-25 | Rollup merge of #78326 - Aaron1011:fix/min-stmt-lints, r=petrochenkov | Yuki Okushi | -2/+2 |