| Age | Commit message (Expand) | Author | Lines |
| 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 | Check the correct arena | Oliver Scherer | -1/+6 |
| 2019-01-01 | Remove unused function | Oliver Scherer | -8/+0 |
| 2019-01-01 | Macrofy more `Lift` impls | Oliver Scherer | -200/+48 |
| 2019-01-01 | Properly lift `Allocations` | Oliver Scherer | -9/+2 |
| 2019-01-01 | what is going on? | Oliver Scherer | -7/+7 |
| 2019-01-01 | Git is drunk | Oliver Scherer | -7/+7 |
| 2019-01-01 | rebase fallout | Oliver Scherer | -20/+29 |
| 2019-01-01 | Pacify tidy | Oliver Scherer | -1/+2 |
| 2019-01-01 | Undo a few - now unnecessary - changes | Oliver Scherer | -4/+2 |
| 2019-01-01 | Simplify bit inspection of a constant | Oliver Scherer | -14/+10 |
| 2019-01-01 | `<&'tcx ty::Const as Deref>::deref` | Oliver Scherer | -108/+86 |
| 2019-01-01 | `const_to_op` is now `lazy_const_to_op` | Oliver Scherer | -5/+5 |
| 2019-01-01 | Add `unwrap_usize` to `LazyConst`, too | Oliver Scherer | -34/+31 |
| 2019-01-01 | Simplify and fix some diagnostics around arrays | Oliver Scherer | -14/+10 |
| 2019-01-01 | Mingw is special wrt type sizes | Oliver Scherer | -1/+1 |
| 2019-01-01 | Move the `Unevaluated` constant arm upwards in the type structure | Oliver Scherer | -316/+405 |
| 2019-01-01 | Fix broken links to second edition TRPL. | Corey Farwell | -149/+149 |
| 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 | Fix backtraces on Windows | John Kåre Alsaker | -1/+10 |
| 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 | const-stabilize Ipv4Addr::new | Mazdak Farrokhzad | -2/+2 |
| 2018-12-31 | Clean up and optimize OpenTask / read_index | John Kåre Alsaker | -172/+131 |
| 2018-12-31 | const-stabilize const_int_ops + reverse_bits | Mazdak Farrokhzad | -143/+163 |
| 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 | Rename and fix nolink-with-link-args test | Mika Lehtinen | -13/+12 |