about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-01-08Make `mk_eval_cx` private to const evalOliver Scherer-1/+1
2019-01-08Manually push a stack frame where no valid frame is neededOliver Scherer-35/+12
2019-01-05Don't actually create a full MIR stack frame when not neededOliver Scherer-3/+27
2019-01-03Auto merge of #56507 - nikomatsakis:polonius-integrate, r=MatthewJasperbors-6/+48
2019-01-02Add missing 'static bound for the Machine traitMatthew Jasper-1/+1
2019-01-02Wf-check the output type of a function in MIR-typeckMatthew Jasper-1/+39
2019-01-02adopt polonius-engine 0.6.2Niko Matsakis-2/+2
2019-01-02generate invalidations from 2-phase-borrow activationsNiko Matsakis-4/+46
2019-01-02Auto merge of #57243 - dingelish:master, r=sfacklerbors-12/+19
2019-01-02Auto merge of #57250 - codeworm96:tyerr_msg, r=varkorbors-105/+105
2019-01-02Auto merge of #57251 - petrochenkov:reregr, r=varkorbors-2/+15
2019-01-02Auto merge of #56827 - faern:eliminate-recv-timeout-panic, r=KodrAusbors-6/+30
2019-01-01Auto merge of #57209 - estebank:suggest-raw-ident, r=petrochenkovbors-0/+92
2019-01-01Merge remote-tracking branch 'upstream/master'Yu Ding-1372/+1699
2019-01-01syntax: Fix regression in diagnostics for patterns in trait method parametersVadim Petrochenkov-2/+15
2019-01-01Auto merge of #57125 - doitian:inconsistent-clone-doc, r=blussbors-9/+20
2019-01-01Remove min_const_unsafe_fn since it is stableYu Ding-2/+1
2019-01-01Auto merge of #55937 - davidtwco:issue-54943, r=pnkfelixbors-500/+804
2019-01-01Auto merge of #57210 - estebank:str-err, r=zackmdavisbors-11/+148
2019-01-01Auto merge of #57194 - matthiaskrgr:copyright_headers, r=Centrilbors-213/+13
2019-01-01Auto merge of #57199 - petrochenkov:ambig, r=estebankbors-54/+63
2018-12-31Improve type mismatch error messagesYuning Zhang-105/+105
2018-12-31Bound sgx target_env with fortanix as target_vendorYu Ding-12/+20
2018-12-31Auto merge of #56878 - petrochenkov:privdyn, r=arielb1bors-559/+621
2019-01-01Address review commentsVadim Petrochenkov-96/+126
2019-01-01privacy: Use common `DefId` visiting infra for all privacy visitorsVadim Petrochenkov-533/+565
2018-12-31Auto merge of #57047 - euclio:field-structured-suggestions, r=estebankbors-35/+50
2018-12-31Do not use unicode character in diagnostic helpEsteban Küber-4/+4
2018-12-31use structured suggestions for nonexistent fieldsAndy Russell-35/+50
2018-12-31Use structured suggestion for braceless unicode escape squenceEsteban Küber-16/+47
2018-12-31Account for `\xFF` and `\u{FF}` sequences in string format errorsEsteban Küber-1/+107
2018-12-31Update tests after rebaseEsteban Küber-0/+4
2018-12-31Address review commentsEsteban Küber-19/+68
2018-12-31Suggest using raw identifiers in 2018 edition when using keywordsEsteban Küber-8/+47
2018-12-31Auto merge of #57220 - quark-zju:mcount, r=estebankbors-1/+23
2018-12-31Fix inconsistent Clone documentation.ian-9/+20
2018-12-31Auto merge of #57061 - Zoxc:graph-refactor, r=michaelwoeristerbors-187/+193
2018-12-31Address commentsJohn Kåre Alsaker-12/+14
2018-12-31Use `entry` API to avoid double lookup when interning dep nodesJohn Kåre Alsaker-30/+39
2018-12-31Group dep node data into a single structureJohn Kåre Alsaker-170/+165
2018-12-31Auto merge of #57208 - estebank:issue-57198, r=petrochenkovbors-2/+30
2018-12-31Auto merge of #57044 - varkor:E0512-equal-type, r=matthewjasperbors-123/+149
2018-12-31Auto merge of #57035 - Zoxc:query-pref9, r=michaelwoeristerbors-23/+34
2018-12-30Fix variable string size problem in transmute testvarkor-3/+3
2018-12-30Address review comments: Remove new `PathResult` variantEsteban Küber-15/+6
2018-12-30Add `-Z instrument-mcount`Jun Wu-1/+23
2018-12-30Auto merge of #57213 - matthiaskrgr:clippy_submodule_upd, r=oli-obkbors-8/+8
2018-12-30submodules: update clippy from f7bdf500 to 39bd8449Matthias Krüger-8/+8
2018-12-30Auto merge of #57205 - petrochenkov:extrecov, r=estebankbors-47/+74
2018-12-30Guarantee `rustc_dump_user_substs` error order.David Wood-9/+24