| Age | Commit message (Expand) | Author | Lines |
| 2020-09-21 | Auto merge of #74040 - lcnr:const-occurs-check, r=nikomatsakis | bors | -0/+205 |
| 2020-09-21 | add tests | Bastian Kauschke | -0/+205 |
| 2020-09-21 | Auto merge of #77004 - RalfJung:rollup-usac4nv, r=RalfJung | bors | -176/+236 |
| 2020-09-21 | Rollup merge of #77000 - RalfJung:miri, r=RalfJung | Ralf Jung | -8/+8 |
| 2020-09-21 | Rollup merge of #76961 - bugadani:test-34634, r=Mark-Simulacrum | Ralf Jung | -0/+16 |
| 2020-09-21 | Rollup merge of #76959 - est31:write, r=oli-obk | Ralf Jung | -2/+2 |
| 2020-09-21 | Rollup merge of #76628 - jyn514:default-config-files, r=Mark-Simulacrum | Ralf Jung | -25/+103 |
| 2020-09-21 | Rollup merge of #76135 - CDirkx:const-option, r=dtolnay,oli-obk | Ralf Jung | -141/+107 |
| 2020-09-21 | Auto merge of #76843 - kornelski:longtypetofile, r=ecstatic-morse | bors | -14/+31 |
| 2020-09-21 | update Miri | Ralf Jung | -8/+8 |
| 2020-09-21 | Auto merge of #76806 - jethrogb:jb/update-llvm, r=cuviper | bors | -0/+0 |
| 2020-09-21 | Auto merge of #76295 - mati865:remove-mmx, r=Amanieu,oli-obk | bors | -33/+4 |
| 2020-09-21 | Let user see the full type of type-length limit error | Kornel Lesiński | -14/+31 |
| 2020-09-20 | Auto merge of #76544 - Mark-Simulacrum:less-python, r=alexcrichton | bors | -20/+58 |
| 2020-09-21 | Remove `can_suggest` from Clippy. | Christiaan Dirkx | -62/+16 |
| 2020-09-20 | Update Clippy testcases | Christiaan Dirkx | -65/+91 |
| 2020-09-20 | Move const tests for `Option` to `library\core` | Christiaan Dirkx | -12/+0 |
| 2020-09-20 | Stabilize some Option methods as const | CDirkx | -2/+0 |
| 2020-09-20 | Specify output directory for bootstrap tests | Mark Rousskov | -0/+5 |
| 2020-09-20 | Provide bootstrap tools with RUSTC in environment | Mark Rousskov | -3/+9 |
| 2020-09-20 | Add sample defaults for config.toml | Joshua Nelson | -25/+103 |
| 2020-09-20 | Discover Rust toolchain without Python | Mark Rousskov | -12/+36 |
| 2020-09-20 | Remove support for different src directory | Mark Rousskov | -4/+4 |
| 2020-09-20 | Set BUILD_TRIPLE via build script | Mark Rousskov | -2/+5 |
| 2020-09-20 | Auto merge of #76848 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2020-09-20 | Auto merge of #75119 - simonvandel:early-otherwise, r=oli-obk | bors | -0/+1046 |
| 2020-09-20 | Auto merge of #76975 - RalfJung:rollup-s2wiuqr, r=RalfJung | bors | -21/+60 |
| 2020-09-20 | update Miri | Ralf Jung | -8/+8 |
| 2020-09-20 | emit diff after SimplifyBranches-after-copy-prop | Simon Vandel Sillesen | -168/+480 |
| 2020-09-20 | Rollup merge of #76940 - Aaron1011:fix/trait-on-tait, r=oli-obk | Ralf Jung | -0/+37 |
| 2020-09-20 | Rollup merge of #76878 - pietroalbini:version, r=Mark-Simulacrum | Ralf Jung | -21/+23 |
| 2020-09-20 | Remove MMX from Rust | Mateusz Mikuła | -33/+4 |
| 2020-09-20 | Auto merge of #76136 - CDirkx:const-result, r=dtolnay | bors | -187/+97 |
| 2020-09-20 | add cleanup of cfg | Simon Vandel Sillesen | -104/+103 |
| 2020-09-20 | insert storageDead for not equal temp | Simon Vandel Sillesen | -0/+10 |
| 2020-09-20 | correct comment | Simon Vandel Sillesen | -992/+0 |
| 2020-09-20 | bless | Simon Vandel Sillesen | -349/+265 |
| 2020-09-20 | replace usize with u32 to make it easier to bless | Simon Vandel Sillesen | -18/+15 |
| 2020-09-20 | New MIR optimization pass to reduce branches on match of tuples of enums | Simon Vandel Sillesen | -0/+1804 |
| 2020-09-20 | Auto merge of #76964 - RalfJung:rollup-ybn06fs, r=RalfJung | bors | -30/+32 |
| 2020-09-20 | Update src/tools/clippy/clippy_lints/src/matches.rs | CDirkx | -1/+1 |
| 2020-09-20 | Rollup merge of #76800 - jyn514:usage, r=Mark-Simulacrum | Ralf Jung | -30/+32 |
| 2020-09-20 | Add test for issue #34634 | Dániel Buga | -0/+16 |
| 2020-09-20 | Auto merge of #74949 - oli-obk:validate_const_eval_raw, r=RalfJung | bors | -160/+136 |
| 2020-09-20 | Remove `can_suggest` check for `is_ok` and `is_err`. | Christiaan Dirkx | -4/+4 |
| 2020-09-20 | Replace write_fmt with write! | est31 | -2/+2 |
| 2020-09-20 | Make codegen test bitwidth-independent | Oliver Scherer | -2/+2 |
| 2020-09-20 | Auto merge of #76411 - RalfJung:promote-in-const-fn, r=ecstatic-morse | bors | -15/+55 |
| 2020-09-20 | Auto merge of #75346 - davidtwco:issue-69925-polymorphic-instancedef-fnptrshi... | bors | -2/+2 |
| 2020-09-20 | Auto merge of #72632 - jonas-schievink:dest-prop, r=oli-obk | bors | -455/+852 |