| Age | Commit message (Expand) | Author | Lines |
| 2022-02-18 | Rollup merge of #92933 - bjorn3:no_bin_lib_mixing, r=estebank | Matthias Krüger | -2/+10 |
| 2022-02-16 | Implement --check-cfg option (RFC 3013) | Loïc BRANSTETT | -2/+97 |
| 2022-02-13 | Remove Config::stderr | bjorn3 | -21/+4 |
| 2022-02-12 | Remove SPAN_DEBUG global | bjorn3 | -14/+1 |
| 2022-02-12 | Move setup_callbacks call to create_compiler_and_run | bjorn3 | -7/+6 |
| 2022-02-11 | Make two functions private | bjorn3 | -2/+2 |
| 2022-02-11 | Remove the alt_std_name option | bjorn3 | -2/+1 |
| 2022-02-10 | Auto merge of #93511 - cjgillot:query-copy, r=oli-obk | bors | -3/+3 |
| 2022-02-09 | Ensure that queries only return Copy types. | Camille GILLOT | -3/+3 |
| 2022-02-09 | Auto merge of #93724 - Mark-Simulacrum:drop-query-stats, r=michaelwoerister | bors | -5/+0 |
| 2022-02-09 | Auto merge of #93681 - Mark-Simulacrum:rlink-binary, r=davidtwco,bjorn3 | bors | -6/+3 |
| 2022-02-07 | Add a flag enabling drop range tracking in generators | Tomasz Miąsko | -0/+1 |
| 2022-02-06 | Delete query stats | Mark Rousskov | -5/+0 |
| 2022-02-05 | Store rlink data in opaque binary format on disk | Mark Rousskov | -6/+3 |
| 2022-02-04 | Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley... | Matthias Krüger | -0/+1 |
| 2022-02-03 | clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-02-02 | Auto merge of #93466 - cjgillot:query-dead, r=nagisa | bors | -1/+2 |
| 2022-02-01 | Make dead code check a query. | Camille GILLOT | -1/+2 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2022-01-23 | expand: Pass everything by reference to pre-expansion lint callback | Vadim Petrochenkov | -13/+20 |
| 2022-01-23 | rustc_lint: Stop creating a fake `ast::Crate` for running early lints | Vadim Petrochenkov | -10/+15 |
| 2022-01-23 | rustc_lint: Reuse the set of registered tools from resolver | Vadim Petrochenkov | -9/+10 |
| 2022-01-23 | rustc_lint: Remove some redundant fields from `EarlyContext` | Vadim Petrochenkov | -11/+11 |
| 2022-01-21 | Rollup merge of #93046 - est31:let_else, r=davidtwco | Matthias Krüger | -46/+47 |
| 2022-01-21 | Rollup merge of #92835 - iwanders:issue-66450-improve-cfg-error-message, r=na... | Matthias Krüger | -1/+10 |
| 2022-01-20 | Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelix | Matthias Krüger | -1/+0 |
| 2022-01-18 | Rollup merge of #90782 - ricobbe:binutils-dlltool, r=michaelwoerister | Matthias Krüger | -0/+1 |
| 2022-01-18 | Use let_else in even more places | est31 | -46/+47 |
| 2022-01-17 | Update term for use in more places | kadmin | -0/+2 |
| 2022-01-17 | Add term | kadmin | -4/+6 |
| 2022-01-17 | add eq constraints on associated constants | kadmin | -2/+3 |
| 2022-01-16 | Limit scope of the hint about escaping. | Ivor Wanders | -4/+10 |
| 2022-01-15 | Deny mixing bin crate type with lib crate types | bjorn3 | -2/+10 |
| 2022-01-12 | Improve error message for cfg arguments. | Ivor Wanders | -1/+4 |
| 2022-01-12 | Call out to binutils' dlltool for raw-dylib on windows-gnu platforms. | Richard Cobbe | -0/+1 |
| 2022-01-09 | Stabilize -Z print-link-args as --print link-args | Josh Triplett | -1/+0 |
| 2022-01-05 | ast: Always keep a `NodeId` in `ast::Crate` | Vadim Petrochenkov | -2/+2 |
| 2022-01-02 | Auto merge of #90128 - joshtriplett:stabilize-symbol-mangling-version, r=wesl... | bors | -0/+1 |
| 2022-01-01 | Stabilize -Z instrument-coverage as -C instrument-coverage | Josh Triplett | -0/+1 |
| 2022-01-01 | Stabilize -Z symbol-mangling-version as -C symbol-mangling-version | Josh Triplett | -0/+1 |
| 2022-01-01 | Rollup merge of #92468 - NieDzejkob:silent-cfg, r=petrochenkov | Matthias Krüger | -19/+19 |
| 2022-01-01 | Emit an error for `--cfg=)` | Jakub Kądziołka | -19/+19 |
| 2022-01-01 | Auto merge of #92294 - Kobzol:rustdoc-meta-kind, r=GuillaumeGomez | bors | -1/+1 |
| 2021-12-29 | Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisa | bors | -2/+7 |
| 2021-12-26 | Add Attribute::meta_kind | Jakub Beránek | -1/+1 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -4/+4 |
| 2021-12-15 | Rollup merge of #91880 - matthiaskrgr:clippy_perf_dec, r=jyn514 | Matthias Krüger | -1/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -2/+2 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -2/+2 |
| 2021-12-14 | fix clippy::single_char_pattern perf findings | Matthias Krüger | -1/+1 |