about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2019-11-07Rollup merge of #66076 - RalfJung:qpath, r=davidtwco,oli-obkYuki Okushi-0/+9
2019-11-07Rollup merge of #66044 - RalfJung:uninit-lint, r=oli-obkYuki Okushi-0/+3
2019-11-07Rollup merge of #65794 - Centril:unimpl-internal, r=varkorYuki Okushi-3/+3
2019-11-07Fix other broken linkYuki Okushi-1/+1
2019-11-06review commentsEsteban Küber-19/+22
2019-11-06Make doc comments cheaper with `AttrKind`.Nicholas Nethercote-19/+22
2019-11-06Remove unnecessary `Deref` impl for `Attribute`.Nicholas Nethercote-2/+2
2019-11-06Fix markdown linkRalf Jung-1/+1
2019-11-06patterns_in_fns_without_body -> denyMazdak Farrokhzad-1/+1
2019-11-06ill_formed_attribute_input -> denyMazdak Farrokhzad-1/+1
2019-11-06nested_impl_trait -> errorMazdak Farrokhzad-18/+0
2019-11-06duplicate_macro_exports -> errorMazdak Farrokhzad-16/+0
2019-11-06parenthesized_params_in_types_and_modules -> errorMazdak Farrokhzad-41/+9
2019-11-06safe_extern_static -> errorMazdak Farrokhzad-12/+0
2019-11-06legacy_directory_ownership -> errorMazdak Farrokhzad-12/+0
2019-11-06legacy_ctor_visibility -> errorMazdak Farrokhzad-11/+0
2019-11-06Rebase falloutOliver Scherer-0/+3
2019-11-06gate rustc_on_unimplemented under rustc_attrsMazdak Farrokhzad-3/+3
2019-11-06Rollup merge of #66139 - euclio:pluralize, r=nagisaMazdak Farrokhzad-13/+13
2019-11-06Rollup merge of #66086 - RalfJung:smallvec, r=nagisaMazdak Farrokhzad-7/+7
2019-11-06Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=e...Mazdak Farrokhzad-16/+16
2019-11-06Rollup merge of #66115 - eddyb:global-meta-what, r=michaelwoeristerMazdak Farrokhzad-87/+3
2019-11-06Rollup merge of #66106 - JOE1994:master, r=GuillaumeGomezMazdak Farrokhzad-1/+1
2019-11-06Rollup merge of #66101 - estebank:break-tail-e0308, r=CentrilMazdak Farrokhzad-1/+1
2019-11-06Rollup merge of #66027 - Mark-Simulacrum:panic-handler-query, r=alexcrichtonMazdak Farrokhzad-4/+5
2019-11-06Rollup merge of #66014 - dkadashev:47319-type-param-def-location, r=estebankMazdak Farrokhzad-4/+27
2019-11-06Rollup merge of #65892 - pnkfelix:trim-special-derives, r=petrochenkovMazdak Farrokhzad-11/+1
2019-11-05Tweak type mismatch caused by break on tail exprEsteban Küber-1/+1
2019-11-05use American spelling for `pluralize!`Andy Russell-13/+13
2019-11-05rustc: remove "GlobalMetaData" dead code from hir::map::definitions.Eduard-Mihai Burtescu-87/+3
2019-11-05Review feedback: Remove more stuff! Simplify simplify simplify!Felix S. Klock II-3/+0
2019-11-05Remove `PartialEq` and `Eq` from the `SpecialDerives`.Felix S. Klock II-8/+1
2019-11-05Rollup merge of #66025 - petrochenkov:lohi, r=eddybPietro Albini-10/+0
2019-11-05Rollup merge of #66012 - nnethercote:dequery-trivial_dropck_outlives, r=micha...Pietro Albini-21/+6
2019-11-05Auto merge of #65938 - eddyb:fn-abi-rename, r=oli-obkbors-14/+14
2019-11-05Fix typo in explanation of `E0080`Youngsuk Kim-1/+1
2019-11-04bump smallvec to 1.0Ralf Jung-7/+7
2019-11-04also explain how to resolve MethodCallRalf Jung-1/+6
2019-11-04Auto merge of #65835 - Mark-Simulacrum:lockless-lintbuffer, r=nikomatsakisbors-67/+56
2019-11-04QPath docs: mention how to resolve themRalf Jung-0/+4
2019-11-03Delete lint buffer from SessionMark Rousskov-58/+26
2019-11-03Move crate type checking laterMark Rousskov-1/+1
2019-11-03Utilize Resolver lint buffer during HIR loweringMark Rousskov-8/+13
2019-11-03Migrate resolver over to internal lint bufferMark Rousskov-2/+23
2019-11-03Only permit taking buffered lints inside lint internalsMark Rousskov-1/+1
2019-11-03Remove unused get_any methodMark Rousskov-5/+0
2019-11-04Avoid hashing the key twice in `get_query()`.Nicholas Nethercote-3/+14
2019-11-03add rustc_error(delay_span_bug_from_inside_query) attributeQuentin Boyer-0/+6
2019-11-03Make Emscripten unwinding use a valid type_infoAmanieu d'Antras-1/+1
2019-11-03Auto merge of #65779 - kevgrasso:E0308highlight, r=estebankbors-6/+50