| Age | Commit message (Expand) | Author | Lines |
| 2019-11-30 | Rollup merge of #66895 - Centril:rustc_feature, r=oli-obk | Mazdak Farrokhzad | -460/+426 |
| 2019-11-30 | Rollup merge of #66894 - dtolnay:prelude, r=Centril | Mazdak Farrokhzad | -3/+0 |
| 2019-11-30 | Rollup merge of #66889 - dtolnay:fmt6, r=rkruppe | Mazdak Farrokhzad | -1263/+1288 |
| 2019-11-30 | Rollup merge of #66883 - eddyb:we-cant-have-nice-things, r=oli-obk | Mazdak Farrokhzad | -22/+41 |
| 2019-11-30 | Rollup merge of #66870 - tmiasko:simplify-ty, r=oli-obk | Mazdak Farrokhzad | -1/+102 |
| 2019-11-30 | Rollup merge of #66858 - 0dvictor:capi, r=rkruppe | Mazdak Farrokhzad | -16/+6 |
| 2019-11-30 | Rollup merge of #66759 - CAD97:patch-3, r=KodrAus | Mazdak Farrokhzad | -0/+3 |
| 2019-11-30 | Rollup merge of #66705 - pitdicker:atomic_mut_ptr, r=KodrAus | Mazdak Farrokhzad | -5/+80 |
| 2019-11-30 | Rollup merge of #66612 - Nadrieril:or-patterns-initial, r=varkor | Mazdak Farrokhzad | -15/+291 |
| 2019-11-30 | Apply suggestions from code review | Nadrieril Feneanar | -3/+3 |
| 2019-11-30 | Auto merge of #66887 - dtolnay:rollup-uxowp8d, r=Centril | bors | -5416/+6132 |
| 2019-11-30 | Fill tracking issue | Paul Dicker | -2/+2 |
| 2019-11-30 | Document why as_mut_ptr is safe | Paul Dicker | -0/+12 |
| 2019-11-29 | Remove unneeded prelude imports in libcore tests | David Tolnay | -3/+0 |
| 2019-11-30 | derive(Default) for Features | Mazdak Farrokhzad | -14/+4 |
| 2019-11-30 | move GateIssue to rustc_feature & simplify emit_feature_err | Mazdak Farrokhzad | -165/+159 |
| 2019-11-30 | update rustc_feature crate docs | Mazdak Farrokhzad | -8/+6 |
| 2019-11-30 | tidy: adjust feature gating path | Mazdak Farrokhzad | -1/+1 |
| 2019-11-29 | Make libcore/unicode/tables.rs compatible with rustfmt | David Tolnay | -29/+36 |
| 2019-11-29 | Make libcore/unicode/printable.rs compatible with rustfmt | David Tolnay | -4/+11 |
| 2019-11-29 | Make dec2flt_table compatible with rustfmt | David Tolnay | -1230/+1241 |
| 2019-11-29 | Rollup merge of #66847 - dtolnay:_fmt, r=joshtriplett | David Tolnay | -36/+49 |
| 2019-11-29 | Rollup merge of #66820 - dtolnay:fmt3, r=Dylan-DPC | David Tolnay | -2662/+2899 |
| 2019-11-29 | Rollup merge of #66819 - dtolnay:fmt2, r=kennytm | David Tolnay | -2285/+2527 |
| 2019-11-29 | Bless ui test for libstd reformat | David Tolnay | -2/+2 |
| 2019-11-29 | Format libstd with rustfmt | David Tolnay | -2660/+2897 |
| 2019-11-29 | Format libstd/sys with rustfmt | David Tolnay | -2285/+2527 |
| 2019-11-29 | Format libstd/os with rustfmt | David Tolnay | -433/+657 |
| 2019-11-30 | check.rs: inline a constant | Mazdak Farrokhzad | -4/+4 |
| 2019-11-30 | Auto merge of #66873 - RalfJung:miri-args, r=dtolnay | bors | -1/+7 |
| 2019-11-30 | move UnstableFeatures -> rustc_feature | Mazdak Farrokhzad | -55/+52 |
| 2019-11-30 | inline two explanation constants | Mazdak Farrokhzad | -19/+9 |
| 2019-11-30 | builtin_attrs.rs -> rustc_feature | Mazdak Farrokhzad | -27/+27 |
| 2019-11-30 | move is_builtin_attr to syntax::attr | Mazdak Farrokhzad | -17/+13 |
| 2019-11-30 | builtin_attrs: inline some strings | Mazdak Farrokhzad | -8/+5 |
| 2019-11-30 | simplify gated cfgs logic | Mazdak Farrokhzad | -51/+32 |
| 2019-11-30 | move AttributeTemplate to builtin_attrs | Mazdak Farrokhzad | -33/+34 |
| 2019-11-30 | move Stability to rustc_feature | Mazdak Farrokhzad | -12/+13 |
| 2019-11-30 | introduce crate rustc_feature and move active, accepted, and removed to it | Mazdak Farrokhzad | -52/+73 |
| 2019-11-30 | rustc_typeck: gate AnonConst's generics on feature(const_generics). | Eduard-Mihai Burtescu | -8/+6 |
| 2019-11-30 | rustc: fix ty::Const::eval's handling of inference variables. | Eduard-Mihai Burtescu | -14/+35 |
| 2019-11-29 | Rollup merge of #66872 - Mikotochan:patch-1, r=jonas-schievink | Ralf Jung | -1/+1 |
| 2019-11-29 | Rollup merge of #66844 - RalfJung:caller-location-leak, r=oli-obk | Ralf Jung | -5/+9 |
| 2019-11-29 | Rollup merge of #66837 - ohadravid:epsilon-doc, r=dtolnay | Ralf Jung | -2/+2 |
| 2019-11-29 | Rollup merge of #66808 - GuillaumeGomez:cleanup-err-code-3, r=Dylan-DPC | Ralf Jung | -14/+21 |
| 2019-11-29 | Rollup merge of #66793 - matthewjasper:record-static-refs, r=cramertj | Ralf Jung | -10/+69 |
| 2019-11-29 | Rollup merge of #66791 - cjgillot:arena, r=Mark-Simulacrum | Ralf Jung | -256/+328 |
| 2019-11-29 | Rollup merge of #66766 - RalfJung:panic-comments, r=SimonSapin | Ralf Jung | -28/+45 |
| 2019-11-29 | Rollup merge of #66613 - Areredify:trait-ref-print, r=eddyb | Ralf Jung | -42/+92 |
| 2019-11-29 | Rollup merge of #66589 - TheSamsa:master, r=Dylan-DPC | Ralf Jung | -4/+28 |