index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_middle
/
src
/
ty
/
parameterized.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-31
Move `rustc_middle::parameterized` to `rustc_metadata`.
Nicholas Nethercote
-142
/
+0
2025-07-31
Remove unused `ParameterizedOverTcx` impls.
Nicholas Nethercote
-13
/
+0
2025-07-15
Define datastructures for `#[cfg]` attribute, move StrippedCfgItem
Jonathan Brouwer
-1
/
+1
2025-07-12
Clean up implementation of RPITIT assoc item lowering
Michael Goulet
-1
/
+4
2025-07-13
query RPITIT in a trait or impl
bohan
-0
/
+1
2025-05-21
Introduce `tcx.anon_const_kind` query
Boxy
-0
/
+1
2025-04-12
don't store opaque info during encoding
bohan
-1
/
+1
2025-04-03
hygiene: Avoid recursion in syntax context decoding
Vadim Petrochenkov
-1
/
+1
2025-04-01
Store adt_async_destructor in metadata
Oli Scherer
-0
/
+1
2025-04-01
Store adt_destructor in metadata
Oli Scherer
-0
/
+1
2025-03-30
Revert "Auto merge of #129827 - bvanjoi:less-decoding, r=petrochenkov"
Jakub Beránek
-1
/
+1
2025-03-29
less decoding if it has the same syntax context
bohan
-1
/
+1
2025-03-13
Rollup merge of #138109 - Kohei316:feat/rust-doc-precise-capturing-arg, r=aDo...
Matthias Krüger
-0
/
+2
2025-03-10
make precise capturing args in rustdoc Json typed
morine0122
-0
/
+2
2025-03-07
depend more on attr_data_structures and move find_attr! there
Jana Dönszelmann
-4
/
+4
2025-02-02
Target modifiers (special marked options) are recorded in metainfo and compar...
Andrew Zhogin
-0
/
+1
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-1
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-4
/
+4
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-1
/
+2
2024-11-21
Implement the unsafe-fields RFC.
Luca Versari
-0
/
+1
2024-10-31
Encode cross-crate opaque type origin
Michael Goulet
-0
/
+1
2024-10-24
Implement const effect predicate in new solver
Michael Goulet
-0
/
+1
2024-09-01
Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU"
Jakub Beránek
-1
/
+0
2024-08-28
Implement RFC 3525.
Luca Versari
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-05-26
Give EarlyBinder a tcx parameter
Michael Goulet
-2
/
+2
2024-03-04
Return a struct from `query intrinsic` to be able to add another field in the...
Oli Scherer
-0
/
+1
2024-02-15
Return ConstAllocation from eval_static_initializer query directly
Oli Scherer
-1
/
+1
2024-02-15
Store static initializers in metadata instead of the MIR of statics.
Oli Scherer
-0
/
+1
2024-02-12
Use a struct instead of a tuple
Oli Scherer
-0
/
+1
2024-01-04
Make iteration order of collect_return_position_impl_trait_in_trait_tys query...
Michael Woerister
-3
/
+4
2023-11-20
Unify defined_lib_features and lib_features queries
Michael Goulet
-0
/
+1
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-2
/
+2
2023-09-23
Enable drop_tracking_mir by default.
Camille GILLOT
-1
/
+0
2023-09-21
Record asyncness span in HIR
Michael Goulet
-0
/
+1
2023-07-14
Use u64 for incr comp allocation offsets
Ben Kimock
-0
/
+1
2023-06-22
Migrate item_bounds to ty::Clause
Michael Goulet
-0
/
+1
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-1
/
+1
2023-06-01
Remember names of `cfg`-ed out items to mention them in diagnostics
Nilstrieb
-0
/
+1
2023-05-16
Move DebuggerVisualizerFile types from rustc_span to rustc_middle
Michael Woerister
-1
/
+1
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-03-14
Encode opt_rpitit_info for associated types
Michael Goulet
-0
/
+1
2023-02-16
Rename some region-specific stuff
Michael Goulet
-1
/
+1
2023-02-10
Resolve documentation links in rustc and store the results in metadata
Vadim Petrochenkov
-0
/
+2
2023-01-27
Separate witness type computation from the generator transform.
Camille GILLOT
-0
/
+1
2023-01-19
Encode whether foreign opaques are TAITs or not
Michael Goulet
-0
/
+1
2023-01-14
add EarlyBinder::subst_identity; impl ParameterizedOverTcx (needed for rustc...
Kyle Matsuda
-0
/
+4
2023-01-09
Use newtype for unused generic parameters
Nilstrieb
-0
/
+1
2022-12-15
Rollup merge of #105758 - Nilstrieb:typeck-results-mod, r=compiler-errors
Matthias Krüger
-22
/
+16
[next]