| Age | Commit message (Expand) | Author | Lines |
| 2019-07-22 | Rollup merge of #62810 - fakenine:normalize_use_of_backticks_compiler_message... | Mazdak Farrokhzad | -65/+65 |
| 2019-07-22 | Rollup merge of #62799 - RalfJung:uninit-array, r=Centril | Mazdak Farrokhzad | -10/+34 |
| 2019-07-22 | Rollup merge of #62788 - fakenine:normalize_use_of_backticks_compiler_message... | Mazdak Farrokhzad | -3/+3 |
| 2019-07-22 | Rollup merge of #62787 - Indy2222:master, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+2 |
| 2019-07-22 | Rollup merge of #62746 - RalfJung:deprecated, r=KodrAus | Mazdak Farrokhzad | -19/+18 |
| 2019-07-22 | Rollup merge of #62713 - SimonSapin:cast, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-07-22 | Rollup merge of #62709 - nhynes:test-maplike-fromiter, r=cuviper | Mazdak Farrokhzad | -2/+6 |
| 2019-07-22 | Fix or ignore regressed tests | Vadim Petrochenkov | -3/+12 |
| 2019-07-22 | tests: Require run-pass tests without annotations to run successfully again | Vadim Petrochenkov | -1/+3 |
| 2019-07-21 | ci: pin awscli dependencies | Pietro Albini | -0/+13 |
| 2019-07-21 | tidy is being silly | Ralf Jung | -5/+2 |
| 2019-07-21 | use a const to hack around promotion limitations | Ralf Jung | -2/+10 |
| 2019-07-21 | normalize use of backticks in compiler messages for librustc_lint | Samy Kacimi | -65/+65 |
| 2019-07-21 | Auto merge of #59706 - matklad:the-essence-of-lexer, r=petrochenkov | bors | -1259/+1327 |
| 2019-07-21 | Auto merge of #60913 - spastorino:place2_4, r=oli-obk | bors | -989/+1735 |
| 2019-07-20 | Introduce rustc_lexer | Aleksey Kladov | -1259/+1327 |
| 2019-07-20 | Auto merge of #62789 - GuillaumeGomez:update-pulldown-cmark, r=Manishearth | bors | -1/+1 |
| 2019-07-20 | Update pulldown-cmark version | Guillaume Gomez | -1/+1 |
| 2019-07-20 | Auto merge of #62710 - estebank:bad-named-args, r=petrochenkov | bors | -34/+53 |
| 2019-07-20 | Avoid cloning Place in check_and_patch | Santiago Pastorino | -12/+13 |
| 2019-07-20 | Avoid cloning Place in visit_rvalue | Santiago Pastorino | -4/+4 |
| 2019-07-20 | Avoid cloning Place in assign #2 | Santiago Pastorino | -8/+2 |
| 2019-07-20 | Avoid cloning Place in assign #1 | Santiago Pastorino | -8/+3 |
| 2019-07-20 | Avoid cloning Place in in_projection_structurally | Santiago Pastorino | -20/+20 |
| 2019-07-20 | Avoid cloning Place in is_stable | Santiago Pastorino | -5/+6 |
| 2019-07-20 | Avoid unneeded else branches | Santiago Pastorino | -22/+13 |
| 2019-07-20 | Avoid cloning Place in gather_init | Santiago Pastorino | -13/+13 |
| 2019-07-20 | Avoid cloning Place in calculate_fake_borrows | Santiago Pastorino | -9/+18 |
| 2019-07-20 | Avoid cloning Place in limit_capture_mutability | Santiago Pastorino | -3/+3 |
| 2019-07-20 | Avoid cloning Place in report_cannot_move_from_borrowed_content | Santiago Pastorino | -12/+12 |
| 2019-07-20 | Avoid cloning Place in report_cannot_move_from_static | Santiago Pastorino | -4/+4 |
| 2019-07-20 | Avoid cloning Place in check_access_permissions | Santiago Pastorino | -28/+36 |
| 2019-07-20 | Avoid cloning Place in append_place_to_string | Santiago Pastorino | -14/+15 |
| 2019-07-20 | Avoid cloning Place in classify_drop_access_kind | Santiago Pastorino | -5/+5 |
| 2019-07-20 | Avoid cloning Place in describe_place_for_conflicting_borrow | Santiago Pastorino | -37/+42 |
| 2019-07-20 | Avoid cloning Place in report_use_of_moved_or_uninitialized and friends | Santiago Pastorino | -231/+253 |
| 2019-07-20 | Remove explicit lifetime | Santiago Pastorino | -3/+3 |
| 2019-07-20 | Remove explicit return from last line of fn | Santiago Pastorino | -1/+1 |
| 2019-07-20 | Avoid cloning Place in codegen_place | Santiago Pastorino | -40/+51 |
| 2019-07-20 | Implement Place::as_place_ref | Santiago Pastorino | -6/+8 |
| 2019-07-20 | Avoid cloning place in LocalAnalyzer visitor | Santiago Pastorino | -56/+91 |
| 2019-07-20 | Migrate from Place enum to Place struct | Santiago Pastorino | -790/+1461 |
| 2019-07-20 | Auto merge of #62008 - ia0:issues_61053, r=petrochenkov | bors | -68/+946 |
| 2019-07-19 | Auto merge of #62705 - petrochenkov:oh-bye-mark, r=matthewjasper | bors | -372/+378 |
| 2019-07-19 | Implement checks for meta-variables in macros | Julien Cretin | -47/+913 |
| 2019-07-19 | Remember the span of the Kleene operator in macros | Julien Cretin | -21/+33 |
| 2019-07-19 | Auto merge of #62690 - alexcrichton:azure-update, r=pietroalbini | bors | -7/+41 |
| 2019-07-19 | avoid uninit_array! macro where it is not needed | Ralf Jung | -5/+4 |
| 2019-07-19 | azure: Prepare configuration for 4-core machines | Alex Crichton | -7/+41 |
| 2019-07-19 | use const array repeat expressions for uninit_array | Ralf Jung | -10/+30 |