| Age | Commit message (Expand) | Author | Lines |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -1/+3 |
| 2024-12-18 | introduce `LateParamRegionKind` | lcnr | -1/+1 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-17 | small refactor to region error handling | lcnr | -10/+7 |
| 2024-12-17 | Auto merge of #134302 - bjorn3:remove_driver_queries, r=oli-obk,jieyouxu | bors | -44/+35 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -5/+8 |
| 2024-12-15 | Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=Urgau | Stuart Cook | -3/+3 |
| 2024-12-14 | Add some convenience helper methods on `hir::Safety` | Oli Scherer | -3/+3 |
| 2024-12-14 | Immediately enter in TyCtxt::create_global_ctxt | bjorn3 | -31/+22 |
| 2024-12-14 | Move GlobalCtxt::finish to TyCtxt | bjorn3 | -13/+13 |
| 2024-12-12 | Move impl constness into impl trait header | Oli Scherer | -1/+1 |
| 2024-12-09 | interpret: clean up deduplicating allocation functions | Ralf Jung | -1/+1 |
| 2024-12-05 | do not implement unsafe auto traits for types with unsafe fields | Jack Wrenn | -0/+4 |
| 2024-11-28 | Auto merge of #123244 - Mark-Simulacrum:share-inline-never-generics, r=saethlin | bors | -2/+0 |
| 2024-11-28 | Share inline(never) generics across crates | Mark Rousskov | -2/+0 |
| 2024-11-27 | Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillot | Matthias Krüger | -2/+11 |
| 2024-11-26 | Remove -Zfuel. | Camille GILLOT | -4/+0 |
| 2024-11-23 | global old solver cache: use `TypingEnv` | lcnr | -2/+2 |
| 2024-11-22 | Check drop is trivial before checking ty needs drop | Michael Goulet | -1/+4 |
| 2024-11-22 | Implement ~const Destruct in new solver | Michael Goulet | -0/+5 |
| 2024-11-21 | Rollup merge of #133218 - compiler-errors:const-opaque, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2024-11-20 | Rip out built-in PointerLike impl | Michael Goulet | -14/+0 |
| 2024-11-20 | Rollup merge of #133216 - compiler-errors:const-fn, r=lcnr | Jacob Pratt | -1/+5 |
| 2024-11-19 | Implement ~const Fn trait goals in the new solver | Michael Goulet | -1/+5 |
| 2024-11-19 | Rename implied_const_bounds to explicit_implied_const_bounds | Michael Goulet | -2/+2 |
| 2024-11-19 | Introduce `min_generic_const_args` and directly represent paths | Noah Lev | -2/+4 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -2/+10 |
| 2024-11-12 | Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillot | bors | -7/+3 |
| 2024-11-12 | Delete the `cfg(not(parallel))` serial compiler | Noratrieb | -7/+3 |
| 2024-11-09 | Move some code from Compiler::enter to GlobalCtxt::finish | bjorn3 | -2/+11 |
| 2024-11-04 | ty::BrK -> ty::BoundRegionKind::K | Michael Goulet | -3/+6 |
| 2024-11-03 | Rollup merge of #132574 - workingjubilee:abi-in-compiler, r=compiler-errors | Jubilee | -8/+7 |
| 2024-11-03 | compiler: Directly use rustc_abi in metadata and middle | Jubilee Young | -8/+7 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -1/+0 |
| 2024-10-31 | Try to point out when edition 2024 lifetime capture rules cause borrowck issues | Michael Goulet | -1/+1 |
| 2024-10-31 | Encode cross-crate opaque type origin | Michael Goulet | -5/+3 |
| 2024-10-30 | Rollup merge of #132344 - compiler-errors:same-thing, r=lcnr | Jubilee | -3/+3 |
| 2024-10-30 | Merge HostPolarity and BoundConstness | Michael Goulet | -3/+3 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -6/+6 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -12/+6 |
| 2024-10-27 | compiler: Rename LayoutS to LayoutData | Jubilee Young | -3/+3 |
| 2024-10-25 | tcx.is_const_fn doesn't work the way it is described, remove it | Ralf Jung | -28/+13 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -1/+1 |
| 2024-10-24 | Be better at enforcing that const_conditions is only called on const items | Michael Goulet | -1/+2 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -5/+27 |
| 2024-10-24 | Remove associated type based effects logic | Michael Goulet | -7/+0 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -3/+3 |
| 2024-10-22 | Auto merge of #132035 - matthiaskrgr:rollup-ty1e4q0, r=matthiaskrgr | bors | -0/+20 |
| 2024-10-22 | Rollup merge of #131049 - compiler-errors:more-validation, r=spastorino | Matthias Krüger | -0/+20 |
| 2024-10-22 | terminology: #[feature] *enables* a feature (instead of "declaring" or "activ... | Ralf Jung | -1/+1 |