| Commit message (Expand) | Author | Age | Files | Lines |
* | Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obk | Dylan DPC | 2023-05-04 | 1 | -2/+15 |
|\ |
|
| * | Implement negative bounds | Michael Goulet | 2023-05-02 | 1 | -2/+15 |
* | | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | 2023-05-03 | 1 | -1/+1 |
|/ |
|
* | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | 2023-05-01 | 3 | -21/+7 |
|\ |
|
| * | Make async removal span more resilient to macro expansions | Michael Goulet | 2023-04-27 | 2 | -11/+3 |
| * | Tweak await span | Michael Goulet | 2023-04-27 | 2 | -15/+9 |
* | | Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514 | Matthias Krüger | 2023-04-28 | 1 | -9/+9 |
|\ \
| |/
|/| |
|
| * | Restructure std::fmt::rt a bit. | Mara Bos | 2023-04-24 | 1 | -1/+1 |
| * | Remove "V1" from ArgumentsV1 and FlagsV1. | Mara Bos | 2023-04-24 | 1 | -9/+9 |
* | | IntoFuture::into_future is no longer unstable | Michael Goulet | 2023-04-26 | 3 | -8/+1 |
* | | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | 2023-04-24 | 3 | -3/+3 |
|/ |
|
* | Also arena-allocate `ast::MacroDef` to make `Item: Copy` | Nilstrieb | 2023-04-22 | 1 | -1/+2 |
* | offset_of | DrMeepster | 2023-04-21 | 2 | -0/+9 |
* | Update comments in format args lowering. | Mara Bos | 2023-04-20 | 1 | -7/+7 |
* | 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 |
* | | Rollup merge of #110451 - WaffleLapkin:ensure_return_elem, r=scottmcm | Matthias Krüger | 2023-04-19 | 2 | -13/+12 |
|\ \
| |/
|/| |
|
| * | Make `IndexVec::ensure_contains_elem` return a reference to the element | Maybe Waffle | 2023-04-17 | 2 | -13/+12 |
* | | Use `Item::expect_*` and `ImplItem::expect_*` more | Maybe Waffle | 2023-04-17 | 1 | -6/+4 |
|/ |
|
* | Auto merge of #109588 - Nilstrieb:dropless-expr, r=compiler-errors | bors | 2023-04-17 | 1 | -30/+25 |
|\ |
|
| * | Alloc `hir::Lit` in an arena to remove the destructor from `Expr` | Nilstrieb | 2023-04-16 | 1 | -30/+25 |
* | | use matches! macro in more places | Matthias Krüger | 2023-04-16 | 1 | -4/+1 |
|/ |
|
* | Rollup merge of #110203 - compiler-errors:rtn-dots, r=eholk | Matthias Krüger | 2023-04-12 | 3 | -31/+17 |
|\ |
|
| * | Remove `..` from return type notation | Michael Goulet | 2023-04-10 | 3 | -31/+17 |
* | | Fix typos in compiler | DaniPopes | 2023-04-10 | 2 | -4/+4 |
|/ |
|
* | Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem` | Oli Scherer | 2023-04-04 | 1 | -1/+1 |
* | box a bunch of large types | Oli Scherer | 2023-04-04 | 1 | -4/+4 |
* | Split out ast::ItemKind::Const into its own struct | Oli Scherer | 2023-04-04 | 1 | -5/+5 |
* | rust-analyzer guided tuple field to named field | Oli Scherer | 2023-04-04 | 1 | -1/+1 |
* | rust-analyzer guided enum variant structification | Oli Scherer | 2023-04-04 | 1 | -1/+1 |
* | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | 2023-04-02 | 2 | -4/+4 |
* | Auto merge of #109010 - compiler-errors:rtn, r=eholk | bors | 2023-03-31 | 4 | -21/+119 |
|\ |
|
| * | Add `(..)` syntax for RTN | Michael Goulet | 2023-03-28 | 4 | -36/+91 |
| * | Add tests and error messages | Michael Goulet | 2023-03-28 | 3 | -5/+36 |
| * | RTN | Michael Goulet | 2023-03-28 | 1 | -0/+12 |
| * | ParenthesizedGenericArgs::{Ok -> ParenSugar} | Michael Goulet | 2023-03-28 | 2 | -5/+5 |
* | | Rollup merge of #109664 - m-ou-se:format-args-placeholder-span, r=oli-obk | Dylan DPC | 2023-03-29 | 1 | -23/+43 |
|\ \
| |/
|/| |
|
| * | Use span of placeholders in format_args!() expansion. | Mara Bos | 2023-03-27 | 1 | -23/+43 |
* | | Rollup merge of #109354 - Swatinem:rm-closureid, r=compiler-errors | Guillaume Gomez | 2023-03-27 | 2 | -42/+42 |
|\ \
| |/
|/| |
|
| * | Remove the `NodeId` of `ast::ExprKind::Async` | Arpad Borsos | 2023-03-19 | 2 | -42/+42 |
* | | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | 2023-03-22 | 1 | -1/+1 |
|/ |
|
* | Gate fmt args flattening behind -Zflatten-format-args. | Mara Bos | 2023-03-16 | 1 | -2/+5 |
* | Don't allow new const panic through format flattening. | Mara Bos | 2023-03-16 | 1 | -1/+17 |
* | Also inline integer literals into format_args!(). | Mara Bos | 2023-03-16 | 1 | -5/+18 |
* | Check all arg indexes before removing inlined format args. | Mara Bos | 2023-03-16 | 1 | -13/+15 |
* | Remove unreachable branch in format_args ast lowering. | Mara Bos | 2023-03-16 | 1 | -19/+8 |
* | Fix argument index remapping in format_args flattening. | Mara Bos | 2023-03-16 | 1 | -28/+36 |
* | Only inline `{}` string literals in format_args. | Mara Bos | 2023-03-16 | 1 | -0/+1 |
* | Support flattening/inlining format_args through & and (). | Mara Bos | 2023-03-16 | 1 | -6/+12 |
* | Inline string literals into format_args!(). | Mara Bos | 2023-03-16 | 1 | -3/+61 |