about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/lib.rs
AgeCommit message (Expand)AuthorLines
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-1/+0
2023-03-11Simplify message pathsest31-1/+1
2023-02-22errors: generate typed identifiers in each crateDavid Wood-0/+5
2023-02-13Move folding and visiting traits into type libraryAlan Egerton-2/+0
2023-02-13Alias folding/visiting traits instead of re-exportAlan Egerton-0/+1
2023-02-09Simplify `with_tlv`.Nicholas Nethercote-0/+1
2023-01-21Use strict provenance APIs in ty::tlsNilstrieb-0/+1
2022-11-29Only allow feeding a value to newly created definitions.Camille GILLOT-0/+2
2022-11-06cfg-step codeMark Rousskov-1/+0
2022-10-18`const_evaluatable_unchecked` to const evallcnr-0/+1
2022-10-11Rollup merge of #101727 - est31:stabilize_map_first_last, r=m-ou-seMatthias Krüger-1/+0
2022-10-08Stabilize half_open_range_patternsUrgau-1/+1
2022-09-30Stabilize map_first_lastest31-1/+0
2022-09-26remove cfg(bootstrap)Pietro Albini-2/+0
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-09-13Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errorsbors-1/+1
2022-09-08Auto merge of #101303 - jyn514:jnelson/handle-cycle-enum, r=cjgillotbors-0/+1
2022-09-06Make `HandleCycleError` an enum instead of a macro-generated closureJoshua Nelson-0/+1
2022-09-01Migrate DropCheckOverflow111-0/+1
2022-08-30Stabilize GATsJack Huey-1/+1
2022-08-29Revert let_chains stabilizationNilstrieb-0/+1
2022-08-12Adjust cfgsMark Rousskov-1/+0
2022-08-02Stabilize backtraceTheodore Dubois-1/+0
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-07-09don't allow ZST in ScalarIntRalf Jung-0/+1
2022-06-11Try out `yeet` in the MIR interpreterScott McMurray-0/+1
2022-06-03Fully stabilize NLLJack Huey-1/+0
2022-05-27Finish bumping stage0Mark Rousskov-1/+0
2022-05-24Make Lazy not care about lifetimes until decodeMichael Goulet-0/+1
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+0
2022-05-11Remove `PartialOrd`/`Ord` impl for `PlaceRef`Aaron Hill-0/+1
2022-05-04Stabilize `bool::then_some`Josh Triplett-1/+0
2022-04-15Rollup merge of #94457 - jhpratt:stabilize-derive_default_enum, r=davidtwcoDylan DPC-1/+1
2022-04-11Add documentation for the semantics of MIR rvaluesJakob Degen-0/+1
2022-04-07Stabilize `derive_default_enum`Jacob Pratt-1/+1
2022-03-22remove [async output] from impl FutureMichael Goulet-0/+1
2022-03-08add `#[rustc_pass_by_value]` to more typeslcnr-0/+1
2022-03-01Add helper function to suggest multiple constraintsMaybe Waffle-0/+1
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-16Move ty::print methods to Drop-based scope guardsMark Rousskov-0/+1
2022-02-01add a rustc::query_stability lintlcnr-0/+1
2022-01-09rustc_middle: Rename `Export` to `ModChild` and add some commentsVadim Petrochenkov-0/+1
2021-12-15Remove `in_band_lifetimes` from `rustc_middle`Aaron Hill-1/+0
2021-12-14Stabilize iter::zip.PFPoitras-1/+0
2021-12-13Avoid cloning refcounted types during foldingAlan Egerton-0/+1
2021-11-29std: Stabilize the `thread_local_const_init` featureAlex Crichton-1/+0
2021-11-26Unwrap the results of type foldersLeSeulArtichaut-0/+1
2021-11-22Use `derive_default_enum` in the compilerJacob Pratt-0/+1
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+0
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+1