| Age | Commit message (Expand) | Author | Lines |
| 2019-02-24 | Auto merge of #58691 - Centril:rollup, r=Centril | bors | -398/+583 |
| 2019-02-24 | hir: remove NodeId from MacroDef | ljedrz | -11/+11 |
| 2019-02-24 | doc: partially HirIdify visit_ast | ljedrz | -37/+38 |
| 2019-02-24 | middle: partially HirIdify stability | ljedrz | -29/+23 |
| 2019-02-24 | hir: remove NodeId from WhereEqPredicate | ljedrz | -4/+1 |
| 2019-02-24 | hir: remove NodeId from WhereClause | ljedrz | -9/+3 |
| 2019-02-24 | hir: remove NodeId from GenericParam | ljedrz | -46/+46 |
| 2019-02-24 | privacy: HirIdify ObsoleteVisiblePrivateTypesVisitor | ljedrz | -6/+6 |
| 2019-02-24 | passes: HirIdify Id | ljedrz | -16/+16 |
| 2019-02-24 | hir: remove NodeId from Lifetime and Ty | ljedrz | -82/+71 |
| 2019-02-24 | hir: impl Display for HirId | ljedrz | -0/+6 |
| 2019-02-24 | Rollup merge of #58642 - tspiteri:intra-rustdoc-prim-method, r=GuillaumeGomez | Mazdak Farrokhzad | -2/+42 |
| 2019-02-24 | Rollup merge of #58511 - oli-obk:const_to_op, r=RalfJung | Mazdak Farrokhzad | -126/+117 |
| 2019-02-24 | Rollup merge of #58454 - pitdicker:windows_stdio, r=alexcrichton | Mazdak Farrokhzad | -241/+273 |
| 2019-02-24 | Rollup merge of #58442 - cuviper:unix-weak, r=alexcrichton | Mazdak Farrokhzad | -8/+7 |
| 2019-02-24 | Rollup merge of #58183 - jethrogb:jb/alloc-box-guarantees, r=SimonSapin | Mazdak Farrokhzad | -0/+13 |
| 2019-02-24 | Rollup merge of #57364 - hdhoang:33418_negative_bounds, r=estebank | Mazdak Farrokhzad | -21/+131 |
| 2019-02-24 | Auto merge of #58304 - gnzlbg:simd_saturated, r=nagisa | bors | -9/+895 |
| 2019-02-24 | reduce a code repetition like (n << amt) >> amt | kenta7777 | -3/+2 |
| 2019-02-23 | Add unstable option to ignore should_panic tests. | memoryruins | -0/+45 |
| 2019-02-24 | Fix error index E0370 doctests on 32 bit platforms | Oliver Middleton | -2/+4 |
| 2019-02-24 | Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxc | bors | -263/+258 |
| 2019-02-24 | reduce miri code repetition like (n << amt) >> amt | kenta7777 | -2/+1 |
| 2019-02-24 | implement nth_back for Windows | Adrian Friedli | -0/+26 |
| 2019-02-23 | replace deprecated rustfmt_skip with rustfmt::skip | Marcel Hellwig | -7/+7 |
| 2019-02-23 | merge early and late passes into single struct | Andy Russell | -138/+68 |
| 2019-02-23 | move collapse and unindent docs passes earlier | Andy Russell | -16/+40 |
| 2019-02-23 | Auto merge of #57051 - Eijebong:parking_lot, r=nikomatsakis | bors | -45/+12 |
| 2019-02-23 | Fix an indexing error when using `x.py help` | varkor | -1/+1 |
| 2019-02-23 | fix build for Rust 2018 now that #58100 has been merged | Trevor Spiteri | -1/+1 |
| 2019-02-23 | rustdoc: support methods on primitives in intra-doc links | Trevor Spiteri | -2/+42 |
| 2019-02-23 | Auto merge of #58661 - ehuss:update-cargo, r=alexcrichton | bors | -0/+0 |
| 2019-02-23 | Use E0724 instead of E0723 as an error code | gnzlbg | -4/+4 |
| 2019-02-23 | fix link | Ralf Jung | -0/+2 |
| 2019-02-23 | expand type name | Ralf Jung | -17/+17 |
| 2019-02-23 | Apply suggestions from code review | Mazdak Farrokhzad | -18/+19 |
| 2019-02-23 | Fix attribute check | gnzlbg | -2/+3 |
| 2019-02-23 | Use pattern to match attributes | gnzlbg | -9/+5 |
| 2019-02-23 | Correct error message | gnzlbg | -6/+6 |
| 2019-02-23 | Implement ffi_returns_twice attribute | gnzlbg | -0/+79 |
| 2019-02-23 | Type check coercions to pointer types | Matthew Jasper | -15/+274 |
| 2019-02-23 | Auto merge of #58669 - Centril:rollup, r=Centril | bors | -765/+1125 |
| 2019-02-23 | Auto merge of #58655 - kennytm:download-docker-cache-with-timeout, r=alexcric... | bors | -1/+1 |
| 2019-02-23 | Correct OpenOptions::security_qos_flags documentation | Paul Dicker | -6/+20 |
| 2019-02-23 | Add debug-info to access variables from generator state | Wim Looman | -6/+39 |
| 2019-02-23 | Remove pub(crate) from stderr_raw | Paul Dicker | -13/+6 |
| 2019-02-23 | Rollup merge of #58667 - kenta7777:reduce-mir-code-repetition, r=petrochenkov | Mazdak Farrokhzad | -2/+2 |
| 2019-02-23 | Rollup merge of #58658 - pmccarter:align_msg, r=matthewjasper | Mazdak Farrokhzad | -8/+12 |
| 2019-02-23 | Rollup merge of #58654 - estebank:underflow, r=nikomatsakis | Mazdak Farrokhzad | -4/+8 |
| 2019-02-23 | Rollup merge of #58648 - pnkfelix:issue-23926-update-tests, r=nikomatsakis | Mazdak Farrokhzad | -12/+24 |