| Age | Commit message (Expand) | Author | Lines |
| 2020-02-15 | Add fast path for is_freeze | Matthew Jasper | -2/+38 |
| 2020-02-15 | Always qualify literals by type | Matthew Jasper | -21/+14 |
| 2020-02-15 | fix compile-fail | Ralf Jung | -4/+4 |
| 2020-02-15 | Auto merge of #69168 - brainlock:test-textrel-regression, r=Mark-Simulacrum,t... | bors | -0/+31 |
| 2020-02-15 | Improve #Safety in various methods in core::ptr | Amos Onn | -0/+8 |
| 2020-02-15 | Improve #Safety of core::ptr::replace | Amos Onn | -1/+1 |
| 2020-02-15 | Improve #Safety in various methods in core::ptr | Amos Onn | -2/+2 |
| 2020-02-15 | parser: `macro_rules` is a weak keyword | Vadim Petrochenkov | -6/+9 |
| 2020-02-15 | Emit some additional `unused_doc_comments` lints outside of the main pass | Vadim Petrochenkov | -16/+44 |
| 2020-02-15 | fix another test | Ralf Jung | -7/+7 |
| 2020-02-15 | expand assoc-const test a bit, just to be sure | Ralf Jung | -18/+110 |
| 2020-02-15 | fix exceeding_bitshift lint and test | Ralf Jung | -193/+640 |
| 2020-02-15 | add test for issue 69020 | Ralf Jung | -0/+57 |
| 2020-02-15 | more revisions and use them for another test | Ralf Jung | -13/+282 |
| 2020-02-15 | fix tests, and use variants to test debug and release builds together | Ralf Jung | -768/+872 |
| 2020-02-15 | rustc_lint: Move `unused_doc_comments` from pre-expansion to early lints | Vadim Petrochenkov | -28/+10 |
| 2020-02-15 | Rollup merge of #69180 - Aaron1011:feature/comma-struct-init, r=petrochenkov | Dylan DPC | -3/+46 |
| 2020-02-15 | Rollup merge of #69166 - JohnTitor:ice-const-enum, r=matthewjasper | Dylan DPC | -1/+19 |
| 2020-02-15 | Rollup merge of #69154 - JohnTitor:fix-macro-ices, r=petrochenkov | Dylan DPC | -2/+42 |
| 2020-02-15 | Rollup merge of #69106 - RReverser:wasi-fs-copy, r=KodrAus | Dylan DPC | -1/+9 |
| 2020-02-15 | Rollup merge of #66721 - maxbla:exp-format-integers, r=KodrAus | Dylan DPC | -0/+243 |
| 2020-02-15 | Rollup merge of #64069 - danielhenrymantilla:feature/cstring_from_vec_of_nonz... | Dylan DPC | -0/+28 |
| 2020-02-15 | Monomorphize const type during codegen. | Ben Lewis | -1/+2 |
| 2020-02-14 | Suggest a comma if a struct initializer field fails to parse | Aaron Hill | -3/+46 |
| 2020-02-14 | implement LowerExp and UpperExp for integers | Max Blachman | -0/+243 |
| 2020-02-15 | Auto merge of #67681 - matthewjasper:infer-regions-in-borrowck, r=nikomatsakis | bors | -1304/+1996 |
| 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 | -42/+33 |
| 2020-02-14 | Auto merge of #69172 - JohnTitor:rollup-6cbmwcw, r=JohnTitor | bors | -189/+703 |
| 2020-02-15 | Change const eval to return `ConstValue`, instead of `Const` as the type insi... | Ben Lewis | -80/+145 |
| 2020-02-14 | Fix tests after rebase | Matthew Jasper | -51/+82 |
| 2020-02-14 | Split `type_of` out of collect.rs | Matthew Jasper | -653/+666 |
| 2020-02-14 | Add fast path to eq_opaque_type_and_type | Matthew Jasper | -3/+25 |
| 2020-02-14 | Fix and test nested impl Trait | Matthew Jasper | -5/+29 |
| 2020-02-14 | Update tests | Matthew Jasper | -231/+124 |
| 2020-02-14 | Use member constraint for most opaque types in NLL | Matthew Jasper | -15/+43 |
| 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 | -31/+41 |
| 2020-02-14 | Handle equal regions in opaque type inference | Matthew Jasper | -18/+127 |
| 2020-02-14 | Show inferred opaque types with `#[rustc_regions]` | Matthew Jasper | -5/+29 |
| 2020-02-14 | Address review comments | Matthew Jasper | -55/+67 |
| 2020-02-14 | Update tests | Matthew Jasper | -157/+291 |
| 2020-02-14 | Erase regions in opaque types in typeck | Matthew Jasper | -27/+65 |
| 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 |
| 2020-02-14 | Prepare to use borrowck to resolve opaque types | Matthew Jasper | -68/+128 |
| 2020-02-14 | Arena allocate the result of mir_borrowck | Matthew Jasper | -13/+12 |
| 2020-02-14 | Generate more accurate MIR in `construct_error` | Matthew Jasper | -5/+42 |
| 2020-02-15 | Avoid calling `fn_sig` on closures | Yuki Okushi | -2/+42 |