summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-02-26Revert hacks and add test for LLVM aborts due to empty aggregates.Eduard Burtescu-14/+23
2015-02-26Add doc to `core::intrinsics` pointing out conservativeness of `needs_drop`.Felix S. Klock II-1/+6
2015-02-26Regression test for #22536.Felix S. Klock II-0/+34
2015-02-26Use more precise `type_needs_drop` for deciding about emitting cleanup code.Felix S. Klock II-17/+69
2015-02-26Add `push_ctxt` instrumentation to all functions that might call `base::zero_...Felix S. Klock II-0/+5
2015-02-26remove the redundant else branchLai Jiangshan-2/+0
2015-02-26Auto merge of #22827 - sfackler:should_panic_pt1, r=alexcrichtonbors-0/+1
2015-02-26Implement `Debug` for `RwLock`, `arc::Weak` and `Mutex`nwin-0/+35
2015-02-26Send/Sync audit for libcollectionsEdward Wang-15/+122
2015-02-26Auto merge of #22810 - japaric:cow-path, r=alexcrichtonbors-1/+33
2015-02-25Whitelist #[should_panic]Steven Fackler-0/+1
2015-02-26Tweak VecDeque's IterMut implementationEdward Wang-15/+9
2015-02-26Record the publicity of struct fields and enum variants.Huon Wilson-0/+10
2015-02-26Check stability of struct fields.Huon Wilson-11/+561
2015-02-26remove some compiler warningsTshepang Lekhonkhobe-26/+23
2015-02-26path -> PathBuf for openbsd/bitrigSébastien Marie-1/+2
2015-02-25Changed prose to assert_eq! macro.Alexander Bliskovsky-2/+2
2015-02-25Added documentation of backslash ending string literals.Alexander Bliskovsky-1/+14
2015-02-25Always error on invalid macro fragment specifiersKeegan McAllister-4/+36
2015-02-25Auto merge of #22767 - pnkfelix:issue-22265, r=nikomatsakisbors-4/+12
2015-02-25Fix overflow in precise_time_ns() on Windows,Vadim Chugunov-2/+25
2015-02-25Result::or : avoid over-specializing the typeCody P Schafer-4/+4
2015-02-25Auto merge of #22796 - Manishearth:rollup, r=Manishearthbors-1093/+1698
2015-02-25impl IntoCow for Path[Buf]Jorge Aparicio-1/+33
2015-02-25Change MarkerTrait to be invariant. This is a (small) loss of expressiveness,Niko Matsakis-1/+36
2015-02-25Path -> PathBuf for Windows test (fixup #22727)Manish Goregaokar-4/+4
2015-02-25path -> PathBuf for osx/dragonfly (fixup #22727)Manish Goregaokar-11/+11
2015-02-25Assert is internal now (fixup #22739)Manish Goregaokar-1/+1
2015-02-25Fix type inference error (fixup #22739)Manish Goregaokar-1/+1
2015-02-25Use os::getcwd instead of env in rustbook (fixup #22727)Manish Goregaokar-4/+6
2015-02-25allow(deprecated) for TaskPool (fixup #22783)Manish Goregaokar-0/+3
2015-02-24std: Require `&mut self` for Iterator::allAlex Crichton-3/+3
2015-02-25Rollup merge of #22787 - pnkfelix:reenable-gate-for-unsafe_no_drop_flag, r=al...Manish Goregaokar-1/+26
2015-02-25Rollup merge of #22744 - alexcrichton:issue-22738, r=aturonManish Goregaokar-0/+8
2015-02-25Rollup merge of #22742 - alexcrichton:issue-22737, r=aturonManish Goregaokar-1/+15
2015-02-25Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturonManish Goregaokar-122/+126
2015-02-25Rollup merge of #22727 - alexcrichton:prep-env, r=aturonManish Goregaokar-141/+323
2015-02-25Rollup merge of #22596 - alexcrichton:fix-some-impls, r=huonwManish Goregaokar-25/+68
2015-02-25Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichtonManish Goregaokar-29/+29
2015-02-25Rollup merge of #22792 - semarie:openbsd-unbreak-nacl, r=alexcrichtonManish Goregaokar-1/+0
2015-02-25Rollup merge of #22785 - nikomatsakis:issue-21750-normalization-with-regions,...Manish Goregaokar-53/+134
2015-02-25Rollup merge of #22784 - rnestler:fix_doc_faq, r=dotdashManish Goregaokar-1/+1
2015-02-25Rollup merge of #22783 - alexcrichton:deprecate-taskpool, r=alexcrichtonManish Goregaokar-5/+5
2015-02-25Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnikManish Goregaokar-2680/+2506
2015-02-25Auto merge of #22512 - nikomatsakis:issue-20300-where-clause-not-bounds, r=ni...bors-417/+1066
2015-02-25unbreak openbsd after nacl intergrationSébastien Marie-1/+0
2015-02-25Turn `unsafe_no_drop_flag` back into a gated-feature.Felix S. Klock II-1/+26
2015-02-24Enhance and move information about macro debuggingKeegan McAllister-23/+39
2015-02-24Tweak wording in the macros guideKeegan McAllister-10/+19
2015-02-24Add a second, more vexing section on recursive macrosKeegan McAllister-0/+47