| Age | Commit message (Expand) | Author | Lines |
| 2019-12-02 | Rollup merge of #66850 - eddyb:span-free-formats, r=oli-obk | Mazdak Farrokhzad | -13/+17 |
| 2019-12-02 | Rollup merge of #66789 - eddyb:mir-source-scope-local-data, r=oli-obk | Mazdak Farrokhzad | -129/+102 |
| 2019-12-02 | Rollup merge of #66346 - linkmauve:try-in-docstring, r=Dylan-DPC | Mazdak Farrokhzad | -156/+284 |
| 2019-12-01 | Rollup merge of #66896 - RalfJung:queries, r=Zoxc | Mazdak Farrokhzad | -7/+20 |
| 2019-12-01 | Rollup merge of #66890 - dtolnay:fmt4, r=Dylan-DPC | Mazdak Farrokhzad | -401/+373 |
| 2019-12-01 | Rollup merge of #66880 - aDotInTheVoid:add-E0203-long, r=GuillaumeGomez | Mazdak Farrokhzad | -2/+20 |
| 2019-12-01 | Rollup merge of #66832 - RalfJung:const-prop-no-alloc, r=oli-obk | Mazdak Farrokhzad | -14/+38 |
| 2019-12-01 | Rollup merge of #66790 - christianpoveda:check-set-discriminant, r=oli-obk | Mazdak Farrokhzad | -3/+2 |
| 2019-12-01 | Rollup merge of #66726 - CAD97:miri-recursion-limit, r=RalfJung | Mazdak Farrokhzad | -5/+1 |
| 2019-12-01 | Rollup merge of #66679 - mark-i-m:fix-anon-lifetime-errors, r=matthewjasper | Mazdak Farrokhzad | -165/+120 |
| 2019-12-01 | Rollup merge of #66662 - RalfJung:miri-test-liballoc, r=dtolnay | Mazdak Farrokhzad | -14/+24 |
| 2019-12-01 | Rollup merge of #66503 - thomasetter:panic-error-msg, r=joshtriplett | Mazdak Farrokhzad | -20/+59 |
| 2019-11-30 | Merge match branches | Christian Poveda | -4/+1 |
| 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-30 | Address review comments | Nixon | -5/+11 |
| 2019-11-30 | pass Queries to compiler callbacks | Ralf Jung | -7/+20 |
| 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 | Format liballoc with rustfmt | David Tolnay | -401/+373 |
| 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 | Use recursion_limit for const eval stack limit | cad97 | -5/+1 |
| 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 |