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-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
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-15
/
+17
2022-10-27
Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions
Maybe Waffle
-1
/
+1
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-2
/
+2
2022-09-17
Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr
bors
-33
/
+11
2022-09-13
Address code review comments
Eric Holk
-1
/
+3
2022-09-13
remove visit_const from mir visitors
b-naber
-36
/
+1
2022-09-13
use ty::Unevaluated<'tcx, ()> in type system
b-naber
-2
/
+15
2022-09-12
Rename some variants
Michael Goulet
-5
/
+2
2022-09-12
Call destructors when dyn* object goes out of scope
Eric Holk
-3
/
+10
2022-09-04
Make `const_eval_select` a real intrinsic
Deadbeef
-7
/
+1
2022-09-02
Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett
bors
-1
/
+1
2022-09-01
tracing::instrument cleanup
Oli Scherer
-11
/
+3
2022-08-31
Rollup merge of #100730 - CleanCut:diagnostics-rustc_monomorphize, r=davidtwco
Ralf Jung
-28
/
+39
2022-08-28
Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()`
Martin Nordholts
-1
/
+1
2022-08-27
interpret: rename relocation → provenance
Ralf Jung
-3
/
+3
2022-08-25
allow non-monomorphize modules to access hard-coded error message through new...
Nathan Stocks
-3
/
+5
2022-08-25
rebased: convert rustc_monomorphize errors to SessionDiagnostic
Nathan Stocks
-28
/
+37
2022-08-19
Minor syntax and formatting update to doc comment
Eric Holk
-4
/
+8
2022-08-10
Refuse to codegen an upstream static.
Camille GILLOT
-0
/
+5
2022-07-20
various nits from review
Ralf Jung
-3
/
+0
2022-07-20
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
-3
/
+3
2022-07-20
add a Vtable kind of symbolic allocations
Ralf Jung
-0
/
+7
2022-07-19
use `par_for_each_in` in `par_body_owners` and `collect_crate_mono_items`
SparrowLii
-2
/
+2
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-2
/
+1
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+3
[next]