| Age | Commit message (Expand) | Author | Lines |
| 2019-10-27 | Panicking infra uses &core::panic::Location. | Adam Perry | -127/+130 |
| 2019-10-27 | Implement core::intrinsics::caller_location. | Adam Perry | -3/+95 |
| 2019-10-26 | Auto merge of #65852 - flip1995:clippyup, r=Manishearth | bors | -13/+7 |
| 2019-10-26 | Update Clippy | flip1995 | -13/+7 |
| 2019-10-26 | Auto merge of #65167 - hermitcore:rusty-hermit, r=alexcrichton | bors | -450/+2310 |
| 2019-10-26 | Auto merge of #65845 - Centril:rollup-28jtjfc, r=Centril | bors | -465/+957 |
| 2019-10-26 | Rollup merge of #65842 - GuillaumeGomez:more-search-information, r=Dylan-DPC | Mazdak Farrokhzad | -0/+8 |
| 2019-10-26 | Rollup merge of #65828 - bjorn3:add_source_info_eq_hash, r=petrochenkov | Mazdak Farrokhzad | -1/+3 |
| 2019-10-26 | Rollup merge of #65824 - eddyb:def-key-copy, r=varkor | Mazdak Farrokhzad | -8/+8 |
| 2019-10-26 | Rollup merge of #65791 - dorfsmay:doc_keyword_continue, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+33 |
| 2019-10-26 | Rollup merge of #65773 - estebank:sugg-whitespace, r=Centril | Mazdak Farrokhzad | -14/+744 |
| 2019-10-26 | Rollup merge of #65772 - mark-i-m:final-readmes, r=nikomatsakis | Mazdak Farrokhzad | -400/+8 |
| 2019-10-26 | Rollup merge of #65761 - popzxc:document-ast, r=petrochenkov | Mazdak Farrokhzad | -26/+112 |
| 2019-10-26 | Rollup merge of #65743 - eddyb:generator-on-call, r=matthewjasper | Mazdak Farrokhzad | -14/+41 |
| 2019-10-26 | Add more information on search | Guillaume Gomez | -0/+8 |
| 2019-10-26 | update miri | Ralf Jung | -7/+7 |
| 2019-10-26 | use plain cargo to install xargo | Ralf Jung | -11/+1 |
| 2019-10-26 | bootstrap now takes care of installing xargo | Ralf Jung | -4/+21 |
| 2019-10-26 | update Miri | Ralf Jung | -7/+7 |
| 2019-10-26 | libsyntax: Document ast module | Igor Aleksanov | -26/+112 |
| 2019-10-26 | Auto merge of #63812 - eddyb:promo-sanity, r=oli-obk | bors | -57/+789 |
| 2019-10-26 | rustc_mir: use the new validator's Qualif in promotion. | Eduard-Mihai Burtescu | -49/+120 |
| 2019-10-26 | rustc_mir: double-check const-promotion candidates for sanity. | Eduard-Mihai Burtescu | -30/+691 |
| 2019-10-25 | Derive Eq and Hash for SourceInfo again | bjorn3 | -1/+3 |
| 2019-10-26 | Rollup merge of #65810 - raoulstrackx:ac_mitigation, r=nagisa | Yuki Okushi | -1/+7 |
| 2019-10-26 | Rollup merge of #65806 - fusion-engineering-forks:slice-ptr-range, r=Centril | Yuki Okushi | -1/+81 |
| 2019-10-26 | Rollup merge of #65800 - michaelwoerister:measureme-0.4.0, r=wesleywiser | Yuki Okushi | -100/+30 |
| 2019-10-26 | Rollup merge of #65799 - LukasKalbertodt:fill-array-value-iter-tracking-issue... | Yuki Okushi | -11/+11 |
| 2019-10-26 | Rollup merge of #65749 - Centril:insurance-policy, r=RalfJung | Yuki Okushi | -1/+5 |
| 2019-10-25 | rustc: replace a few `.cloned()` with `.copied()`. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-10-25 | rustc: make DefPathData (and friends) Copy (now that it uses Symbol). | Eduard-Mihai Burtescu | -5/+5 |
| 2019-10-25 | Fix slice::as_ptr_range doctest. | Mara Bos | -7/+10 |
| 2019-10-25 | Take out an insurance policy in case `iter.size_hint()` | Mazdak Farrokhzad | -1/+5 |
| 2019-10-25 | Add {String,Vec}::into_raw_parts | Jake Goulding | -0/+73 |
| 2019-10-25 | Use ManuallyDrop in examples for {Vec,String}::from_raw_parts | Jake Goulding | -12/+14 |
| 2019-10-25 | Remove unneeded pointer casting | Jake Goulding | -6/+6 |
| 2019-10-25 | forgot pushfq/popqfq: fixed | Raoul Strackx | -0/+2 |
| 2019-10-25 | Explain why pointer::add in slice::as_ptr_range is safe. | Mara Bos | -0/+18 |
| 2019-10-25 | cleaning up code | Raoul Strackx | -9/+4 |
| 2019-10-25 | removed unnecessary push | Raoul Strackx | -1/+0 |
| 2019-10-25 | Add slice_ptr_range tracking issue number. | Mara Bos | -2/+2 |
| 2019-10-25 | Add [T]::as_ptr_range() and [T]::as_mut_ptr_range(). | Mara Bos | -1/+60 |
| 2019-10-25 | Rollup merge of #65790 - Centril:move-report-invalid, r=davidtwco | Mazdak Farrokhzad | -19/+20 |
| 2019-10-25 | Rollup merge of #65789 - Centril:with-desugared-doc, r=davidtwco | Mazdak Farrokhzad | -31/+31 |
| 2019-10-25 | Rollup merge of #65787 - Centril:panictry, r=davidtwco | Mazdak Farrokhzad | -17/+17 |
| 2019-10-25 | Rollup merge of #65740 - GuillaumeGomez:fix-disable-shortcut-feature, r=Dylan... | Mazdak Farrokhzad | -1/+1 |
| 2019-10-25 | Rollup merge of #65731 - fusion-engineering-forks:set-extension, r=dtolnay | Mazdak Farrokhzad | -11/+15 |
| 2019-10-25 | Rollup merge of #65685 - oxalica:statx-eperm, r=alexcrichton | Mazdak Farrokhzad | -42/+55 |
| 2019-10-25 | Rollup merge of #65315 - spastorino:intern-place-projection, r=oli-obk | Mazdak Farrokhzad | -1057/+1147 |
| 2019-10-25 | Rollup merge of #65074 - Rantanen:json-byte-pos, r=matklad | Mazdak Farrokhzad | -22/+543 |