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
Age
Commit message (
Expand
)
Author
Lines
2022-09-22
introduce mir::Unevaluated
b-naber
-4
/
+3
2022-09-21
FIX - adopt new Diagnostic naming in newly migrated modules
Jhonny Bill Mena
-1
/
+1
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-6
/
+6
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-8
/
+8
2022-09-21
UPDATE - move SessionDiagnostic from rustc_session to rustc_errors
Jhonny Bill Mena
-1
/
+1
2022-09-17
Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett
Dylan DPC
-1
/
+1
2022-09-17
Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr
bors
-43
/
+43
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-09-14
address review again
b-naber
-4
/
+1
2022-09-13
Address code review comments
Eric Holk
-1
/
+3
2022-09-13
remove visit_const from mir visitors
b-naber
-39
/
+11
2022-09-13
fixes/working version
b-naber
-1
/
+1
2022-09-13
use ty::Unevaluated<'tcx, ()> in type system
b-naber
-10
/
+41
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-09
rename `codegen_fulfill_obligation`
lcnr
-1
/
+1
2022-09-09
RPITIT placeholder items
Michael Goulet
-0
/
+1
2022-09-06
Rollup merge of #101434 - JhonnyBillM:replace-session-for-handler-in-into-dia...
Guillaume Gomez
-2
/
+3
2022-09-05
UPDATE - into_diagnostic to take a Handler instead of a ParseSess
Jhonny Bill Mena
-2
/
+3
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
-12
/
+3
2022-09-01
Auto merge of #100707 - dzvon:fix-typo, r=davidtwco
bors
-1
/
+1
2022-08-31
Rollup merge of #100730 - CleanCut:diagnostics-rustc_monomorphize, r=davidtwco
Ralf Jung
-40
/
+138
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-08-30
Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk
Dylan DPC
-3
/
+3
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-26
remove unnecessary comment
Nathan Stocks
-5
/
+0
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-1
/
+1
2022-08-25
allow non-monomorphize modules to access hard-coded error message through new...
Nathan Stocks
-6
/
+8
2022-08-25
remove stray comment
Nathan Stocks
-1
/
+0
2022-08-25
replace some usages of [Span]FatalError with error-specific types
Nathan Stocks
-18
/
+15
2022-08-25
rebased: convert rustc_monomorphize errors to SessionDiagnostic
Nathan Stocks
-35
/
+140
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-30
Use LocalDefId for closures more
Cameron Steffen
-2
/
+2
2022-07-22
Rollup merge of #98868 - tmiasko:unreachable-coverage, r=wesleywiser
Dylan DPC
-3
/
+9
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
-5
/
+5
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
-8
/
+7
2022-07-08
Fix unreachable coverage generation for inlined functions
Tomasz Miąsko
-3
/
+9
2022-07-06
Update TypeVisitor paths
Alan Egerton
-3
/
+5
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
-4
/
+4
[prev]
[next]