| Age | Commit message (Expand) | Author | Lines |
| 2019-07-23 | Update src/librustc_lexer/src/lib.rs | Aleksey Kladov | -1/+1 |
| 2019-07-22 | add rustc_private as a proper language feature gate | Aleksey Kladov | -8/+35 |
| 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 | azure: Prepare configuration for 4-core machines | Alex Crichton | -7/+41 |
| 2019-07-19 | Auto merge of #62679 - Xanewok:after-expansion, r=Zoxc | bors | -8/+20 |
| 2019-07-19 | hygiene: Tweak naming some more | Vadim Petrochenkov | -64/+65 |
| 2019-07-19 | Adjust other names after the `Mark` renaming | Vadim Petrochenkov | -192/+196 |
| 2019-07-19 | libsyntax: Remove `Mark` into `ExpnId` | Vadim Petrochenkov | -182/+183 |
| 2019-07-19 | Auto merge of #62694 - lundibundi:help-infer-fn-ret, r=eddyb | bors | -42/+125 |
| 2019-07-19 | Auto merge of #62684 - petrochenkov:scopevisit, r=davidtwco | bors | -1271/+1170 |
| 2019-07-18 | Auto merge of #61749 - davidtwco:rfc-2203-const-array-repeat-exprs, r=eddyb | bors | -142/+659 |
| 2019-07-18 | Auto merge of #62782 - Mark-Simulacrum:rollup-1hz5ya6, r=Mark-Simulacrum | bors | -299/+319 |
| 2019-07-18 | Rollup merge of #62778 - jsgf:notify-dep-info, r=petrochenkov | Mark Rousskov | -6/+14 |
| 2019-07-18 | Rollup merge of #62777 - gilescope:self-referencial-to-recursion, r=eddyb | Mark Rousskov | -18/+36 |
| 2019-07-18 | Rollup merge of #62774 - smaeul:pr/simd-tests, r=petrochenkov | Mark Rousskov | -0/+4 |
| 2019-07-18 | Rollup merge of #62764 - fakenine:normalize_use_of_backticks_compiler_message... | Mark Rousskov | -177/+177 |
| 2019-07-18 | Rollup merge of #62752 - nikic:llvm-disable-z3, r=alexcrichton | Mark Rousskov | -0/+1 |