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_monomorphize
/
src
/
polymorphize.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-06
Remove polymorphization
Ben Kimock
-334
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-08-29
Add `warn(unreachable_pub)` to `rustc_monomorphize`.
Nicholas Nethercote
-1
/
+1
2024-08-26
Stop using a special inner body for the coroutine by-move body for async clos...
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-11
/
+7
2024-06-16
Rename InstanceDef -> InstanceKind
Michael Goulet
-4
/
+4
2024-06-13
MIR visitor: constant -> const_operand
Ralf Jung
-1
/
+1
2024-06-05
Add `Ty` to `mir::Const::Ty`
Boxy
-1
/
+1
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_monomorphize`.
Nicholas Nethercote
-0
/
+1
2024-05-19
Add and use generics.is_empty() and generics.is_own_empty, rather than using ...
Santiago Pastorino
-1
/
+1
2024-05-09
Rename Generics::params to Generics::own_params
Michael Goulet
-3
/
+3
2024-03-12
Change `DefKind::Static` to a struct variant
Oli Scherer
-1
/
+1
2024-03-05
Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult`
Jason Newcomb
-10
/
+5
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-11-26
merge `DefKind::Coroutine` into `DefKind::Closure`
bohan
-2
/
+2
2023-10-20
s/generator/coroutine/
Oli Scherer
-4
/
+4
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-3
/
+3
2023-09-26
Don't store lazyness in DefKind
Michael Goulet
-1
/
+1
2023-09-21
rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const
Ralf Jung
-8
/
+8
2023-08-07
Store the laziness of type aliases in the DefKind
León Orell Valerian Liehr
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-13
/
+12
2023-07-08
Replace RPITIT current impl with new strategy that lowers as a GAT
Santiago Pastorino
-1
/
+0
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-04-20
Remove WithOptconstParam.
Camille GILLOT
-5
/
+5
2023-03-14
Use `unused_generic_params` from crate metadata
Michael Goulet
-7
/
+2
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-14
Add `of_trait` to DefKind::Impl.
Camille GILLOT
-1
/
+1
2023-02-13
Make visiting traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-1
/
+1
2023-01-17
Stop using `BREAK` & `CONTINUE` in compiler
Scott McMurray
-7
/
+7
2023-01-09
Delete unused polymorphization code
Nilstrieb
-46
/
+1
2023-01-09
Use newtype for unused generic parameters
Nilstrieb
-19
/
+17
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-10-17
mir constants: type traversing bye bye
lcnr
-26
/
+14
2022-10-04
It's not about types or consts, but the lack of regions
Oli Scherer
-5
/
+5
2022-09-23
rename Unevaluated to UnevaluatedConst
b-naber
-2
/
+2
2022-09-22
introduce mir::Unevaluated
b-naber
-4
/
+3
2022-09-14
address review again
b-naber
-4
/
+1
2022-09-13
remove visit_const from mir visitors
b-naber
-3
/
+10
2022-09-13
fixes/working version
b-naber
-1
/
+1
2022-09-13
use ty::Unevaluated<'tcx, ()> in type system
b-naber
-8
/
+26
2022-09-09
RPITIT placeholder items
Michael Goulet
-0
/
+1
2022-09-01
tracing::instrument cleanup
Oli Scherer
-1
/
+0
2022-08-26
remove unnecessary comment
Nathan Stocks
-5
/
+0
2022-08-25
rebased: convert rustc_monomorphize errors to SessionDiagnostic
Nathan Stocks
-4
/
+12
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+1
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-2
/
+2
2022-06-08
Folding revamp.
Nicholas Nethercote
-1
/
+1
[next]