| Age | Commit message (Expand) | Author | Lines |
| 2015-12-18 | Update error messages and error descriptions | Vadim Petrochenkov | -41/+44 |
| 2015-12-18 | Fix the fallout | Vadim Petrochenkov | -50/+27 |
| 2015-12-18 | Rewrite VisiblePrivateTypesVisitor | Vadim Petrochenkov | -322/+258 |
| 2015-12-18 | Auto merge of #29907 - nagisa:mir-moar-constants, r=nikomatsakis | bors | -28/+490 |
| 2015-12-17 | Clarified shadowing example | Xmasreturns | -4/+6 |
| 2015-12-18 | Abstract away differences between Vec and ptr::P in HIR | Vadim Petrochenkov | -184/+214 |
| 2015-12-18 | Deprecate name `OwnedSlice` and don't use it | Vadim Petrochenkov | -114/+96 |
| 2015-12-18 | libsyntax: Merge OwnedSlice into ptr::P | Vadim Petrochenkov | -115/+90 |
| 2015-12-17 | Added a functioning version of the assoc-oddities-3 test case to | Aaron Keen | -0/+51 |
| 2015-12-17 | Removed test case. This now test successfully parses with the | Aaron Keen | -16/+0 |
| 2015-12-17 | Auto merge of #30445 - steveklabnik:rollup, r=steveklabnik | bors | -44/+31 |
| 2015-12-17 | Rollup merge of #30443 - tshepang:just-a-rename, r=steveklabnik | Steve Klabnik | -9/+0 |
| 2015-12-17 | Rollup merge of #30442 - tshepang:typo, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-12-17 | Rollup merge of #30441 - tshepang:missing-comma, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-12-17 | Rollup merge of #30439 - swooster:swooster-nomicon-patch-1, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2015-12-17 | Rollup merge of #30437 - tshepang:clarity, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-12-17 | Rollup merge of #30428 - steveklabnik:quickfix, r=apasel422 | Steve Klabnik | -1/+1 |
| 2015-12-17 | Rollup merge of #30419 - shepmaster:rogue-I, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-12-17 | Rollup merge of #30415 - steveklabnik:remove_bad_stability_note, r=alexcrichton | Steve Klabnik | -6/+0 |
| 2015-12-17 | Rollup merge of #30404 - Shiney:ImprovedStackHeap, r=steveklabnik | Steve Klabnik | -20/+22 |
| 2015-12-17 | Rollup merge of #30370 - zachreizner:patch-1, r=apasel422 | Steve Klabnik | -2/+2 |
| 2015-12-17 | doc: improve drain examples and remove secondary info from leading paragraph | Tshepang Lekhonkhobe | -15/+26 |
| 2015-12-17 | doc: no need to duplicate docs on renamed API | Tshepang Lekhonkhobe | -9/+0 |
| 2015-12-17 | Test generic methods | Simonas Kazlauskas | -1/+64 |
| 2015-12-17 | doc: fix typo | Tshepang Lekhonkhobe | -1/+1 |
| 2015-12-17 | doc: add a missing comma | Tshepang Lekhonkhobe | -1/+1 |
| 2015-12-17 | Add a debug implementation to process::Output | Ed Clarke | -0/+27 |
| 2015-12-17 | Auto merge of #30325 - jseyfried:fixes_30078, r=nrc | bors | -75/+60 |
| 2015-12-17 | Change "big ask" to "tall order" in Rustonomicon. | Steve Wooster | -2/+2 |
| 2015-12-17 | doc: improve clarity by introducing a pause | Tshepang Lekhonkhobe | -1/+1 |
| 2015-12-17 | libtest: change CLI usage string to be true | Alex Burka | -2/+2 |
| 2015-12-17 | Don't import ParseResult's variants in dec2flt. | Ms2ger | -6/+5 |
| 2015-12-17 | rustc_resolve: fix a bug in which unused imports can get wrongly marked as us... | Jeffrey Seyfried | -16/+25 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -59/+35 |
| 2015-12-17 | Trivial cleanup | Michael McConville | -3/+2 |
| 2015-12-16 | small fix to str doc example | Steve Klabnik | -1/+1 |
| 2015-12-17 | Auto merge of #30354 - petrochenkov:defuse, r=sanxiyn | bors | -10/+4 |
| 2015-12-16 | Auto merge of #30341 - pnkfelix:call-site-scope, r=nikomatsakis | bors | -96/+477 |
| 2015-12-17 | test errors | Nick Cameron | -114/+131 |
| 2015-12-16 | Used bold and italic in the markdown to make the stack and heap documentation... | Shiney | -20/+22 |
| 2015-12-17 | A little more refactoring inside emitter.rs | Nick Cameron | -45/+35 |
| 2015-12-17 | Add the files I fogot about earlier | Nick Cameron | -0/+1027 |
| 2015-12-17 | Move a bunch of stuff from Session to syntax::errors | Nick Cameron | -68/+19 |
| 2015-12-17 | move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* | Nick Cameron | -1109/+207 |
| 2015-12-16 | Auto merge of #29962 - aturon:coherence-errors, r=nmatsakis | bors | -50/+95 |
| 2015-12-16 | unit test for new error help. | Felix S. Klock II | -0/+60 |
| 2015-12-16 | Add note when item accessed from module via `m.i` rather than `m::i`. | Guillaume Gomez | -5/+64 |
| 2015-12-16 | Remove rogue I | Jake Goulding | -1/+1 |
| 2015-12-16 | Provide overlapping types for coherence errors | Aaron Turon | -50/+95 |
| 2015-12-16 | Remove incorrect words about libcore's stability | Steve Klabnik | -6/+0 |