| Age | Commit message (Expand) | Author | Lines |
| 2019-10-16 | Only emit overlapping patterns lint if the overlap is partial | Esteban Küber | -1/+34 |
| 2019-10-16 | Continue to emit unreachable pattern on cases caught by overlapping patterns | Esteban Küber | -4/+0 |
| 2019-10-16 | rename method | Esteban Küber | -2/+2 |
| 2019-10-16 | Deduplicate code for formatting `RangeEnd` | Esteban Küber | -9/+3 |
| 2019-10-16 | review comments: use if let | Esteban Küber | -6/+3 |
| 2019-10-16 | Move lint emitter to its own method | Esteban Küber | -18/+27 |
| 2019-10-16 | Move overlapping patterns to its own lint | Esteban Küber | -1/+1 |
| 2019-10-16 | Add check for overlapping ranges to unreachable patterns lint | Esteban Küber | -65/+185 |
| 2019-10-16 | Auto merge of #65172 - tanriol:explain_borrow-use-context-dominators, r=nagisa | bors | -1/+1 |
| 2019-10-16 | Avoid unnecessary arena allocations in `expand_pattern()`. | Nicholas Nethercote | -4/+6 |
| 2019-10-15 | Use subgraphs to render multiple MIR bodies | Dylan MacKenzie | -4/+20 |
| 2019-10-15 | Use `DefId` to create globally unique basic block labels | Dylan MacKenzie | -8/+20 |
| 2019-10-15 | Don't print newline inside a node label | Dylan MacKenzie | -1/+1 |
| 2019-10-16 | Make use of the return value of `HashSet::insert` | Shotaro Yamada | -6/+2 |
| 2019-10-16 | Change HashSet element type to `DefId` | Shotaro Yamada | -4/+2 |
| 2019-10-15 | Rollup merge of #65389 - ecstatic-morse:zero-sized-array-no-drop, r=eddyb | Tyler Mandry | -13/+4 |
| 2019-10-15 | Rollup merge of #65265 - GuillaumeGomez:cleanup-librustc_mir-err-codes, r=Mar... | Tyler Mandry | -230/+275 |
| 2019-10-14 | Auto merge of #64987 - oli-obk:code_reuse_prevents_bugs, r=eddyb | bors | -8/+5 |
| 2019-10-14 | Unification and cleanup of librustc_mir error codes | Guillaume Gomez | -50/+92 |
| 2019-10-14 | Uncomment E0386 to let users have access to its old definition | Guillaume Gomez | -4/+7 |
| 2019-10-14 | Sort long error code explanation by error code | Guillaume Gomez | -203/+203 |
| 2019-10-14 | Rollup merge of #65363 - Centril:less-pprust, r=Mark-Simulacrum | Mazdak Farrokhzad | -3/+3 |
| 2019-10-13 | Remove special case for zero-sized arrays from indirectly mut locals | Dylan MacKenzie | -13/+4 |
| 2019-10-13 | Rollup merge of #65347 - RalfJung:unwind-abort-rust, r=varkor | Mazdak Farrokhzad | -8/+5 |
| 2019-10-13 | Rollup merge of #65248 - estebank:mention-if-let, r=cramertj | Mazdak Farrokhzad | -9/+27 |
| 2019-10-13 | Auto merge of #65182 - anp:reify-shim, r=eddyb | bors | -8/+25 |
| 2019-10-13 | ast: remove implicit pprust dependency via Display. | Mazdak Farrokhzad | -3/+3 |
| 2019-10-13 | Auto merge of #65099 - pnkfelix:issue-63154-needed-more-normalize, r=nagisa | bors | -0/+3 |
| 2019-10-12 | fix #[unwind(abort)] for Rust ABIs | Ralf Jung | -8/+5 |
| 2019-10-11 | Rollup merge of #65277 - csmoe:fix-move, r=estebank | Tyler Mandry | -25/+50 |
| 2019-10-11 | Rollup merge of #64986 - skinny121:fn-ptr-const-generics, r=varkor | Tyler Mandry | -8/+9 |
| 2019-10-11 | InterpCx: make memory field public | Ralf Jung | -17/+6 |
| 2019-10-11 | Clarify comment about purpose of ReifyShim. | Adam Perry | -2/+2 |
| 2019-10-11 | Auto merge of #64716 - jonhoo:stabilize-mem-take, r=SimonSapin | bors | -1/+0 |
| 2019-10-11 | Make <*const/mut T>::offset_from `const fn` | Oliver Scherer | -1/+56 |
| 2019-10-10 | query generator kind for error reporting | csmoe | -25/+50 |
| 2019-10-10 | Clarify shim implementation comment. | Adam Perry | -1/+2 |
| 2019-10-09 | miri calls resolve_for_fn_ptr when reifying. | Adam Perry | -1/+8 |
| 2019-10-09 | Clarify comment, dedupe match arms in shim.rs. | Adam Perry | -12/+5 |
| 2019-10-09 | Reifying callers of Instance::resolve use resolve_for_fn_ptr. | Adam Perry | -5/+7 |
| 2019-10-09 | Add InstanceDef::ReifyShim for track_caller functions. | Adam Perry | -0/+14 |
| 2019-10-09 | Revert "Make `into` schedule drop for the destination" | Matthew Jasper | -144/+59 |
| 2019-10-09 | Suggest `if let` on `let` refutable binding | Esteban Küber | -9/+27 |
| 2019-10-09 | self-profiling: Add events for everything except trait selection. | Michael Woerister | -4/+21 |
| 2019-10-09 | Rollup merge of #65175 - andjo403:partitioning, r=zackmdavis | Mazdak Farrokhzad | -3/+7 |
| 2019-10-09 | Rollup merge of #65166 - csmoe:async-move, r=estebank | Mazdak Farrokhzad | -1/+28 |
| 2019-10-08 | Stabilize mem::take (mem_take) | Jon Gjengset | -1/+0 |
| 2019-10-08 | Rollup merge of #65135 - GuillaumeGomez:add-error-code-check, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2019-10-09 | Substitute and normalize all types of consts within collect const | ben | -11/+6 |
| 2019-10-09 | Fix calling function pointer const parameters. Also fixes inference of | ben | -2/+8 |