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
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
2022-12-15
Small cleanup in parameterized
Nilstrieb
-22
/
+16
2022-12-15
Merge `SimplifiedTypeGen<D>` into `SimplifiedType`.
Nicholas Nethercote
-2
/
+2
2022-11-29
Make inferred_outlives_crate return Clause
Santiago Pastorino
-1
/
+2
2022-11-25
Add empty ConstKind::Abstract
kadmin
-2
/
+0
2022-11-22
Split `MacArgs` in two.
Nicholas Nethercote
-1
/
+1
2022-10-21
Introduce deduced parameter attributes, and use them for deducing `readonly` on
Patrick Walton
-0
/
+1
2022-10-07
Rewrite representability
Cameron Steffen
-0
/
+1
2022-09-23
Serialize RPITIT values in libs
Michael Goulet
-0
/
+5
2022-09-07
rustc: Parameterize `ty::Visibility` over used ID
Vadim Petrochenkov
-2
/
+2
2022-08-30
Separate macro_rules and macro_definition.
Camille GILLOT
-1
/
+1
2022-08-30
Use tables for macros.
Camille GILLOT
-1
/
+1
2022-08-30
Move AssocContainer to a metadata table.
Camille GILLOT
-0
/
+1
2022-08-29
Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errors
Dylan DPC
-0
/
+1
2022-08-03
Compute `object_lifetime_default` per parameter.
Camille GILLOT
-0
/
+1
2022-07-26
Implement `#[rustc_default_body_unstable]`
Maybe Waffle
-0
/
+1
2022-07-12
Move abstract const to rustc_middle::ty
kadmin
-1
/
+1
2022-05-24
Make Lazy not care about lifetimes until decode
Michael Goulet
-0
/
+119