about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-12-10Build manifest tool on mingw-check builderMark Rousskov-1/+2
2018-12-10Fix build of the `build-manifest` toolAlex Crichton-1/+1
2018-12-10[self-profiler] Add column for percent of total timeWesley Wiser-4/+9
2018-12-11Auto merge of #56627 - alexcrichton:update-cargo, r=alexcrichtonbors-11/+25
2018-12-10fix intra-link resolution spans in block commentsAndy Russell-60/+238
2018-12-10Fix iterator nitsMichael Howell-18/+7
2018-12-10Fix nitMichael Howell-4/+6
2018-12-11Add lint for stlibaheart-2/+11
2018-12-10Fix nitsMichael Howell-3/+10
2018-12-10Update Cargo submodule and its dependenciesAlex Crichton-11/+25
2018-12-10Fix poorly-transcribed test caseMichael Howell-3/+3
2018-12-10Rollup merge of #56661 - aelred:issue-55846, r=Mark-SimulacrumGuillaume Gomez-0/+39
2018-12-10Rollup merge of #56656 - BeatButton:liballoc_string_typo, r=CentrilGuillaume Gomez-1/+1
2018-12-10Rollup merge of #56641 - GuillaumeGomez:span-trait-method-invalid-nb-paramete...Guillaume Gomez-11/+61
2018-12-10Rollup merge of #56633 - GuillaumeGomez:fix-right-arrow-display, r=QuietMisdr...Guillaume Gomez-1/+1
2018-12-10Rollup merge of #56491 - euclio:assert-error, r=estebankGuillaume Gomez-0/+28
2018-12-10update docs of rustdoc lintsQuietMisdreavus-3/+3
2018-12-10add a lint group for lints emitted by rustdocQuietMisdreavus-0/+87
2018-12-10Fix nitpicksMichael Howell-23/+21
2018-12-10Update the stdsimd submoduleAlex Crichton-0/+0
2018-12-10Remove dependency on shell32.dll #56510Michael Howell-43/+207
2018-12-10improve diagnostics for invalid external docsAndy Russell-20/+49
2018-12-10reject invalid external doc attributesAndy Russell-3/+75
2018-12-10Add a few more tests of edge casesOliver Scherer-0/+37
2018-12-10Document and simplify pattern matching with constants as patternsOliver Scherer-42/+51
2018-12-10Don't depend on `Allocation` sizes for pattern lengthOliver Scherer-68/+137
2018-12-10Add trailing newlineFelix Chapman-1/+1
2018-12-10Add #[must_use] attribute to stdlib traitsFelix Chapman-0/+5
2018-12-10Add test to check library traits have #[must_use] attributeFelix Chapman-0/+47
2018-12-10Auto merge of #56666 - Xanewok:rustfmt, r=kennytmbors-19/+5
2018-12-10sorted_map: add contains_key functionljedrz-0/+8
2018-12-10sorted_map: readability/whitespace fixesljedrz-4/+6
2018-12-10sorted_map: add is_emptyljedrz-0/+5
2018-12-10sorted_map: make the impls of Index and get match ones from BTreeMapljedrz-12/+26
2018-12-10sorted_map: change From<Iterator<I>> to FromIterator<I>ljedrz-4/+4
2018-12-10bootstrap: fix editionljedrz-97/+99
2018-12-10Document time of back operations of a Linked ListChris Couzens-1/+5
2018-12-10Auto merge of #56157 - RalfJung:park, r=nagisabors-5/+22
2018-12-10Auto merge of #56624 - RalfJung:miri, r=oli-obkbors-13/+15
2018-12-10Update in-tree rustfmt to 1.0.1 to dedup versionsIgor Matuszewski-19/+5
2018-12-10Update RLSIgor Matuszewski-0/+0
2018-12-10Update rustfmtSimon Sapin-14/+14
2018-12-10Remove lifetime from ResolverJohn Kåre Alsaker-84/+84
2018-12-10Auto merge of #56369 - nnethercote:rm-Delimited, r=petrochenkovbors-203/+182
2018-12-10Add regression test for issue #55846Felix Chapman-0/+39
2018-12-10Remove `tokenstream::Delimited`.Nicholas Nethercote-203/+182
2018-12-10Auto merge of #56269 - nnethercote:_match-Matrix-SmallVec, r=simulacrumbors-39/+45
2018-12-10Use a `SmallVec` within `_match::Matrix`.Nicholas Nethercote-28/+34
2018-12-09Add missing, non-panicking `maybe_new_parser_from_file` variantIgor Matuszewski-8/+29
2018-12-09Auto merge of #56463 - ljedrz:slice_concat_join, r=nikicbors-3/+3