about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-06-06Streamline `active_cache` to `done_cache` transfer.Nicholas Nethercote-8/+5
2022-06-05Auto merge of #97697 - WaffleLapkin:no_ref_vec, r=WaffleLapkinbors-45/+53
2022-06-05Rename `visit_generic_param{_slice => s}`Maybe Waffle-5/+5
2022-06-05Auto merge of #97577 - betrusted-io:add-xous-target, r=nagisabors-0/+25
2022-06-05Auto merge of #97391 - Urgau:cfg_accessible, r=petrochenkovbors-8/+15
2022-06-04Rollup merge of #97737 - jackh726:verbose-pretty-printing-fix, r=compiler-errorsMatthias Krüger-24/+30
2022-06-04Rollup merge of #97707 - Nilstrieb:data-structures-ub, r=cjgillotMatthias Krüger-2/+12
2022-06-04Rollup merge of #97609 - Elliot-Roberts:unused-trait-refactor, r=cjgillotMatthias Krüger-45/+29
2022-06-04Fix pretty printing named bound regions under -ZverboseJack Huey-24/+30
2022-06-04Iterate over `maybe_unused_trait_imports` when checking dead trait importsElliot Roberts-45/+29
2022-06-04Fix stacked borrows invalidation in rustc_data_structures sip128Nilstrieb-1/+2
2022-06-04Adapt rustc_data_structures tests to run in strict miriNilstrieb-1/+10
2022-06-04riscv32imac-unknown-xous-elf: add targetSean Cross-0/+25
2022-06-04Rollup merge of #97722 - compiler-errors:tighten-copy-type-error-spans, r=Dyl...Dylan DPC-3/+7
2022-06-04Rollup merge of #97716 - compiler-errors:issue-97708, r=wesleywiserDylan DPC-25/+8
2022-06-04Rollup merge of #97715 - xFrednet:97650-expect-in-fuction-arg, r=wesleywiserDylan DPC-2/+10
2022-06-03Tighten spans for bad fields in Copy structMichael Goulet-3/+7
2022-06-04Auto merge of #97717 - matthiaskrgr:rollup-lalaii2, r=matthiaskrgrbors-106/+87
2022-06-03Encode MIR for 'unreachable' non-generic fnsMichael Goulet-25/+8
2022-06-03Auto merge of #97670 - spastorino:simplify-universal-impl-trait-lowering2, r=...bors-1/+2
2022-06-04Support the `#[expect]` attribute on fn parameters (RFC-2383)xFrednet-2/+10
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/+15
2022-06-04Rollup merge of #97656 - EdwinRy:error_ast_low_type_contraint_parentheses, r=...Matthias Krüger-8/+38
2022-06-03Make hir().get_generics and generics_of consistent.Camille GILLOT-71/+23
2022-06-03Remove useless LocalDefId in ImplTraitContext::Universal.Camille GILLOT-17/+11
2022-06-03Auto merge of #85993 - bjorn3:serde_json, r=wesleywiserbors-4122/+486
2022-06-03Do not ICE when failing to normalize during inlining.Camille GILLOT-10/+15
2022-06-03Fix emscripten linker invocationbjorn3-13/+7
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-34/+2
2022-06-03Avoid rustc_serialize in linker.rsbjorn3-16/+13
2022-06-03Use serde_json for json error messagesbjorn3-33/+36
2022-06-03Use serde_json for target spec jsonbjorn3-65/+165
2022-06-03Remove a couple of unused Encodable and Decodable derivesbjorn3-3/+3
2022-06-03Replace `&Vec<_>`s with `&[_]`sMaybe Waffle-45/+53
2022-06-03Suggest replace parentheses with angle bracketsEdwinRy-8/+38
2022-06-03Auto merge of #97694 - Dylan-DPC:rollup-2yxo7ce, r=Dylan-DPCbors-325/+483
2022-06-03Rollup merge of #97471 - estebank:prohibit-generics, r=cjgillotDylan DPC-83/+289
2022-06-03Rollup merge of #97415 - cjgillot:is-late-bound-solo, r=estebankDylan DPC-242/+194
2022-06-03Auto merge of #89862 - lcnr:path-generics-diagnostics, r=estebankbors-887/+864
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-146/+150
2022-06-03Auto merge of #97679 - Dylan-DPC:rollup-nswmgmx, r=Dylan-DPCbors-51/+149
2022-06-03Conservatively report "not sure" in cfg_accessibleUrgau-1/+3
2022-06-03Rollup merge of #97664 - estebank:suggest-bound-derive-copy, r=compiler-errorsDylan DPC-11/+57
2022-06-03Rollup merge of #97663 - RalfJung:keine-halben-sachen, r=oli-obkDylan DPC-3/+3