about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2018-07-03Rollup merge of #52004 - kennytm:toolstate-fixes, r=Mark-SimulacrumPietro Albini-13/+11
2018-07-03Rollup merge of #51997 - euclio:release-notes, r=AaronepowerPietro Albini-0/+2
2018-07-03Rollup merge of #51982 - michaelwoerister:hash-modules-properly, r=nikomatsakisPietro Albini-11/+51
2018-07-03Rollup merge of #51980 - est31:columns, r=alexcrichtonPietro Albini-4/+10
2018-07-03Rollup merge of #51979 - oli-obk:lowering_cleanups4, r=nikomatsakisPietro Albini-177/+144
2018-07-03Rollup merge of #51978 - estebank:issue-48364, r=oli-obkPietro Albini-6/+38
2018-07-03Rollup merge of #51977 - mnd:fix-bootstrap-test-with-local-stage0, r=simulacrumPietro Albini-4/+4
2018-07-03Rollup merge of #51973 - estk:master, r=abonanderPietro Albini-0/+26
2018-07-03Rollup merge of #51958 - euclio:attr-refactor, r=petrochenkovPietro Albini-678/+786
2018-07-03Rollup merge of #51914 - nikomatsakis:nll-fix-issue-issue-btreemap-annotation...Pietro Albini-7/+10
2018-07-03Rollup merge of #51809 - drrlvn:rw_exact_all_at, r=alexcrichtonPietro Albini-0/+127
2018-07-03Rollup merge of #51548 - DiamondLovesYou:amdgpu-target-machine, r=alexcrichtonPietro Albini-0/+6
2018-07-03Avoid sorting the item_ids array the StableHash impl of hir::Mod.Michael Woerister-10/+36
2018-07-03Auto merge of #51695 - est31:stdsimd_update, r=alexcrichtonbors-0/+4
2018-07-03Auto merge of #51564 - SimonSapin:try-int, r=alexcrichtonbors-101/+191
2018-07-03Auto merge of #51428 - alexreg:uninitialized-statics-simplification, r=oli-obkbors-112/+69
2018-07-02Auto merge of #51991 - oli-obk:clippy, r=kennytmbors-5/+5
2018-07-03Run "tools" job on PR when commit message starts with "Update RLS/miri/..."kennytm-1/+1
2018-07-03Fixed detection of test-fail for doctests.kennytm-8/+6
2018-07-03Fix the tool's path in toolstate verification.kennytm-4/+4
2018-07-02Auto merge of #51944 - MajorBreakfast:generic-future-obj, r=cramertjbors-173/+266
2018-07-02Make Stdio handle UnwindSafeEvan Simmons-0/+26
2018-07-02Auto merge of #51896 - nikomatsakis:nll-liveness-dirty-list, r=Zoxcbors-39/+120
2018-07-02add entry for cargo-metadata feature to RELEASESAndy Russell-0/+2
2018-07-02Implemented `UnsafeFutureObj` on `Box`Josef Reinhard Brandl-2/+21
2018-07-02Implement `UnsafeFutureObj` for `&mut Future`Josef Reinhard Brandl-3/+21
2018-07-02Update the clippy submoduleOliver Schneider-5/+5
2018-07-02Remove unnecessary `PhantomData` fieldJosef Reinhard Brandl-4/+2
2018-07-02Add explanation for custom trait objectJosef Reinhard Brandl-1/+18
2018-07-02bootstrap: tests should use rustc from config.tomlNikolai Merinov-4/+4
2018-07-02Add some more additional functions to the shimest31-0/+4
2018-07-02Updated miri submodule.Alexander Regueiro-19/+5
2018-07-02Fix naming convention issueJosef Reinhard Brandl-1/+1
2018-07-02Auto merge of #51321 - zackmdavis:hiridification_generations, r=eddybbors-74/+85
2018-07-02add outlives annotations to `BTreeMap`Niko Matsakis-7/+10
2018-07-02improve commentsNiko Matsakis-1/+10
2018-07-02Fill in tracking issue number for read_exact_at/write_all_atDror Levin-2/+2
2018-07-02incr.comp.: Take names of children into account when computing the ICH of a m...Michael Woerister-10/+24
2018-07-02Removed `uninitialized_statics` field from `Memory` struct in miri.Alexander Regueiro-93/+64
2018-07-02Auto merge of #51122 - oli-obk:clippy, r=Mark-Simulacrumbors-11/+169
2018-07-02Make `drop` method for `PinMut`'s `UnsafeFutureObj` impl emptyJosef Reinhard Brandl-3/+1
2018-07-02Improve doc comments for `FutureObj`Josef Reinhard Brandl-3/+4
2018-07-02`UnsafeFutureObj` impl for `PinMut`Josef Reinhard Brandl-10/+26
2018-07-02Add lifetime to `FutureObj`Josef Reinhard Brandl-39/+60
2018-07-02Use `From` impls for `FutureObj<()>`Josef Reinhard Brandl-12/+12
2018-07-02Make custom trait object for `Future` genericJosef Reinhard Brandl-72/+77
2018-07-02Auto merge of #51645 - marco-c:error_when_incremental_and_profile, r=michaelw...bors-0/+7
2018-07-02Clippy tool also has only a single LICENSE fileOliver Schneider-2/+1
2018-07-02Update stdsimdest31-0/+0
2018-07-02Emit column info in debuginfo for non msvc like targetsest31-4/+10