about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-04-03make StringReader fields privateAleksey Kladov-6/+6
2019-04-03wasi: Fill out `std::fs` module for WASIAlex Crichton-262/+1141
2019-04-03Auto merge of #59182 - hug-dev:armv8m-base-hf, r=alexcrichtonbors-0/+4
2019-04-03Add dist builder for Armv8-M Baseline and HFHugues de Valon-0/+4
2019-04-03Updated the environment description in rustc.Christian-2/+2
2019-04-03Updated the reference in core::hint::spin_loop to the correct relative path.Christian-1/+1
2019-04-03update miriRalf Jung-14/+14
2019-04-03try to fix rand feature flagsRalf Jung-1/+1
2019-04-03update miriRalf Jung-14/+14
2019-04-03Auto merge of #58458 - nnethercote:tweak-Span-encoding, r=petrochenkovbors-3/+3
2019-04-03improve worst-case performance of HashSet.is_subsetStein Somers-1/+5
2019-04-03Updated the documentation of core::hints::spin_loop and core::sync::spin_loop...Christian-14/+40
2019-04-03be more direct about borrow requirenmentsAleksey Kladov-4/+10
2019-04-03Rollup merge of #59630 - nnethercote:shrink-mir-Statement, r=pnkfelixMazdak Farrokhzad-47/+48
2019-04-03Rollup merge of #59514 - tmandry:remove-adt-def-from-projection-elem, r=eddybMazdak Farrokhzad-290/+277
2019-04-03Rollup merge of #59186 - ssomers:btreeset_intersection_revisited_again, r=Kod...Mazdak Farrokhzad-122/+351
2019-04-03Rollup merge of #55448 - Mokosha:SortAtIndex, r=blussMazdak Farrokhzad-0/+355
2019-04-02Link to sync_allChris Gregory-1/+2
2019-04-03Tweak `Span` encoding.Nicholas Nethercote-3/+3
2019-04-03Shrink `mir::Statement`.Nicholas Nethercote-47/+48
2019-04-03Improve wordingYuki OKUSHI-18/+18
2019-04-02Remove adt_def from PlaceTy and make it a structTyler Mandry-196/+157
2019-04-02Replace adt_def with name in mir::ProjectionElem::DowncastTyler Mandry-98/+124
2019-04-02Update ui tests to latest masterOliver Scherer-18/+18
2019-04-02Rollup merge of #59529 - DevQps:improve-rem-docs, r=cuviperMazdak Farrokhzad-0/+15
2019-04-02Rollup merge of #59446 - Aaron1011:fix/debuginfo-overflow, r=oli-obkMazdak Farrokhzad-17/+134
2019-04-02Rollup merge of #59341 - o01eg:use-custom-libdir, r=Mark-SimulacrumMazdak Farrokhzad-11/+36
2019-04-02Rollup merge of #59166 - seanmonstar:trait-alias-import, r=alexregMazdak Farrokhzad-37/+192
2019-04-02Do not render coloful json in rustdocOliver Scherer-2/+2
2019-04-02Rename `colorful-json` to `json-rendered` and make it a selection instead of ...Oliver Scherer-123/+164
2019-04-02Update more unit test to new APIOliver Scherer-0/+2
2019-04-02Fix forgotten capitalizationOliver Scherer-5/+5
2019-04-02Adjust tests to new enum variant fieldsOliver Scherer-20/+25
2019-04-02Don't dump diagnostics json if not absolutely necessaryOliver Scherer-5/+8
2019-04-02Remove workaround code for a closed issueOliver Scherer-40/+0
2019-04-02Update rustdocOliver Scherer-4/+6
2019-04-02Emit ansi color codes in the `rendered` field of json diagnosticsOliver Scherer-80/+123
2019-04-02Rollup merge of #59613 - jethrogb:jb/waitqueue-wait-unwind, r=alexcrichtonMazdak Farrokhzad-48/+61
2019-04-02Rollup merge of #59607 - kenta7777:renames-EvalErrorKind-to-InterpError, r=ol...Mazdak Farrokhzad-73/+73
2019-04-02Rollup merge of #59585 - rust-lang:shallow-borrow-fixes, r=pnkfelixMazdak Farrokhzad-9/+8
2019-04-02Rollup merge of #59533 - Zoxc:arena-slices, r=michaelwoeristerMazdak Farrokhzad-16/+140
2019-04-02Rollup merge of #59452 - GuillaumeGomez:speedup-rustdoc, r=QuietMisdreavusMazdak Farrokhzad-39/+48
2019-04-02Rollup merge of #59444 - cuviper:steps_between, r=scottmcmMazdak Farrokhzad-51/+71
2019-04-02Rollup merge of #59286 - cramertj:async-fn-ret-ty, r=varkorMazdak Farrokhzad-336/+553
2019-04-02Rollup merge of #59262 - timvermeulen:iterator_cmp_dedup, r=scottmcmMazdak Farrokhzad-98/+24
2019-04-01Document using `sync_all`Chris Gregory-4/+3
2019-04-01Refactor async fn return type loweringTaylor Cramer-336/+553
2019-04-01SGX target: Use linker option to avoid code CGU assignment kludgeJethro Beekman-41/+53
2019-04-02Ensure that exact matches come first in rustdoc searchGuillaume Gomez-3/+83
2019-04-01Improved the example with numbers that can be exactly represented as floats a...Christian-2/+3