about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-04-11Remove [mut] syntax in pin docsChris Gregory-9/+9
2019-04-12In `-Zprint-type-size` output, sort enum variants by size.Nicholas Nethercote-26/+32
2019-04-11Add discr_index to multi-variant layoutsTyler Mandry-47/+67
2019-04-11describe_enum_variant: Reduce code duplicationTyler Mandry-12/+10
2019-04-12Switch to multipart suggestions.David Wood-208/+68
2019-04-12Improve robustness of nested check.David Wood-28/+71
2019-04-12Handle edge cases.David Wood-73/+625
2019-04-12Handle renamed imports.David Wood-22/+65
2019-04-12Suggest macro import from crate root.David Wood-41/+134
2019-04-11Auto merge of #59227 - Zoxc:fix-get, r=eddybbors-17/+23
2019-04-11Remove duplicated redundant spansEsteban Küber-4/+3
2019-04-11save-analysis: Simplify match arm for type node defIgor Matuszewski-5/+4
2019-04-11review commentsEsteban Küber-18/+17
2019-04-11save-analysis: use `qpath_def` for associated typesIgor Matuszewski-19/+4
2019-04-11Fix ui-fulldeps testEsteban Küber-6/+12
2019-04-11Update diagnostics.rsAndrew Banchich-2/+2
2019-04-11remove warnMark Mansi-1/+0
2019-04-11Reword tracking issue noteEsteban Küber-372/+375
2019-04-11musl: do not compress debug sectionMateusz Mikuła-3/+5
2019-04-11Auto merge of #59780 - RalfJung:miri-unsized, r=oli-obkbors-153/+192
2019-04-11Impl RawFd converstion traits for TcpListener, TcpStream and UdpSocketRyan Levick-67/+190
2019-04-12improve error messagesrchaser53-17/+83
2019-04-11Fix broken links on std::boxed doc pageOliver Middleton-0/+2
2019-04-11Remove note about transmute for float bitpatterns.Scott Olson-10/+0
2019-04-11Clean up handling of -Zpgo-gen commandline option.Michael Woerister-27/+60
2019-04-11Auto merge of #59211 - nox:refcell-borrow-state, r=KodrAusbors-0/+45
2019-04-11Update TRPL to use mdbook 0.2Carol (Nichols || Goulding)-4/+4
2019-04-11Auto merge of #58972 - QuietMisdreavus:intra-doc-link-imports, r=GuillaumeGomezbors-0/+28
2019-04-10forgot oneMark Mansi-1/+0
2019-04-10make duplicate matcher bindings a hard errorMark Mansi-59/+44
2019-04-10FeedbackKampfkarren-3/+4
2019-04-10Tweak unstable diagnostic outputEsteban Küber-453/+842
2019-04-10Recover from missing semicolon based on the found tokenEsteban Küber-0/+79
2019-04-10Suggest removing `?` to resolve type errors.David Wood-4/+59
2019-04-10Fix tests, I thinkKampfkarren-2/+3
2019-04-11fix up unused wrappingn_add in compile-pass testAshley Mannix-1/+1
2019-04-10SGX target: fix cfg(test) buildJethro Beekman-3/+3
2019-04-10update polonius-engineAlbin Stjerna-3/+3
2019-04-10Fix attributes position in type declarationGuillaume Gomez-6/+17
2019-04-10std: Add `{read,write}_vectored` for more typesAlex Crichton-37/+247
2019-04-10Don't build test helpers for wasm32John Kåre Alsaker-1/+4
2019-04-10Don't require a C compiler on wasm32John Kåre Alsaker-0/+5
2019-04-10Update cmake, cc and compiler_builtins for VS 2019 supportJohn Kåre Alsaker-7/+7
2019-04-10Fix error brought up by changing tabs to spacesKampfkarren-1/+1
2019-04-10Adhere to tidy scriptKampfkarren-4/+5
2019-04-10Special error when using catch after tryKampfkarren-1/+26
2019-04-10clarify what the item is in "not a module" errorAndy Russell-51/+70
2019-04-10warn on unused results for operation methods on numsAshley Mannix-0/+156
2019-04-10Updated the description of -Z in the rustc book.Christian-4/+5
2019-04-10Updated the documentation, now claiming the -Z is associated to unstable comp...Christian-2/+2