about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-10-24rustc: Combine resolver outputs into a single structVadim Petrochenkov-3/+3
2019-10-24rustc: Add a convenience alias for `dyn MetadataLoader + Sync`Vadim Petrochenkov-0/+2
2019-10-24rustc: add `Span`s to `inferred_outlives_of` predicates.Eduard-Mihai Burtescu-2/+2
2019-10-24self-profiling: Update measureme to 0.4.0 and use new RAII-based API.Michael Woerister-31/+11
2019-10-24self-profiling: Remove unused methods from profiler.Michael Woerister-48/+0
2019-10-23Rollup merge of #65704 - RalfJung:exact-size, r=oli-obkMazdak Farrokhzad-2/+5
2019-10-23Rollup merge of #65696 - varkor:nll-chalk-const-generics-issue, r=eddybMazdak Farrokhzad-30/+57
2019-10-23Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddybMazdak Farrokhzad-136/+146
2019-10-23Rollup merge of #65193 - Mark-Simulacrum:lockless-lintstore, r=nikomatsakisMazdak Farrokhzad-238/+303
2019-10-23Account for const generalisation in nll_relatevarkor-7/+21
2019-10-23debug messages addedKevyn Grasso-0/+9
2019-10-23Account for const generalisation in combinevarkor-3/+15
2019-10-23Add commentsEsteban Küber-0/+73
2019-10-23Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakisbors-33/+68
2019-10-23Rollup merge of #65678 - JohnTitor:add-e0728-explanation, r=GuilliaumeGomezYuki Okushi-3/+80
2019-10-22Add some documentationMark Rousskov-8/+16
2019-10-22review comments: move code, fix indentation and change spanEsteban Küber-39/+51
2019-10-22Drive-by formattingEsteban Küber-15/+31
2019-10-22Handle projection obligation errorsEsteban Küber-10/+33
2019-10-22Point at associated type for some obligationsEsteban Küber-19/+55
2019-10-22RFC 2027: "first draft" of implementationMathias Blikstad-33/+68
2019-10-22relax ExactSizeIterator bound on write_bytes: too many iterators don't have t...Ralf Jung-2/+5
2019-10-22Target-feature documented as unsafe. rustc book and rustc -C help have been m...togiberlin-1/+2
2019-10-22Fix an issue with const inference variables sticking around under Chalk + NLLvarkor-27/+28
2019-10-22Add ignore-tidy-filelength on ty/contextSantiago Pastorino-0/+1
2019-10-22Move Place::elem methods and friends to TyCtxtSantiago Pastorino-46/+43
2019-10-22Intern place projectionSantiago Pastorino-34/+82
2019-10-22Add intern table for `List<PlaceElem<'tcx>>`Santiago Pastorino-2/+20
2019-10-22Pattern match over PlaceRef rather than PlaceSantiago Pastorino-8/+8
2019-10-22Add link to async/awaitYuki Okushi-3/+6
2019-10-22Remove FIXMEvarkor-4/+3
2019-10-22Search for generic parameters when finding non-`structural_match` typesvarkor-11/+21
2019-10-22Move `search_for_adt_without_structural_match` to `ty/mod`varkor-2/+115
2019-10-22Apply suggestionsYuki Okushi-9/+16
2019-10-22Add long error explanation for E0728Yuki Okushi-3/+70
2019-10-21Move as_local impl to from Place to PlaceRefSantiago Pastorino-4/+10
2019-10-21PlaceElem<'tcx> should be CopySantiago Pastorino-0/+2
2019-10-21Rollup merge of #65660 - varkor:canonical-const-to-bound-const, r=eddybMazdak Farrokhzad-45/+36
2019-10-21Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=CentrilMazdak Farrokhzad-71/+58
2019-10-21Rollup merge of #65621 - RalfJung:write_bytes, r=oli-obkMazdak Farrokhzad-19/+19
2019-10-21Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJungMazdak Farrokhzad-1/+3
2019-10-21Rename `ConstValue::Infer(InferConst::Canonical(..))` to `ConstValue::Bound(..)`varkor-45/+36
2019-10-21Fix the start/end byte positions in the compiler JSON outputMikko Rantanen-0/+19
2019-10-21Rollup merge of #65652 - skinny121:const_infer_leak, r=eddybYuki Okushi-1/+1
2019-10-21Remove many unnecessary trait derivations.Nicholas Nethercote-60/+52
2019-10-21remove write_repeat; it is subsumed by the new write_bytesRalf Jung-19/+0
2019-10-21points the user away from the Allocation type and towards the Memory typeRalf Jung-0/+12
2019-10-21Remove `InternedString`.Nicholas Nethercote-11/+12
2019-10-21Use `Symbol` for codegen unit names.Nicholas Nethercote-17/+16
2019-10-21Change `SymbolName::name` from `InternedString` to `Symbol`.Nicholas Nethercote-8/+21