]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/deref-mut-on-ref.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / deref-mut-on-ref.rs
2015-01-21 Alex Crichtonrollup merge of #19913: KOMON/rust-mode-emacs-indentation
2015-01-20 borsAuto merge of #19353 - icorderi:docs/grammar, r=stevekl...
2015-01-12 borsMerge pull request #20903 from XMPPwocky/deadlink1
2015-01-06 Alex Crichtonrollup merge of #20258: sanxiyn/show-span-2
2015-01-06 Alex Crichtonrollup merge of #20099: P1start/parse-more-macro-ops
2015-01-06 Alex Crichtonrollup merge of #20092: barosl/rustdoc-line-number...
2015-01-06 Alex Crichtonrollup merge of #19998: th0114nd/unicode-bottom
2015-01-06 Alex Crichtonrollup merge of #19888: steveklabnik/gh19861
2015-01-04 borsMerge pull request #20452 from brson/rustup
2015-01-04 borsMerge pull request #20449 from brson/contributing
2015-01-04 borsMerge pull request #20442 from csouth3/vim-syntax
2015-01-04 borsMerge pull request #19963 from tshepang/patch-3
2015-01-03 borsauto merge of #20456 : brson/rust/packaging2, r=alexcri...
2015-01-03 borsauto merge of #20154 : P1start/rust/qualified-assoc...
2015-01-03 borsauto merge of #19835 : pythonesque/rust/add-unordered...
2015-01-02 borsauto merge of #20436 : alexcrichton/rust/rollup, r...
2015-01-02 Alex Crichtonrollup merge of #20410: japaric/assoc-types
2015-01-02 Alex Crichtonrollup merge of #20341: nikomatsakis/impl-trait-for...
2015-01-02 Alex CrichtonMerge remote-tracking branch 'origin/master' into rollup
2015-01-02 Alex Crichtonrollup merge of #20425: sanxiyn/opt-local-ty
2015-01-02 Alex Crichtonrollup merge of #20416: nikomatsakis/coherence
2015-01-02 Alex Crichtonrollup merge of #20407: michaelwoerister/unreachable...
2015-01-02 Alex Crichtonrollup merge of #20404: japaric/at-tests
2015-01-02 Alex Crichtonrollup merge of #20392: daramos/travis
2015-01-02 Alex Crichtonrollup merge of #20391: daramos/utf8_lossy
2015-01-02 Alex Crichtonrollup merge of #20388: brson/install-tweaks
2015-01-02 Alex Crichtonrollup merge of #20386: frewsxcv/rm-reexports
2015-01-02 Alex Crichtonrollup merge of #20385: nick29581/x-object
2015-01-02 Alex Crichtonrollup merge of #20380: dcrewi/fix-make-install
2015-01-02 Alex Crichtonrollup merge of #20334: nagisa/ffi-llvm
2015-01-02 Alex Crichtonrollup merge of #20227: FlashYoshi/patch-1
2015-01-02 Alex Crichtonrollup merge of #19625: mrhota/guide_traits
2015-01-02 Jorge Apariciocore: use assoc types in `Deref[Mut]`
2015-01-02 Alex Crichtonrollup merge of #20354: alexcrichton/second-pass-thread...
2015-01-02 Alex Crichtonrollup merge of #20315: alexcrichton/std-sync
2015-01-02 Alex Crichtonrollup merge of #20420: alexcrichton/second-pass-boxed
2015-01-02 Alex Crichtonrollup merge of #20382: alexcrichton/isuse-20376
2015-01-02 Alex Crichtonrollup merge of #20377: alexcrichton/issue-20352
2015-01-02 Alex Crichtonrollup merge of #20157: alexcrichton/issue-20068
2015-01-02 Alex Crichtonstd: Stabilize the prelude module
2014-12-29 Alex Crichtonstd: Stabilize the prelude module
2014-11-23 borsauto merge of #18140 : JelteF/rust-1/guide-fix, r=cmr
2014-11-22 borsauto merge of #17513 : dradtke/rust/master, r=kballard
2014-11-08 borsauto merge of #18730 : bkoropoff/rust/issue-18652,...
2014-11-08 borsauto merge of #18735 : utkarshkukreti/rust/remove-unnec...
2014-11-08 borsauto merge of #18731 : chris-morgan/rust/derive-Clone...
2014-11-08 borsauto merge of #18634 : alexcrichton/rust/cfg-attr-crate...
2014-11-08 borsauto merge of #18729 : bkoropoff/rust/issue-18711,...
2014-11-08 borsauto merge of #18724 : gamazeps/rust/toc, r=alexcrichton
2014-11-07 borsauto merge of #18723 : mprobinson/rust/fence-typos...
2014-11-07 borsauto merge of #18688 : bkoropoff/rust/unboxed-closure...
2014-11-07 borsauto merge of #18673 : VHaravy/rust/issue-18632, r...
2014-11-07 borsauto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelix
2014-11-07 borsauto merge of #18721 : SimonSapin/rust/safer-enumset...
2014-11-07 borsauto merge of #18714 : nikomatsakis/rust/issue-18621...
2014-11-07 Niko Matsakislibs: add Deref, DerefMut impls for references, fixing...