summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-02-24don't explicitly compare against true or falseMatthias Krüger-15/+15
2020-02-24Also blacklist powerpc-unknown-linux-musl.Ana-Maria-9/+12
2020-02-24no more codegen for miri_start_panicRalf Jung-5/+2
2020-02-25Tweak testsYuki Okushi-35/+36
2020-02-25Address review commentYuki Okushi-11/+11
2020-02-24rustc_metadata: Load metadata for indirect macro-only dependenciesVadim Petrochenkov-24/+5
2020-02-24Auto merge of #69344 - RalfJung:miri, r=oli-obkbors-8/+10
2020-02-24librustc_macros: remove redundant single component path importMatthias Krüger-1/+0
2020-02-24librustc{, codegen_ssa,infer,mir_build}: don't clone types that are copyMatthias Krüger-6/+6
2020-02-24remove redundant clones in librustc_mir_build and librustc_data_structuresMatthias Krüger-3/+3
2020-02-24submodules: update rls from 10bf331 to 5fde462Matthias Krüger-0/+0
2020-02-24bump Miri once moreRalf Jung-7/+7
2020-02-24Clean up E0368 and E0369 explanationsGuillaume Gomez-2/+5
2020-02-24Address method commentsAndreas Molzer-3/+2
2020-02-24Rollup merge of #69405 - NieDzejkob:docs-readline-appends, r=joshtriplettPietro Albini-1/+1
2020-02-24Rollup merge of #69394 - GuillaumeGomez:clean-up-0367, r=Dylan-DPCPietro Albini-2/+3
2020-02-24Rollup merge of #69386 - danielhenrymantilla:maybe_uninit_docs_replace_chunk_...Pietro Albini-1/+1
2020-02-24Rollup merge of #69385 - ridiculousfish:relax_get_unchecked, r=nagisaPietro Albini-4/+4
2020-02-24Rollup merge of #69372 - yawpitch:master, r=varkorPietro Albini-71/+113
2020-02-24parser: `token` -> `normalized_token`, `nonnormalized_token` -> `token`Vadim Petrochenkov-89/+88
2020-02-24Add some missing support for `NtIdent`Vadim Petrochenkov-36/+44
2020-02-24Remove use of `unwrap()` from save-analysisYuki Okushi-15/+22
2020-02-24Update Clippyflip1995-10/+8
2020-02-23Bump core::primitive to 1.43David Tolnay-19/+19
2020-02-24parse: test bad variants wrt. issue 48137.Mazdak Farrokhzad-0/+97
2020-02-24parse: tweak diagnostic wordingsMazdak Farrokhzad-103/+103
2020-02-24parse: tweak `parse_item_` for more reuse.Mazdak Farrokhzad-19/+9
2020-02-24parse/ast: move `Defaultness` into variants.Mazdak Farrokhzad-359/+630
2020-02-24parse: `NtItem` -> `parse_item_common`.Mazdak Farrokhzad-8/+43
2020-02-24parser: tweak item kind wordingMazdak Farrokhzad-112/+115
2020-02-24parser: tweak unmatched wordingMazdak Farrokhzad-32/+45
2020-02-24parser: refactor away at_endMazdak Farrokhzad-9/+3
2020-02-24parse: harden `default` test.Mazdak Farrokhzad-56/+96
2020-02-24parse: move token hack into `parse_item_common`.Mazdak Farrokhzad-55/+31
2020-02-24parse: use `parse_item_common` in `parse_assoc_item_`.Mazdak Farrokhzad-286/+668
2020-02-24parse: use `parse_item_common` in `parse_foreign_item`.Mazdak Farrokhzad-70/+392
2020-02-24parse: recover `default` on free items.Mazdak Farrokhzad-18/+226
2020-02-24parse: extract `error_on_unmatched_vis`.Mazdak Farrokhzad-10/+16
2020-02-24ast: 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-24add `Span` to `ast::Defaultness::Default`.Mazdak Farrokhzad-30/+48
2020-02-23fmtRalf Jung-4/+1
2020-02-23docs: Stdin::read_line: mention the appendingJakub Kądziołka-1/+1
2020-02-23Auto merge of #69393 - Dylan-DPC:rollup-rxbd1zg, r=Dylan-DPCbors-301/+357
2020-02-23canonicalize alloc ID before calling tag_static_base_pointerRalf Jung-1/+4
2020-02-23miri/machine: add canonical_alloc_id hook to replace find_foreign_staticRalf Jung-65/+57
2020-02-23Auto merge of #69084 - yaahc:delayed-doc-lint, r=petrochenkovbors-82/+89
2020-02-23Deduplicate identifier printing a bitVadim Petrochenkov-49/+66
2020-02-23bootstrap: Remove commit hash from LLVM version suffix to avoid rebuildsTomasz Miąsko-6/+2
2020-02-23Auto merge of #69351 - mati865:mingw-ultimate-fix, r=cramertjbors-9/+15