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
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
2022-07-02
Auto merge of #91743 - cjgillot:enable_mir_inlining_inline_all, r=oli-obk
bors
-1
/
+2
2022-07-01
cleanup mir visitor for `rustc::pass_by_value`
lcnr
-1
/
+1
2022-06-30
Recover when failing to normalize closure signature.
Camille GILLOT
-1
/
+2
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-5
/
+19
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-2
/
+2
2022-05-26
call `instantiation_mode` when pushing a new mono_item
SparrowLii
-44
/
+66
2022-05-07
Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors
bors
-2
/
+3
2022-05-07
Auto merge of #96531 - kckeiks:remove-item-like-visitor-from-rustc-typeck, r=...
bors
-2
/
+2
2022-05-06
use def_span and def_kind queries instead of calling tcx.hir() methods
Miguel Guarniz
-2
/
+2
2022-05-03
Collect function instance used in `global_asm!` sym operand
Tomasz Miąsko
-6
/
+3
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-2
/
+3
2022-04-30
Also report the call site of PME errors locally.
Oli Scherer
-6
/
+4
2022-04-17
Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillot
bors
-60
/
+55
2022-04-15
Add codegen for global_asm! sym operands
Amanieu d'Antras
-1
/
+21
2022-04-09
move item query inside if stmt
Miguel Guarniz
-2
/
+2
[next]