| Age | Commit message (Expand) | Author | Lines |
| 2020-02-19 | Reorder yield visitation order to match call | Jonas Schievink | -1/+1 |
| 2020-02-19 | Handle resume args in `RequiresStorage` analysis | Jonas Schievink | -11/+46 |
| 2020-02-19 | Use match ergonomics to simplify match | Jonas Schievink | -5/+5 |
| 2020-02-19 | Match MIR statements exhaustively | Jonas Schievink | -1/+8 |
| 2020-02-19 | Make lookup of associated item by name O(log n) | Dylan MacKenzie | -2/+2 |
| 2020-02-19 | Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-case, r=pe... | Dylan DPC | -21/+7 |
| 2020-02-18 | Remove mention of `simd_shuffle` promotion from comments | Dylan MacKenzie | -9/+7 |
| 2020-02-18 | Remove special case for `simd_shuffle` arg promotion | Dylan MacKenzie | -12/+0 |
| 2020-02-18 | Prevent const trait methods from being marked stable | Dylan MacKenzie | -0/+8 |
| 2020-02-18 | Make `fn_queries` helpers module-private | Dylan MacKenzie | -75/+74 |
| 2020-02-18 | Remove outdated FIXME | Dylan MacKenzie | -2/+0 |
| 2020-02-18 | Check for trait methods on concrete types in const checking | Dylan MacKenzie | -3/+17 |
| 2020-02-19 | Auto merge of #69113 - ecstatic-morse:unified-dataflow-borrowed, r=wesleywiser | bors | -278/+297 |
| 2020-02-18 | Const-check functions in a `const` impl | Dylan MacKenzie | -1/+14 |
| 2020-02-18 | Add `is_const_impl_raw` query | Dylan MacKenzie | -1/+15 |
| 2020-02-18 | better lint names | Ralf Jung | -4/+4 |
| 2020-02-18 | Rollup merge of #69146 - matthewjasper:literal-qualif, r=eddyb | Mazdak Farrokhzad | -17/+8 |
| 2020-02-18 | Rollup merge of #69181 - skinny121:const-eval-return, r=oli-obk | Dylan DPC | -51/+50 |
| 2020-02-18 | more English grammar | Ralf Jung | -4/+4 |
| 2020-02-18 | miri value visitor: fix some wrong assumptions about layout; improve error me... | Ralf Jung | -157/+151 |
| 2020-02-17 | Fix typo in comment | Dylan MacKenzie | -1/+1 |
| 2020-02-17 | Use doc comment for explanation of `shared_borrow_allows_mutation` | Dylan MacKenzie | -9/+9 |
| 2020-02-17 | Rollup merge of #69179 - JohnTitor:rename-to-fnretty, r=Centril | Yuki Okushi | -3/+3 |
| 2020-02-17 | Rollup merge of #69158 - ecstatic-morse:graphviz-diff, r=matthewjasper | Yuki Okushi | -20/+35 |
| 2020-02-17 | Rename `FunctionRetTy` to `FnRetTy` | Yuki Okushi | -3/+3 |
| 2020-02-16 | Clarify mir block merging | Markus Westerlind | -1/+5 |
| 2020-02-16 | Make librustc_mir compile. | Camille GILLOT | -47/+50 |
| 2020-02-16 | Make librustc_infer compile. | Camille GILLOT | -0/+1 |
| 2020-02-16 | Auto merge of #69156 - ecstatic-morse:unified-dataflow-impls2, r=eddyb | bors | -83/+41 |
| 2020-02-16 | Determine type of intrinsics instead of assuming the destination type is the ... | Ben Lewis | -1/+8 |
| 2020-02-16 | Code review changes. | Ben Lewis | -2/+2 |
| 2020-02-15 | Tighter type bounds for messages | Ralf Jung | -1/+1 |
| 2020-02-15 | Always qualify literals by type | Matthew Jasper | -17/+8 |
| 2020-02-15 | fix exceeding_bitshift lint and test | Ralf Jung | -5/+7 |
| 2020-02-15 | Rollup merge of #69166 - JohnTitor:ice-const-enum, r=matthewjasper | Dylan DPC | -1/+4 |
| 2020-02-15 | Auto merge of #67681 - matthewjasper:infer-regions-in-borrowck, r=nikomatsakis | bors | -144/+446 |
| 2020-02-15 | Fix emulate intrinsics return type. | Ben Lewis | -2/+1 |
| 2020-02-15 | Change `const_field` and `const_caller_location` to return `ConstValue` inste... | Ben Lewis | -11/+4 |
| 2020-02-15 | Change const eval to return `ConstValue`, instead of `Const` as the type insi... | Ben Lewis | -43/+43 |
| 2020-02-14 | Add fast path to eq_opaque_type_and_type | Matthew Jasper | -0/+16 |
| 2020-02-14 | Fix and test nested impl Trait | Matthew Jasper | -5/+13 |
| 2020-02-14 | Use member constraint for most opaque types in NLL | Matthew Jasper | -0/+2 |
| 2020-02-14 | Always check upper bounds when choosing member regions | Matthew Jasper | -40/+81 |
| 2020-02-14 | Improve opaque type lifetime errors | Matthew Jasper | -14/+36 |
| 2020-02-14 | Handle equal regions in opaque type inference | Matthew Jasper | -18/+70 |
| 2020-02-14 | Show inferred opaque types with `#[rustc_regions]` | Matthew Jasper | -5/+29 |
| 2020-02-14 | Address review comments | Matthew Jasper | -18/+2 |
| 2020-02-14 | Ensure RPIT types get recorded in borrowck | Matthew Jasper | -7/+27 |
| 2020-02-14 | Avoid unnecessary opaque type errors in borrowck | Matthew Jasper | -0/+8 |
| 2020-02-14 | Infer opaque type regions in borrow checking | Matthew Jasper | -3/+83 |