about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-07-04Implementation of tool lintsflip1995-0/+37
2018-07-04Tests for tool_lintsflip1995-0/+103
2018-07-03Auto merge of #51926 - matthewjasper:Initialization-span, r=nikomatsakisbors-28/+42
2018-07-03Auto merge of #51900 - PramodBisht:51813_b, r=nikomatsakisbors-44/+44
2018-07-03Auto merge of #51450 - estebank:inner-fn-test, r=@pnkfelixbors-1/+87
2018-07-03Auto merge of #52014 - pietroalbini:rollup, r=pietroalbinibors-920/+1256
2018-07-03Rollup merge of #52006 - Mark-Simulacrum:keep-stage-fix, r=alexcrichtonPietro Albini-21/+44
2018-07-03Rollup merge of #52004 - kennytm:toolstate-fixes, r=Mark-SimulacrumPietro Albini-12/+10
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 #51889 - spastorino:make-causal-tracking-lazy, r=nikomatsakisbors-437/+336
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-02Change --keep-stage to apply moreMark Rousskov-20/+43
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-02Make explicit that assemble is not run from CLIMark Rousskov-1/+1
2018-07-03Address #51813Pramod Bisht-44/+44
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-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