| Age | Commit message (Expand) | Author | Lines |
| 2019-12-31 | Auto merge of #67726 - JohnTitor:clippy-up, r=oli-obk | bors | -7/+9 |
| 2019-12-31 | Auto merge of #67764 - Centril:rollup-ycbq3os, r=Centril | bors | -509/+713 |
| 2019-12-31 | Rollup merge of #67748 - MaskRay:frame-pointer, r=rkruppe | Mazdak Farrokhzad | -9/+19 |
| 2019-12-31 | Rollup merge of #67744 - Centril:reduce-diversity, r=petrochenkov | Mazdak Farrokhzad | -142/+147 |
| 2019-12-31 | Rollup merge of #67730 - Centril:typeck-pat-cleanup, r=estebank | Mazdak Farrokhzad | -244/+418 |
| 2019-12-31 | Rollup merge of #67702 - crlf0710:normalize_ident2, r=petrochenkov | Mazdak Farrokhzad | -15/+14 |
| 2019-12-31 | Rollup merge of #67685 - lukaslueg:const_result, r=oli-obk | Mazdak Farrokhzad | -3/+7 |
| 2019-12-31 | Rollup merge of #67574 - Centril:librustc_lowering, r=Mark-Simulacrum | Mazdak Farrokhzad | -96/+108 |
| 2019-12-31 | nix `lower_label` identity function. | Mazdak Farrokhzad | -21/+7 |
| 2019-12-31 | librustc_ast_lowering: fix misc fallout. | Mazdak Farrokhzad | -76/+78 |
| 2019-12-31 | librustc_ast_lowering: cargo changes. | Mazdak Farrokhzad | -1/+25 |
| 2019-12-31 | librustc_ast_lowering: move the files. | Mazdak Farrokhzad | -0/+0 |
| 2019-12-31 | Auto merge of #67699 - cjgillot:passes-resolve, r=Zoxc | bors | -2866/+2915 |
| 2019-12-31 | Constify Result | Lukas Lueg | -3/+7 |
| 2019-12-31 | Auto merge of #67752 - Dylan-DPC:rollup-7f9v4nx, r=Dylan-DPC | bors | -909/+920 |
| 2019-12-31 | Rollup merge of #67735 - petrochenkov:uibool, r=Mark-Simulacrum | Dylan DPC | -27/+17 |
| 2019-12-31 | Rollup merge of #67723 - ldm0:E0477, r=Dylan-DPC | Dylan DPC | -3/+54 |
| 2019-12-31 | Rollup merge of #67697 - cjgillot:passes-scope-tree, r=Zoxc | Dylan DPC | -877/+847 |
| 2019-12-31 | Rollup merge of #67430 - tspiteri:minus-inf, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2019-12-31 | Update Clippy | Yuki Okushi | -7/+9 |
| 2019-12-31 | Auto merge of #67597 - estebank:placeholder-type, r=oli-obk | bors | -119/+516 |
| 2019-12-31 | Simplify ResolveLiftimes creation. | Camille GILLOT | -62/+31 |
| 2019-12-31 | Review comments. | Camille GILLOT | -13/+5 |
| 2019-12-31 | Inert doc comments. | Camille GILLOT | -0/+2 |
| 2019-12-31 | Move resolve_lifetimes query in librustc_resolve. | Camille GILLOT | -102/+188 |
| 2019-12-31 | Move resolve_lifetime.rs to librustc_resolve. | Camille GILLOT | -0/+0 |
| 2019-12-30 | Use function attribute "frame-pointer" instead of "no-frame-pointer-elim" | Fangrui Song | -9/+19 |
| 2019-12-31 | parser: bug -> span_bug | Mazdak Farrokhzad | -7/+6 |
| 2019-12-31 | parser::diagnostics: remove fn fatal | Mazdak Farrokhzad | -10/+9 |
| 2019-12-31 | parser::pat: remove .fatal calls | Mazdak Farrokhzad | -14/+23 |
| 2019-12-31 | parser::path: remove .fatal calls | Mazdak Farrokhzad | -10/+15 |
| 2019-12-31 | parser::module: remove .fatal calls | Mazdak Farrokhzad | -1/+2 |
| 2019-12-31 | parser::item: remove .fatal calls | Mazdak Farrokhzad | -8/+7 |
| 2019-12-31 | parser::attr: remove .fatal calls | Mazdak Farrokhzad | -2/+4 |
| 2019-12-31 | process_potential_macro_variable: de-fatalize an error | Mazdak Farrokhzad | -2/+1 |
| 2019-12-31 | parser: span_fatal -> struct_span_err | Mazdak Farrokhzad | -12/+8 |
| 2019-12-31 | de-fatalize some errors | Mazdak Farrokhzad | -9/+17 |
| 2019-12-31 | parser: call .struct_span_err directly | Mazdak Farrokhzad | -68/+56 |
| 2019-12-31 | Auto merge of #67032 - cjgillot:hirene, r=Zoxc | bors | -333/+186 |
| 2019-12-31 | Inline and remove `nfc_symbol_from` method. | Charles Lew | -8/+1 |
| 2019-12-31 | Add symbol normalization for proc_macro_server. | Charles Lew | -8/+14 |
| 2019-12-30 | Enlarge smallvec. | Camille GILLOT | -2/+2 |
| 2019-12-30 | Reduce allocations. | Camille GILLOT | -9/+8 |
| 2019-12-30 | review comments and fix rebase | Esteban Küber | -19/+14 |
| 2019-12-30 | Auto merge of #67707 - petrochenkov:crateren, r=Centril | bors | -120/+117 |
| 2019-12-30 | Support `-Z ui-testing=yes/no` | Vadim Petrochenkov | -27/+17 |
| 2019-12-30 | Rename `rustc_resolve/resolve_imports.rs` -> `rustc_resolve/imports.rs` | Vadim Petrochenkov | -8/+8 |
| 2019-12-30 | Rename `libsyntax_ext` and `libsyntax_expand` in code | Vadim Petrochenkov | -72/+69 |
| 2019-12-30 | Make things build again | Vadim Petrochenkov | -47/+47 |
| 2019-12-30 | Rename directories for some crates from `syntax_x` to `rustc_x` | Vadim Petrochenkov | -0/+0 |