| Age | Commit message (Expand) | Author | Lines |
| 2016-01-28 | Refactor away NameSearchType | Jeffrey Seyfried | -55/+11 |
| 2016-01-28 | Add test for #31212 | Jeffrey Seyfried | -0/+20 |
| 2016-01-28 | Resolve: Fix an ICE that occurs when an identifier refers to an indeterminate... | Jeffrey Seyfried | -18/+4 |
| 2016-01-28 | Auto merge of #31225 - mbrubeck:btreeset-size-hint, r=Gankro | bors | -2/+27 |
| 2016-01-27 | Fix formatting in documentation of `ffi::CString` | Dirk Gadsden | -2/+2 |
| 2016-01-27 | rustfmt syntax::parse | Tshepang Lekhonkhobe | -49/+49 |
| 2016-01-28 | Rollup merge of #31226 - steveklabnik:gh30954, r=Manishearth | Manish Goregaokar | -3/+4 |
| 2016-01-28 | Rollup merge of #31222 - durka:patch-15, r=steveklabnik | Manish Goregaokar | -2/+7 |
| 2016-01-28 | Rollup merge of #31219 - mbrubeck:missing-docs, r=steveklabnik | Manish Goregaokar | -4/+4 |
| 2016-01-28 | Rollup merge of #30689 - Manishearth:lifetime-bound, r=steveklabnik | Manish Goregaokar | -1/+2 |
| 2016-01-27 | doc: insert missing chars | Tshepang Lekhonkhobe | -2/+2 |
| 2016-01-27 | trpl: fix macro follow sets | Alex Burka | -3/+4 |
| 2016-01-27 | Auto merge of #31224 - bluss:deque-hashing, r=Gankro | bors | -3/+22 |
| 2016-01-27 | Auto merge of #31089 - fhahn:macro-ice, r=pnkfelix | bors | -30/+354 |
| 2016-01-27 | Add NOTE test annotations | Florian Hahn | -5/+14 |
| 2016-01-27 | Avoid storing interolated token in Parser.last_token | Florian Hahn | -7/+11 |
| 2016-01-27 | Auto merge of #31206 - nrc:early-save, r=nikomatsakis | bors | -265/+331 |
| 2016-01-27 | Turn interpolated_or_expr_span into a function | Florian Hahn | -28/+24 |
| 2016-01-27 | Auto merge of #31020 - regexident:fix_16884, r=brson | bors | -58/+96 |
| 2016-01-27 | Auto merge of #30859 - aliclark:musl-nx-issue, r=brson | bors | -0/+16 |
| 2016-01-27 | Allow #[repr(i32)] for univariant enum | Stepan Koltsov | -15/+50 |
| 2016-01-27 | Auto merge of #30487 - jonas-schievink:more-attrs-lint-fixes, r=alexcrichton | bors | -5/+31 |
| 2016-01-27 | collections: Use slices parts in PartialEq for VecDeque | Ulrik Sverdrup | -1/+60 |
| 2016-01-27 | collections: Hash VecDeque in its slice parts | Ulrik Sverdrup | -3/+22 |
| 2016-01-26 | Mention that globs import public symbols | Steve Klabnik | -3/+4 |
| 2016-01-26 | Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson | bors | -153/+188 |
| 2016-01-26 | Add size hints for BTreeSet iterators | Matt Brubeck | -2/+27 |
| 2016-01-26 | capitalization and associated types | Alex Burka | -5/+5 |
| 2016-01-26 | Auto merge of #31081 - alexcrichton:stabilize-hasher, r=aturon | bors | -142/+215 |
| 2016-01-26 | book: cover UFCS in Syntax Index | Alex Burka | -1/+6 |
| 2016-01-26 | Fix examples that use missing_docs lint | Matt Brubeck | -4/+4 |
| 2016-01-26 | Fix warnings during tests | Alex Crichton | -141/+137 |
| 2016-01-26 | Auto merge of #30402 - jooert:prettypanic, r=alexcrichton | bors | -0/+35 |
| 2016-01-26 | std: Stabilize custom hasher support in HashMap | Alex Crichton | -142/+215 |
| 2016-01-26 | Avoid redundant work for drop-glue translation items in trans::collector | Michael Woerister | -135/+109 |
| 2016-01-26 | Add caching of external MIR in trans::collector | Michael Woerister | -46/+87 |
| 2016-01-26 | Implement the translation item collector. | Michael Woerister | -60/+3284 |
| 2016-01-26 | Document LTR vs RTL wrt trim_* | Steve Klabnik | -0/+28 |
| 2016-01-26 | Rollup merge of #31211 - Manishearth:pr-30765, r=nrc | Manish Goregaokar | -3/+9 |
| 2016-01-26 | Rollup merge of #31177 - alexcrichton:no-stdio, r=sfackler | Manish Goregaokar | -4/+133 |
| 2016-01-26 | Rollup merge of #31172 - SimonSapin:patch-17, r=sfackler | Manish Goregaokar | -3/+5 |
| 2016-01-26 | RangeFrom::step_by docs: fix example | Simon Sapin | -3/+5 |
| 2016-01-26 | Push try! to call site of interpolated_or_expr_span! | Florian Hahn | -17/+18 |
| 2016-01-26 | Auto merge of #31105 - jseyfried:fix_lexical_scoping, r=nrc | bors | -30/+78 |
| 2016-01-26 | Add interpolated_or_expr_span macro and pass lo to newly added parse_dot_suffix | Florian Hahn | -31/+39 |
| 2016-01-26 | Add message about RUST_BACKTRACE to default output of panic! | Johannes Oertel | -0/+35 |
| 2016-01-26 | Auto merge of #31160 - nxnfufunezn:ppwild-31073, r=eddyb | bors | -15/+50 |
| 2016-01-26 | Use interpolated token span when building spans for bigger expressions | Florian Hahn | -39/+42 |
| 2016-01-26 | Set span for interpolated tokens correctly | Florian Hahn | -7/+18 |
| 2016-01-26 | Update tests | Florian Hahn | -4/+6 |