| Age | Commit message (Expand) | Author | Lines |
| 2019-11-06 | Suggest missing item from `trait` in `impl` | Esteban Küber | -34/+192 |
| 2019-11-06 | rename cfg(rustdoc) into cfg(doc) | Guillaume Gomez | -36/+36 |
| 2019-11-07 | Try with crate::error::Error | Pyry Kontio | -1/+1 |
| 2019-11-06 | Split slice-patterns test as suggested by Centril | Nadrieril | -89/+109 |
| 2019-11-06 | Add test for promotability in `let` | Dylan MacKenzie | -0/+17 |
| 2019-11-06 | Factor out constructing a new wildcard pattern | Nadrieril | -10/+11 |
| 2019-11-06 | Apply suggestions from code review | Nadrieril Feneanar | -9/+8 |
| 2019-11-06 | Remove `IsNotPromotable` and `IsNotImplicitlyPromotable` | Dylan MacKenzie | -235/+11 |
| 2019-11-06 | Remove `promotion_candidates` from `Checker` | Dylan MacKenzie | -131/+12 |
| 2019-11-06 | Remove `valid_promotion_candidates` | Dylan MacKenzie | -73/+39 |
| 2019-11-06 | using 2.0.log(2.0) in examples does not make it clear which is the base and ... | Srinivas Reddy Thatiparthy | -9/+9 |
| 2019-11-06 | Replace `array.into_iter()` with `iter()` in `libtest/tests.rs` | Lukas Kalbertodt | -2/+2 |
| 2019-11-06 | Add UI test for `array.into_iter()` lint | Lukas Kalbertodt | -0/+103 |
| 2019-11-06 | Add future incompatibility lint for `array.into_iter()` | Lukas Kalbertodt | -0/+96 |
| 2019-11-06 | Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-extern-C-fn, ... | bors | -37/+521 |
| 2019-11-06 | Make doc comments cheaper with `AttrKind`. | Nicholas Nethercote | -147/+233 |
| 2019-11-06 | Remove unnecessary `Deref` impl for `Attribute`. | Nicholas Nethercote | -44/+41 |
| 2019-11-06 | rollback gating for failing macro matchers | Mazdak Farrokhzad | -6/+42 |
| 2019-11-06 | revamp pre-expansion gating infra | Mazdak Farrokhzad | -68/+65 |
| 2019-11-06 | Fix markdown link | Ralf Jung | -1/+1 |
| 2019-11-06 | patterns_in_fns_without_body -> deny | Mazdak Farrokhzad | -41/+41 |
| 2019-11-06 | ill_formed_attribute_input -> deny | Mazdak Farrokhzad | -32/+28 |
| 2019-11-06 | nested_impl_trait -> error | Mazdak Farrokhzad | -300/+57 |
| 2019-11-06 | duplicate_macro_exports -> error | Mazdak Farrokhzad | -60/+9 |
| 2019-11-06 | parenthesized_params_in_types_and_modules -> error | Mazdak Farrokhzad | -158/+59 |
| 2019-11-06 | safe_extern_static -> error | Mazdak Farrokhzad | -94/+57 |
| 2019-11-06 | legacy_directory_ownership -> error | Mazdak Farrokhzad | -53/+9 |
| 2019-11-06 | legacy_ctor_visibility -> error | Mazdak Farrokhzad | -79/+13 |
| 2019-11-06 | The unsafety in `iter.rs` is already documented wonderfully | Oliver Scherer | -5/+8 |
| 2019-11-06 | Rebase fallout | Oliver Scherer | -30/+28 |
| 2019-11-06 | Silence a deprecation warning | Oliver Scherer | -0/+1 |
| 2019-11-06 | Halloween... time to get rid of 👻 | Oliver Scherer | -15/+19 |
| 2019-11-06 | Have tidy ensure that we document all `unsafe` blocks in libcore | Oliver Scherer | -5/+137 |
| 2019-11-06 | Auto merge of #65830 - Quantumplation:master, r=davidtwco,estebank | bors | -109/+139 |
| 2019-11-06 | When a URL hash refers to a hidden element, it makes the element visible | Guillaume Gomez | -10/+51 |
| 2019-11-06 | --bless | Ralf Jung | -2/+2 |
| 2019-11-06 | improve a comment | Ralf Jung | -1/+1 |
| 2019-11-06 | remvoe to_scalar_ptr and use ref_to_mplace everywhere | Ralf Jung | -62/+30 |
| 2019-11-06 | miri cast: avoid unnecessary to_scalar_ptr | Ralf Jung | -3/+5 |
| 2019-11-06 | Update local.rs | 3442853561 | -2/+2 |
| 2019-11-06 | Fix the Error linking. | Pyry Kontio | -1/+1 |
| 2019-11-06 | gate rustc_on_unimplemented under rustc_attrs | Mazdak Farrokhzad | -190/+34 |
| 2019-11-06 | Rollup merge of #66139 - euclio:pluralize, r=nagisa | Mazdak Farrokhzad | -57/+57 |
| 2019-11-06 | Rollup merge of #66133 - alexcrichton:update-wasi-libc, r=Mark-Simulacrum | Mazdak Farrokhzad | -7/+7 |
| 2019-11-06 | Rollup merge of #66103 - smaeul:patch/thumb-musl, r=nagisa | Mazdak Farrokhzad | -0/+38 |
| 2019-11-06 | Rollup merge of #66092 - niacat:master, r=nagisa | Mazdak Farrokhzad | -1/+2 |
| 2019-11-06 | Rollup merge of #66086 - RalfJung:smallvec, r=nagisa | Mazdak Farrokhzad | -22/+22 |
| 2019-11-06 | Rollup merge of #66062 - smaeul:patch/pic-level, r=estebank | Mazdak Farrokhzad | -0/+9 |
| 2019-11-06 | Rollup merge of #66015 - popzxc:refactor-librustc_parser, r=matklad | Mazdak Farrokhzad | -122/+159 |
| 2019-11-06 | Rollup merge of #65973 - eddyb:caller-location-panic, r=petrochenkov | Mazdak Farrokhzad | -33/+51 |