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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_mir_build
/
src
/
build
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2023-09-21
Prevent promotion of const fn calls in inline consts
Oli Scherer
-2
/
+2
2023-09-19
move ConstValue into mir
Ralf Jung
-1
/
+0
2023-09-05
Refactor how MIR represents composite debuginfo.
Camille GILLOT
-0
/
+2
2023-08-20
Ensure that THIR unsafety check is done before stealing it. Fixes #111520.
John Kåre Alsaker
-1
/
+2
2023-08-17
Revert "Implement references VarDebugInfo."
Camille GILLOT
-2
/
+0
2023-07-28
Lower generic const items to HIR
León Orell Valerian Liehr
-1
/
+1
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-8
/
+7
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-9
/
+7
2023-07-13
Add a cache for `maybe_lint_level_root_bounded`.
Nicholas Nethercote
-0
/
+10
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-2
/
+2
2023-06-19
Remove duplicated comment.
Camille GILLOT
-7
/
+0
2023-06-19
Make closure_saved_names_of_captured_variables a query.
Camille GILLOT
-0
/
+23
2023-06-02
Separate AnonConst from ConstBlock in HIR.
Camille GILLOT
-1
/
+1
2023-05-31
Remove `lit_to_mir_constant` query
Oli Scherer
-1
/
+0
2023-05-13
Implement references VarDebugInfo.
Camille GILLOT
-0
/
+2
2023-04-30
Bail out of MIR construction if `check_match` fails
clubby789
-1
/
+3
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-21
Run `check_match` and `check_liveness` when MIR is built instead of having an...
Oli Scherer
-0
/
+7
2023-04-20
Remove WithOptconstParam.
Camille GILLOT
-47
/
+27
2023-04-11
Preserve argument indexes when inlining MIR
David Lattimore
-1
/
+3
2023-04-06
Auto merge of #108504 - cjgillot:thir-pattern, r=compiler-errors,Nilstrieb
bors
-0
/
+1
2023-04-03
Perform match checking on THIR.
Camille GILLOT
-0
/
+1
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-2
/
+2
2023-03-28
Move `mir::Field` → `abi::FieldIdx`
Scott McMurray
-1
/
+2
2023-03-22
rustc: Remove unused `Session` argument from some attribute functions
Vadim Petrochenkov
-1
/
+2
2023-03-18
address review comments
Joshua Nelson
-11
/
+8
2023-03-14
Wrap the whole LocalInfo in ClearCrossCrate.
Camille GILLOT
-5
/
+5
2023-03-11
Make the check for cache opt-in.
Camille GILLOT
-4
/
+4
2023-03-11
Use ensure for thir_abstract_const.
Camille GILLOT
-5
/
+2
2023-02-26
Access upvars through a query.
Camille GILLOT
-75
/
+71
2023-02-26
Store the body type in THIR.
Camille GILLOT
-32
/
+8
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-1
/
+1
2023-02-22
Rename ty_error_with_guaranteed to ty_error, ty_error to ty_error_misc
Michael Goulet
-1
/
+1
2023-02-22
Use ty_error_with_guaranteed in many more places
Michael Goulet
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+1
2023-01-29
Rollup merge of #107006 - b-naber:thir-tree, r=jackh726
Matthias Krüger
-0
/
+4
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-3
/
+1
2023-01-26
replace usages of fn_sig query with bound_fn_sig
Kyle Matsuda
-1
/
+3
2023-01-26
output tree representation for thir-tree
b-naber
-0
/
+4
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-6
/
+6
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-1
/
+1
2022-12-13
Ensure valid local_data is set for custom mir building
Gary Guo
-0
/
+1
2022-12-05
Move -Z maximal-hir-to-mir-coverage implementation to new `maybe_new_source_s...
Will Crichton
-14
/
+6
2022-11-29
Improve spans in custom mir
Jakob Degen
-1
/
+1
2022-11-21
Only declare bindings for if-let guards once per arm
Léo Lanteri Thauvin
-1
/
+1
2022-11-08
Add support for custom MIR parsing
Jakob Degen
-0
/
+17
2022-10-07
Change InferCtxtBuilder from enter to build
Cameron Steffen
-67
/
+61
2022-10-07
Remove TypeckResults from InferCtxt
Cameron Steffen
-2
/
+2
[next]