| Age | Commit message (Expand) | Author | Lines |
| 2024-04-04 | Fix f16 and f128 feature gates in editions other than 2015 | Trevor Gross | -20/+20 |
| 2024-04-04 | Update f16 and f128 tests to run on both 2015 and 2018 editions | Trevor Gross | -10/+124 |
| 2024-03-18 | Explicitly pass RUSTC_BOOTSTRAP to running wasmtime | Mark Rousskov | -0/+1 |
| 2024-03-14 | Add feature gates for `f16` and `f128` | Trevor Gross | -0/+136 |
| 2024-03-11 | Rollup merge of #121840 - oli-obk:freeze, r=dtolnay | Jacob Pratt | -0/+38 |
| 2024-03-08 | Auto merge of #121500 - oli-obk:track_errors12, r=petrochenkov | bors | -46/+46 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -0/+23 |
| 2024-03-07 | Merge collect_mod_item_types query into check_well_formed | Oli Scherer | -46/+46 |
| 2024-03-03 | Use root obligation on E0277 for some cases | Esteban Küber | -1/+0 |
| 2024-03-03 | Add feature gate test for `pattern_complexity` attribute | Guillaume Gomez | -0/+18 |
| 2024-02-29 | Remove stray stdout/stderr files | 许杰友 Jieyou Xu (Joe) | -80/+0 |
| 2024-02-29 | Forbid implementing `Freeze` even if the trait is stabilized | Oli Scherer | -0/+38 |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -76/+69 |
| 2024-02-25 | fix use of platform_intrinsics in tests | Ralf Jung | -76/+69 |
| 2024-02-24 | Stabilize `cfg_target_abi` | Chris Denton | -56/+0 |
| 2024-02-24 | Add tests for asm goto | Gary Guo | -0/+23 |
| 2024-02-17 | Add help to `hir_analysis_unrecognized_intrinsic_function` | Scott McMurray | -0/+8 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -69/+69 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -28/+50 |
| 2024-02-12 | Check signature of intrinsics with fallback bodies | Oli Scherer | -28/+50 |
| 2024-02-12 | Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgr | bors | -15/+1 |
| 2024-02-12 | Check representation of unnamed fields | Frank King | -5/+10 |
| 2024-02-12 | Lower anonymous structs or unions to HIR | Frank King | -32/+4 |
| 2024-02-11 | check_consts: fix some duplicate errors by not calling check_static unnecessa... | Ralf Jung | -15/+1 |
| 2024-02-10 | rebless after rebase | Ralf Jung | -0/+3 |
| 2024-02-10 | unstably allow constants to refer to statics and read from immutable statics | Ralf Jung | -0/+49 |
| 2024-02-10 | No more associated type bounds in dyn trait | Michael Goulet | -39/+8 |
| 2024-02-09 | For a rigid projection, recursively look at the self type's item bounds | Michael Goulet | -30/+18 |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -11/+72 |
| 2024-02-06 | Rollup merge of #120502 - clubby789:remove-ffi-returns-twice, r=compiler-errors | Matthias Krüger | -19/+0 |
| 2024-02-01 | Update `never_type` feature gate ui test | Guillaume Gomez | -1/+40 |
| 2024-01-31 | Rollup merge of #120495 - clubby789:remove-amdgpu-kernel, r=oli-obk | Nadrieril | -134/+0 |
| 2024-01-30 | Remove `ffi_returns_twice` feature | clubby789 | -19/+0 |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -1/+1 |
| 2024-01-30 | Remove the `abi_amdgpu_kernel` feature | clubby789 | -134/+0 |
| 2024-01-29 | Supress unhelpful diagnostics for unresolved top level attributes | yukang | -24/+6 |
| 2024-01-26 | Rollup merge of #119562 - LegionMammal978:rename-pin-pointer, r=Amanieu,dtolnay | Matthias Krüger | -1/+1 |
| 2024-01-22 | Rollup merge of #120233 - oli-obk:revert_trait_obj_upcast_stabilization, r=lcnr | Matthias Krüger | -0/+27 |
| 2024-01-22 | Auto merge of #120242 - matthiaskrgr:rollup-a93yj3i, r=matthiaskrgr | bors | -1/+1 |
| 2024-01-22 | Rollup merge of #118639 - fmease:deny-features-in-stable-rustc-crates, r=Waff... | Matthias Krüger | -1/+1 |
| 2024-01-22 | Rollup merge of #120152 - rowan-sl:help-message-for-range-pattern, r=oli-obk | Matthias Krüger | -0/+1 |
| 2024-01-22 | Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin" | Oli Scherer | -0/+27 |
| 2024-01-19 | Split remaining offset_of features into new tracking issues | George Bateman | -7/+12 |
| 2024-01-19 | Stabilize simple offset_of | George Bateman | -1/+84 |
| 2024-01-19 | add help message for `exclusive_range_pattern` error | Rowan S-L | -0/+1 |
| 2024-01-16 | proc_macro_c_str_literals: Implement Literal::c_string constructor | novafacing | -0/+24 |
| 2024-01-16 | Rename `pointer` field on `Pin` | LegionMammal978 | -1/+1 |
| 2024-01-15 | Auto merge of #119610 - Nadrieril:never_pattern_bindings, r=compiler-errors | bors | -24/+14 |
| 2024-01-13 | Bless tests | George-lewis | -36/+389 |
| 2024-01-13 | Auto merge of #118947 - Bryanskiy:delegStep1, r=petrochenkov,lcnr | bors | -9/+13 |