| Age | Commit message (Expand) | Author | Lines |
| 2020-10-03 | Add test for unclosed_html_tag lint | Guillaume Gomez | -65/+89 |
| 2020-10-03 | Add doc for invalid_html_tag lint | Guillaume Gomez | -0/+33 |
| 2020-10-03 | Add `unclosed_html_tags` lint | Guillaume Gomez | -9/+213 |
| 2020-10-01 | Auto merge of #76919 - fusion-engineering-forks:thread-parker, r=dtolnay | bors | -112/+276 |
| 2020-10-01 | Auto merge of #74839 - alarsyo:multiple_return_terminators, r=oli-obk | bors | -122/+149 |
| 2020-10-01 | Bless mir-opt tests for 32 bit | Antoine Martin | -16/+12 |
| 2020-10-01 | Add test for multiple terminator optimization | Antoine Martin | -0/+44 |
| 2020-10-01 | Bless mir-opt tests with new opt | Antoine Martin | -106/+52 |
| 2020-10-01 | Implement multiple return terminators optimization | Antoine Martin | -0/+41 |
| 2020-10-01 | Auto merge of #77354 - ecstatic-morse:const-checking-moar-errors, r=oli-obk | bors | -602/+589 |
| 2020-10-01 | Auto merge of #77383 - pickfire:patch-6, r=Mark-Simulacrum | bors | -3/+4 |
| 2020-10-01 | Auto merge of #77379 - camelid:improve-wording-crate-resolution-error, r=davi... | bors | -3/+3 |
| 2020-10-01 | Fix typo in vec doc "tries to reserves" | Ivan Tham | -3/+4 |
| 2020-10-01 | Auto merge of #77381 - Dylan-DPC:rollup-0sr6p5p, r=Dylan-DPC | bors | -515/+1193 |
| 2020-10-01 | Rollup merge of #77371 - camelid:remove-extra-space-in-diagnostic, r=varkor | Dylan DPC | -1/+19 |
| 2020-10-01 | Rollup merge of #77360 - oli-obk:zst_const_pat_regression, r=RalfJung | Dylan DPC | -5/+14 |
| 2020-10-01 | Rollup merge of #77349 - ehuss:update-cargo, r=ehuss | Dylan DPC | -0/+0 |
| 2020-10-01 | Rollup merge of #77343 - varkor:rustc_args_required_const-validation, r=lcnr | Dylan DPC | -10/+176 |
| 2020-10-01 | Rollup merge of #77324 - Aaron1011:fix/const-item-mutation-ptr, r=petrochenkov | Dylan DPC | -29/+44 |
| 2020-10-01 | Rollup merge of #77319 - tgnottingham:siphasher_endianness, r=nnethercote | Dylan DPC | -18/+142 |
| 2020-10-01 | Rollup merge of #77315 - exrook:rename-allocerror, r=joshtriplett | Dylan DPC | -43/+43 |
| 2020-10-01 | Rollup merge of #77305 - lcnr:candidate_from_obligation, r=davidtwco | Dylan DPC | -156/+161 |
| 2020-10-01 | Rollup merge of #77303 - lcnr:const-evaluatable-TooGeneric, r=oli-obk,varkor | Dylan DPC | -75/+199 |
| 2020-10-01 | Rollup merge of #77202 - ehuss:defer-apple-sdkroot, r=petrochenkov | Dylan DPC | -139/+114 |
| 2020-10-01 | Rollup merge of #77153 - Aaron1011:fix/better-recursive-expand, r=petrochenkov | Dylan DPC | -23/+120 |
| 2020-10-01 | Rollup merge of #76909 - timvermeulen:advance_by, r=Amanieu | Dylan DPC | -16/+161 |
| 2020-09-30 | Auto merge of #76325 - lzutao:split-core-str, r=Amanieu | bors | -2444/+2506 |
| 2020-09-30 | Improve wording for external crate resolution error | Camelid | -3/+3 |
| 2020-09-30 | Auto merge of #77372 - jonas-schievink:rollup-e5bdzga, r=jonas-schievink | bors | -52/+125 |
| 2020-09-30 | Rollup merge of #77348 - ehuss:update-books, r=ehuss | Jonas Schievink | -0/+0 |
| 2020-09-30 | Rollup merge of #77345 - samlich:test-issue-74761, r=lcnr | Jonas Schievink | -0/+31 |
| 2020-09-30 | Rollup merge of #77340 - pickfire:patch-9, r=kennytm | Jonas Schievink | -1/+1 |
| 2020-09-30 | Rollup merge of #77338 - pickfire:patch-7, r=jyn514 | Jonas Schievink | -1/+1 |
| 2020-09-30 | Rollup merge of #77331 - hameerabbasi:issue-74906, r=lcnr | Jonas Schievink | -0/+25 |
| 2020-09-30 | Rollup merge of #77328 - hyd-dev:assert-to-rtassert, r=Amanieu | Jonas Schievink | -1/+1 |
| 2020-09-30 | Rollup merge of #77322 - rust-lang:wesleywiser-patch-1, r=steveklabnik | Jonas Schievink | -0/+8 |
| 2020-09-30 | Rollup merge of #77296 - tmiasko:liveness-option, r=ecstatic-morse | Jonas Schievink | -40/+36 |
| 2020-09-30 | Rollup merge of #77284 - josephlr:mem, r=Mark-Simulacrum | Jonas Schievink | -0/+2 |
| 2020-09-30 | Rollup merge of #77280 - petrochenkov:llvmcomp, r=Mark-Simulacrum | Jonas Schievink | -2/+7 |
| 2020-09-30 | Rollup merge of #77233 - ssomers:btree_size_matters, r=Mark-Simulacrum | Jonas Schievink | -0/+9 |
| 2020-09-30 | Rollup merge of #77037 - matthiaskrgr:cl42ppy, r=Dylan-DPC | Jonas Schievink | -7/+4 |
| 2020-09-30 | Remove trailing space in error message | Camelid | -2/+2 |
| 2020-09-30 | Auto merge of #75810 - hug-dev:cmse-nonsecure-entry, r=jonas-schievink | bors | -0/+253 |
| 2020-09-30 | Remove E0019, use E0015 for inline assembly in a const | Dylan MacKenzie | -44/+6 |
| 2020-09-30 | Better span for attribute suggestions | Dylan MacKenzie | -11/+19 |
| 2020-09-30 | Add test for error message | Camelid | -0/+18 |
| 2020-09-30 | Add more tests and check for ABI | Hugues de Valon | -5/+92 |
| 2020-09-30 | Auto merge of #77298 - jyn514:bootstrap-config, r=Mark-Simulacrum | bors | -5/+7 |
| 2020-09-30 | Add support for cmse_nonsecure_entry attribute | Hugues de Valon | -0/+153 |
| 2020-09-30 | Update LLVM and add Unsupported diagnostic | Hugues de Valon | -0/+13 |