| Age | Commit message (Expand) | Author | Lines |
| 2020-02-11 | Invert control in struct_lint_level. | jumbatm | -145/+192 |
| 2020-02-11 | Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC | bors | -10/+11 |
| 2020-02-11 | Don't run coherence twice for future-compat lints | Jonas Schievink | -30/+43 |
| 2020-02-10 | Add `#[repr(no_niche)]`. | Felix S. Klock II | -8/+25 |
| 2020-02-10 | Rollup merge of #68932 - michaelwoerister:self-profile-generic-activity-args,... | Dylan DPC | -2/+4 |
| 2020-02-10 | self-profile: Support arguments for generic_activities. | Michael Woerister | -2/+4 |
| 2020-02-10 | preallocate 2 Vecs in traits; tweak WfPredicates::normalize | ljedrz | -4/+5 |
| 2020-02-10 | Auto merge of #69012 - Dylan-DPC:rollup-13qn0fq, r=Dylan-DPC | bors | -325/+348 |
| 2020-02-10 | Rollup merge of #68966 - jonas-schievink:coherence-perf, r=varkor | Dylan DPC | -84/+30 |
| 2020-02-10 | Rollup merge of #68694 - nnethercote:reduce-RefCells-in-InferCtxt, r=varkor | Dylan DPC | -241/+318 |
| 2020-02-09 | Remove vestigial #43355-compat code | Jonas Schievink | -83/+28 |
| 2020-02-09 | Add desc to `specialization_graph_of` query | Jonas Schievink | -1/+2 |
| 2020-02-09 | Auto merge of #67665 - Patryk27:master, r=zackmdavis | bors | -84/+236 |
| 2020-02-10 | Reduce the number of `RefCell`s in `InferCtxt`. | Nicholas Nethercote | -241/+318 |
| 2020-02-09 | Make issue references consistent | Matthias Prechtl | -10/+11 |
| 2020-02-09 | Rollup merge of #68911 - jonas-schievink:inherent-overlap, r=petrochenkov | Jonas Schievink | -32/+25 |
| 2020-02-09 | cache adt_drop_tys | Matthew Jasper | -2/+4 |
| 2020-02-09 | Apply suggestions from code review | matthewjasper | -3/+3 |
| 2020-02-09 | Improve reporting errors and suggestions for trait bounds | Patryk Wychowaniec | -84/+236 |
| 2020-02-09 | Rollup merge of #68857 - Marwes:allocations, r=matthewjasper | Dylan DPC | -61/+100 |
| 2020-02-09 | Rollup merge of #68718 - Aaron1011:move-def-hir-span, r=petrochenkov | Dylan DPC | -6/+6 |
| 2020-02-08 | Move librustc_hir/def_id.rs to librustc_span/def_id.rs | Aaron Hill | -6/+6 |
| 2020-02-08 | Reduce Vec allocations in normalization by passing &mut Vec | Markus Westerlind | -61/+100 |
| 2020-02-08 | Auto merge of #68452 - msizanoen1:riscv-abi, r=nagisa,eddyb | bors | -0/+1 |
| 2020-02-08 | Make `provided_trait_methods` use `impl Iterator` | Jonas Schievink | -2/+1 |
| 2020-02-08 | Make `associated_items` query return a slice | Jonas Schievink | -31/+25 |
| 2020-02-07 | Auto merge of #65232 - nikomatsakis:lazy-norm-anon-const-push-2, r=matthewjasper | bors | -184/+473 |
| 2020-02-07 | Rollup merge of #68919 - Zoxc:ast-lifetime, r=nikomatsakis | Dylan DPC | -7/+0 |
| 2020-02-07 | Rollup merge of #68889 - Zoxc:hir-krate, r=eddyb | Dylan DPC | -98/+94 |
| 2020-02-07 | Rollup merge of #68164 - tmiasko:no-sanitize, r=nikomatsakis | Dylan DPC | -0/+8 |
| 2020-02-07 | Remove HashStable impl for ast::Lifetime | John Kåre Alsaker | -7/+0 |
| 2020-02-06 | Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=Zoxc | Dylan DPC | -18/+56 |
| 2020-02-06 | lint impls that will become incoherent when leak-check is removed | Niko Matsakis | -11/+63 |
| 2020-02-06 | add the ability to skip leak check within a snapshot | Niko Matsakis | -12/+37 |
| 2020-02-06 | apply various formatting nits | Niko Matsakis | -15/+15 |
| 2020-02-06 | use derive(Debug) for TypeTrace | Niko Matsakis | -7/+1 |
| 2020-02-06 | index ReEmpty by universe | Niko Matsakis | -45/+243 |
| 2020-02-06 | integrate the `sub_free_regions` code so we have only one copy of it | Niko Matsakis | -92/+99 |
| 2020-02-06 | add a `IsEmpty` for use in verified bounds | Niko Matsakis | -8/+25 |
| 2020-02-06 | do not limit NiceRegionError to SubSupConflict or ConcreteFailure | Niko Matsakis | -13/+9 |
| 2020-02-06 | Make `krate` private | John Kåre Alsaker | -1/+1 |
| 2020-02-06 | Rollup merge of #68837 - jonas-schievink:assoc-item-lookup-2, r=estebank | Dylan DPC | -21/+15 |
| 2020-02-06 | Comment tweaks | John Kåre Alsaker | -1/+2 |
| 2020-02-06 | Remove the `Forest` type | John Kåre Alsaker | -62/+35 |
| 2020-02-06 | Move the `krate` method to Hir and remove the Krate dep node | John Kåre Alsaker | -31/+19 |
| 2020-02-06 | Add a `hir_krate` query | John Kåre Alsaker | -1/+8 |
| 2020-02-06 | Add a Hir wrapper type | John Kåre Alsaker | -6/+33 |
| 2020-02-06 | Auto merge of #68861 - Dylan-DPC:rollup-0m09hsg, r=Dylan-DPC | bors | -29/+3 |
| 2020-02-06 | Add CodegenFnAttrFlags::NO_SANITIZE_ANY | Tomasz Miąsko | -0/+2 |
| 2020-02-05 | Selectively disable sanitizer instrumentation | Tomasz Miąsko | -0/+6 |