| Age | Commit message (Expand) | Author | Lines |
| 2019-01-08 | Make `mk_eval_cx` private to const eval | Oliver Scherer | -1/+1 |
| 2019-01-08 | Manually push a stack frame where no valid frame is needed | Oliver Scherer | -35/+12 |
| 2019-01-05 | Don't actually create a full MIR stack frame when not needed | Oliver Scherer | -3/+27 |
| 2019-01-03 | Auto merge of #56507 - nikomatsakis:polonius-integrate, r=MatthewJasper | bors | -6/+48 |
| 2019-01-02 | Add missing 'static bound for the Machine trait | Matthew Jasper | -1/+1 |
| 2019-01-02 | Wf-check the output type of a function in MIR-typeck | Matthew Jasper | -1/+39 |
| 2019-01-02 | adopt polonius-engine 0.6.2 | Niko Matsakis | -2/+2 |
| 2019-01-02 | generate invalidations from 2-phase-borrow activations | Niko Matsakis | -4/+46 |
| 2019-01-02 | Auto merge of #57243 - dingelish:master, r=sfackler | bors | -12/+19 |
| 2019-01-02 | Auto merge of #57250 - codeworm96:tyerr_msg, r=varkor | bors | -105/+105 |
| 2019-01-02 | Auto merge of #57251 - petrochenkov:reregr, r=varkor | bors | -2/+15 |
| 2019-01-02 | Auto merge of #56827 - faern:eliminate-recv-timeout-panic, r=KodrAus | bors | -6/+30 |
| 2019-01-01 | Auto merge of #57209 - estebank:suggest-raw-ident, r=petrochenkov | bors | -0/+92 |
| 2019-01-01 | Merge remote-tracking branch 'upstream/master' | Yu Ding | -1372/+1699 |
| 2019-01-01 | syntax: Fix regression in diagnostics for patterns in trait method parameters | Vadim Petrochenkov | -2/+15 |
| 2019-01-01 | Auto merge of #57125 - doitian:inconsistent-clone-doc, r=bluss | bors | -9/+20 |
| 2019-01-01 | Remove min_const_unsafe_fn since it is stable | Yu Ding | -2/+1 |
| 2019-01-01 | Auto merge of #55937 - davidtwco:issue-54943, r=pnkfelix | bors | -500/+804 |
| 2019-01-01 | Auto merge of #57210 - estebank:str-err, r=zackmdavis | bors | -11/+148 |
| 2019-01-01 | Auto merge of #57194 - matthiaskrgr:copyright_headers, r=Centril | bors | -213/+13 |
| 2019-01-01 | Auto merge of #57199 - petrochenkov:ambig, r=estebank | bors | -54/+63 |
| 2018-12-31 | Improve type mismatch error messages | Yuning Zhang | -105/+105 |
| 2018-12-31 | Bound sgx target_env with fortanix as target_vendor | Yu Ding | -12/+20 |
| 2018-12-31 | Auto merge of #56878 - petrochenkov:privdyn, r=arielb1 | bors | -559/+621 |
| 2019-01-01 | Address review comments | Vadim Petrochenkov | -96/+126 |
| 2019-01-01 | privacy: Use common `DefId` visiting infra for all privacy visitors | Vadim Petrochenkov | -533/+565 |
| 2018-12-31 | Auto merge of #57047 - euclio:field-structured-suggestions, r=estebank | bors | -35/+50 |
| 2018-12-31 | Do not use unicode character in diagnostic help | Esteban Küber | -4/+4 |
| 2018-12-31 | use structured suggestions for nonexistent fields | Andy Russell | -35/+50 |
| 2018-12-31 | Use structured suggestion for braceless unicode escape squence | Esteban Küber | -16/+47 |
| 2018-12-31 | Account for `\xFF` and `\u{FF}` sequences in string format errors | Esteban Küber | -1/+107 |
| 2018-12-31 | Update tests after rebase | Esteban Küber | -0/+4 |
| 2018-12-31 | Address review comments | Esteban Küber | -19/+68 |
| 2018-12-31 | Suggest using raw identifiers in 2018 edition when using keywords | Esteban Küber | -8/+47 |
| 2018-12-31 | Auto merge of #57220 - quark-zju:mcount, r=estebank | bors | -1/+23 |
| 2018-12-31 | Fix inconsistent Clone documentation. | ian | -9/+20 |
| 2018-12-31 | Auto merge of #57061 - Zoxc:graph-refactor, r=michaelwoerister | bors | -187/+193 |
| 2018-12-31 | Address comments | John Kåre Alsaker | -12/+14 |
| 2018-12-31 | Use `entry` API to avoid double lookup when interning dep nodes | John Kåre Alsaker | -30/+39 |
| 2018-12-31 | Group dep node data into a single structure | John Kåre Alsaker | -170/+165 |
| 2018-12-31 | Auto merge of #57208 - estebank:issue-57198, r=petrochenkov | bors | -2/+30 |
| 2018-12-31 | Auto merge of #57044 - varkor:E0512-equal-type, r=matthewjasper | bors | -123/+149 |
| 2018-12-31 | Auto merge of #57035 - Zoxc:query-pref9, r=michaelwoerister | bors | -23/+34 |
| 2018-12-30 | Fix variable string size problem in transmute test | varkor | -3/+3 |
| 2018-12-30 | Address review comments: Remove new `PathResult` variant | Esteban Küber | -15/+6 |
| 2018-12-30 | Add `-Z instrument-mcount` | Jun Wu | -1/+23 |
| 2018-12-30 | Auto merge of #57213 - matthiaskrgr:clippy_submodule_upd, r=oli-obk | bors | -8/+8 |
| 2018-12-30 | submodules: update clippy from f7bdf500 to 39bd8449 | Matthias Krüger | -8/+8 |
| 2018-12-30 | Auto merge of #57205 - petrochenkov:extrecov, r=estebank | bors | -47/+74 |
| 2018-12-30 | Guarantee `rustc_dump_user_substs` error order. | David Wood | -9/+24 |