| Age | Commit message (Expand) | Author | Lines |
| 2015-12-18 | Use memchr in libstd where possible, closes #30076 | Florian Hahn | -4/+8 |
| 2015-12-18 | Add memchr implemenation based on rust-memchr to libstd | Florian Hahn | -0/+402 |
| 2015-12-18 | Auto merge of #29907 - nagisa:mir-moar-constants, r=nikomatsakis | bors | -28/+490 |
| 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: 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 | 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 | 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-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-16 | Used bold and italic in the markdown to make the stack and heap documentation... | Shiney | -20/+22 |
| 2015-12-16 | Auto merge of #29962 - aturon:coherence-errors, r=nmatsakis | bors | -50/+95 |
| 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 |
| 2015-12-16 | Auto merge of #30337 - wesleywiser:mir_switch, r=nikomatsakis | bors | -2/+71 |
| 2015-12-16 | rustc: Remove def::DefUse | Vadim Petrochenkov | -10/+4 |
| 2015-12-16 | Auto merge of #30269 - sanxiyn:no-mangle-generic, r=Aatch | bors | -10/+25 |
| 2015-12-16 | Rollup merge of #30392 - Ms2ger:RestrictionResult, r=alexcrichton | Manish Goregaokar | -14/+14 |
| 2015-12-16 | Rollup merge of #30388 - DanielJCampbell:macro-ident-spans, r=nrc | Manish Goregaokar | -8/+35 |
| 2015-12-16 | Rollup merge of #30376 - salty-horse:btree_links, r=alexcrichton | Manish Goregaokar | -3/+8 |
| 2015-12-16 | Rollup merge of #30372 - sanxiyn:rustdoc-cfg, r=alexcrichton | Manish Goregaokar | -7/+29 |
| 2015-12-16 | Rollup merge of #30368 - arielb1:region-unification-2, r=nikomatsakis | Manish Goregaokar | -25/+61 |
| 2015-12-16 | Rollup merge of #30320 - nrc:err-names, r=@nikomatsakis | Manish Goregaokar | -213/+308 |
| 2015-12-16 | Auto merge of #30300 - sanxiyn:syntax-ext, r=nikomatsakis | bors | -325/+332 |
| 2015-12-16 | Auto merge of #30206 - petrochenkov:newdepr, r=brson | bors | -137/+1003 |
| 2015-12-16 | Auto merge of #30141 - oli-obk:fix/30117, r=arielb1 | bors | -2/+91 |
| 2015-12-15 | Stop re-exporting RestrictionResult variants. | Ms2ger | -14/+14 |
| 2015-12-15 | Regression tests for Issue 29793. | Felix S. Klock II | -0/+307 |
| 2015-12-15 | Ensure borrows of fn/closure params do not outlive invocations. | Felix S. Klock II | -96/+170 |
| 2015-12-15 | Implement translation for ConstVal::{Array,Repeat} | Simonas Kazlauskas | -11/+12 |
| 2015-12-15 | Implement references to functions and constants | Simonas Kazlauskas | -16/+395 |
| 2015-12-15 | Const-eval more constants during MIR building | Simonas Kazlauskas | -4/+23 |
| 2015-12-15 | Use --cfg when running doctests | Seo Sanghyeon | -7/+29 |