| Age | Commit message (Expand) | Author | Lines |
| 2019-11-07 | Rollup merge of #66017 - LukasKalbertodt:array-into-iter-lint, r=matthewjasper | Mazdak Farrokhzad | -2/+201 |
| 2019-11-07 | Rollup merge of #65974 - Centril:matcher-friendly-gating, r=petrochenkov | Mazdak Farrokhzad | -73/+106 |
| 2019-11-07 | Rollup merge of #65884 - Centril:non-hardcoded-abis, r=petrochenkov | Mazdak Farrokhzad | -463/+520 |
| 2019-11-07 | Rollup merge of #65752 - estebank:sugg, r=Centril | Mazdak Farrokhzad | -84/+243 |
| 2019-11-07 | Rollup merge of #59789 - eddyb:typeck-reverts, r=nikomatsakis | Mazdak Farrokhzad | -109/+71 |
| 2019-11-07 | syntax: use distinct FloatTy from rustc_target. | Mazdak Farrokhzad | -155/+123 |
| 2019-11-07 | test that extern lits accept raw strings annd escapes | Mazdak Farrokhzad | -0/+26 |
| 2019-11-07 | test that parser is oblivious to set of ABIs | Mazdak Farrokhzad | -0/+17 |
| 2019-11-07 | parser: allow ABIs from literal macro fragments | Mazdak Farrokhzad | -26/+63 |
| 2019-11-07 | cleanup can_begin_const_arg | Mazdak Farrokhzad | -3/+1 |
| 2019-11-07 | parser: don't hardcode ABIs into grammar | Mazdak Farrokhzad | -285/+296 |
| 2019-11-07 | Auto merge of #66175 - JohnTitor:rollup-ihqk5vn, r=JohnTitor | bors | -333/+316 |
| 2019-11-07 | Rollup merge of #66171 - JohnTitor:update-link, r=ehuss | Yuki Okushi | -1/+1 |
| 2019-11-07 | Rollup merge of #66147 - RalfJung:no-scalar-ptr, r=oli-obk | Yuki Okushi | -68/+38 |
| 2019-11-07 | Rollup merge of #66146 - 3442853561:patch-2, r=Mark-Simulacrum | Yuki Okushi | -2/+2 |
| 2019-11-07 | Rollup merge of #66117 - olegnn:fixed_linked_list_marker, r=RalfJung | Yuki Okushi | -5/+10 |
| 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 | 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-07 | Try with crate::error::Error | Pyry Kontio | -1/+1 |
| 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 | Auto merge of #65830 - Quantumplation:master, r=davidtwco,estebank | bors | -109/+139 |
| 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 |