| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #68835 - CAD97:sound-range-inclusive, r=Mark-Simulacrum | bors | -69/+44 |
| 2020-02-10 | Auto merge of #69012 - Dylan-DPC:rollup-13qn0fq, r=Dylan-DPC | bors | -445/+606 |
| 2020-02-10 | Rollup merge of #69006 - petrochenkov:prevspan2, r=Centril | Dylan DPC | -26/+54 |
| 2020-02-10 | Rollup merge of #69005 - ecstatic-morse:unified-dataflow-graphviz, r=wesleywiser | Dylan DPC | -35/+56 |
| 2020-02-10 | Rollup merge of #68992 - matthewjasper:imm-binding-after-at, r=Centril | Dylan DPC | -4/+82 |
| 2020-02-10 | Rollup merge of #68976 - ecstatic-morse:const-non-zero, r=dtolnay | Dylan DPC | -2/+12 |
| 2020-02-10 | Rollup merge of #68966 - jonas-schievink:coherence-perf, r=varkor | Dylan DPC | -136/+81 |
| 2020-02-10 | Rollup merge of #68694 - nnethercote:reduce-RefCells-in-InferCtxt, r=varkor | Dylan DPC | -242/+321 |
| 2020-02-09 | Remove vestigial #43355-compat code | Jonas Schievink | -85/+29 |
| 2020-02-09 | Defer error span calculation until needed | Jonas Schievink | -5/+14 |
| 2020-02-09 | Add desc to `specialization_graph_of` query | Jonas Schievink | -1/+2 |
| 2020-02-09 | Reduce queries/map lookups done by coherence | Jonas Schievink | -46/+37 |
| 2020-02-09 | Auto merge of #67665 - Patryk27:master, r=zackmdavis | bors | -375/+1039 |
| 2020-02-10 | Reduce the number of `RefCell`s in `InferCtxt`. | Nicholas Nethercote | -242/+321 |
| 2020-02-10 | parser: Keep current and previous tokens precisely | Vadim Petrochenkov | -26/+54 |
| 2020-02-09 | Auto merge of #69004 - jonas-schievink:rollup-z2ymler, r=jonas-schievink | bors | -103/+194 |
| 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/+11 |
| 2020-02-09 | Print `after` effect in default graphviz formatter | Dylan MacKenzie | -4/+4 |
| 2020-02-09 | Rollup merge of #68913 - Areredify:gat_pretty, r=cramertj | Jonas Schievink | -2/+51 |
| 2020-02-09 | Rollup merge of #68911 - jonas-schievink:inherent-overlap, r=petrochenkov | Jonas Schievink | -99/+129 |
| 2020-02-09 | Rollup merge of #68881 - eddyb:always-preserve-dbg-vars, r=nagisa | Jonas Schievink | -1/+1 |
| 2020-02-09 | Rollup merge of #68742 - tspiteri:string-as-mut, r=sfackler | Jonas Schievink | -0/+8 |
| 2020-02-09 | Rollup merge of #68738 - kennytm:derive-clone-eq-for-fromutf8error, r=sfackler | Jonas Schievink | -1/+5 |
| 2020-02-09 | Auto merge of #68623 - Zoxc:lld, r=Mark-Simulacrum | bors | -7/+59 |
| 2020-02-09 | More comments | John Kåre Alsaker | -0/+3 |
| 2020-02-09 | Add some comments | John Kåre Alsaker | -0/+3 |
| 2020-02-09 | Don't parse `mut a @ b` as `mut a @ mut b` | Matthew Jasper | -4/+82 |
| 2020-02-09 | Auto merge of #68975 - Dylan-DPC:rollup-jzab8oh, r=Dylan-DPC | bors | -307/+310 |
| 2020-02-09 | Improve reporting errors and suggestions for trait bounds | Patryk Wychowaniec | -375/+1039 |
| 2020-02-09 | Auto merge of #68689 - estebank:where-clause-sugg-missing-fn, r=varkor | bors | -11/+203 |
| 2020-02-08 | review comment | Esteban Küber | -13/+13 |
| 2020-02-09 | Auto merge of #68376 - Centril:move-ref-patterns, r=matthewjasper | bors | -849/+2833 |
| 2020-02-08 | Test `NonZeroU8::new` in a const context | Dylan MacKenzie | -1/+10 |
| 2020-02-08 | Make `num::NonZeroX::new` an unstable `const fn` | Dylan MacKenzie | -1/+2 |
| 2020-02-09 | Rollup merge of #68960 - eddyb:llvm-dbg-cleanup, r=nagisa | Dylan DPC | -129/+46 |
| 2020-02-09 | Rollup merge of #68958 - GuillaumeGomez:clean-up-e0277-e0282, r=Dylan-DPC | Dylan DPC | -8/+14 |
| 2020-02-09 | Rollup merge of #68946 - mjbshaw:must_use, r=mjbshaw | Dylan DPC | -0/+13 |
| 2020-02-09 | Rollup merge of #68918 - brson:unwrapdoc, r=Dylan-DPC | Dylan DPC | -63/+75 |
| 2020-02-09 | Rollup merge of #68857 - Marwes:allocations, r=matthewjasper | Dylan DPC | -61/+100 |
| 2020-02-09 | Rollup merge of #68834 - ssomers:btree_first_last_fix68829, r=KodrAus | Dylan DPC | -21/+35 |
| 2020-02-09 | Rollup merge of #68718 - Aaron1011:move-def-hir-span, r=petrochenkov | Dylan DPC | -25/+27 |
| 2020-02-08 | Disable failing codegen test | CAD97 | -16/+18 |
| 2020-02-08 | Remove problematic specialization from RangeInclusive | CAD97 | -53/+26 |
| 2020-02-08 | Move librustc_hir/def_id.rs to librustc_span/def_id.rs | Aaron Hill | -25/+27 |