about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-01-07Rollup merge of #47205 - eddyb:alloc-id, r=oli-obkkennytm-72/+71
2018-01-07Rollup merge of #47190 - EdSchouten:cloudabi-libpanic, r=alexcrichtonkennytm-1/+2
2018-01-07Rollup merge of #47170 - eddyb:us-vs-usize, r=nikomatsakiskennytm-100/+100
2018-01-07Rollup merge of #46947 - tspiteri:checked-div-rem-none, r=frewsxcvkennytm-4/+4
2018-01-06Auto merge of #47141 - alexcrichton:bump-bootstrap, r=alexcrichtonbors-62/+46
2018-01-06Auto merge of #47099 - SergioBenitez:master, r=jseyfriedbors-0/+255
2018-01-06Auto merge of #47083 - CAD97:issue-46976, r=nikomatsakisbors-4/+21
2018-01-06Auto merge of #47155 - nerd2:debuginfo_test_fix, r=alexcrichtonbors-2/+70
2018-01-06Rollup merge of #47216 - SergioBenitez:doc-fix, r=Mark-SimulacrumGuillaume Gomez-1/+1
2018-01-06Rollup merge of #47202 - GuillaumeGomez:fix-defocus, r=QuietMisdreavusGuillaume Gomez-0/+4
2018-01-06Rollup merge of #47173 - dotdash:cleanup, r=michaelwoeristerGuillaume Gomez-34/+13
2018-01-06Rollup merge of #47165 - mbrubeck:args, r=alexcrichtonGuillaume Gomez-23/+16
2018-01-06Rollup merge of #46987 - frewsxcv:frewsxcv-current-exe, r=QuietMisdreavusGuillaume Gomez-8/+11
2018-01-05Let libpanic_abort call into libc's abort() on CloudABI.Ed Schouten-1/+1
2018-01-05rustc: Don't ICE if we invalidate an invalid incr dirAlex Crichton-0/+1
2018-01-05Auto merge of #47142 - sdroege:trusted-random-access-chunks, r=kennytmbors-0/+73
2018-01-05Clarify appending behavior of 'io::Read::read_to_string()'.Sergio Benitez-1/+1
2018-01-05Disable failing tests temporarilySam-2/+25
2018-01-05Rollup merge of #47199 - alexcrichton:stable-no-dev, r=kennytmkennytm-2/+13
2018-01-05Rollup merge of #47198 - dzamlo:patch-2, r=frewsxcvkennytm-2/+2
2018-01-05Rollup merge of #47182 - aheart:master, r=steveklabnikkennytm-0/+1
2018-01-05Rollup merge of #47162 - stjepang:cleanup-btreeset, r=alexcrichtonkennytm-72/+68
2018-01-05Rollup merge of #47150 - dtolnay:join, r=jseyfriedkennytm-1/+1
2018-01-05Rollup merge of #47149 - dtolnay:spans, r=jseyfriedkennytm-0/+14
2018-01-05Rollup merge of #47110 - EdSchouten:cloudabi-tls, r=kennytmkennytm-0/+12
2018-01-05Rollup merge of #47033 - EdSchouten:cloudabi-oom, r=kennytmkennytm-2/+12
2018-01-05Rollup merge of #47030 - ollie27:stab, r=alexcrichtonkennytm-24/+39
2018-01-05Auto merge of #46907 - varkor:contrib-8, r=nagisabors-4/+34
2018-01-05miri: use AllocId instead of u64.Eduard-Mihai Burtescu-72/+71
2018-01-05Auto merge of #46739 - arielb1:simple-loops, r=nikomatsakisbors-1/+26
2018-01-05Fix search bar defocusGuillaume Gomez-0/+4
2018-01-04[unix] Don't clone command-line args on startupMatt Brubeck-23/+16
2018-01-04rustbuild: Don't allow stable bootstrap from devAlex Crichton-2/+13
2018-01-04Fix an error in std::process documentationLoïc Damien-2/+2
2018-01-04Make libpanic_unwind build on CloudABI.Ed Schouten-0/+1
2018-01-04rustc: Don't use relative paths for extended errorsAlex Crichton-9/+36
2018-01-04Bump to 1.25.0Alex Crichton-53/+9
2018-01-04Auto merge of #46916 - michaelwoerister:generate-dead-code-plz, r=alexcrichtonbors-3/+38
2018-01-04Make examples equivalentaheart-0/+1
2018-01-04Auto merge of #47147 - projektir:to_ptr_cast, r=eddybbors-3/+26
2018-01-04Fix potential overflow in TrustedRandomAccess impl for slice::{Chunks,ChunksMut}Sebastian Dröge-2/+8
2018-01-04Generate code for const- and inline-fns if -Clink-dead-code is specified.Michael Woerister-3/+38
2018-01-04Simplify LLVMRustModuleCost()Björn Steinbrink-7/+2
2018-01-04Remove unused function LLVMRustGetValueContext()Björn Steinbrink-7/+0
2018-01-04Remove outdated LLVMRustBuildLandingPad() wrapperBjörn Steinbrink-20/+11
2018-01-04Auto merge of #47124 - estebank:loan-paths, r=nikomatsakisbors-21/+104
2018-01-04Auto merge of #47132 - cramertj:impl-trait-camel-case, r=nikomatsakisbors-1/+23
2018-01-04rustc: use {U,I}size instead of {U,I}s shorthands.Eduard-Mihai Burtescu-92/+93
2018-01-04rustc: remove misleading `Ty::is_uint` method.Eduard-Mihai Burtescu-8/+7
2018-01-03Tweak to mir borrow in a loop diagnosticEsteban Küber-11/+12