| Age | Commit message (Expand) | Author | Lines |
| 2022-03-03 | Move query providers. | Camille GILLOT | -5/+0 |
| 2022-03-03 | Remove useless map. | Camille GILLOT | -4/+1 |
| 2022-03-03 | Move the set of features to the `features` query. | Camille GILLOT | -5/+2 |
| 2022-03-03 | Auto merge of #94512 - RalfJung:sdiv-ub, r=oli-obk | bors | -0/+6 |
| 2022-03-03 | Rollup merge of #94505 - cuviper:mono-item-sort-local, r=michaelwoerister,dav... | Dylan DPC | -5/+4 |
| 2022-03-03 | Rollup merge of #94375 - WaffleLapkin:copy-suggestion, r=estebank | Dylan DPC | -163/+236 |
| 2022-03-02 | Use Vec for expectations to have a constant order (RFC-2383) | xFrednet | -1/+1 |
| 2022-03-02 | Address review comments | xFrednet | -1/+1 |
| 2022-03-02 | Emit `unfullfilled_lint_expectation` using a `HirId` for performance (RFC-2383) | xFrednet | -11/+2 |
| 2022-03-02 | Expect each lint in attribute individually (RFC-2383) | xFrednet | -8/+2 |
| 2022-03-02 | Make `LintExpectationId` stable between compilation sessions (RFC-2383) | xFrednet | -8/+9 |
| 2022-03-02 | Set `LintExpectationId` in level and collect fulfilled ones (RFC-2383) | xFrednet | -3/+45 |
| 2022-03-02 | Added `Expect` lint level and attribute (RFC-2383) | xFrednet | -0/+22 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -53/+53 |
| 2022-03-02 | Auto merge of #87402 - nagisa:nagisa/request-feature-requests-for-features, r... | bors | -0/+9 |
| 2022-03-01 | Miri/CTFE: properly treat overflow in (signed) division/rem as UB | Ralf Jung | -0/+6 |
| 2022-03-01 | Restore the local filter on mono item sorting | Josh Stone | -5/+4 |
| 2022-03-01 | Add helper function to suggest multiple constraints | Maybe Waffle | -163/+236 |
| 2022-03-01 | Querify `global_backend_features` | Simonas Kazlauskas | -0/+9 |
| 2022-02-28 | Auto merge of #94299 - oli-obk:stable_hash_ty, r=michaelwoerister | bors | -9/+63 |
| 2022-02-27 | Auto merge of #94157 - erikdesjardins:more-noundef, r=nikic | bors | -0/+5 |
| 2022-02-27 | Auto merge of #94084 - Mark-Simulacrum:drop-sharded, r=cjgillot | bors | -10/+9 |
| 2022-02-26 | Apply noundef attribute to all scalar types which do not permit raw init | Erik Desjardins | -0/+5 |
| 2022-02-26 | suggest a float literal when dividing a floating-point type by {integer} | Takayuki Maeda | -0/+5 |
| 2022-02-25 | Auto merge of #94290 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -6/+12 |
| 2022-02-25 | "Reset" the hashing context before stable hashing the types | Oli Scherer | -2/+6 |
| 2022-02-25 | Auto merge of #94279 - tmiasko:write-print, r=Mark-Simulacrum | bors | -2/+2 |
| 2022-02-25 | Rollup merge of #93845 - compiler-errors:in-band-lifetimes, r=cjgillot | Matthias Krüger | -36/+3 |
| 2022-02-25 | Enable rustc_pass_by_value for Span | Mark Rousskov | -0/+6 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -6/+6 |
| 2022-02-25 | Auto merge of #94130 - erikdesjardins:partially, r=nikic | bors | -0/+1 |
| 2022-02-25 | Auto merge of #93878 - Aaron1011:newtype-macro, r=cjgillot | bors | -0/+1 |
| 2022-02-24 | Remove LifetimeDefOrigin | Michael Goulet | -33/+3 |
| 2022-02-24 | Remove in-band lifetimes | Michael Goulet | -3/+0 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -29/+38 |
| 2022-02-24 | Fix intra-doc link issues exposed by new macro | Aaron Hill | -0/+1 |
| 2022-02-24 | resolve/metadata: Stop encoding macros as reexports | Vadim Petrochenkov | -0/+2 |
| 2022-02-24 | resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros | Vadim Petrochenkov | -2/+1 |
| 2022-02-24 | Auto merge of #94131 - Mark-Simulacrum:fmt-string, r=oli-obk | bors | -44/+57 |
| 2022-02-24 | Don't cache stable hashes in types outside of incremental mode | Oli Scherer | -3/+19 |
| 2022-02-24 | Remove redundant hashing configuration logic in type interner | Oli Scherer | -7/+2 |
| 2022-02-24 | Try out caching the stable hash of Ty within itself | Oli Scherer | -8/+47 |
| 2022-02-24 | Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkov | bors | -28/+11 |
| 2022-02-24 | Rollup merge of #94288 - Mark-Simulacrum:ser-opt, r=nnethercote | Matthias Krüger | -7/+4 |
| 2022-02-24 | Rollup merge of #94267 - pierwill:fast-reject-bound, r=michaelwoerister | Matthias Krüger | -4/+4 |
| 2022-02-23 | Rename `region_should_not_be_omitted` to `should_print_region` | Tomasz Miąsko | -4/+4 |
| 2022-02-23 | Print `ParamTy` and `ParamConst` instead of displaying them | Tomasz Miąsko | -2/+2 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -4/+7 |
| 2022-02-23 | rustc_errors: handle `force_warn` only through `DiagnosticId::Lint`. | Eduard-Mihai Burtescu | -4/+2 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -21/+29 |