about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-08-30Rephrase Arc documentation changes regarding clonesOtto Rask-4/+4
2018-08-30Auto merge of #53733 - nnethercote:avoid-unroll_place, r=nikomatsakisbors-0/+8
2018-08-30introduce Guard enumF001-35/+115
2018-08-30Auto merge of #53685 - alexcrichton:more-keywords, r=varkorbors-45/+125
2018-08-30Auto merge of #53479 - joshtriplett:underscore-means-unused, r=eddybbors-26/+21
2018-08-30Added feature attribute to example code in map_or_else docIsaac van Bakel-0/+1
2018-08-29Corrected type variable output T -> U in Result::map_or_elseIsaac van Bakel-1/+1
2018-08-29Corrected feature status of Result::map_or_elseIsaac van Bakel-1/+1
2018-08-29Corrected bad typing in Result::map_or_else docIsaac van Bakel-2/+2
2018-08-29fix some uses of pointer intrinsics with invalid pointersRalf Jung-7/+7
2018-08-29Prevent duplicated impl on foreign typesGuillaume Gomez-5/+9
2018-08-29build-manifest: include extensions marked as unavailablePietro Albini-5/+1
2018-08-29build-manifest: add instructions to test the tool locallyPietro Albini-1/+55
2018-08-29Fix UI issues on Implementations on Foreign typesGuillaume Gomez-0/+11
2018-08-29Don't leak the file descriptor in `rand`Tobias Bucher-44/+11
2018-08-29Auto merge of #53564 - MaloJaffre:vecdeque, r=gnzlbgbors-5/+47
2018-08-29clarify that these are preliminary guaranteesRalf Jung-5/+4
2018-08-29Generalize `async_idents` to all new keywordsAlex Crichton-45/+125
2018-08-29Don't emit "unused extern crate" warnings for `extern crate foo as _;`Josh Triplett-26/+21
2018-08-29Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell-52/+52
2018-08-29Auto merge of #53758 - oli-obk:clippy, r=kennytmbors-21/+8
2018-08-29Fix a comment in src/libcore/slice/mod.rsTobias Bucher-6/+1
2018-08-29edit docs a littleRalf Jung-27/+49
2018-08-29Corrected feature name for map_or_elseIsaac van Bakel-1/+1
2018-08-29Add another assertMaloJaffre-0/+4
2018-08-29Add more features to the workspace so that all tools pick up on itOliver Schneider-0/+3
2018-08-29Update clippy submoduleOliver Schneider-21/+5
2018-08-29Auto merge of #53245 - michaelwoerister:thinlto-rust-llvm, r=alexcrichtonbors-23/+134
2018-08-29bootstrap: Link LLVM tools dynamically in order to save time in ThinLTO builds.Michael Woerister-16/+46
2018-08-29Make Arc cloning mechanics clearer in module docsOtto Rask-4/+5
2018-08-29bench: libcore: fix build failure of any.rs benchmark (use "dyn Any")Matthias Krüger-1/+1
2018-08-29Auto merge of #53711 - arielb1:macro-table, r=michaelwoeristerbors-31/+195
2018-08-29Resolve null/ZST conflict correctly (whoops)Dylan MacKenzie-4/+3
2018-08-29Add a list of known facts re: validityDylan MacKenzie-9/+26
2018-08-29You can't make an omlette without breaking a few linksDylan MacKenzie-1/+1
2018-08-29Incorporate RalfJung's suggestionsDylan MacKenzie-52/+49
2018-08-29Redefine range validityDylan MacKenzie-30/+27
2018-08-29Remove definiton of valid pointerDylan MacKenzie-7/+14
2018-08-29Fix off-by-one error when specifying a valid rangeDylan MacKenzie-7/+7
2018-08-29Reword module level docs re: alignmentDylan MacKenzie-4/+4
2018-08-29Update docs for `swap_nonoverlapping`Dylan MacKenzie-3/+19
2018-08-29Fix unused variable warning in doctestDylan MacKenzie-0/+1
2018-08-29Fix failing doctestsDylan MacKenzie-4/+4
2018-08-29Mention alignment in top-level docsDylan MacKenzie-5/+11
2018-08-29Rewrite docs for `std::ptr`Dylan MacKenzie-102/+497
2018-08-29audit the relocations code, and clean it up a littleRalf Jung-23/+45
2018-08-29refactor memory access methods a bitRalf Jung-40/+47
2018-08-29make ptr_op finally reponsible for all ops involving pointers; make ValTy con...Ralf Jung-77/+63
2018-08-29re-do argument passing one more time to finally be saneRalf Jung-193/+189
2018-08-29memory: make getting the alloc for a static an associate function for easier ...Ralf Jung-42/+42