about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-05-06Fix inaccurate function name in `rustc_const_eval` docspierwill-3/+3
2022-05-06Auto merge of #96268 - jackh726:remove-mutable_borrow_reservation_conflict-li...bors-104/+13
2022-05-06Auto merge of #94598 - scottmcm:prefix-free-hasher-methods, r=Amanieubors-0/+20
2022-05-06Add a dedicated length-prefixing method to `Hasher`Scott McMurray-0/+20
2022-05-05Rollup merge of #96747 - JohnTitor:expect-local-track-caller, r=compiler-errorsMichael Goulet-0/+1
2022-05-05Auto merge of #96520 - lcnr:general-incoherent-impls, r=petrochenkovbors-17/+99
2022-05-06Add `track_caller` to `DefId::expect_local()`Yuki Okushi-0/+1
2022-05-05Auto merge of #96734 - matthiaskrgr:rollup-hng33tb, r=matthiaskrgrbors-147/+254
2022-05-05Rollup merge of #96714 - RalfJung:scalar-pair-debug, r=oli-obkMatthias Krüger-53/+99
2022-05-05Rollup merge of #96682 - nnethercote:show-invisible-delims, r=petrochenkovMatthias Krüger-7/+21
2022-05-05Rollup merge of #96673 - oli-obk:tait_impl_diagnostic, r=petrochenkovMatthias Krüger-53/+54
2022-05-05Rollup merge of #96507 - TaKO8Ki:suggest-calling-associated-function, r=lcnrMatthias Krüger-34/+80
2022-05-05update error messages and explicitly mention them in testslcnr-2/+2
2022-05-05Auto merge of #91779 - ridwanabdillahi:natvis, r=michaelwoeristerbors-76/+404
2022-05-05forbid empty impls for types with incoherent implslcnr-5/+22
2022-05-05remove unnecessary checklcnr-3/+1
2022-05-05generalize "incoherent impls" impl for custom typeslcnr-17/+84
2022-05-05give it a scary nameRalf Jung-14/+17
2022-05-05suggest calling `Self::associated_function()`Takayuki Maeda-34/+80
2022-05-05Auto merge of #96720 - JohnTitor:rollup-9jaaekr, r=JohnTitorbors-21/+5
2022-05-05Rollup merge of #96697 - oli-obk:trace_queries, r=michaelwoeristerYuki Okushi-1/+5
2022-05-05Rollup merge of #96628 - joshtriplett:stabilize-then-some, r=m-ou-seYuki Okushi-20/+0
2022-05-05Auto merge of #96593 - jackh726:issue-93262, r=compiler-errorsbors-16/+8
2022-05-04Cleanup broken doc links.ridwanabdillahi-1/+1
2022-05-04Auto merge of #96546 - nnethercote:overhaul-MacArgs, r=petrochenkovbors-93/+170
2022-05-05Add a comment on `TokenKind::Interpolated`.Nicholas Nethercote-0/+9
2022-05-05Overhaul `MacArgs::Eq`.Nicholas Nethercote-66/+151
2022-05-04interpret: debug-check ScalarPair layout informationRalf Jung-46/+89
2022-05-04Enable tracing for all queryiesOli Scherer-1/+5
2022-05-04Auto merge of #96683 - nnethercote:speed-up-Token-ident-lifetime, r=petrochenkovbors-11/+21
2022-05-04Auto merge of #94775 - oli-obk:operand_order, r=davidtwcobors-30/+101
2022-05-04Stabilize `bool::then_some`Josh Triplett-20/+0
2022-05-04Generate an intermediate temporary for `Drop` constants.Oli Scherer-30/+101
2022-05-04Rollup merge of #96684 - tmiasko:mir-downcast, r=petrochenkovYuki Okushi-4/+2
2022-05-04Rollup merge of #96679 - ricked-twice:issue-96223-fix, r=jackh726Yuki Okushi-1/+7
2022-05-04Revert #92191 Prefer projection candidates instead of param_env candidates fo...Jack Huey-16/+8
2022-05-04Auto merge of #96353 - estebank:issue-95413, r=compiler-errorsbors-1/+18
2022-05-04Show invisible delimeters (within comments) when pretty printing.Nicholas Nethercote-7/+21
2022-05-03Auto merge of #95380 - compiler-errors:unit-destructure-assign, r=nikomatsakisbors-7/+46
2022-05-03Update `ProjectionElem::Downcast` documentationTomasz Miąsko-4/+2
2022-05-03Taking review hints into account.ricked-twice-1/+1
2022-05-04Remove unnecessary `NtIdent` in `Token::is_whole_expr`.Nicholas Nethercote-1/+1
2022-05-04Fix spelling of an identifier.Nicholas Nethercote-4/+4
2022-05-04Speed up `Token::{ident,lifetime}`.Nicholas Nethercote-6/+16
2022-05-03Auto merge of #96558 - bjorn3:librarify_parse_format, r=davidtwcobors-188/+228
2022-05-03Quick fix for #96223.ricked-twice-1/+7
2022-05-03Add support for a new attribute `#[debugger_visualizer]` to support embedding...ridwanabdillahi-76/+404
2022-05-03Report that opaque types are not allowed in impls even in the presence of oth...Oli Scherer-53/+54
2022-05-03Auto merge of #96601 - tmiasko:ssa-rpo, r=davidtwcobors-2/+2
2022-05-03Make rustc_parse_format compile on stablebjorn3-188/+228