| Age | Commit message (Expand) | Author | Lines |
| 2015-02-09 | std: Mark IntoIterator::into_iter as #[stable | Alex Crichton | -0/+1 |
| 2015-02-09 | std: Rename IntoIterator::Iter to IntoIter | Alex Crichton | -34/+34 |
| 2015-02-09 | std: Remove typarms from IteratorExt::cloned | Alex Crichton | -4/+3 |
| 2015-02-09 | Add a help message for deprecated #[plugin] extern crate | Keegan McAllister | -0/+4 |
| 2015-02-09 | remove obsolete closure syntax from the guide | Luke Steensen | -10/+10 |
| 2015-02-09 | Use a crate attribute to load plugins | Keegan McAllister | -164/+151 |
| 2015-02-09 | Update deprecation notice. | Pierre Baillet | -1/+1 |
| 2015-02-09 | Make fallback font 'serif', rather than 'sans-serif' fonts | Sean Collins | -2/+2 |
| 2015-02-09 | add test illustrating the feature. | Felix S. Klock II | -0/+59 |
| 2015-02-09 | Given `<expr> as Box<Trait>`, infer that `Box<_>` is expected type for `<expr>`. | Felix S. Klock II | -62/+47 |
| 2015-02-09 | Process cfg_attr right before stripping cfg | Keegan McAllister | -38/+113 |
| 2015-02-09 | Deduplicate --crate-type arguments | Simonas Kazlauskas | -1/+4 |
| 2015-02-09 | syntax::fold: Allow removing attributes | Keegan McAllister | -16/+20 |
| 2015-02-09 | Fix links to module-level documentation in `std::cell` | Michael Budde | -5/+5 |
| 2015-02-09 | int/uint => isize/usize in liblibc/liballoc/libarena | we | -103/+101 |
| 2015-02-09 | Review changes | Nick Cameron | -39/+61 |
| 2015-02-09 | Refactor compilation to make it easier to use for tools | Nick Cameron | -175/+404 |
| 2015-02-09 | Auto merge of #22059 - Gankro:vec-split, r=alexcrichton | bors | -3/+9 |
| 2015-02-08 | syntax: Fix integer underflow in diagnostic | Piotr Czarnecki | -2/+9 |
| 2015-02-09 | Accept quantification of lifetimes outside the self type in where clauses. | Nick Cameron | -27/+100 |
| 2015-02-08 | Rename Show to Debug, String to Display | Alexander Korolkov | -14/+13 |
| 2015-02-08 | Move native thread name setting from thread_info to Thread, fixes #21911 | Vojtech Kral | -4/+4 |
| 2015-02-08 | Auto merge of #22046 - mneumann:dragonfly-libstd-fixes, r=huonw | bors | -1/+3 |
| 2015-02-08 | Auto merge of #22054 - LeoTestard:include-parse-errors, r=alexcrichton | bors | -2/+32 |
| 2015-02-08 | adapt run-make test suite for openbsd | Sébastien Marie | -8/+16 |
| 2015-02-08 | Add a test for mainless emit targets | Simonas Kazlauskas | -0/+5 |
| 2015-02-08 | Auto merge of #22011 - fhahn:separate-parse-fail-tests, r=nikomatsakis | bors | -12/+20 |
| 2015-02-08 | Auto merge of #21970 - michaelwoerister:lang-item-call-debug-locs, r=brson | bors | -201/+499 |
| 2015-02-08 | Auto merge of #21565 - kmcallister:poison, r=alexcrichton | bors | -12/+40 |
| 2015-02-08 | Auto merge of #21999 - tomjakubowski:rustdoc-fixes, r=alexcrichton | bors | -25/+155 |
| 2015-02-08 | Auto merge of #22044 - caspark:fix-rc-doc-links, r=nikomatsakis | bors | -2/+2 |
| 2015-02-08 | Auto merge of #21988 - kmcallister:no-std, r=sfackler | bors | -171/+489 |
| 2015-02-07 | reference.md: Byte string literals start with a 'b' | Geoffrey Thomas | -5/+7 |
| 2015-02-08 | Fix std::ops::Range size_hint and ExactSizeIterator impls | Ulrik Sverdrup | -10/+8 |
| 2015-02-07 | add missing features to libcollections tests | Alexis | -1/+1 |
| 2015-02-07 | Auto merge of #21874 - nagisa:reference-is-removal, r=steveklabnik | bors | -5/+5 |
| 2015-02-07 | minor fixes to Vec docs and bounds check | Alexis | -3/+9 |
| 2015-02-07 | Fix new test | Keegan McAllister | -1/+1 |
| 2015-02-07 | Make std::fmt a simple re-export from collections | Keegan McAllister | -424/+402 |
| 2015-02-07 | Fake up #![no_std] on pretty-printing; keep it out of AST | Keegan McAllister | -14/+22 |
| 2015-02-07 | Feature-gate #![no_std] | Keegan McAllister | -22/+76 |
| 2015-02-07 | Don't use std:: paths in syntax extensions when compiling a #![no_std] crate | Keegan McAllister | -145/+413 |
| 2015-02-07 | Use path helper macros in deriving | Keegan McAllister | -28/+38 |
| 2015-02-07 | Auto merge of #21984 - pnkfelix:make-for-loops-a-terminating-scope, r=nikomat... | bors | -9/+21 |
| 2015-02-07 | Fix handling of parse errors when using `include!()`. | Leo Testard | -2/+32 |
| 2015-02-07 | Auto merge of #21982 - pnkfelix:extend-Z-print-region-graph, r=nikomatsakis | bors | -11/+78 |
| 2015-02-07 | Auto merge of #21971 - pnkfelix:fsk-restrict-fixdsz-array-moves, r=nikomatsakis | bors | -108/+276 |
| 2015-02-07 | Do not fail if --emit≠link and there’s no main fn | Simonas Kazlauskas | -2/+5 |
| 2015-02-07 | Updates to tests reflecting array-move restrictions. | Felix S. Klock II | -80/+5 |
| 2015-02-07 | Add tests of move-into-dead-array restriction. | Felix S. Klock II | -0/+50 |