| Age | Commit message (Expand) | Author | Lines |
| 2020-03-14 | Remove `Hir` and `HirBody` dep nodes | John Kåre Alsaker | -15/+5 |
| 2020-03-14 | Clean up the collector | John Kåre Alsaker | -139/+34 |
| 2020-03-14 | Remove `AllLocalTraitImpls` | John Kåre Alsaker | -12/+1 |
| 2020-03-14 | Remove the `map` field from `Map` | John Kåre Alsaker | -27/+0 |
| 2020-03-14 | Update `trait_impls` | John Kåre Alsaker | -10/+23 |
| 2020-03-14 | Remove comments | John Kåre Alsaker | -3/+0 |
| 2020-03-14 | Update `find_entry` | John Kåre Alsaker | -1/+1 |
| 2020-03-14 | Update `is_hir_id_module` | John Kåre Alsaker | -3/+3 |
| 2020-03-14 | Update `find` | John Kåre Alsaker | -7/+2 |
| 2020-03-14 | Update `get_parent_node` | John Kåre Alsaker | -9/+2 |
| 2020-03-14 | Update `visit_item_likes_in_module` | John Kåre Alsaker | -66/+88 |
| 2020-03-14 | Update `krate_attrs` and `get_module` | John Kåre Alsaker | -55/+72 |
| 2020-03-14 | Update `body_owner` and `maybe_body_owned_by` | John Kåre Alsaker | -39/+31 |
| 2020-03-14 | Update `fn_decl_by_hir_id` and `fn_sig_by_hir_id` | John Kåre Alsaker | -42/+44 |
| 2020-03-14 | Update item functions | John Kåre Alsaker | -15/+12 |
| 2020-03-14 | Create Map after TyCtxt | John Kåre Alsaker | -157/+130 |
| 2020-03-14 | Collect the new maps | John Kåre Alsaker | -9/+67 |
| 2020-03-14 | Add HIR queries | John Kåre Alsaker | -64/+101 |
| 2020-03-14 | Auto merge of #69076 - cjgillot:split_trait, r=matthewjasper | bors | -4695/+5588 |
| 2020-03-14 | Auto merge of #69923 - matthiaskrgr:submodule_upd, r=Dylan-DPC | bors | -11/+20 |
| 2020-03-14 | Trim dependencies and features. | Camille GILLOT | -27/+4 |
| 2020-03-14 | Make downstream crates compile. | Camille GILLOT | -83/+136 |
| 2020-03-14 | Split librustc_infer. | Camille GILLOT | -1065/+1846 |
| 2020-03-14 | Move rustc_infer::traits to new crate rustc_trait_selection. | Camille GILLOT | -0/+64 |
| 2020-03-14 | Mode ProjectionCache to its own module. | Camille GILLOT | -184/+198 |
| 2020-03-14 | Move traits::query::outlives_bounds::explicit_outlives_bounds to infer::outli... | Camille GILLOT | -23/+29 |
| 2020-03-14 | Move opaque_types::unexpected_hidden_region_diagnostic to error_reporting. | Camille GILLOT | -87/+85 |
| 2020-03-14 | Move IntercrateAmbiguityCause back to rustc::traits::select. | Camille GILLOT | -41/+41 |
| 2020-03-14 | Auto merge of #69744 - ecstatic-morse:fix-enum-discr-effect-test, r=oli-obk | bors | -0/+43 |
| 2020-03-14 | Auto merge of #69716 - jonas-schievink:generator-size, r=tmandry | bors | -31/+120 |
| 2020-03-13 | Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum | bors | -370/+368 |
| 2020-03-13 | Auto merge of #69986 - JohnTitor:rollup-h0809mf, r=JohnTitor | bors | -237/+358 |
| 2020-03-14 | Rollup merge of #69974 - GuillaumeGomez:cleanup-e0434, r=Dylan-DPC | Yuki Okushi | -6/+4 |
| 2020-03-14 | Rollup merge of #69973 - tspiteri:const-int-conversion-since, r=dtolnay | Yuki Okushi | -12/+12 |
| 2020-03-14 | Rollup merge of #69966 - JohnTitor:more-more-tests, r=Centril | Yuki Okushi | -0/+128 |
| 2020-03-14 | Rollup merge of #69960 - RalfJung:abort, r=oli-obk | Yuki Okushi | -9/+6 |
| 2020-03-14 | Rollup merge of #69954 - RalfJung:panic_if-assert, r=Centril,eddyb | Yuki Okushi | -18/+36 |
| 2020-03-14 | Rollup merge of #69949 - rust-lang:triagebot-ping-alias, r=Mark-Simulacrum | Yuki Okushi | -0/+2 |
| 2020-03-14 | Rollup merge of #69947 - GuillaumeGomez:cleanup-e0423, r=Dylan-DPC | Yuki Okushi | -2/+1 |
| 2020-03-14 | Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddyb | Yuki Okushi | -50/+50 |
| 2020-03-14 | Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC | Yuki Okushi | -118/+78 |
| 2020-03-14 | Rollup merge of #69723 - sjud:sjud-doc-request, r=Mark-Simulacrum | Yuki Okushi | -2/+8 |
| 2020-03-14 | Rollup merge of #69460 - LeSeulArtichaut:move-compile-pass, r=RalfJung | Yuki Okushi | -20/+23 |
| 2020-03-14 | Rollup merge of #69403 - LeSeulArtichaut:copy-ioslice, r=sfackler | Yuki Okushi | -0/+10 |
| 2020-03-13 | Auto merge of #69155 - chrissimpkins:llvm-globals, r=eddyb | bors | -7/+10 |
| 2020-03-13 | Add documentation for pub keyword | sjud | -2/+8 |
| 2020-03-13 | Clean up E0434 explanation | Guillaume Gomez | -6/+4 |
| 2020-03-13 | update stable-since version for const_int_conversion | Trevor Spiteri | -12/+12 |
| 2020-03-13 | bless tests | Ralf Jung | -1/+1 |
| 2020-03-13 | adjust enum naming | Ralf Jung | -12/+12 |