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