| Commit message (Expand) | Author | Age | Files | Lines |
| * | Finish move of query.rs | John Kåre Alsaker | 2023-05-17 | 2 | -4/+4 |
| * | Rollup merge of #111602 - tmiasko:erroneous-constant-used, r=oli-obk | Nilstrieb | 2023-05-16 | 4 | -8/+8 |
| |\ |
|
| | * | Suppress "erroneous constant used" for constants tainted by errors | Tomasz Miąsko | 2023-05-15 | 4 | -8/+8 |
| * | | Rollup merge of #111578 - Zoxc:query-macro-move, r=cjgillot | Matthias Krüger | 2023-05-15 | 2 | -2/+2 |
| |\ \
| |/
|/| |
|
| | * | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | 2023-05-15 | 2 | -2/+2 |
| * | | Start node has no immediate dominator | Tomasz Miąsko | 2023-05-14 | 1 | -1/+1 |
| |/ |
|
| * | Implement references VarDebugInfo. | Camille GILLOT | 2023-05-13 | 1 | -1/+9 |
| * | use EarlyBinder in tcx.(try_)subst_mir_and_normalize_erasing_regions | Kyle Matsuda | 2023-05-06 | 1 | -1/+5 |
| * | Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr | bors | 2023-05-04 | 1 | -1/+1 |
| |\ |
|
| | * | Add new `ToPredicate` impls and `TraitRef` methods to remove some `ty::Binber... | Maybe Waffle | 2023-04-26 | 1 | -7/+2 |
| | * | Switch `ty::TraitRef::from_lang_item` from using `TyCtxtAt` to `TyCtxt` and a... | Maybe Waffle | 2023-04-26 | 1 | -1/+2 |
| | * | Replace `tcx.mk_trait_ref` with `ty::TraitRef::new` | Maybe Waffle | 2023-04-25 | 1 | -2/+6 |
| * | | Rollup merge of #110943 - RalfJung:interpret-unsized-arg-ice, r=oli-obk | Dylan DPC | 2023-05-04 | 2 | -1/+7 |
| |\ \ |
|
| | * | | interpret: fail more gracefully on uninit unsized locals | Ralf Jung | 2023-04-28 | 2 | -1/+7 |
| * | | | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | 2023-05-03 | 7 | -18/+18 |
| * | | | Auto merge of #109521 - tmiasko:const-prop-validation, r=wesleywiser | bors | 2023-05-02 | 1 | -10/+8 |
| |\ \ \ |
|
| | * | | | Use trimmed paths in constantant validation errors | Tomasz Miąsko | 2023-04-27 | 1 | -10/+8 |
| | |/ / |
|
| * | | | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | 2023-05-01 | 1 | -0/+3 |
| |\ \ \ |
|
| | * | | | Don't call await a method | Michael Goulet | 2023-04-27 | 1 | -0/+3 |
| * | | | | Rollup merge of #110944 - RalfJung:offset, r=compiler-errors | Matthias Krüger | 2023-04-28 | 2 | -14/+29 |
| |\ \ \ \ |
|
| | * | | | | share BinOp::Offset between CTFE and Miri | Ralf Jung | 2023-04-28 | 2 | -14/+29 |
| | | |/ /
| |/| | |
|
| * | | | | Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514 | Matthias Krüger | 2023-04-28 | 1 | -1/+1 |
| |\ \ \ \
| |_|/ /
|/| | | |
|
| | * | | | Remove "V1" from ArgumentsV1 and FlagsV1. | Mara Bos | 2023-04-24 | 1 | -1/+1 |
| * | | | | rename `needs_subst` to `has_param` | Boxy | 2023-04-27 | 1 | -3/+3 |
| | |/ /
|/| | |
|
| * | | | Lower `intrinsics::offset` to `mir::BinOp::Offset` | Scott McMurray | 2023-04-25 | 2 | -12/+13 |
| | |/
|/| |
|
| * | | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | 2023-04-24 | 4 | -4/+4 |
| |/ |
|
| * | Auto merge of #104844 - cjgillot:mention-eval-place, r=jackh726,RalfJung | bors | 2023-04-22 | 2 | -10/+9 |
| |\ |
|
| | * | Actually keep `PlaceMention` if requested. | Camille GILLOT | 2023-04-21 | 1 | -8/+1 |
| | * | Evaluate place expression in `PlaceMention`. | Camille GILLOT | 2023-04-21 | 1 | -2/+8 |
| * | | Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkin | bors | 2023-04-22 | 4 | -8/+57 |
| |\ \
| |/
|/| |
|
| | * | minor tweaks | DrMeepster | 2023-04-21 | 1 | -1/+1 |
| | * | intern offsetof fields | DrMeepster | 2023-04-21 | 1 | -1/+1 |
| | * | offset_of | DrMeepster | 2023-04-21 | 4 | -7/+56 |
| * | | Remove WithOptconstParam. | Camille GILLOT | 2023-04-20 | 8 | -22/+20 |
| |/ |
|
| * | Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obk | bors | 2023-04-19 | 1 | -2/+3 |
| |\ |
|
| | * | revive raw pointer comp error | Deadbeef | 2023-04-16 | 1 | -2/+3 |
| * | | Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco | bors | 2023-04-19 | 2 | -1/+2 |
| |\ \ |
|
| | * | | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | 2023-04-18 | 2 | -1/+2 |
| * | | | Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillot | bors | 2023-04-18 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | 2023-04-18 | 1 | -1/+1 |
| | |/ / |
|
| * | | | Spelling - compiler | Josh Soref | 2023-04-17 | 2 | -3/+3 |
| |/ / |
|
| * | | Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin | Matthias Krüger | 2023-04-17 | 1 | -8/+9 |
| |\ \ |
|
| | * | | Various minor Idx-related tweaks | Scott McMurray | 2023-04-16 | 1 | -8/+9 |
| | |/ |
|
| * | | Auto merge of #109061 - saethlin:leak-backtraces, r=oli-obk | bors | 2023-04-17 | 3 | -18/+18 |
| |\ \ |
|
| | * | | Report a backtrace for memory leaks under Miri | Ben Kimock | 2023-04-16 | 3 | -18/+18 |
| | |/ |
|
| * | | Move some utils out of `rustc_const_eval` | Nilstrieb | 2023-04-16 | 5 | -215/+1 |
| |/ |
|
| * | Implement `Copy` for `LocationDetail` | Maybe Waffle | 2023-04-13 | 1 | -1/+1 |
| * | Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgr | bors | 2023-04-12 | 1 | -1/+1 |
| |\ |
|
| | * | Fix typos in compiler | DaniPopes | 2023-04-10 | 1 | -1/+1 |
| * | | Fix transmute intrinsic mir validation ICE | Jakob Degen | 2023-04-09 | 1 | -2/+10 |
| |/ |
|