| Age | Commit message (Expand) | Author | Lines |
| 2020-04-13 | Update compiler_builtins to 0.1.27 | Tomasz Miąsko | -2/+2 |
| 2020-04-12 | Auto merge of #71079 - Dylan-DPC:rollup-g7yh3sn, r=Dylan-DPC | bors | -164/+328 |
| 2020-04-12 | update lints | Emerentius | -1/+1 |
| 2020-04-12 | Rollup merge of #71069 - marmeladema:dummy-hir-id-obligation-clause, r=eddyb | Dylan DPC | -36/+27 |
| 2020-04-12 | Rollup merge of #71064 - dwrensha:issue-69130, r=eddyb | Dylan DPC | -2/+33 |
| 2020-04-12 | Rollup merge of #71013 - jonas-schievink:visit-projection, r=eddyb | Dylan DPC | -74/+39 |
| 2020-04-12 | Rollup merge of #67766 - sapir:fix-unused-in-or-pattern-warning, r=matthewjasper | Dylan DPC | -52/+229 |
| 2020-04-12 | Remove usage of `DUMMY_HIR_ID` in `Scope::hir_id` | marmeladema | -10/+10 |
| 2020-04-12 | Remove usage of `DUMMY_HIR_ID` in `CheckAttrVisitor::check_inline` | marmeladema | -3/+2 |
| 2020-04-12 | Remove usage of `DUMMY_HIR_ID` in `CheckLoopVisitor` | marmeladema | -8/+8 |
| 2020-04-12 | Remove usage of `DUMMY_HIR_ID` in calls to `ObligationClause::misc` | marmeladema | -15/+7 |
| 2020-04-12 | [windows-gnu] Link pthread statically | Mateusz Mikuła | -2/+2 |
| 2020-04-12 | Auto merge of #71059 - Dylan-DPC:rollup-zgu6jmx, r=Dylan-DPC | bors | -40/+118 |
| 2020-04-12 | rustbuild: Remove LLD flavor workaround for MSVC | Vadim Petrochenkov | -21/+0 |
| 2020-04-12 | fix issue 69130 | David Renshaw | -2/+33 |
| 2020-04-12 | Document unsafety in `src/libcore/hash/sip.rs` | LeSeulArtichaut | -3/+8 |
| 2020-04-12 | cargo dev fmt | Philipp Hansch | -14/+19 |
| 2020-04-12 | Make use of Option/Result diagnostic items | Philipp Hansch | -55/+45 |
| 2020-04-12 | Auto merge of #5454 - spl:patch-1, r=phansch | bors | -1/+1 |
| 2020-04-12 | Rollup merge of #71057 - GuillaumeGomez:cleanup-e0516, r=Dylan-DPC | Dylan DPC | -0/+1 |
| 2020-04-12 | Rollup merge of #71053 - phansch:update_kw_sym_docs, r=Dylan-DPC | Dylan DPC | -0/+8 |
| 2020-04-12 | Rollup merge of #71048 - arlosi:normalize_ext_src, r=eddyb | Dylan DPC | -1/+59 |
| 2020-04-12 | Rollup merge of #71041 - JohnTitor:rustc-dev-guide, r=jonas-schievink | Dylan DPC | -4/+4 |
| 2020-04-12 | Rollup merge of #71034 - GuillaumeGomez:cleanup-e0515, r=Dylan-DPC | Dylan DPC | -4/+4 |
| 2020-04-12 | Rollup merge of #71029 - Mark-Simulacrum:cargo-build, r=Mark-Simulacrum | Dylan DPC | -31/+42 |
| 2020-04-12 | Auto merge of #70873 - mark-i-m:update-rdg, r=JohnTitor | bors | -1/+3 |
| 2020-04-12 | Clean up E0516 explanation | Guillaume Gomez | -0/+1 |
| 2020-04-12 | Make use of some existing diagnostic items | Philipp Hansch | -7/+5 |
| 2020-04-12 | Say that diagnostic items are preferred over paths | Philipp Hansch | -0/+3 |
| 2020-04-12 | Add long error explanation for E0708 #61137 | bishtpawan | -2/+28 |
| 2020-04-12 | submodules: update clippy from d342cee7 to af5940b7 | Matthias Krüger | -26/+17 |
| 2020-04-12 | verbose_bit_mask: fix bit mask used in docs | Sean Leather | -1/+1 |
| 2020-04-12 | Add some basic docs to `sym` and `kw` modules | Philipp Hansch | -0/+8 |
| 2020-04-12 | Auto merge of #5451 - xyzd:allow-uuid-format-digit-grouping, r=phansch | bors | -0/+35 |
| 2020-04-12 | Add blessed tests after compiler message fix | Yashhwanth Ram | -65/+225 |
| 2020-04-12 | Fix order of comparison and remove incorrect case for ints in typeck/demand.rs | Yashhwanth Ram | -6/+64 |
| 2020-04-12 | Auto merge of #69707 - estebank:impl-trait-missing-bounds, r=Centril | bors | -50/+304 |
| 2020-04-11 | Normalize source when loading external foreign source into SourceMap | Arlo Siemsen | -1/+59 |
| 2020-04-12 | Auto merge of #69926 - RoccoDev:master, r=estebank,varkor | bors | -132/+515 |
| 2020-04-12 | Allow UUID style formatting for `inconsistent_digit_grouping` lint | Dan B | -0/+35 |
| 2020-04-11 | Add `#[inline(always)]` to `into_query_param` | Dylan MacKenzie | -0/+2 |
| 2020-04-11 | Apply suggestions from review | Dylan MacKenzie | -20/+20 |
| 2020-04-11 | Use custom trait instead of `Into` | Dylan MacKenzie | -3/+23 |
| 2020-04-11 | Simplify macro | Dylan MacKenzie | -57/+19 |
| 2020-04-11 | Remove call to `to_def_id` before calling query helper | Dylan MacKenzie | -1/+1 |
| 2020-04-11 | Fix inference fallout | Dylan MacKenzie | -1/+1 |
| 2020-04-11 | Impl `From<LocalDefId>` for `DefId` | Dylan MacKenzie | -0/+6 |
| 2020-04-11 | Make query helpers on `TyCtxt` take `impl Into<DefId>` | Dylan MacKenzie | -23/+66 |
| 2020-04-11 | fix rebase | Esteban Küber | -5/+5 |
| 2020-04-11 | Make panic-unwind a default feature for libstd | Luca Barbieri | -1/+1 |