| Age | Commit message (Expand) | Author | Lines |
| 2019-10-30 | Remove references to now unused `E0526` | Dylan MacKenzie | -2/+1 |
| 2019-10-29 | Stop emitting error in `qualify_consts` if promotion fails | Dylan MacKenzie | -11/+3 |
| 2019-10-29 | Emit errors in `promote_consts` when required promotion fails | Dylan MacKenzie | -1/+11 |
| 2019-10-29 | Add method to `Candidate` that determines its promotability rules | Dylan MacKenzie | -5/+12 |
| 2019-10-28 | Auto merge of #65421 - estebank:variants, r=petrochenkov | bors | -331/+600 |
| 2019-10-28 | Auto merge of #65188 - matthewjasper:stabilize-const-constructor, r=Centril | bors | -109/+45 |
| 2019-10-28 | Rollup merge of #65880 - Nadrieril:gather-usefulness-tests, r=varkor | Mazdak Farrokhzad | -3/+6 |
| 2019-10-28 | Rollup merge of #65873 - lzutao:doc-vec-from-raw-parts, r=rkruppe | Mazdak Farrokhzad | -1/+5 |
| 2019-10-28 | Rollup merge of #65849 - popzxc:document-librustc_lexer, r=petrochenkov | Mazdak Farrokhzad | -24/+225 |
| 2019-10-28 | Rollup merge of #65792 - Centril:split-syntax-2, r=petrochenkov | Mazdak Farrokhzad | -120/+130 |
| 2019-10-28 | Rollup merge of #65664 - anp:panic-location, r=eddyb | Mazdak Farrokhzad | -145/+331 |
| 2019-10-28 | Rollup merge of #64747 - ethanboxx:master, r=Centril | Mazdak Farrokhzad | -4/+1 |
| 2019-10-27 | Stabilize `const_constructor` | Matthew Jasper | -109/+45 |
| 2019-10-27 | Gather together usefulness tests | Nadrieril | -3/+6 |
| 2019-10-27 | Always use consteval to codegen caller_location. | Adam Perry | -63/+66 |
| 2019-10-27 | Implementation of const caller_location. | Adam Perry | -2/+90 |
| 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-27 | Point at local similarly named element and tweak references to variants | Esteban Küber | -331/+600 |
| 2019-10-27 | doc: explain why it is unsafe to construct Vec<u8> from Vec<u16> | Lzu Tao | -1/+5 |
| 2019-10-27 | librustc_lexer: Enhance documentation | Igor Aleksanov | -24/+225 |
| 2019-10-27 | Auto merge of #65869 - Centril:rollup-bzlo74f, r=Centril | bors | -459/+520 |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -88/+94 |
| 2019-10-27 | syntax/attr: reduce reliance on parser | Mazdak Farrokhzad | -32/+36 |
| 2019-10-27 | Rollup merge of #65855 - ObsidianMinor:extended_error/E0666, r=varkor | Mazdak Farrokhzad | -3/+28 |
| 2019-10-27 | Rollup merge of #65839 - ecstatic-morse:promo-sanity-fixes, r=eddyb | Mazdak Farrokhzad | -371/+240 |
| 2019-10-27 | Rollup merge of #65834 - Mark-Simulacrum:driver-clean, r=nikomatsakis | Mazdak Farrokhzad | -2/+0 |
| 2019-10-27 | Rollup merge of #65777 - matthewjasper:allow-impl-trait-expansion, r=davidtwco | Mazdak Farrokhzad | -28/+48 |
| 2019-10-27 | Rollup merge of #65738 - ohadravid:re-rebalance-coherence-allow-fundamental-l... | Mazdak Farrokhzad | -4/+42 |
| 2019-10-27 | Rollup merge of #65566 - estebank:let-expr-as-ty, r=Centril | Mazdak Farrokhzad | -51/+162 |
| 2019-10-27 | Auto merge of #65541 - eddyb:spanned-inferred-outlives, r=nikomatsakis | bors | -36/+62 |
| 2019-10-27 | Auto merge of #65519 - pnkfelix:issue-63438-trait-based-structural-match, r=m... | bors | -356/+730 |
| 2019-10-27 | Auto merge of #65288 - estebank:point-at-assoc-type, r=nikomatsakis | bors | -61/+304 |
| 2019-10-26 | Update with word change suggestion | ObsidianMinor | -1/+1 |
| 2019-10-26 | Auto merge of #65852 - flip1995:clippyup, r=Manishearth | bors | -13/+7 |
| 2019-10-26 | Add detailed explaination for E0666 | Sydney Acksman | -3/+28 |
| 2019-10-26 | Fix rebase | Esteban Küber | -0/+1 |
| 2019-10-26 | review comment: use `Default` | Esteban Küber | -9/+2 |
| 2019-10-26 | review comments and tweaks | Esteban Küber | -78/+119 |
| 2019-10-26 | Remove unnecessary error in test | Esteban Küber | -14/+4 |
| 2019-10-26 | Use heuristics to suggest assignment | Esteban Küber | -3/+89 |
| 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 |