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
/
collector.rs
Age
Commit message (
Expand
)
Author
Lines
2023-06-02
Change representation of `UsageMap::used_map`.
Nicholas Nethercote
-29
/
+12
2023-06-02
Introduce `UsageMap::user_map`.
Nicholas Nethercote
-11
/
+13
2023-06-02
Overhaul CGU formation terminology.
Nicholas Nethercote
-88
/
+83
2023-05-31
Don't compute inlining status of mono items in advance.
Nicholas Nethercote
-63
/
+13
2023-05-29
EarlyBinder::new -> EarlyBinder::bind
lcnr
-1
/
+1
2023-05-28
Replace EarlyBinder(x) with EarlyBinder::new(x)
Kyle Matsuda
-1
/
+1
2023-05-17
Finish move of query.rs
John Kåre Alsaker
-1
/
+1
2023-05-06
use EarlyBinder in tcx.(try_)subst_mir_and_normalize_erasing_regions
Kyle Matsuda
-1
/
+1
2023-05-01
Box AssertKind
Ben Kimock
-1
/
+1
2023-04-21
Allow `LocalDefId` as the argument to `def_path_str`
Oli Scherer
-1
/
+1
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-04-06
Rename `Abort` terminator to `Terminate`
Gary Guo
-1
/
+1
2023-04-06
Add `UnwindAction::Terminate`
Gary Guo
-0
/
+10
2023-04-01
a couple clippy::complexity fixes
Matthias Krüger
-2
/
+2
2023-03-31
Auto merge of #109762 - scottmcm:variantdef-indexvec, r=WaffleLapkin
bors
-1
/
+2
2023-03-30
Rollup merge of #109758 - nnethercote:parallel-cleanups, r=cjgillot
Michael Goulet
-5
/
+5
2023-03-30
Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>`
Scott McMurray
-1
/
+2
2023-03-30
Improve the `rustc_data_structures::sync` module doc comment.
Nicholas Nethercote
-5
/
+5
2023-03-29
Support TLS access into dylibs on Windows
John Kåre Alsaker
-6
/
+18
2023-03-28
Auto merge of #109692 - Nilstrieb:rollup-hq65rps, r=Nilstrieb
bors
-19
/
+29
2023-03-28
Erase impl regions when checking for impossible to eagerly monomorphize items
Michael Goulet
-19
/
+29
2023-03-27
Add a builtin `FnPtr` trait
lcnr
-1
/
+2
2023-03-14
Don't codegen impossible to satisfy impls
Michael Goulet
-0
/
+15
2023-03-07
Remove DropAndReplace terminator
Giacomo Pasini
-2
/
+1
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-2
/
+4
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-2
/
+1
2023-02-14
Move query out of path.
Camille GILLOT
-2
/
+2
2023-02-14
Do not fetch HIR to monomorphize impls.
Camille GILLOT
-72
/
+42
2023-02-14
Add `of_trait` to DefKind::Impl.
Camille GILLOT
-1
/
+1
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-3
/
+1
2023-01-30
session: diagnostic migration lint on more fns
David Wood
-5
/
+7
2023-01-26
add EarlyBinder::no_bound_vars
Kyle Matsuda
-1
/
+1
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-1
/
+1
2023-01-26
replace usages of fn_sig query with bound_fn_sig
Kyle Matsuda
-1
/
+1
2023-01-14
fix various subst_identity vs skip_binder
Kyle Matsuda
-3
/
+3
2023-01-14
change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...
Kyle Matsuda
-3
/
+2
2023-01-14
change usages of impl_trait_ref to bound_impl_trait_ref
Kyle Matsuda
-1
/
+4
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-1
/
+1
2022-12-22
abort immediately on bad mem::zeroed/uninit
Ralf Jung
-1
/
+1
2022-12-19
clippy::complexity fixes
Matthias Krüger
-2
/
+2
2022-12-11
bug! with a better error message for failing Instance::resolve
Michael Goulet
-6
/
+8
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-3
/
+3
2022-11-21
Add helper to create the trait ref for a lang item
Oli Scherer
-5
/
+6
2022-11-18
Make "long type" printing type aware
Esteban Küber
-15
/
+8
2022-11-16
cleanup and dedupe CTFE and Miri error reporting
Ralf Jung
-2
/
+2
2022-11-06
interpret: support for per-byte provenance
Ralf Jung
-3
/
+3
2022-11-04
Fix ICE when negative impl is collected during eager mono
Gary Guo
-0
/
+4
2022-10-29
Use tcx.require_lang_item
Cameron Steffen
-9
/
+2
2022-10-29
Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors
Guillaume Gomez
-1
/
+1
[next]