about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-07-05Clarifying how the alignment of the struct worksVal Markovic-1/+4
2018-07-04Auto merge of #51803 - lucasem:rustdoc-code-hash-escape, r=GuillaumeGomezbors-10/+27
2018-07-04Auto merge of #51611 - QuietMisdreavus:slippery-macros, r=ollie27bors-47/+124
2018-07-04rustdoc book on codeblock hash escapingLucas Morales-0/+17
2018-07-04Auto merge of #51395 - SimonSapin:repr-transparent, r=SimonSapinbors-0/+8
2018-07-04Auto merge of #51870 - nnethercote:reuse-DefsUsesVisitor, r=nikomatsakisbors-24/+34
2018-07-04Auto merge of #51935 - cramertj:unpin-references, r=withoutboatsbors-0/+9
2018-07-04Auto merge of #51895 - nikomatsakis:move-self-trait-predicate-to-items, r=sca...bors-67/+205
2018-07-04Reuse the `DefsUsesVisitor` in `simulate_block()`.Nicholas Nethercote-24/+34
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-03test for renaming re-exported macrosQuietMisdreavus-0/+6
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