| Age | Commit message (Expand) | Author | Lines |
| 2019-11-07 | Rollup merge of #66114 - golddranks:improve_thread_docs, r=Centril | Yuki Okushi | -0/+12 |
| 2019-11-07 | Rollup merge of #66111 - RalfJung:from_raw_parts, r=Centril | Yuki Okushi | -24/+61 |
| 2019-11-07 | Rollup merge of #66084 - petrochenkov:x86arm, r=alexcrichton | Yuki Okushi | -5/+1 |
| 2019-11-07 | Rollup merge of #66076 - RalfJung:qpath, r=davidtwco,oli-obk | Yuki Okushi | -0/+9 |
| 2019-11-07 | Rollup merge of #66044 - RalfJung:uninit-lint, r=oli-obk | Yuki Okushi | -9/+104 |
| 2019-11-07 | Rollup merge of #65945 - tmiasko:long-linker-command-line, r=alexcrichton | Yuki Okushi | -29/+44 |
| 2019-11-07 | Rollup merge of #65794 - Centril:unimpl-internal, r=varkor | Yuki Okushi | -190/+34 |
| 2019-11-07 | Auto merge of #65750 - nnethercote:cheaper-doc-comments, r=petrochenkov | bors | -151/+234 |
| 2019-11-07 | Fix other broken link | Yuki Okushi | -1/+1 |
| 2019-11-06 | Fix libfmt_macros tests | Esteban Küber | -26/+40 |
| 2019-11-06 | Auto merge of #65728 - ecstatic-morse:promotion-const-proj, r=eddyb | bors | -19/+22 |
| 2019-11-06 | review comments | Esteban Küber | -120/+121 |
| 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 |