| Commit message (Expand) | Author | Age | Files | Lines |
* | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | 2023-05-15 | 15 | -15/+16 |
* | Auto merge of #111014 - klensy:no-rc, r=WaffleLapkin | bors | 2023-05-04 | 1 | -3/+2 |
|\ |
|
| * | Arc -> Lrc | klensy | 2023-04-30 | 1 | -3/+2 |
* | | Rollup merge of #111062 - clubby789:invalid-repr-unchecked, r=petrochenkov | Dylan DPC | 2023-05-04 | 1 | -7/+1 |
|\ \ |
|
| * | | Don't bail out early when checking invalid `repr` attr | clubby789 | 2023-05-01 | 1 | -7/+1 |
| |/ |
|
* | | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | 2023-05-03 | 2 | -3/+3 |
|/ |
|
* | Migrate `rustc_passes` to translatable diagnostics | clubby789 | 2023-04-26 | 5 | -174/+266 |
* | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | 2023-04-24 | 1 | -1/+1 |
* | Auto merge of #109590 - Nilstrieb:copy-hir, r=oli-obk | bors | 2023-04-24 | 1 | -1/+1 |
|\ |
|
| * | Impl `Copy` for almost all HIR types | Nilstrieb | 2023-04-22 | 1 | -1/+1 |
* | | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | 2023-04-23 | 1 | -13/+14 |
|\ \
| |/
|/| |
|
| * | Run `check_match` and `check_liveness` when MIR is built instead of having an... | Oli Scherer | 2023-04-21 | 1 | -2/+8 |
| * | Make `check_match` and `check_liveness` take a `LocalDefId` | Oli Scherer | 2023-04-21 | 1 | -11/+6 |
* | | fmt | DrMeepster | 2023-04-21 | 1 | -6/+3 |
* | | fix incorrect param env in dead code lint | DrMeepster | 2023-04-21 | 1 | -4/+5 |
* | | offset_of | DrMeepster | 2023-04-21 | 4 | -3/+44 |
|/ |
|
* | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | 2023-04-18 | 1 | -1/+1 |
* | Allow all associated functions and add test | Deadbeef | 2023-04-16 | 2 | -4/+4 |
* | allow `repr(align = x)` on inherent methods | Deadbeef | 2023-04-14 | 2 | -5/+11 |
* | impl reviewer feedback | Ezra Shaw | 2023-04-13 | 1 | -11/+10 |
* | dead-code-lint: de-dup multiple unused assoc fns | Ezra Shaw | 2023-04-13 | 1 | -17/+37 |
* | refactor: emit "unused assoc fn" in lexical order | Ezra Shaw | 2023-04-13 | 1 | -4/+7 |
* | Rollup merge of #110203 - compiler-errors:rtn-dots, r=eholk | Matthias Krüger | 2023-04-12 | 1 | -1/+1 |
|\ |
|
| * | Remove `..` from return type notation | Michael Goulet | 2023-04-10 | 1 | -1/+1 |
* | | Auto merge of #109935 - michaelwoerister:fix-feed-in-eval-always, r=cjgillot | bors | 2023-04-12 | 1 | -2/+0 |
|\ \
| |/
|/| |
|
| * | incr.comp.: Don't ignore dep-tracking during HirId validation. | Michael Woerister | 2023-04-05 | 1 | -22/+20 |
| * | incr.comp.: Make sure dependencies are recorded when feeding queries during e... | Michael Woerister | 2023-04-04 | 1 | -22/+22 |
* | | Migrate `sess.opts.tests` uses to `sess.is_test_crate()` | blyxyas | 2023-04-09 | 1 | -1/+1 |
* | | Replace a lock with an atomic | Oli Scherer | 2023-04-04 | 1 | -1/+1 |
|/ |
|
* | slighty simplify a few boolean expressions (clippy::nonminimal_bool) | Matthias Krüger | 2023-04-01 | 1 | -1/+1 |
* | Auto merge of #109824 - GuillaumeGomez:rollup-i5r4uts, r=GuillaumeGomez | bors | 2023-03-31 | 2 | -15/+0 |
|\ |
|
| * | Rollup merge of #109443 - GuillaumeGomez:doc-primitive-hard-error, r=notriddle | Guillaume Gomez | 2023-03-31 | 2 | -15/+0 |
| |\ |
|
| | * | Rename doc(primitive) into rustc_doc_primitive | Guillaume Gomez | 2023-03-30 | 2 | -15/+0 |
* | | | Auto merge of #109010 - compiler-errors:rtn, r=eholk | bors | 2023-03-31 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add `(..)` syntax for RTN | Michael Goulet | 2023-03-28 | 1 | -1/+1 |
| |/ |
|
* | | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | 2023-03-30 | 1 | -1/+2 |
|/ |
|
* | Separate find_*_stability. | Camille GILLOT | 2023-03-23 | 1 | -3/+5 |
* | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | 2023-03-22 | 2 | -5/+6 |
* | LocalCrate key | Michael Goulet | 2023-03-21 | 2 | -3/+4 |
* | Use local key in providers | Michael Goulet | 2023-03-21 | 8 | -26/+14 |
* | Rollup merge of #108958 - clubby789:unbox-the-hir, r=compiler-errors | Matthias Krüger | 2023-03-17 | 3 | -7/+3 |
|\ |
|
| * | Remove box expressions from HIR | clubby789 | 2023-03-14 | 3 | -7/+3 |
* | | Tighter spans | Michael Goulet | 2023-03-14 | 1 | -2/+35 |
* | | Simplify proc macro signature validity check | Michael Goulet | 2023-03-14 | 2 | -131/+60 |
|/ |
|
* | Auto merge of #109057 - compiler-errors:rpitit-info-again, r=spastorino | bors | 2023-03-14 | 1 | -1/+1 |
|\ |
|
| * | Don't opt_rpitit_info as a separate query | Michael Goulet | 2023-03-13 | 1 | -1/+1 |
* | | Better names? | Michael Goulet | 2023-03-13 | 1 | -1/+1 |
|/ |
|
* | Remove `box_syntax` from AST and use in tools | clubby789 | 2023-03-12 | 1 | -1/+1 |
* | Auto merge of #108682 - est31:simplify_dirs, r=davidtwco | bors | 2023-03-12 | 1 | -1/+1 |
|\ |
|
| * | Simplify message paths | est31 | 2023-03-11 | 1 | -1/+1 |