| Age | Commit message (Expand) | Author | Lines |
| 2024-05-13 | Add expr_2021 nonterminal and feature flag | Eric Holk | -0/+2 |
| 2024-05-06 | Auto merge of #124747 - MasterAwesome:master, r=davidtwco | bors | -0/+1 |
| 2024-05-03 | Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxu | Michael Goulet | -1/+0 |
| 2024-05-02 | Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...` | Martin Nordholts | -1/+0 |
| 2024-05-01 | Rollup merge of #124542 - CBSpeir:diagnostic-item-enumerate-method, r=scottmcm | Matthias Krüger | -0/+1 |
| 2024-04-29 | Add diagnostic item for std::iter::Iterator::enumerate | Christopher B. Speir | -0/+1 |
| 2024-04-29 | Remove `extern crate rustc_macros` from numerous crates. | Nicholas Nethercote | -8/+6 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -23/+15 |
| 2024-04-25 | Rollup merge of #124322 - whosehang:master, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-04-24 | chore: fix some typos in comments | whosehang | -1/+1 |
| 2024-04-23 | Put the RFC behind a feature gate `result_ffi_guarantees` | Arvind Mukund | -0/+1 |
| 2024-04-23 | Add diagnostic item for std::iter::Enumerate | Christopher B. Speir | -0/+1 |
| 2024-04-23 | Rollup merge of #123993 - compiler-errors:coroutine-obl, r=lcnr | León Orell Valerian Liehr | -1/+1 |
| 2024-04-23 | Rollup merge of #123050 - RalfJung:panic_str, r=m-ou-se | Matthias Krüger | -1/+1 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -0/+12 |
| 2024-04-21 | Add an intrinsic that lowers to AggregateKind::RawPtr | Scott McMurray | -0/+1 |
| 2024-04-19 | Stop sorting `Span`s' `SyntaxContext`, as that is incompatible with incremental | Oli Scherer | -32/+15 |
| 2024-04-16 | Rollup merge of #123512 - Jules-Bertholet:ref-pat-eat-one-layer-2024, r=Nadri... | Guillaume Gomez | -0/+1 |
| 2024-04-16 | Rollup merge of #122811 - nnethercote:mv-SourceMap-init, r=WaffleLapkin | Guillaume Gomez | -43/+36 |
| 2024-04-16 | Add simple async drop glue generation | zetanumbers | -0/+12 |
| 2024-04-16 | Rollup merge of #123535 - Jules-Bertholet:mut_dont_reset_binding_mode_2024, r... | Matthias Krüger | -0/+1 |
| 2024-04-15 | Match ergonomics 2024: Implement eat-one-layer | Jules Bertholet | -0/+1 |
| 2024-04-15 | Rename feature gate | Jules Bertholet | -1/+1 |
| 2024-04-15 | Match ergonomics 2024: `mut` doesn't reset binding mode | Jules Bertholet | -0/+1 |
| 2024-04-16 | Construct `SourceMap` at the same time as `SessionGlobals`. | Nicholas Nethercote | -43/+36 |
| 2024-04-15 | redundant ::{self} | Michael Goulet | -1/+1 |
| 2024-04-15 | Parsing , pre-lowering support for precise captures | Michael Goulet | -0/+1 |
| 2024-04-13 | Auto merge of #123175 - Nilstrieb:debug-strict-overflow, r=wesleywiser | bors | -2/+6 |
| 2024-04-13 | Add add/sub methods that only panic with debug assertions to rustc | Nilstrieb | -2/+6 |
| 2024-04-12 | Rollup merge of #123654 - jieyouxu:question-mark-span, r=Nadrieril | Matthias Krüger | -0/+39 |
| 2024-04-12 | Rollup merge of #123204 - notriddle:notriddle/include-str-span, r=pnkfelix | Matthias Krüger | -3/+11 |
| 2024-04-10 | typeck: fix `?` operator suggestion span | 许杰友 Jieyou Xu (Joe) | -0/+39 |
| 2024-04-09 | Add a helper for extending a span to include any trailing whitespace | Michael Goulet | -6/+9 |
| 2024-04-08 | Add pattern types to parser | Oli Scherer | -0/+3 |
| 2024-04-06 | Put checks that detect UB under their own flag below debug_assertions | Ben Kimock | -0/+1 |
| 2024-04-05 | Rollup merge of #123311 - Jules-Bertholet:andpat-everywhere, r=Nadrieril | Guillaume Gomez | -0/+1 |
| 2024-04-03 | Rollup merge of #123419 - petrochenkov:zeroindex, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -4/+4 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -1/+1 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -1/+1 |
| 2024-04-02 | Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwco | bors | -0/+1 |
| 2024-04-02 | Address review comments | Jules Bertholet | -1/+1 |
| 2024-03-30 | Implement "&<pat> everywhere" | Jules Bertholet | -0/+1 |
| 2024-03-29 | rustdoc: point at span in `include_str!`-ed md file | Michael Howell | -3/+11 |
| 2024-03-29 | Auto merge of #121268 - Urgau:improve_ambi_wide_ptr_cmps, r=Nadrieril | bors | -0/+7 |
| 2024-03-29 | Add diagnostic items for Ord and PartialOrd methods | Urgau | -0/+7 |
| 2024-03-29 | Auto merge of #122450 - Urgau:simplify-trim-paths-feature, r=michaelwoerister | bors | -0/+27 |
| 2024-03-29 | Auto merge of #123080 - Jules-Bertholet:mut-ref-mut, r=Nadrieril | bors | -0/+1 |
| 2024-03-29 | Auto merge of #122975 - DianQK:simplify_ub_check, r=saethlin | bors | -0/+1 |
| 2024-03-29 | Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstrieb | bors | -0/+18 |