about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/lib.rs
AgeCommit message (Expand)AuthorLines
2023-11-26Use `rustc_fluent_macro::fluent_messages!` directly.Nicholas Nethercote-3/+1
2023-11-26Avoid need for `{D,Subd}iagnosticMessage` imports.Nicholas Nethercote-1/+0
2023-11-22Stabilize RFC3324 dyn upcasting coercionUrgau-1/+1
2023-11-15Bump cfg(bootstrap)sMark Rousskov-4/+3
2023-11-13Auto merge of #116866 - slanterns:inspect-stabilize, r=BurntSushibors-1/+0
2023-10-20s/generator/coroutine/Oli Scherer-2/+3
2023-10-18Remove `#![feature(result_option_inspect)]` from the compilerSlanterns-1/+0
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+2
2023-09-22Add a way to decouple the implementation and the declaration of a TyCtxt method.Oli Scherer-0/+1
2023-08-23Bump cfg(bootstrap)Mark Rousskov-1/+1
2023-08-10Stabilize thread local cell methods.Mara Bos-1/+0
2023-08-03Add `internal_features` lintNilstrieb-0/+1
2023-06-14s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedListThe 8472-1/+1
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-1/+2
2023-05-17Finish move of query.rsJohn Kåre Alsaker-1/+0
2023-05-15Move expansion of query macros in rustc_middle to rustc_middle::queryJohn Kåre Alsaker-5/+6
2023-04-24Switch `impl_tag!` from explicit tags to `${index()}`Maybe Waffle-0/+1
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-1/+1
2023-04-17Auto merge of #110243 - WaffleLapkin:bless_tagged_pointers🙏, r=Nilstriebbors-0/+1
2023-04-16Move some utils out of `rustc_const_eval`Nilstrieb-5/+1
2023-04-14Use `ptr::Alignment` for extra coolness pointsMaybe Waffle-0/+1
2023-04-06Avoid the assertion in `erase`John Kåre Alsaker-0/+1
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