| Age | Commit message (Expand) | Author | Lines |
| 2016-03-13 | Add is_documentation for IPv6 | Abhishek Chanda | -19/+29 |
| 2016-03-13 | Auto merge of #32211 - achanda:ipv6-global, r=alexcrichton | bors | -1/+3 |
| 2016-03-13 | Auto merge of #32227 - jseyfried:fix_import_resolution_bug, r=alexcrichton | bors | -22/+61 |
| 2016-03-13 | Auto merge of #32184 - ollie27:win_stdout, r=alexcrichton | bors | -23/+21 |
| 2016-03-13 | Auto merge of #32229 - Manishearth:rollup, r=Manishearth | bors | -11/+53 |
| 2016-03-13 | Rollup merge of #32218 - cantino:minor_book_typo_fixes, r=steveklabnik | Manish Goregaokar | -4/+4 |
| 2016-03-13 | Rollup merge of #32212 - Manishearth:ice-cu, r=eddyb | Manish Goregaokar | -0/+4 |
| 2016-03-13 | Rollup merge of #32179 - srinivasreddy:remove_int_suffix, r=steveklabnik | Manish Goregaokar | -5/+5 |
| 2016-03-13 | Rollup merge of #32164 - nikomatsakis:fewer-errors, r=eddyb | Manish Goregaokar | -2/+40 |
| 2016-03-13 | Auto merge of #31916 - nagisa:mir-passmgr-2, r=arielb1 | bors | -265/+246 |
| 2016-03-13 | Add regression test for #32222 | Jeffrey Seyfried | -0/+34 |
| 2016-03-13 | Fixes #32222 | Jeffrey Seyfried | -8/+6 |
| 2016-03-13 | Refactor out methods `NameResolution::increment_outstanding_references` and | Jeffrey Seyfried | -15/+22 |
| 2016-03-13 | Auto merge of #32182 - bluss:string-from-is-str-owned, r=alexcrichton | bors | -14/+2 |
| 2016-03-13 | Call str::to_owned in String::from and uninline it | Ulrik Sverdrup | -14/+2 |
| 2016-03-12 | Auto merge of #32141 - jseyfried:fix_resolution_in_lexical_scopes, r=nikomats... | bors | -111/+75 |
| 2016-03-12 | Auto merge of #32140 - ruud-v-a:avx-intrinsics, r=alexcrichton | bors | -0/+113 |
| 2016-03-12 | Reject unspecified and loopback IP from global | Abhishek Chanda | -1/+3 |
| 2016-03-12 | Auto merge of #32112 - alexcrichton:fix-issues, r=aturon | bors | -2477/+476 |
| 2016-03-12 | Fix minor typos in doc.rust-lang.org/book | Andrew Cantino | -4/+4 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -2449/+447 |
| 2016-03-12 | Auto merge of #32193 - eddyb:stage1-is-useful-mkay, r=eddyb | bors | -0/+2 |
| 2016-03-12 | Implement --unpretty mir-cfg for graphviz output | Simonas Kazlauskas | -59/+68 |
| 2016-03-12 | Auto merge of #32142 - mitaa:rdoc-maybe-inline-local, r=alexcrichton | bors | -14/+94 |
| 2016-03-12 | Statically link run-pass/command-before-exec so it passes not just whenever w... | Eduard Burtescu | -0/+2 |
| 2016-03-12 | Don't allow values for codegen-units less than 1 (fixes #32191) | Manish Goregaokar | -0/+4 |
| 2016-03-11 | std: Add a tracking issue for Peekable::is_empty | Alex Crichton | -1/+1 |
| 2016-03-11 | core: Make a new tracking issue for prelude traits | Alex Crichton | -7/+7 |
| 2016-03-11 | core: Mark Wrapping impls as stable | Alex Crichton | -5/+5 |
| 2016-03-11 | std: Remove unstable from ReentrantMutex | Alex Crichton | -3/+0 |
| 2016-03-11 | test: Move some test outputs into $(TMPDIR) | Alex Crichton | -8/+12 |
| 2016-03-11 | alloc: Add unstable issue for FnBox APIs | Alex Crichton | -4/+4 |
| 2016-03-11 | Auto merge of #31925 - aturon:inherent-overlap, r=nikomatsakis | bors | -109/+253 |
| 2016-03-12 | Further simplify Windows stdout/stderr | Oliver Middleton | -13/+8 |
| 2016-03-12 | Removed integer suffixes in libsyntax crate | srinivasreddy | -5/+5 |
| 2016-03-11 | Auto merge of #32200 - Manishearth:rollup, r=Manishearth | bors | -69/+279 |
| 2016-03-12 | Rollup merge of #32197 - andoriyu:patch-1, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2016-03-12 | Rollup merge of #32186 - srinivasreddy:libcoretest, r=steveklabnik | Manish Goregaokar | -23/+23 |
| 2016-03-12 | Rollup merge of #32183 - bluss:doc-index, r=alexcrichton | Manish Goregaokar | -0/+58 |
| 2016-03-12 | Rollup merge of #32181 - srinivasreddy:librustfront, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2016-03-12 | Rollup merge of #32180 - srinivasreddy:type_check_lib, r=steveklabnik | Manish Goregaokar | -3/+3 |
| 2016-03-11 | Comment `resolve_item_in_lexical_scope` | Jeffrey Seyfried | -1/+8 |
| 2016-03-11 | Auto merge of #32132 - arcnmx:cargobuild-std-target, r=alexcrichton | bors | -5/+5 |
| 2016-03-11 | Adjust rustdoc test for new restriction | Aaron Turon | -3/+3 |
| 2016-03-12 | Rollup merge of #32178 - naltun:patch-1, r=steveklabnik | Manish Goregaokar | -13/+1 |
| 2016-03-12 | Rollup merge of #32174 - cmbrandenburg:spell_fix, r=steveklabnik | Manish Goregaokar | -3/+3 |
| 2016-03-12 | Rollup merge of #32171 - frewsxcv:compiletest, r=alexcrichton | Manish Goregaokar | -16/+14 |
| 2016-03-12 | Rollup merge of #32158 - seanmonstar:dead-associated-type, r=alexcrichton | Manish Goregaokar | -9/+30 |
| 2016-03-12 | Rollup merge of #32137 - nathankleyn:improve-docs-for-binaryheap, r=steveklabnik | Manish Goregaokar | -0/+144 |
| 2016-03-11 | Adjust tests to new error message | Aaron Turon | -8/+8 |