| Age | Commit message (Expand) | Author | Lines |
| 2019-07-09 | Rollup merge of #62526 - fakenine:normalize_use_of_backticks_compiler_message... | Mazdak Farrokhzad | -680/+680 |
| 2019-07-09 | Rollup merge of #62520 - pnkfelix:add-test-for-42574, r=alexcrichton | Mazdak Farrokhzad | -0/+39 |
| 2019-07-09 | Rollup merge of #62450 - nagisa:reclimit, r=pnkfelix | Mazdak Farrokhzad | -28/+388 |
| 2019-07-09 | Rollup merge of #62417 - alexreg:fix-self-in-type-alias, r=pnkfelix | Mazdak Farrokhzad | -3/+50 |
| 2019-07-09 | Auto merge of #62233 - matthewjasper:exit-arm-scopes, r=pnkfelix | bors | -0/+21 |
| 2019-07-09 | normalize use of backticks in compiler messages for libsyntax/feature_gate | Samy Kacimi | -680/+680 |
| 2019-07-09 | Regression test for issue 42574. | Felix S. Klock II | -0/+39 |
| 2019-07-09 | Rollup merge of #62090 - davidtwco:ice-async-await-out-of-range-substitution,... | Mazdak Farrokhzad | -0/+127 |
| 2019-07-08 | Rollup merge of #62478 - fakenine:normalize_use_of_backticks_compiler_message... | Mazdak Farrokhzad | -3/+3 |
| 2019-07-08 | Rollup merge of #62472 - fakenine:normalize_use_of_backticks_compiler_message... | Mazdak Farrokhzad | -7/+7 |
| 2019-07-08 | normalize use of backticks for compiler messages in librustc_codegen | Samy Kacimi | -3/+3 |
| 2019-07-07 | Auto merge of #62435 - scottmcm:constrained-array-impls, r=centril | bors | -8/+158 |
| 2019-07-07 | Use const generics for array impls, restricted to 0..=32 | Scott McMurray | -8/+158 |
| 2019-07-07 | normalize use of backticks in compiler messages for librustc_typecheck | Samy Kacimi | -7/+7 |
| 2019-07-07 | Rollup merge of #62213 - QuietMisdreavus:cfg-doctest, r=GuillaumeGomez | Mazdak Farrokhzad | -4/+39 |
| 2019-07-07 | Rollup merge of #62042 - petrochenkov:macstab, r=matthewjasper | Mazdak Farrokhzad | -26/+129 |
| 2019-07-07 | Rollup merge of #61883 - zackmdavis:non_ascii_idents_lint, r=Manishearth | Mazdak Farrokhzad | -0/+43 |
| 2019-07-07 | Auto merge of #59800 - Zoxc:less-dylibs, r=alexcrichton | bors | -0/+16 |
| 2019-07-07 | Address review comments + Fix rebase | Vadim Petrochenkov | -2/+14 |
| 2019-07-07 | syntax: Migrate built-in macros to the regular stability checking | Vadim Petrochenkov | -19/+24 |
| 2019-07-07 | Support deprecation checking for macros | Vadim Petrochenkov | -3/+81 |
| 2019-07-07 | resolve: Use standard stability diagnostics for macros | Vadim Petrochenkov | -4/+4 |
| 2019-07-07 | resolve: Check stability for local macros as well | Vadim Petrochenkov | -2/+10 |
| 2019-07-07 | Collect library features from non-exported macros | Vadim Petrochenkov | -1/+1 |
| 2019-07-07 | Rollup merge of #62455 - zackmdavis:name_trait_for_ambiguous_assoc_item, r=pe... | Mazdak Farrokhzad | -1/+1 |
| 2019-07-06 | force single-threaded text execution | QuietMisdreavus | -2/+2 |
| 2019-07-06 | rustdoc: set cfg(doctest) when collecting doctests | QuietMisdreavus | -3/+38 |
| 2019-07-07 | Link compiler plugins to rustc_driver | John Kåre Alsaker | -0/+14 |
| 2019-07-07 | rustc: Remove `dylib` crate type from most rustc crates | Alex Crichton | -0/+2 |
| 2019-07-06 | in which the `non_ascii_idents` lint appears (RFC 2457) | Zack M. Davis | -0/+43 |
| 2019-07-06 | name the trait in ambiguous-associated-items fully qualified suggestion | Zack M. Davis | -1/+1 |
| 2019-07-07 | Raise the default recursion limit to 128 | Simonas Kazlauskas | -28/+388 |
| 2019-07-06 | Exit arm scopes correctly in the HIR CFG | Matthew Jasper | -0/+21 |
| 2019-07-06 | Rollup merge of #62436 - fakenine:normalize_use_of_backticks_compiler_message... | Mazdak Farrokhzad | -114/+114 |
| 2019-07-06 | normalize use of backticks/lowercase in compiler messages for librustc_mir | Samy Kacimi | -114/+114 |
| 2019-07-06 | resolve: Reserve cfg/cfg_attr/derive only in attribute sub-namespace | Vadim Petrochenkov | -6/+6 |
| 2019-07-06 | Blessed tests. | Alexander Regueiro | -0/+27 |
| 2019-07-06 | Added tests for issues. | Alexander Regueiro | -3/+23 |
| 2019-07-06 | `#[rustc_transparent_macro]` -> `#[rustc_macro_transparency = ...]` | Vadim Petrochenkov | -16/+68 |
| 2019-07-06 | Auto merge of #61988 - Centril:there-is-only-loop, r=matthewjasper | bors | -117/+230 |
| 2019-07-06 | --bless --compare-mode=nll | Mazdak Farrokhzad | -17/+17 |
| 2019-07-06 | Bless mir-opt/while-storage.rs. | Mazdak Farrokhzad | -24/+21 |
| 2019-07-06 | while_{let_}loops/change_{break,continue}: typeck_tables_of clean. | Mazdak Farrokhzad | -4/+4 |
| 2019-07-06 | Make WhileTrue into an EarlyLintPass lint. | Mazdak Farrokhzad | -28/+97 |
| 2019-07-06 | Make sure while-exprs require 'cond: bool' exactly. | Mazdak Farrokhzad | -1/+43 |
| 2019-07-06 | Adjust incremental test while_loops.rs | Mazdak Farrokhzad | -2/+2 |
| 2019-07-06 | while desugars to loop so 'a: while break 'a {} in ctfe doesn't work yet. | Mazdak Farrokhzad | -3/+11 |
| 2019-07-06 | Enforce 'cond: bool' in while-expr + improve reachability diags. | Mazdak Farrokhzad | -23/+19 |
| 2019-07-06 | min_const_fn: change error message due to changed desugaring. | Mazdak Farrokhzad | -18/+19 |
| 2019-07-06 | Rollup merge of #62377 - wesleywiser:fix_62375, r=alexcrichton | Mazdak Farrokhzad | -0/+22 |