about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-06-04Auto merge of #97717 - matthiaskrgr:rollup-lalaii2, r=matthiaskrgrbors-107/+156
2022-06-03Auto merge of #97670 - spastorino:simplify-universal-impl-trait-lowering2, r=...bors-1/+2
2022-06-04Rollup merge of #97702 - cjgillot:no-universal-did, r=spastorinoMatthias Krüger-17/+11
2022-06-04Rollup merge of #97696 - cjgillot:normalize-inline, r=compiler-errorsMatthias Krüger-10/+39
2022-06-04Rollup merge of #97692 - compiler-errors:types-nominated, r=Mark-SimulacrumMatthias Krüger-0/+10
2022-06-04Rollup merge of #97656 - EdwinRy:error_ast_low_type_contraint_parentheses, r=...Matthias Krüger-9/+73
2022-06-04Rollup merge of #97446 - cjgillot:get-generics, r=michaelwoeristerMatthias Krüger-71/+23
2022-06-03Make hir().get_generics and generics_of consistent.Camille GILLOT-71/+23
2022-06-03Auto merge of #95833 - notriddle:notriddle/human-readable-signals, r=yaahcbors-6/+82
2022-06-03Remove useless LocalDefId in ImplTraitContext::Universal.Camille GILLOT-17/+11
2022-06-03Auto merge of #85993 - bjorn3:serde_json, r=wesleywiserbors-4235/+603
2022-06-03Do not ICE when failing to normalize during inlining.Camille GILLOT-10/+39
2022-06-03Fix emscripten linker invocationbjorn3-13/+8
2022-06-03Fix all testsbjorn3-35/+111
2022-06-03Remove emit_unitbjorn3-33/+12
2022-06-03Inline many methods of Encoderbjorn3-389/+255
2022-06-03Remove all names from Encoderbjorn3-168/+120
2022-06-03Remove json support from rustc_serializebjorn3-3495/+0
2022-06-03Remove support for -Zast-json and -Zast-json-noexpandbjorn3-112/+2
2022-06-03Avoid rustc_serialize in linker.rsbjorn3-16/+13
2022-06-03Use serde_json for json error messagesbjorn3-33/+39
2022-06-03Use serde_json for target spec jsonbjorn3-65/+167
2022-06-03Remove a couple of unused Encodable and Decodable derivesbjorn3-3/+3
2022-06-03Suggest replace parentheses with angle bracketsEdwinRy-9/+73
2022-06-03Auto merge of #97694 - Dylan-DPC:rollup-2yxo7ce, r=Dylan-DPCbors-581/+1211
2022-06-03Rollup merge of #97681 - GuillaumeGomez:more-eslint, r=Dylan-DPCDylan DPC-0/+8
2022-06-03Rollup merge of #97471 - estebank:prohibit-generics, r=cjgillotDylan DPC-315/+998
2022-06-03Rollup merge of #97415 - cjgillot:is-late-bound-solo, r=estebankDylan DPC-266/+205
2022-06-03Add `#T-types/nominated` zulip notificationMichael Goulet-0/+10
2022-06-03Auto merge of #89862 - lcnr:path-generics-diagnostics, r=estebankbors-1481/+2132
2022-06-03Compute `is_late_bound` in a separate query.Camille GILLOT-99/+47
2022-06-03Manipulate lifetimes by LocalDefId for region resolution.Camille GILLOT-170/+161
2022-06-03Auto merge of #97679 - Dylan-DPC:rollup-nswmgmx, r=Dylan-DPCbors-87/+370
2022-06-03Add "no-alert" eslint ruleGuillaume Gomez-0/+1
2022-06-03Add "guard-for-in" eslint ruleGuillaume Gomez-0/+1
2022-06-03Add "block-scoped-var" eslint ruleGuillaume Gomez-0/+1
2022-06-03Rollup merge of #97668 - notriddle:notriddle/slice-link, r=jshaDylan DPC-22/+50
2022-06-03Rollup merge of #97664 - estebank:suggest-bound-derive-copy, r=compiler-errorsDylan DPC-21/+219
2022-06-03Rollup merge of #97663 - RalfJung:keine-halben-sachen, r=oli-obkDylan DPC-3/+3
2022-06-03Rollup merge of #97653 - RalfJung:int-to-ptr, r=oli-obkDylan DPC-39/+96
2022-06-03Rollup merge of #97366 - WaffleLapkin:stabilize_array_slice_from_ref, r=dtolnayDylan DPC-2/+2
2022-06-03Add "no-template-curly-in-string" eslint ruleGuillaume Gomez-0/+1
2022-06-03Add "no-self-compare" eslint ruleGuillaume Gomez-0/+1
2022-06-03Add "no-import-assign" eslint ruleGuillaume Gomez-0/+1
2022-06-03Add "no-invalid-regexp" eslint ruleGuillaume Gomez-0/+1
2022-06-03Add "no-fallthrough" eslint ruleGuillaume Gomez-0/+1
2022-06-03Auto merge of #96296 - cjgillot:remove-label-lt-shadow, r=petrochenkovbors-1751/+223
2022-06-03Use the same message as type & const generics.Camille GILLOT-71/+50
2022-06-03Reuse resolve_label to check lifetime shadowing.Camille GILLOT-40/+29
2022-06-03Do not lower generic lifetime params when AST resolution emitted an error.Camille GILLOT-24/+18