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_mir_build
/
src
/
build
/
custom
Age
Commit message (
Expand
)
Author
Lines
2024-12-17
Rename `rustc_mir_build::build` to `builder`
Zalathar
-909
/
+0
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-2
/
+1
2024-12-09
Introduce `default_field_values` feature
Esteban Küber
-1
/
+1
2024-11-20
Rollup merge of #132708 - estebank:const-as-binding, r=Nadrieril
Matthias Krüger
-6
/
+14
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-5
/
+5
2024-11-17
Account for `ExpandedConstant` in `parse_match`
Esteban Küber
-6
/
+14
2024-11-17
Unify expanded constants and named constants in `PatKind`
Esteban Küber
-1
/
+1
2024-11-17
Fold `PatKind::NamedConstant` into `PatKind::Constant`
Esteban Küber
-3
/
+1
2024-11-17
Point at `const` definition when used instead of a binding in a `let` statement
Esteban Küber
-1
/
+3
2024-10-30
compiler: Switch to rustc_abi in hir_pretty, lint_defs, and mir_build
Jubilee Young
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-09-13
Rename and reorder lots of lifetimes.
Nicholas Nethercote
-7
/
+6
2024-09-09
Remove needless returns detected by clippy in the compiler
Eduardo Sánchez Muñoz
-7
/
+5
2024-08-18
rename AddressOf -> RawBorrow inside the compiler
Ralf Jung
-2
/
+2
2024-08-05
custom MIR: add support for tail calls
Ralf Jung
-0
/
+22
2024-08-01
MIR required_consts, mentioned_items: ensure we do not forget to fill these l...
Ralf Jung
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-10
/
+10
2024-07-05
coverage: Rename `mir::coverage::BranchInfo` to `CoverageInfoHi`
Zalathar
-1
/
+1
2024-06-21
Save 2 pointers in `TerminatorKind` (96 → 80 bytes)
Scott McMurray
-1
/
+1
2024-06-20
[GVN] Add tests for generic pointees with PtrMetadata
Scott McMurray
-0
/
+4
2024-06-04
Reduce `pub` exposure.
Nicholas Nethercote
-5
/
+5
2024-05-28
Add custom mir support for `PtrMetadata`
Scott McMurray
-0
/
+1
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_mir_build`.
Nicholas Nethercote
-1
/
+1
2024-05-17
Remove `Rvalue::CheckedBinaryOp`
Scott McMurray
-3
/
+9
2024-05-13
Remove `extern crate rustc_middle` from `rustc_mir_build`.
Nicholas Nethercote
-0
/
+1
2024-04-03
rustc_index: Add a `ZERO` constant to index types
Vadim Petrochenkov
-1
/
+1
2024-04-03
Remove MIR unsafe check
Matthew Jasper
-4
/
+1
2024-03-25
Auto merge of #122721 - oli-obk:merge_queries, r=davidtwco
bors
-1
/
+1
2024-03-20
collector: recursively traverse 'mentioned' items to evaluate their constants
Ralf Jung
-0
/
+1
2024-03-20
Replace `mir_built` query with a hook and use mir_const everywhere instead
Oli Scherer
-1
/
+1
2024-03-14
coverage: Data structures for recording branch info during MIR building
Zalathar
-0
/
+1
2024-01-22
Add Assume custom MIR.
Camille GILLOT
-0
/
+4
2024-01-15
compiler: Lower fn call arg spans down to MIR
Martin Nordholts
-1
/
+4
2023-12-26
custom mir: make it clear what the return block is
Ralf Jung
-2
/
+10
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-18
Rename `Session::span_diagnostic` as `Session::dcx`.
Nicholas Nethercote
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-11-14
Custom MIR: Support cleanup blocks
Tomasz Miąsko
-36
/
+108
2023-10-20
s/generator/coroutine/
Oli Scherer
-1
/
+1
2023-10-18
coverage: Attach an optional `FunctionCoverageInfo` to `mir::Body`
Zalathar
-0
/
+1
2023-09-21
rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const
Ralf Jung
-4
/
+4
2023-09-20
the Const::eval_bits methods don't need to be given the Ty
Ralf Jung
-2
/
+2
2023-09-19
move ConstValue into mir
Ralf Jung
-1
/
+1
2023-09-05
Refactor how MIR represents composite debuginfo.
Camille GILLOT
-0
/
+1
2023-09-01
Support debuginfo for custom MIR.
Camille GILLOT
-2
/
+57
2023-08-19
custom_mir: change Call() terminator syntax to something more readable
Ralf Jung
-10
/
+9
2023-08-14
Move scrutinee `HirId` into `MatchSource::TryDesugar`
Esteban Küber
-1
/
+1
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-2
/
+2
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-6
/
+4
[next]