| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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-30 | Tweak E0308 error for clarity | Esteban Küber | -72/+87 |
| 2018-12-31 | Auto merge of #57044 - varkor:E0512-equal-type, r=matthewjasper | bors | -123/+149 |
| 2018-12-31 | now that some intrisics are safe, use that fact. | Mazdak Farrokhzad | -0/+24 |
| 2018-12-31 | make some intrinsics safe. | Mazdak Farrokhzad | -9/+15 |
| 2018-12-31 | qualify_min_const_fn: improve note. | Mazdak Farrokhzad | -1/+2 |
| 2018-12-31 | unchecked_{shl,shr}: extend const tests. | Mazdak Farrokhzad | -15/+428 |
| 2018-12-31 | const stabilizations: adjust run-pass tests. | Mazdak Farrokhzad | -6/+0 |
| 2018-12-31 | stabilize const_int_sign | Mazdak Farrokhzad | -3/+0 |
| 2018-12-31 | stabilize const_int_rotate | Mazdak Farrokhzad | -10/+12 |
| 2018-12-31 | stabilize const_int_wrapping. | Mazdak Farrokhzad | -18/+32 |