| Age | Commit message (Expand) | Author | Lines |
| 2020-05-30 | Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov | Ralf Jung | -4/+22 |
| 2020-05-30 | miri errors: rename InvalidDiscriminant -> InvalidTag | Ralf Jung | -6/+6 |
| 2020-05-30 | tag/niche terminology cleanup | Ralf Jung | -39/+37 |
| 2020-05-30 | Rollup merge of #72540 - davidtwco:issue-67552-mono-collector-comparison, r=v... | Ralf Jung | -5/+6 |
| 2020-05-30 | Rollup merge of #72521 - Amanieu:fix-72484, r=petrochenkov | Ralf Jung | -2/+9 |
| 2020-05-30 | Rollup merge of #72299 - lcnr:sized_help, r=petrochenkov | Ralf Jung | -8/+9 |
| 2020-05-30 | Make TLS accesses explicit in MIR | Oliver Scherer | -6/+40 |
| 2020-05-30 | more `LocalDefId`s | Bastian Kauschke | -8/+9 |
| 2020-05-30 | miri validation: clarify valid values of 'char' | Ralf Jung | -1/+1 |
| 2020-05-30 | Rollup merge of #72419 - RalfJung:read-discriminant, r=oli-obk,eddyb | Yuki Okushi | -79/+105 |
| 2020-05-30 | Be more careful around ty::Error in generators | Jonas Schievink | -26/+43 |
| 2020-05-29 | Auto merge of #72756 - RalfJung:rollup-tbjmtx2, r=RalfJung | bors | -92/+229 |
| 2020-05-30 | more type sanity checks in Miri | Ralf Jung | -2/+18 |
| 2020-05-29 | Rollup merge of #72103 - lcnr:borrowck-localdefid, r=jonas-schievink | Ralf Jung | -66/+58 |
| 2020-05-29 | Rollup merge of #71862 - LeSeulArtichaut:unsafe-block-in-unsafe-fn, r=nikomat... | Ralf Jung | -23/+117 |
| 2020-05-29 | Rollup merge of #71500 - josephlr:offset, r=oli-obk,RalfJung | Ralf Jung | -3/+54 |
| 2020-05-29 | Rollup merge of #72591 - sexxi-goose:rename_upvar_list-to-closure_captures, r... | Dylan DPC | -2/+2 |
| 2020-05-29 | Improve inline asm error diagnostics | Amanieu d'Antras | -4/+22 |
| 2020-05-28 | remove redundant `mk_const` | Bastian Kauschke | -1/+1 |
| 2020-05-28 | standardize limit comparisons with `Limit` type | David Wood | -5/+6 |
| 2020-05-28 | mir: adjust conditional in recursion limit check | David Wood | -1/+1 |
| 2020-05-27 | Add additional checks for isize overflow | Joe Richey | -3/+2 |
| 2020-05-28 | Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis | bors | -35/+35 |
| 2020-05-27 | Add explanation about taking the minimum of the two lints | LeSeulArtichaut | -0/+11 |
| 2020-05-27 | Fix wrong conflict resolution | LeSeulArtichaut | -7/+1 |
| 2020-05-27 | Use the lowest of `unsafe_op_in_unsafe_fn` and `safe_borrow_packed` for packe... | LeSeulArtichaut | -5/+28 |
| 2020-05-27 | Fix inverted `if` condition | LeSeulArtichaut | -1/+1 |
| 2020-05-27 | Apply suggestions from code review | LeSeulArtichaut | -23/+44 |
| 2020-05-27 | Implement RFC 2585 | LeSeulArtichaut | -9/+54 |
| 2020-05-26 | Rollup merge of #72401 - ecstatic-morse:issue-72394, r=eddyb | Dylan DPC | -2/+2 |
| 2020-05-26 | Rollup merge of #72270 - RalfJung:lint-ref-to-packed, r=oli-obk | Dylan DPC | -1/+71 |
| 2020-05-26 | Add checks and tests for computing abs(offset_bytes) | Joe Richey | -2/+3 |
| 2020-05-26 | Auto merge of #72093 - jonas-schievink:unmut, r=oli-obk | bors | -9/+111 |
| 2020-05-25 | Display information about captured variable in `FnMut` error | Aaron Hill | -52/+123 |
| 2020-05-25 | Rename upvar_list to closure_captures | Dhruv Jauhar | -2/+2 |
| 2020-05-25 | Rollup merge of #72538 - rakshith-ravi:refactor/remove-const-query, r=oli-obk | Dylan DPC | -32/+1 |
| 2020-05-25 | Rollup merge of #72451 - ecstatic-morse:nrvo-type-mismatch, r=matthewjasper | Dylan DPC | -12/+6 |
| 2020-05-25 | librustc_mir: Add back use statement | Joe Richey | -0/+2 |
| 2020-05-25 | librustc_mir: Add support for const fn offset/arith_offset | Joe Richey | -2/+51 |
| 2020-05-25 | Always validate MIR after optimizing | Jonas Schievink | -0/+5 |
| 2020-05-25 | Add a small MIR validation pass | Jonas Schievink | -1/+93 |
| 2020-05-25 | Avoid `Operand::Copy` with `&mut T` | Jonas Schievink | -8/+13 |
| 2020-05-25 | fix discriminant_ty for non-enums | Ralf Jung | -2/+2 |
| 2020-05-25 | Add helper method for determining the type of a discriminant | Ralf Jung | -39/+24 |
| 2020-05-25 | Format and more tracing | Ralf Jung | -2/+2 |
| 2020-05-25 | assert that types without discriminant use variant idx of 0 | Ralf Jung | -1/+2 |
| 2020-05-25 | comments and refactor variable names | Ralf Jung | -38/+46 |
| 2020-05-25 | Miri: refactor read_discriminant and make it return Scalar | Ralf Jung | -68/+84 |
| 2020-05-25 | rename lint | Ralf Jung | -4/+4 |
| 2020-05-25 | Auto merge of #72562 - RalfJung:rollup-2ngjgwi, r=RalfJung | bors | -98/+110 |