| Age | Commit message (Expand) | Author | Lines |
| 2015-05-12 | TRPL: Borrow and AsRef | Steve Klabnik | -0/+104 |
| 2015-05-12 | Auto merge of #25300 - kballard:core-slice-overflow, r=Gankro | bors | -64/+105 |
| 2015-05-13 | Record correct span for static mut items | Garming Sam | -4/+4 |
| 2015-05-12 | Auto merge of #25171 - quantheory:associated_time_long_paths, r=nikomatsakis | bors | -45/+83 |
| 2015-05-12 | Add a link to the error index to the main doc page. | Michael Sproul | -6/+11 |
| 2015-05-12 | Auto merge of #25323 - eddyb:coherent-coherence, r=pnkfelix | bors | -244/+148 |
| 2015-05-12 | Add regression test for #20413 | Johannes Oertel | -0/+25 |
| 2015-05-12 | Add regression test for #18075 | Johannes Oertel | -0/+16 |
| 2015-05-12 | Add wait and waitpid to libc. | Mike Sampson | -0/+6 |
| 2015-05-12 | Auto merge of #24818 - tbelaire:double-import, r=nrc | bors | -12/+46 |
| 2015-05-12 | Correct claims about &T's Copyness. | Ms2ger | -2/+2 |
| 2015-05-12 | Auto merge of #23424 - arielb1:ambiguous-project, r=nikomatsakis | bors | -67/+123 |
| 2015-05-12 | rustc_typeck: remove the "preload all impls ever" workaround in coherence. | Eduard Burtescu | -102/+4 |
| 2015-05-12 | Fix ty::populate_implementations_for_trait_if_necessary to load the trait's i... | Eduard Burtescu | -17/+54 |
| 2015-05-12 | rustc: rename ty::populate_implementations_for_type_if_necessary to make it c... | Eduard Burtescu | -42/+21 |
| 2015-05-12 | rustc::metadata: use u64 for DefId's instead of strings. | Eduard Burtescu | -85/+71 |
| 2015-05-12 | Make mention of `if` more generic | Corey Farwell | -1/+1 |
| 2015-05-11 | Rollup merge of #25314 - steveklabnik:static_to_associated, r=alexcrichton | Steve Klabnik | -4/+4 |
| 2015-05-11 | Rollup merge of #25304 - oli-obk:patch-2, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-05-11 | Rollup merge of #25302 - michaelsproul:error-markdown, r=pnkfelix | Steve Klabnik | -0/+6 |
| 2015-05-11 | Rollup merge of #25292 - steveklabnik:stack_and_heap, r=nikomatsakis | Steve Klabnik | -1/+568 |
| 2015-05-11 | Rollup merge of #25288 - DrKwint:master, r=alexcrichton | Steve Klabnik | -3/+3 |
| 2015-05-11 | Rollup merge of #25283 - steveklabnik:gh24999, r=alexcrichton | Steve Klabnik | -20/+17 |
| 2015-05-11 | Rollup merge of #25282 - badboy:reference-macro-1, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-05-11 | Rollup merge of #25278 - cpjreynolds:path-doc, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-05-11 | Rollup merge of #25272 - nham:copy_long_diag, r=alexcrichton | Steve Klabnik | -20/+152 |
| 2015-05-11 | Rollup merge of #25254 - cgaebel:check-sizes-on-allocate, r=Gankro | Steve Klabnik | -0/+12 |
| 2015-05-12 | Tests | Nick Cameron | -0/+37 |
| 2015-05-12 | Rebasing | Nick Cameron | -17/+17 |
| 2015-05-12 | Merge branch 'master' into | Nick Cameron | -3449/+11026 |
| 2015-05-12 | Proper spans for for loop expansion | Nick Cameron | -14/+52 |
| 2015-05-11 | static method -> associated function | Steve Klabnik | -4/+4 |
| 2015-05-11 | Update rust-installer | Brian Anderson | -0/+0 |
| 2015-05-11 | TRPL: the stack and the heap | Steve Klabnik | -1/+568 |
| 2015-05-11 | Auto merge of #25225 - bluss:doc-search-assoc-items, r=alexcrichton | bors | -1/+16 |
| 2015-05-11 | Avoid returning a slice with a null pointer from Iter.as_slice() | Kevin Ballard | -22/+48 |
| 2015-05-11 | Reintroduce non-null assumptions in core::slice iterators | Kevin Ballard | -8/+16 |
| 2015-05-11 | Auto merge of #25196 - brson:relnotes, r=alexcrichton | bors | -0/+0 |
| 2015-05-11 | Fix links in the referece | Steve Klabnik | -20/+17 |
| 2015-05-11 | Auto merge of #25301 - jooert:vec_map_fix_split_off, r=Gankro | bors | -1/+1 |
| 2015-05-11 | trpl: item macros must be followed by a semicolon | Oliver Schneider | -1/+1 |
| 2015-05-11 | Rollup merge of #25297 - carols10cents:grammar-todos, r=steveklabnik | Manish Goregaokar | -66/+68 |
| 2015-05-11 | Rollup merge of #25291 - johannhof:let-expressions-example, r=steveklabnik | Manish Goregaokar | -0/+14 |
| 2015-05-11 | Rollup merge of #25290 - bluss:docfixes, r=steveklabnik | Manish Goregaokar | -17/+32 |
| 2015-05-11 | Rollup merge of #25287 - petehunt:patch-2, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-05-11 | Rollup merge of #25286 - johannhof:patch-1, r=steveklabnik | Manish Goregaokar | -4/+11 |
| 2015-05-11 | Rollup merge of #25284 - petehunt:patch-1, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-05-11 | Rollup merge of #25280 - frewsxcv:patch-22, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-05-11 | Markdown formatting for error explanations. | Michael Sproul | -0/+6 |
| 2015-05-11 | Auto merge of #25277 - polachok:docfix, r=steveklabnik | bors | -1/+1 |