| Age | Commit message (Expand) | Author | Lines |
| 2023-05-27 | Auto merge of #111928 - c410-f3r:dqewdas, r=eholk | bors | -5/+11 |
| 2023-05-25 | Auto merge of #86844 - bjorn3:global_alloc_improvements, r=pnkfelix | bors | -5/+3 |
| 2023-05-24 | [RFC-2011] Expand more expressions | Caio | -5/+11 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -1/+1 |
| 2023-05-18 | Rollup merge of #111054 - cjgillot:cfg-eval-recover, r=b-naber | Dylan DPC | -1/+3 |
| 2023-05-18 | Rollup merge of #111633 - nnethercote:avoid-ref-format, r=WaffleLapkin | Dylan DPC | -12/+12 |
| 2023-05-17 | Rollup merge of #111649 - Nilstrieb:derive-const-param-ty, r=BoxyUwU | Dylan DPC | -0/+24 |
| 2023-05-16 | Add derive for `core::marker::ConstParamTy` | Nilstrieb | -0/+24 |
| 2023-05-16 | Avoid `&format("...")` calls in error message code. | Nicholas Nethercote | -12/+12 |
| 2023-05-14 | Rollup merge of #111463 - clubby789:env-escaped-var, r=cjgillot | Matthias Krüger | -3/+9 |
| 2023-05-12 | Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwco | bors | -3/+1 |
| 2023-05-11 | refactor: use by-ref TokenTree iterator to avoid a few clones | Caleb Cartwright | -2/+2 |
| 2023-05-11 | Better diagnostics for `env!` where variable contains escape | clubby789 | -3/+9 |
| 2023-05-11 | Split AllocatorKind::fn_name in global_fn_name and default_fn_name | bjorn3 | -2/+2 |
| 2023-05-11 | Inline AllocFnFactory kind field | bjorn3 | -4/+2 |
| 2023-05-10 | Remove useless drop of copy type | Urgau | -3/+1 |
| 2023-05-09 | Rollup merge of #110694 - est31:builtin, r=petrochenkov | Dylan DPC | -101/+0 |
| 2023-05-08 | Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mar... | bors | -1/+1 |
| 2023-05-07 | enable `rust_2018_idioms` for doctests | ozkanonur | -1/+1 |
| 2023-05-05 | Migrate offset_of from a macro to builtin # syntax | est31 | -101/+0 |
| 2023-05-05 | Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors | Dylan DPC | -0/+9 |
| 2023-05-04 | Rollup merge of #111027 - clubby789:query-instability-builtin-macros, r=petro... | Matthias Krüger | -11/+11 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -12/+12 |
| 2023-05-02 | Use `GrowableBitSet` to store positional indexes in `asm!` | clubby789 | -7/+8 |
| 2023-05-02 | Remove `allow(rustc::potential_query_instability)` for `builtin_macros` | clubby789 | -6/+5 |
| 2023-05-02 | fix TODO comments | Deadbeef | -2/+3 |
| 2023-05-02 | initial step towards implementing C string literals | Deadbeef | -0/+8 |
| 2023-05-02 | Auto merge of #109128 - chenyukang:yukang/remove-type-ascription, r=estebank | bors | -6/+1 |
| 2023-05-01 | Rollup merge of #111042 - Zalathar:no-coverage, r=wesleywiser | Matthias Krüger | -2/+4 |
| 2023-05-01 | Do not recover when parsing stmt in cfg-eval. | Camille GILLOT | -1/+3 |
| 2023-05-01 | soften the wording for removing type ascription | yukang | -2/+1 |
| 2023-05-01 | Rip it out | Nilstrieb | -4/+0 |
| 2023-05-01 | Add `#[no_coverage]` to the test harness's `fn main` | Zalathar | -2/+4 |
| 2023-05-01 | Rollup merge of #111032 - clubby789:migrate-asm-diagnostics, r=compiler-errors | Matthias Krüger | -72/+144 |
| 2023-04-30 | Migrate `builtin_macros::asm` diagnostics to translatable diagnostics | clubby789 | -72/+144 |
| 2023-04-27 | Tweak await span | Michael Goulet | -1/+1 |
| 2023-04-25 | Fix static string lints | clubby789 | -34/+84 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -0/+106 |
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -106/+0 |
| 2023-04-21 | use P<[Ident]> instead of Vec<Ident> | DrMeepster | -2/+2 |
| 2023-04-21 | offset_of | DrMeepster | -0/+102 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+1 |
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -106/+0 |
| 2023-04-16 | fix clippy::toplevel_ref_arg and ::manual_map | Matthias Krüger | -7/+1 |
| 2023-04-12 | Auto merge of #110252 - matthiaskrgr:rollup-ovaixra, r=matthiaskrgr | bors | -22/+40 |
| 2023-04-12 | Rollup merge of #110035 - Ezrashaw:improve-test-attr-expansion-code, r=davidtwco | Matthias Krüger | -22/+40 |
| 2023-04-12 | Rollup merge of #110153 - DaniPopes:compiler-typos, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-04-11 | Auto merge of #110092 - clubby789:builtin-macros-translatable, r=compiler-errors | bors | -329/+771 |
| 2023-04-11 | refactor: extract `not_testable_error` into function | Ezra Shaw | -32/+32 |
| 2023-04-10 | Migrate most of `rustc_builtin_macros` to diagnostic impls | clubby789 | -329/+771 |