about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-02-14Rollup merge of #58449 - topecongiro:rustfmt-toolstate, r=CentrilMazdak Farrokhzad-1/+1
2019-02-14Rollup merge of #58407 - euclio:upper-camel-case, r=estebankMazdak Farrokhzad-126/+139
2019-02-14Rollup merge of #58378 - alexcrichton:incremental-lto, r=michaelwoeristerMazdak Farrokhzad-83/+246
2019-02-14Rollup merge of #58371 - davidtwco:issue-58299, r=arielb1Mazdak Farrokhzad-85/+176
2019-02-14Rollup merge of #58365 - Zoxc:task-status, r=michaelwoeristerMazdak Farrokhzad-0/+17
2019-02-14Rollup merge of #58347 - matthewjasper:closure-bounds-fixes, r=pnkfelixMazdak Farrokhzad-112/+234
2019-02-14Rollup merge of #58309 - wesleywiser:add_more_profiler_events, r=michaelwoeri...Mazdak Farrokhzad-20/+72
2019-02-14Notify @topecongiro when the state of rustfmt has changedtopecongiro-1/+1
2019-02-14Rollup merge of #58308 - gnzlbg:context_insert_intr, r=eddybMazdak Farrokhzad-12/+17
2019-02-14Rollup merge of #58301 - RalfJung:fat-ptr-eq, r=oli-obkMazdak Farrokhzad-130/+146
2019-02-14Rollup merge of #58296 - estebank:hidden-suggestion, r=oli-obkMazdak Farrokhzad-69/+245
2019-02-14Rollup merge of #58267 - estebank:match-arms, r=matthewjasperMazdak Farrokhzad-62/+206
2019-02-14Rollup merge of #58258 - nnethercote:shrink-hir-Expr, r=michaelwoeristerMazdak Farrokhzad-10/+23
2019-02-14Rollup merge of #57992 - Matthias247:waker4, r=cramertjMazdak Farrokhzad-470/+239
2019-02-14Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnikMazdak Farrokhzad-50/+65
2019-02-14Rollup merge of #57451 - dlrobertson:can_use_as_ref_nit, r=estebankMazdak Farrokhzad-13/+18
2019-02-14Reduce the size of `hir::Expr`.Nicholas Nethercote-10/+23
2019-02-13Propagate region constraints more precisely from closuresMatthew Jasper-66/+142
2019-02-13Buffer and migrate nice region errorsMatthew Jasper-21/+23
2019-02-13Avoid propagating redundant outlives constraints from closuresMatthew Jasper-49/+93
2019-02-13specify "upper camel case" in style lintAndy Russell-126/+139
2019-02-13suggestion-diagnostics: as_ref improve snippetDan Robertson-13/+18
2019-02-13Rollup merge of #58420 - dvdhrm:target-uefi-comments, r=nagisaMazdak Farrokhzad-12/+17
2019-02-13Rollup merge of #58400 - gnzlbg:fix_driver, r=oli-obkMazdak Farrokhzad-0/+5
2019-02-13Rollup merge of #58386 - Zoxc:fix-54242, r=michaelwoeristerMazdak Farrokhzad-58/+73
2019-02-13Rollup merge of #58381 - davidtwco:issue-42944, r=estebankMazdak Farrokhzad-17/+63
2019-02-13Rollup merge of #58354 - matthewjasper:mir-dump-fixes, r=wesleywiserMazdak Farrokhzad-2/+69
2019-02-13Rollup merge of #58276 - varkor:missing-stability-attr-top-level, r=davidtwcoMazdak Farrokhzad-22/+40
2019-02-13Rollup merge of #58272 - fitzgen:num-format-code-size, r=Mark-SimulacrumMazdak Farrokhzad-74/+157
2019-02-13Rollup merge of #58202 - varkor:deprecated-future-external, r=GuillaumeGomezMazdak Farrokhzad-92/+134
2019-02-13Rollup merge of #58167 - ljedrz:HirIdify_body_id, r=ZoxcMazdak Farrokhzad-147/+175
2019-02-13libpanic_unwind => 2018: remove unused extern crate.Mazdak Farrokhzad-3/+0
2019-02-13libpanic_unwind => 2018: fix ICEs.Mazdak Farrokhzad-6/+7
2019-02-13libpanic_unwind => 2018Mazdak Farrokhzad-12/+13
2019-02-13Convert old doc links to current editionLzu Tao-50/+65
2019-02-13Auto merge of #56951 - oli-obk:auto_toolstate_issue, r=kennytmbors-3/+83
2019-02-13target/uefi: clarify documentationDavid Rheinsberg-12/+17
2019-02-13Auto merge of #58238 - Mark-Simulacrum:doctest-fix, r=alexcrichtonbors-24/+23
2019-02-13fix rebase falloutRalf Jung-1/+1
2019-02-13fix whitespaceRalf Jung-1/+1
2019-02-13make bin_op and unary_op APIs consistently work on ImmTyRalf Jung-65/+66
2019-02-13make OpTy.op private, and ImmTy.imm public insteadRalf Jung-65/+80
2019-02-13HirId-ify hir::BodyIdljedrz-147/+175
2019-02-13Auto merge of #58235 - jethrogb:jb/sgx-usercall-internals, r=alexcrichtonbors-84/+59
2019-02-12Merging masterMatthias Einwag-14469/+17675
2019-02-13Rollup merge of #58405 - gnzlbg:remove_unused_macros, r=alexcrichtonMazdak Farrokhzad-14/+0
2019-02-13Rollup merge of #58404 - euclio:cloudabi-keyserver, r=alexcrichtonMazdak Farrokhzad-5/+4
2019-02-13Rollup merge of #58387 - alexreg:fix-trait-alias-2, r=centrilMazdak Farrokhzad-1/+28
2019-02-13Rollup merge of #58289 - haraldh:master, r=sfacklerMazdak Farrokhzad-0/+152
2019-02-13Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasperMazdak Farrokhzad-121/+114