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
/
partitioning
Age
Commit message (
Expand
)
Author
Lines
2023-04-01
fix clippy::iter_kv_map
Matthias Krüger
-4
/
+1
2023-03-29
Support TLS access into dylibs on Windows
John Kåre Alsaker
-14
/
+21
2023-03-27
Add a builtin `FnPtr` trait
lcnr
-2
/
+4
2023-03-07
Simplify `sort_by` calls
Maybe Waffle
-2
/
+2
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+1
2023-01-31
Auto merge of #100754 - davidtwco:translation-incremental, r=compiler-errors
bors
-10
/
+8
2023-01-30
session: diagnostic migration lint on more fns
David Wood
-10
/
+8
2023-01-30
use a more descriptive name
Tshepang Mbambo
-2
/
+2
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-6
/
+5
2023-01-02
Fix `unknown_crate` when `--crate-name` isn't passed on the CLI
Joshua Nelson
-4
/
+4
2023-01-02
Add json output to `-Zdump-mono-stats`
Joshua Nelson
-16
/
+32
2022-12-25
fix more clippy::style findings
Matthias Krüger
-1
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-5
/
+2
2022-12-14
wrap output in BufWriter
Rémy Rakic
-2
/
+3
2022-12-14
add `-Z dump-mono-stats`
Rémy Rakic
-1
/
+76
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-3
/
+3
2022-08-31
Rollup merge of #100730 - CleanCut:diagnostics-rustc_monomorphize, r=davidtwco
Ralf Jung
-8
/
+5
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-1
/
+1
2022-08-25
replace some usages of [Span]FatalError with error-specific types
Nathan Stocks
-10
/
+3
2022-08-25
rebased: convert rustc_monomorphize errors to SessionDiagnostic
Nathan Stocks
-3
/
+7
2022-07-22
Rollup merge of #98868 - tmiasko:unreachable-coverage, r=wesleywiser
Dylan DPC
-3
/
+9
2022-07-20
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
-2
/
+2
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-5
/
+5
2022-07-08
Fix unreachable coverage generation for inlined functions
Tomasz Miąsko
-3
/
+9
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+1
2022-05-02
rustc: Panic by default in `DefIdTree::parent`
Vadim Petrochenkov
-1
/
+1
2022-04-25
Auto merge of #95604 - nbdd0121:used2, r=petrochenkov
bors
-2
/
+2
2022-04-18
Add `SymbolExportInfo`
Gary Guo
-2
/
+2
2022-04-17
Stop using CRATE_DEF_INDEX.
Camille GILLOT
-3
/
+3
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-02-20
Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obk
bors
-1
/
+1
2022-02-16
Move ty::print methods to Drop-based scope guards
Mark Rousskov
-1
/
+1
2022-02-03
compiler: clippy::complexity fixes
Matthias Krüger
-12
/
+10
2022-01-15
initial revert
Ellen
-3
/
+1
2021-12-27
Address review comments
Wesley Wiser
-8
/
+24
2021-12-20
[code coverage] Fix missing dead code in modules that are never called
Wesley Wiser
-0
/
+18
2021-12-19
Rollup merge of #91895 - pitaj:91867-monomorphize, r=Aaron1011
Matthias Krüger
-2
/
+2
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-2
/
+2
2021-12-15
Remove `SymbolStr`.
Nicholas Nethercote
-6
/
+6
2021-12-13
Remove `in_band_lifetimes` for `rustc_monomorphize`
Peter Jaszkowiak
-2
/
+2
2021-11-08
Record more artifact sizes during self-profiling.
Michael Woerister
-0
/
+11
2021-10-19
Auto merge of #89933 - est31:let_else, r=michaelwoerister
bors
-3
/
+1
2021-10-16
Adopt let_else across the compiler
est31
-3
/
+1
2021-10-04
polymorphize: don't normalize self-ty need substs
David Wood
-9
/
+16
2021-09-07
Move monomorphize code to its own crate.
Camille GILLOT
-0
/
+1134