| Age | Commit message (Expand) | Author | Lines |
| 2020-02-11 | Add note about `elaborate_drops::InitializationData` | Dylan MacKenzie | -0/+3 |
| 2020-02-11 | Skip caching block transfer functions for acyclic MIR | Dylan MacKenzie | -10/+14 |
| 2020-02-11 | Use new dataflow framework for `rustc_peek` tests | Dylan MacKenzie | -42/+28 |
| 2020-02-11 | Use new dataflow framework for drop elaboration and borrow checking | Dylan MacKenzie | -312/+166 |
| 2020-02-11 | Auto merge of #69062 - Dylan-DPC:rollup-7wpjpqu, r=Dylan-DPC | bors | -12/+97 |
| 2020-02-11 | Rollup merge of #68816 - estebank:fn-mut-closure, r=varkor | Dylan DPC | -6/+97 |
| 2020-02-11 | Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC | Dylan DPC | -6/+0 |
| 2020-02-11 | Move more into decorate functions. | jumbatm | -15/+17 |
| 2020-02-11 | Run RustFmt | jumbatm | -22/+20 |
| 2020-02-11 | Invert control in struct_lint_level. | jumbatm | -68/+91 |
| 2020-02-11 | simplify_try: address some of eddyb's comments | Mazdak Farrokhzad | -0/+3 |
| 2020-02-11 | Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC | bors | -4/+7 |
| 2020-02-10 | remove outdated comment | Ralf Jung | -1/+0 |
| 2020-02-10 | Use new dataflow interface for initialization/borrows analyses | Dylan MacKenzie | -108/+195 |
| 2020-02-10 | Implement a `find_descendant` method for `MovePath` | Dylan MacKenzie | -41/+47 |
| 2020-02-10 | Add a `Visitor` for dataflow results | Dylan MacKenzie | -0/+275 |
| 2020-02-10 | Add an `into_engine` method to `Analysis` | Dylan MacKenzie | -4/+35 |
| 2020-02-10 | Add a `contains` method to `ResultsCursor` | Dylan MacKenzie | -0/+7 |
| 2020-02-10 | handle TerminatorKind::Yield by returning Err(Unpromotable) | Chris Simpkins | -0/+1 |
| 2020-02-10 | Auto merge of #69012 - Dylan-DPC:rollup-13qn0fq, r=Dylan-DPC | bors | -35/+46 |
| 2020-02-10 | Rollup merge of #69005 - ecstatic-morse:unified-dataflow-graphviz, r=wesleywiser | Dylan DPC | -35/+46 |
| 2020-02-09 | Auto merge of #67665 - Patryk27:master, r=zackmdavis | bors | -1/+1 |
| 2020-02-09 | Make issue references consistent | Matthias Prechtl | -4/+7 |
| 2020-02-09 | Use nicer alignment when printing state vectors | Dylan MacKenzie | -15/+29 |
| 2020-02-09 | Don't break first line | Dylan MacKenzie | -12/+12 |
| 2020-02-09 | Remove unnecessary allows | Dylan MacKenzie | -3/+0 |
| 2020-02-09 | Add option to `dot::render` for monospace font | Dylan MacKenzie | -1/+1 |
| 2020-02-09 | Print `after` effect in default graphviz formatter | Dylan MacKenzie | -4/+4 |
| 2020-02-09 | const-prop: use overflowing_unary_op for overflowing checking of unary ops | Ralf Jung | -17/+17 |
| 2020-02-09 | miri: equip unary_op with overflow detection | Ralf Jung | -9/+27 |
| 2020-02-09 | bring back extra check for int_min%-1 | Ralf Jung | -0/+11 |
| 2020-02-09 | miri: simplify singed operator overflow detection | Ralf Jung | -24/+14 |
| 2020-02-09 | Improve reporting errors and suggestions for trait bounds | Patryk Wychowaniec | -1/+1 |
| 2020-02-08 | review comments | Esteban Küber | -6/+7 |
| 2020-02-08 | Make `associated_items` query return a slice | Jonas Schievink | -1/+2 |
| 2020-02-07 | Skip `Drop` terminators for enum variants without drop glue | Dylan MacKenzie | -15/+30 |
| 2020-02-07 | Auto merge of #65232 - nikomatsakis:lazy-norm-anon-const-push-2, r=matthewjasper | bors | -6/+18 |
| 2020-02-07 | Rollup merge of #68164 - tmiasko:no-sanitize, r=nikomatsakis | Dylan DPC | -0/+23 |
| 2020-02-07 | Remove unused feature gates from librustc_mir | bjorn3 | -6/+0 |
| 2020-02-06 | Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=Zoxc | Dylan DPC | -38/+118 |
| 2020-02-06 | index ReEmpty by universe | Niko Matsakis | -4/+6 |
| 2020-02-06 | integrate the `sub_free_regions` code so we have only one copy of it | Niko Matsakis | -2/+7 |
| 2020-02-06 | add a `IsEmpty` for use in verified bounds | Niko Matsakis | -0/+5 |
| 2020-02-06 | Clarify comment about `_2` living across a yield | Jonas Schievink | -2/+3 |
| 2020-02-05 | Selectively disable sanitizer instrumentation | Tomasz Miąsko | -0/+23 |
| 2020-02-05 | Rollup merge of #68809 - ecstatic-morse:const-int-functions, r=oli-obk | Dylan DPC | -2/+17 |
| 2020-02-04 | Implement remaining `unchecked` arithmetic intrinsics | Dylan MacKenzie | -2/+17 |
| 2020-02-04 | Rollup merge of #68819 - estebank:split_at_mut, r=oli-obk | Dylan DPC | -2/+25 |
| 2020-02-04 | Auto merge of #68377 - estebank:fn-obligations-spans, r=oli-obk | bors | -1/+3 |
| 2020-02-04 | Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini | bors | -1/+0 |