| Age | Commit message (Expand) | Author | Lines |
| 2024-05-27 | Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercote | bors | -1/+1 |
| 2024-05-26 | Rollup merge of #125046 - bjorn3:no_mutable_static_linkage, r=cjgillot | Jubilee | -0/+12 |
| 2024-05-23 | Remove `LintDiagnostic::msg` | León Orell Valerian Liehr | -1/+1 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -1/+1 |
| 2024-05-13 | Only allow immutable statics with #[linkage] | bjorn3 | -0/+12 |
| 2024-04-24 | Rename `NestedMetaItem::name_value_literal`. | Nicholas Nethercote | -1/+1 |
| 2024-03-02 | Fix misleading message when using a named constant as a struct alignment/pack | yukang | -1/+1 |
| 2024-02-11 | is_closure_like | Michael Goulet | -3/+3 |
| 2024-01-30 | Remove `ffi_returns_twice` feature | clubby789 | -3/+0 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -1/+1 |
| 2024-01-23 | Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`. | Nicholas Nethercote | -1/+1 |
| 2024-01-19 | Pack the u128 in LitKind::Int | Josh Stone | -1/+1 |
| 2024-01-13 | Add check for ui_testing via promoting parameters from `ParseSess` to `Session` | George-lewis | -4/+4 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -3/+3 |
| 2024-01-10 | Rename `struct_span_err!` as `struct_span_code_err!`. | Nicholas Nethercote | -13/+14 |
| 2024-01-08 | Use chaining for `DiagnosticBuilder` construction and `emit`. | Nicholas Nethercote | -4/+4 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -2/+2 |
| 2023-12-30 | is_coroutine -> is_coroutine_or_closure | Michael Goulet | -3/+3 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -26/+25 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -21/+11 |
| 2023-12-15 | Don't pass lint back out of lint decorator | Michael Goulet | -1/+3 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -1/+1 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -2/+2 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -4/+4 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -17/+20 |
| 2023-09-08 | Correct typo | Andy Caldwell | -1/+1 |
| 2023-09-08 | Rework no_coverage to coverage(off) | Andy Caldwell | -2/+19 |
| 2023-08-02 | Add separate feature gate for async fn track caller | Bryan Garza | -2/+7 |
| 2023-07-23 | Auto merge of #111836 - calebzulawski:target-feature-closure, r=workingjubilee | bors | -1/+16 |
| 2023-07-18 | Add the `no-builtins` attribute to functions when `no_builtins` is applied at... | DianQK | -1/+9 |
| 2023-05-22 | Fix #[inline(always)] on closures with target feature 1.1 | Caleb Zulawski | -1/+16 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -1/+1 |
| 2023-05-06 | Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiser | Yuki Okushi | -9/+0 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -2/+2 |
| 2023-04-25 | Fix static string lints | clubby789 | -12/+4 |
| 2023-04-18 | Stablize raw-dylib, link_ordinal and -Cdlltool | Daniel Paoliello | -9/+0 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -1/+1 |
| 2023-03-28 | Skip no_mangle if the item has no name. | Camille GILLOT | -1/+16 |
| 2023-03-28 | Reformat codegen_fn_attrs. | Camille GILLOT | -71/+33 |
| 2023-03-27 | Auto merge of #109091 - Nilstrieb:match-on-attr, r=cjgillot | bors | -293/+326 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -2/+1 |
| 2023-03-14 | Further codegen_attrs cleanups | Nilstrieb | -63/+62 |
| 2023-03-14 | Use match instead of if in codegen_attrs | Nilstrieb | -275/+309 |
| 2023-03-13 | Rollup merge of #109088 - Nilstrieb:target-feature-on-statics-when, r=compile... | Matthias Krüger | -20/+25 |
| 2023-03-13 | Gracefully handle `#[target_feature]` on statics | Nilstrieb | -20/+25 |
| 2023-03-12 | Allow `#[target_feature]` on `main` and `start` for WASM | Léo Lanteri Thauvin | -0/+3 |
| 2023-03-05 | Auto merge of #108351 - petrochenkov:rmdit, r=cjgillot | bors | -1/+1 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -1/+1 |
| 2023-03-02 | Revert "Stabilize `#![feature(target_feature_11)]`" | Léo Lanteri Thauvin | -18/+29 |
| 2023-02-28 | Auto merge of #99767 - LeSeulArtichaut:stable-target-feature-11, r=estebank | bors | -29/+18 |