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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-05
Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None
Oli Scherer
-1
/
+1
2025-05-12
update cfg(bootstrap)
Pietro Albini
-1
/
+0
2025-04-29
mono collector: Reduce \# of locking while walking the graph
Piotr Osiewicz
-0
/
+1
2025-04-23
Make #![feature(let_chains)] bootstrap conditional in compiler/
est31
-1
/
+1
2025-04-02
Remove `recursion_limit` increases.
Nicholas Nethercote
-1
/
+0
2025-03-12
Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr
bors
-1
/
+0
2025-03-11
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-10
Revert "Use workspace lints for crates in `compiler/` #138084"
许杰友 Jieyou Xu (Joe)
-0
/
+1
2025-03-08
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-07
Increase recursion_limit in numerous crates.
Nicholas Nethercote
-0
/
+1
2024-12-10
Implement projection and shim for AFIDT
Michael Goulet
-1
/
+4
2024-12-06
Remove polymorphization
Ben Kimock
-2
/
+0
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-1
/
+3
2024-11-12
Querify MonoItem collection
Ben Kimock
-0
/
+1
2024-11-10
move all mono-time checks into their own folder, and their own query
Ralf Jung
-0
/
+2
2024-09-24
Dogfood `feature(file_buffered)`
Josh Stone
-0
/
+1
2024-09-06
Make `Ty::boxed_ty` return an `Option`
Pavel Grigorenko
-0
/
+2
2024-08-29
Add `warn(unreachable_pub)` to `rustc_monomorphize`.
Nicholas Nethercote
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-07-28
stabilize `is_sorted`
Slanterns
-1
/
+0
2024-07-15
Move compiler_builtin check to the use case
Mohammad Omidvar
-32
/
+0
2024-07-15
Use the hook on tcx instead of the local function
Mohammad Omidvar
-3
/
+1
2024-07-15
Introduce and provide a hook for `should_codegen_locally`
Mohammad Omidvar
-1
/
+2
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-0
/
+2
2024-06-03
Stabilize order of MonoItems in CGUs and disallow query_instability lint for ...
Michael Woerister
-1
/
+0
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_monomorphize`.
Nicholas Nethercote
-3
/
+0
2024-05-10
Lift `TraitRef` into `rustc_type_ir`
Michael Goulet
-3
/
+2
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-2
/
+1
2024-04-01
Only allow upstream calls to LLVM intrinsics, not any link_name function
Ben Kimock
-2
/
+14
2024-03-25
Instance is Copy
Michael Goulet
-1
/
+1
2024-03-19
Account for #[link_name] intrinsics shims
Ben Kimock
-0
/
+1
2024-03-16
Handle calls to upstream monomorphizations in compiler_builtins
Ben Kimock
-0
/
+21
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-2
/
+0
2024-01-25
Remove unused features
clubby789
-1
/
+0
2024-01-23
Remove track_errors entirely
Oli Scherer
-2
/
+3
2023-11-26
Use `rustc_fluent_macro::fluent_messages!` directly.
Nicholas Nethercote
-2
/
+1
2023-11-26
Avoid need for `{D,Subd}iagnosticMessage` imports.
Nicholas Nethercote
-1
/
+0
2023-07-06
get rid of a bit more calls to poly_select
Michael Goulet
-2
/
+2
2023-06-01
Improve CGU debug printing.
Nicholas Nethercote
-0
/
+1
2023-05-17
Finish move of query.rs
John Kåre Alsaker
-2
/
+1
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+2
2023-04-26
Switch `ty::TraitRef::from_lang_item` from using `TyCtxtAt` to `TyCtxt` and a...
Maybe Waffle
-1
/
+2
2023-04-25
Replace `tcx.mk_trait_ref` with `ty::TraitRef::new`
Maybe Waffle
-2
/
+5
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-1
/
+1
2023-03-11
Simplify message paths
est31
-1
/
+1
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-0
/
+4
2023-01-18
Also remove `#![feature(control_flow_enum)]` where possible
Scott McMurray
-1
/
+0
2022-11-21
Stop passing the self-type as a separate argument.
Oli Scherer
-1
/
+1
2022-11-21
Add helper to create the trait ref for a lang item
Oli Scherer
-6
/
+5
2022-11-21
Allow iterators instead of requiring slices that will get turned into iterators
Oli Scherer
-1
/
+1
[next]