| Age | Commit message (Expand) | Author | Lines |
| 2020-07-25 | The const propagator cannot trace references. | Oliver Scherer | -10/+36 |
| 2020-07-10 | Change how compiler-builtins gets many CGUs | Alex Crichton | -8/+1 |
| 2020-06-26 | Fix link error with #[thread_local] introduced by #71192 | Amanieu d'Antras | -0/+8 |
| 2020-06-26 | Disable the `SimplifyArmIdentity` pass on beta | Wesley Wiser | -1/+5 |
| 2020-06-13 | placate tidy. | Felix S. Klock II | -1/+1 |
| 2020-06-13 | Revert "Defer creating drop trees in MIR lowering until leaving that scope" | Felix S. Klock II | -8/+3 |
| 2020-06-13 | Revert "Reduce the number of drop-flag assignments in unwind paths" | Felix S. Klock II | -12/+39 |
| 2020-06-13 | Revert "Address review comments" | Felix S. Klock II | -6/+2 |
| 2020-06-13 | Revert "Auto merge of #71956 - ecstatic-morse:remove-requires-storage-analysi... | Mark Rousskov | -252/+370 |
| 2020-06-01 | test miri-unleash TLS accesses | Ralf Jung | -10/+1 |
| 2020-06-01 | Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiser | bors | -6/+40 |
| 2020-05-30 | Rollup merge of #72772 - RalfJung:valid-char, r=petrochenkov | Ralf Jung | -1/+1 |
| 2020-05-30 | Rollup merge of #72625 - Amanieu:asm-srcloc, r=petrochenkov | Ralf Jung | -4/+22 |
| 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-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 | 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 |