| Age | Commit message (Expand) | Author | Lines |
| 2020-02-24 | don't explicitly compare against true or false | Matthias Krüger | -15/+15 |
| 2020-02-24 | Also blacklist powerpc-unknown-linux-musl. | Ana-Maria | -9/+12 |
| 2020-02-24 | no more codegen for miri_start_panic | Ralf Jung | -5/+2 |
| 2020-02-25 | Tweak tests | Yuki Okushi | -35/+36 |
| 2020-02-25 | Address review comment | Yuki Okushi | -11/+11 |
| 2020-02-24 | rustc_metadata: Load metadata for indirect macro-only dependencies | Vadim Petrochenkov | -24/+5 |
| 2020-02-24 | Auto merge of #69344 - RalfJung:miri, r=oli-obk | bors | -8/+10 |
| 2020-02-24 | librustc_macros: remove redundant single component path import | Matthias Krüger | -1/+0 |
| 2020-02-24 | librustc{, codegen_ssa,infer,mir_build}: don't clone types that are copy | Matthias Krüger | -6/+6 |
| 2020-02-24 | remove redundant clones in librustc_mir_build and librustc_data_structures | Matthias Krüger | -3/+3 |
| 2020-02-24 | submodules: update rls from 10bf331 to 5fde462 | Matthias Krüger | -0/+0 |
| 2020-02-24 | bump Miri once more | Ralf Jung | -7/+7 |
| 2020-02-24 | Clean up E0368 and E0369 explanations | Guillaume Gomez | -2/+5 |
| 2020-02-24 | Address method comments | Andreas Molzer | -3/+2 |
| 2020-02-24 | Rollup merge of #69405 - NieDzejkob:docs-readline-appends, r=joshtriplett | Pietro Albini | -1/+1 |
| 2020-02-24 | Rollup merge of #69394 - GuillaumeGomez:clean-up-0367, r=Dylan-DPC | Pietro Albini | -2/+3 |
| 2020-02-24 | Rollup merge of #69386 - danielhenrymantilla:maybe_uninit_docs_replace_chunk_... | Pietro Albini | -1/+1 |
| 2020-02-24 | Rollup merge of #69385 - ridiculousfish:relax_get_unchecked, r=nagisa | Pietro Albini | -4/+4 |
| 2020-02-24 | Rollup merge of #69372 - yawpitch:master, r=varkor | Pietro Albini | -71/+113 |
| 2020-02-24 | parser: `token` -> `normalized_token`, `nonnormalized_token` -> `token` | Vadim Petrochenkov | -89/+88 |
| 2020-02-24 | Add some missing support for `NtIdent` | Vadim Petrochenkov | -36/+44 |
| 2020-02-24 | Remove use of `unwrap()` from save-analysis | Yuki Okushi | -15/+22 |
| 2020-02-24 | Update Clippy | flip1995 | -10/+8 |
| 2020-02-23 | Bump core::primitive to 1.43 | David Tolnay | -19/+19 |
| 2020-02-24 | parse: test bad variants wrt. issue 48137. | Mazdak Farrokhzad | -0/+97 |
| 2020-02-24 | parse: tweak diagnostic wordings | Mazdak Farrokhzad | -103/+103 |
| 2020-02-24 | parse: tweak `parse_item_` for more reuse. | Mazdak Farrokhzad | -19/+9 |
| 2020-02-24 | parse/ast: move `Defaultness` into variants. | Mazdak Farrokhzad | -359/+630 |
| 2020-02-24 | parse: `NtItem` -> `parse_item_common`. | Mazdak Farrokhzad | -8/+43 |
| 2020-02-24 | parser: tweak item kind wording | Mazdak Farrokhzad | -112/+115 |
| 2020-02-24 | parser: tweak unmatched wording | Mazdak Farrokhzad | -32/+45 |
| 2020-02-24 | parser: refactor away at_end | Mazdak Farrokhzad | -9/+3 |
| 2020-02-24 | parse: harden `default` test. | Mazdak Farrokhzad | -56/+96 |
| 2020-02-24 | parse: move token hack into `parse_item_common`. | Mazdak Farrokhzad | -55/+31 |
| 2020-02-24 | parse: use `parse_item_common` in `parse_assoc_item_`. | Mazdak Farrokhzad | -286/+668 |
| 2020-02-24 | parse: use `parse_item_common` in `parse_foreign_item`. | Mazdak Farrokhzad | -70/+392 |
| 2020-02-24 | parse: recover `default` on free items. | Mazdak Farrokhzad | -18/+226 |
| 2020-02-24 | parse: extract `error_on_unmatched_vis`. | Mazdak Farrokhzad | -10/+16 |
| 2020-02-24 | ast: add `Defaultness` to `Item`, making `AssocItem` an alias. | Mazdak Farrokhzad | -44/+35 |
| 2020-02-24 | `parse_defaultness`: avoid hardcoded list of keywords. | Mazdak Farrokhzad | -26/+13 |
| 2020-02-24 | add `Span` to `ast::Defaultness::Default`. | Mazdak Farrokhzad | -30/+48 |
| 2020-02-23 | fmt | Ralf Jung | -4/+1 |
| 2020-02-23 | docs: Stdin::read_line: mention the appending | Jakub Kądziołka | -1/+1 |
| 2020-02-23 | Auto merge of #69393 - Dylan-DPC:rollup-rxbd1zg, r=Dylan-DPC | bors | -301/+357 |
| 2020-02-23 | canonicalize alloc ID before calling tag_static_base_pointer | Ralf Jung | -1/+4 |
| 2020-02-23 | miri/machine: add canonical_alloc_id hook to replace find_foreign_static | Ralf Jung | -65/+57 |
| 2020-02-23 | Auto merge of #69084 - yaahc:delayed-doc-lint, r=petrochenkov | bors | -82/+89 |
| 2020-02-23 | Deduplicate identifier printing a bit | Vadim Petrochenkov | -49/+66 |
| 2020-02-23 | bootstrap: Remove commit hash from LLVM version suffix to avoid rebuilds | Tomasz Miąsko | -6/+2 |
| 2020-02-23 | Auto merge of #69351 - mati865:mingw-ultimate-fix, r=cramertj | bors | -9/+15 |