| Age | Commit message (Expand) | Author | Lines |
| 2020-04-28 | Add branchy `const` in pattern tests | Dylan MacKenzie | -0/+129 |
| 2020-04-28 | FIXME: ignore test that ICEs | Dylan MacKenzie | -0/+4 |
| 2020-04-28 | Add tests from #67088 and the issues mentioned in its description | Dylan MacKenzie | -16/+468 |
| 2020-04-28 | Incorporate MIR const-checker into `Pat` lowering | Dylan MacKenzie | -63/+89 |
| 2020-04-28 | Add `CustomEq` qualif | Dylan MacKenzie | -1/+64 |
| 2020-04-28 | clarify comment | Ralf Jung | -1/+3 |
| 2020-04-28 | add test for const-ref-to-cross-crate-mutable-static | Ralf Jung | -14/+101 |
| 2020-04-28 | better document const-pattern dynamic soundness checks, and fix a soundness hole | Ralf Jung | -9/+24 |
| 2020-04-28 | Vec IntoIter: Drop using raw slice | Ulrik Sverdrup | -2/+8 |
| 2020-04-28 | Pass `Substs` to `in_adt_inherently` | Dylan MacKenzie | -6/+10 |
| 2020-04-28 | Auto merge of #71642 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2020-04-28 | Fix numeric-cast tests for new `into` suggestion | Samrat Man Singh | -123/+43 |
| 2020-04-28 | Suggest `into` to convert into `isize` only if uint is of width 8 | Samrat Man Singh | -3/+3 |
| 2020-04-28 | Rollup merge of #71641 - ehuss:update-books, r=ehuss | Dylan DPC | -0/+0 |
| 2020-04-28 | Rollup merge of #71637 - mibac138:cfg-sanitize, r=petrochenkov | Dylan DPC | -10/+8 |
| 2020-04-28 | Rollup merge of #71615 - RalfJung:share-machine-code, r=oli-obk | Dylan DPC | -113/+74 |
| 2020-04-28 | Rollup merge of #71456 - mzohreva:mz/sgx-no-dylib, r=nikomatsakis | Dylan DPC | -0/+1 |
| 2020-04-28 | Rollup merge of #71340 - Valloric:more-check-pass, r=nikomatsakis | Dylan DPC | -40/+40 |
| 2020-04-28 | Update cargo | Eric Huss | -0/+0 |
| 2020-04-28 | Update books | Eric Huss | -0/+0 |
| 2020-04-28 | Auto merge of #71636 - Dylan-DPC:rollup-9gc24ak, r=Dylan-DPC | bors | -33/+36 |
| 2020-04-28 | Rollup merge of #71634 - eddyb:revert-71372, r=petrochenkov | Dylan DPC | -24/+1 |
| 2020-04-28 | Rollup merge of #71585 - tshepang:obsolete-comment, r=Dylan-DPC | Dylan DPC | -7/+0 |
| 2020-04-28 | Rollup merge of #71489 - spastorino:fix-treat-err-as-bug-handling, r=eddyb | Dylan DPC | -1/+10 |
| 2020-04-28 | Rollup merge of #71488 - spastorino:normalize-ty-to-fix-broken-mir, r=eddyb | Dylan DPC | -0/+2 |
| 2020-04-28 | Rollup merge of #71311 - estebank:fn-type-param, r=varkor | Dylan DPC | -1/+23 |
| 2020-04-28 | Revert "Rollup merge of #71372 - ayushmishra2005:shebang_stripping, r=estebank" | Eduard-Mihai Burtescu | -24/+1 |
| 2020-04-28 | Add inlining. | Camille GILLOT | -0/+2 |
| 2020-04-28 | Move a few queries to using an arena. | Camille GILLOT | -13/+17 |
| 2020-04-28 | Fix fulldeps tests. | Camille GILLOT | -1/+1 |
| 2020-04-28 | Fix incremental compilation. | Camille GILLOT | -6/+8 |
| 2020-04-28 | Fix unused parentheses warning. | Camille GILLOT | -1/+3 |
| 2020-04-28 | Stop leaking memory. | Camille GILLOT | -7/+6 |
| 2020-04-28 | Use the query system to allocate. | Camille GILLOT | -204/+137 |
| 2020-04-28 | Introduce ArenaStorage. | Camille GILLOT | -5/+96 |
| 2020-04-28 | Allow the QueryCache to specify storage. | Camille GILLOT | -39/+62 |
| 2020-04-28 | Auto merge of #71444 - RalfJung:test-async-no-opt, r=jonas-schievink | bors | -0/+30 |
| 2020-04-28 | also run some generator tests without MIR optimizations | Ralf Jung | -0/+15 |
| 2020-04-28 | Auto merge of #71292 - marmeladema:queries-local-def-id, r=eddyb | bors | -239/+288 |
| 2020-04-28 | Polished documentation, removed not-so-useful-anymore traces, and added some ... | Félix Fischer | -6/+13 |
| 2020-04-28 | Changed `simplify_match` output query because it had become outdated | Félix Fischer | -11/+19 |
| 2020-04-28 | Added MIR const-prop diff tests to show why some assertions now fail at compi... | Félix Fischer | -0/+421 |
| 2020-04-28 | Added new ui tests to show what errors MIR can now find at compile time | Félix Fischer | -0/+46 |
| 2020-04-28 | Allow Locals to be propagated into and from, but restricted to their own block | Félix Fischer | -32/+197 |
| 2020-04-28 | Auto merge of #71606 - Xanewok:update-rls, r=Xanewok | bors | -0/+0 |
| 2020-04-27 | Blocked `MutatingUseContext::Projection` for all locals of kind `LocalKind::T... | Félix Fischer | -4/+13 |
| 2020-04-27 | Added regression test for literal propagation and for scalar pair propagation | Félix Fischer | -0/+121 |
| 2020-04-28 | Fix wrong argument in autoderef process | Donough Liu | -2/+2 |
| 2020-04-27 | Accept `LocalDefId` as key for `check_impl_item_well_formed` query | marmeladema | -3/+5 |
| 2020-04-27 | Accept `LocalDefId` as key for `check_trait_item_well_formed` query | marmeladema | -3/+5 |