summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-03-04Auto merge of #48600 - Mark-Simulacrum:rustbuild-updates-2, r=alexcrichtonbors-52/+27
2018-03-04Remove ty::Predicate::Equate and ty::EquatePredicate (dead code)Tatsuyuki Ishi-148/+1
2018-03-03Refactor away `inferred_obligations` from the trait selectorAravind Gollakota-85/+40
2018-03-04Avoid unnecessary calculationShotaro Yamada-3/+3
2018-03-04Add commentsShotaro Yamada-20/+40
2018-03-03Improve getting literal representationflip1995-1/+1
2018-03-03Auto merge of #48694 - kennytm:rollup, r=kennytmbors-44/+280
2018-03-04Rollup merge of #48664 - Keruspe:codegen, r=alexcrichtonkennytm-4/+13
2018-03-04Rollup merge of #48513 - alexcrichton:simd, r=JoshTriplettkennytm-4/+60
2018-03-04Rollup merge of #48680 - steveklabnik:no-toc, r=nikomatsakiskennytm-0/+1
2018-03-03Auto merge of #48583 - dotdash:jt_assume, r=alexcrichtonbors-15/+9
2018-03-03core: Update stability attributes for FusedIteratorUlrik Sverdrup-111/+108
2018-03-03core: Stabilize FusedIteratorUlrik Sverdrup-114/+110
2018-03-03Rollup merge of #48637 - segevfiner:restore-rust-mingw-download, r=alexcrichtonkennytm-0/+8
2018-03-03Rollup merge of #48629 - strake:char, r=alexcrichtonkennytm-3/+3
2018-03-03Rollup merge of #48569 - Phlosioneer:x-py-help-optimization, r=petrochenkovkennytm-25/+15
2018-03-03Rollup merge of #48466 - sanxiyn:no-neon, r=alexcrichtonkennytm-8/+8
2018-03-03Rollup merge of #48283 - QuietMisdreavus:rustdoc-readme, r=@GuillaumeGomezkennytm-0/+172
2018-03-03Auto merge of #48689 - Manishearth:rollup, r=Manishearthbors-354/+621
2018-03-02Rollup merge of #48641 - alexcrichton:no-hash-l-paths, r=michaelwoeristerManish Goregaokar-130/+71
2018-03-02Rollup merge of #48635 - scottmcm:faster-zip-nth, r=kennytmManish Goregaokar-0/+102
2018-03-02Rollup merge of #48628 - strake:reverse, r=sfacklerManish Goregaokar-1/+1
2018-03-02Rollup merge of #48338 - estebank:match-missing-comma, r=petrochenkovManish Goregaokar-37/+189
2018-03-02Rollup merge of #48328 - frewsxcv:frewsxcv-clarify-error-zero-duration, r=sfa...Manish Goregaokar-14/+134
2018-03-02Rollup merge of #48259 - tinaun:patch-1, r=alexcrichtonManish Goregaokar-78/+30
2018-03-02Remove allow(bare_trait_object) from librustc_mirManish Goregaokar-1/+0
2018-03-02Perform manual fixupsManish Goregaokar-1/+1
2018-03-02Run Rustfix on librustc_mirManish Goregaokar-36/+36
2018-03-02Remove allow(bare_trait_object) from librustcManish Goregaokar-2/+0
2018-03-02Perform manual fixupsManish Goregaokar-2/+5
2018-03-02Run Rustfix on librustcManish Goregaokar-55/+55
2018-03-03Auto merge of #48666 - sgrif:sg-revert-perf-regression, r=nikomatsakisbors-60/+107
2018-03-02Don't have Vec<T> delegate to [T]'s bounds for indexingJonathan Behrens-8/+12
2018-03-02Update compile fail test error messagesJonathan Behrens-4/+4
2018-03-02Update commentsJonathan Behrens-2/+2
2018-03-02Update UI testJonathan Behrens-3/+4
2018-03-02Have Vec use slice's implementations of Index<I> and IndexMut<I>Jonathan Behrens-125/+5
2018-03-02Stabilize Unsafe Pointer Methodstinaun-78/+30
2018-03-02std: Add `arch` and `simd` modulesAlex Crichton-4/+60
2018-03-02Support posix_spawn() for Linux glibc 2.24+.Bryan Drewery-2/+16
2018-03-02Move glibc version lookup handling to sys::os and add a simpler glibc_version()Bryan Drewery-28/+37
2018-03-02Don't produce TOCs for doc markdown filessteveklabnik-0/+1
2018-03-02Remove --host and --target arguments to configureMark Simulacrum-52/+27
2018-03-02Use _Bryan Drewery-1/+1
2018-03-02Reupdate rust-installerBastien Orivel-25/+3
2018-03-02Update rust-installerBastien Orivel-11/+1
2018-03-02Revert "correct subtle bug in the type variable code"Sean Griffin-60/+107
2018-03-02make codegen-backends directory name configurableMarc-Antoine Perennou-4/+13
2018-03-02Remove isize testflip1995-11/+1
2018-03-02Impl !Send and !Sync for SourceFileJohn Kåre Alsaker-0/+6