about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-04-04Fix list lengthEsteban Kuber-1/+225
2022-04-04Suggest dereferncing when possible in E0277, fix #87437Esteban Kuber-41/+121
2022-04-04Fix #90970, doesn't address #87437Esteban Kuber-6/+115
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-183/+690
2022-04-04Auto merge of #95555 - nnethercote:parse_tt-new-representation, r=petrochenkovbors-335/+290
2022-04-04Auto merge of #95119 - OliverMD:method_suggestions, r=davidtwcobors-10/+104
2022-04-04Auto merge of #95636 - pietroalbini:pa-version-1.62.0, r=pietroalbinibors-1/+1
2022-04-04bump version to 1.62.0Pietro Albini-1/+1
2022-04-04Reorder match arms in `parse_tt_inner`.Nicholas Nethercote-31/+31
2022-04-04A new matcher representation for use in `parse_tt`.Nicholas Nethercote-334/+289
2022-04-04Auto merge of #95031 - compiler-errors:param-env-cache, r=Aaron1011bors-12/+20
2022-04-04Auto merge of #95606 - petrochenkov:linkregr, r=wesleywiserbors-1/+6
2022-04-03Auto merge of #95619 - bjorn3:inline_location_caller, r=scottmcmbors-0/+1
2022-04-03Auto merge of #95624 - Dylan-DPC:rollup-r8w7ui3, r=Dylan-DPCbors-1308/+1421
2022-04-03Rollup merge of #95618 - adamse:master, r=dtolnayDylan DPC-5/+8
2022-04-03Rollup merge of #95617 - saethlin:swap-test-invalidation, r=Dylan-DPCDylan DPC-2/+3
2022-04-03Rollup merge of #95613 - GuillaumeGomez:fix-rustdoc-attr-display, r=notriddleDylan DPC-1/+13
2022-04-03Rollup merge of #95553 - jam1garner:naked-function-compile-error, r=tmiaskoDylan DPC-4/+60
2022-04-03Rollup merge of #95202 - Urgau:check-cfg-perf-well-known-values, r=petrochenkovDylan DPC-1296/+1337
2022-04-03Fix &mut invalidation in ptr::swap doctestBen Kimock-2/+3
2022-04-03Cleanup after some refactoring in rustc_targetLoïc BRANSTETT-112/+79
2022-04-03Replace LinkArgs with Cow<'static, str>Loïc BRANSTETT-11/+12
2022-04-03Replace every Vec in Target(Options) with it's Cow equivalentLoïc BRANSTETT-53/+117
2022-04-03Replace every `String` in Target(Options) with `Cow<'static, str>`Loïc BRANSTETT-1243/+1252
2022-04-03Auto merge of #95610 - createyourpersonalaccount:derefmut-docfix, r=Dylan-DPCbors-1/+1
2022-04-03Mark Location::caller() as #[inline]bjorn3-0/+1
2022-04-03core: document that the align_of* functions return the alignment in bytesAdam Sandberg Ericsson-5/+8
2022-04-03Auto merge of #92686 - saethlin:unsafe-debug-asserts, r=Amanieubors-128/+123
2022-04-03Improve method name suggestionsOliver Downard-10/+104
2022-04-03Add test for attribute display in rustdocGuillaume Gomez-0/+7
2022-04-03Fix display of attributes in rustdocGuillaume Gomez-1/+6
2022-04-03Auto merge of #90791 - drmorr0:drmorr-memcmp-cint-cfg, r=petrochenkovbors-4/+22
2022-04-03Auto merge of #85321 - cjgillot:mir-cycle, r=bjorn3bors-17/+12
2022-04-03Auto merge of #88672 - camelid:inc-parser-sugg, r=davidtwcobors-1/+514
2022-04-03Improve doc example of DerefMutNikolaos Chatzikonstantinou-1/+1
2022-04-02make memcmp return a value of c_int_width instead of i32David Morrison-4/+22
2022-04-02Auto merge of #95590 - GuillaumeGomez:multi-line-attr-handling-doctest, r=not...bors-8/+84
2022-04-03linker: Implicitly link native libs as whole-archive in some more casesVadim Petrochenkov-1/+6
2022-04-02Less manipulation of the callee_def_id.Camille GILLOT-5/+6
2022-04-02Use only local hash.Camille GILLOT-2/+2
2022-04-02Use DefPathHash instead of HirId to break cycles.Camille GILLOT-14/+8
2022-04-02Auto merge of #95600 - Dylan-DPC:rollup-580y2ra, r=Dylan-DPCbors-11/+113
2022-04-02Rollup merge of #95597 - dtolnay:threadlocalu8, r=Dylan-DPCDylan DPC-3/+18
2022-04-02Rollup merge of #95593 - notriddle:notriddle/size-of-in-const-context, r=comp...Dylan DPC-0/+24
2022-04-02Rollup merge of #95589 - Kobzol:rlink-header, r=bjorn3Dylan DPC-5/+67
2022-04-02Rollup merge of #95587 - m-ou-se:std-remove-associated-type-bounds, r=Dylan-DPCDylan DPC-3/+4
2022-04-02Add test for multi-line attribute handling in doctestsGuillaume Gomez-0/+18
2022-04-02Fix doctest multi-line mod attributes handlingGuillaume Gomez-8/+66
2022-04-02Refer to u8 by absolute path in expansion of thread_localDavid Tolnay-3/+3
2022-04-02Add test of thread_local! breaking on redefined u8David Tolnay-0/+15