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_middle
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2022-07-16
Stabilize `let_chains`
Caio
-1
/
+1
2022-07-09
don't allow ZST in ScalarInt
Ralf Jung
-0
/
+1
2022-06-11
Try out `yeet` in the MIR interpreter
Scott McMurray
-0
/
+1
2022-06-03
Fully stabilize NLL
Jack Huey
-1
/
+0
2022-05-27
Finish bumping stage0
Mark Rousskov
-1
/
+0
2022-05-24
Make Lazy not care about lifetimes until decode
Michael Goulet
-0
/
+1
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+0
2022-05-11
Remove `PartialOrd`/`Ord` impl for `PlaceRef`
Aaron Hill
-0
/
+1
2022-05-04
Stabilize `bool::then_some`
Josh Triplett
-1
/
+0
2022-04-15
Rollup merge of #94457 - jhpratt:stabilize-derive_default_enum, r=davidtwco
Dylan DPC
-1
/
+1
2022-04-11
Add documentation for the semantics of MIR rvalues
Jakob Degen
-0
/
+1
2022-04-07
Stabilize `derive_default_enum`
Jacob Pratt
-1
/
+1
2022-03-22
remove [async output] from impl Future
Michael Goulet
-0
/
+1
2022-03-08
add `#[rustc_pass_by_value]` to more types
lcnr
-0
/
+1
2022-03-01
Add helper function to suggest multiple constraints
Maybe Waffle
-0
/
+1
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-1
/
+1
2022-02-16
Move ty::print methods to Drop-based scope guards
Mark Rousskov
-0
/
+1
2022-02-01
add a rustc::query_stability lint
lcnr
-0
/
+1
2022-01-09
rustc_middle: Rename `Export` to `ModChild` and add some comments
Vadim Petrochenkov
-0
/
+1
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-1
/
+0
2021-12-14
Stabilize iter::zip.
PFPoitras
-1
/
+0
2021-12-13
Avoid cloning refcounted types during folding
Alan Egerton
-0
/
+1
2021-11-29
std: Stabilize the `thread_local_const_init` feature
Alex Crichton
-1
/
+0
2021-11-26
Unwrap the results of type folders
LeSeulArtichaut
-0
/
+1
2021-11-22
Use `derive_default_enum` in the compiler
Jacob Pratt
-0
/
+1
2021-10-28
Revert "Add rustc lint, warning when iterating over hashmaps"
Mark Rousskov
-1
/
+0
2021-10-24
Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank
Matthias Krüger
-0
/
+1
2021-10-16
Adopt let_else across the compiler
est31
-0
/
+1
2021-10-15
allow `potential_query_instability` everywhere
lcnr
-0
/
+1
2021-10-05
Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister
bors
-1
/
+0
2021-10-04
Rollup merge of #87993 - kornelski:try_reserve_stable, r=joshtriplett
Jubilee
-1
/
+0
2021-10-04
Stabilize try_reserve
Kornel
-1
/
+0
2021-10-03
Fully remove rustc_middle::ich.
Camille GILLOT
-1
/
+0
2021-10-02
Remove various unused feature gates
bjorn3
-2
/
+0
2021-09-12
Gather module items after lowering.
Camille GILLOT
-0
/
+1
2021-09-08
Bump stage0 compiler to 1.56
Mark Rousskov
-1
/
+0
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-1
/
+1
2021-09-07
Move the dataflow framework to its own crate.
Camille GILLOT
-0
/
+2
2021-09-02
rustc_target: move `LayoutOf` to `ty::layout`.
Eduard-Mihai Burtescu
-0
/
+1
2021-08-25
Use if-let guards in the codebase
Léo Lanteri Thauvin
-0
/
+2
2021-08-18
Remove box syntax from rustc_middle
est31
-1
/
+0
2021-08-07
Auto merge of #87408 - kornelski:try_reserve_error, r=yaahc
bors
-0
/
+1
2021-08-05
use zeroed allocation instead of eagerly initializing the memory
The8472
-0
/
+2
2021-07-24
Hide allocator details from TryReserveError
Kornel
-0
/
+1
2021-07-14
use NonZeroU64 for AllocId to restore old type sizes
Ralf Jung
-0
/
+1
2021-06-29
Support allocation failures when interperting MIR
Smitty
-0
/
+1
2021-06-14
stabilize `int_error_matching`
Ethan Brierley
-1
/
+0
2021-05-31
Remove unused feature gates
bjorn3
-2
/
+0
2021-05-26
Specialize implementations
Jacob Pratt
-0
/
+1
2021-05-25
Auto merge of #84985 - pietroalbini:bootstrap-1.54, r=Mark-Simulacrum
bors
-1
/
+0
[next]