| Age | Commit message (Expand) | Author | Lines |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -718/+712 |
| 2015-12-05 | Uses unwrap instead of pattern matching | Christopher Sumnicht | -3/+3 |
| 2015-12-05 | Add tests | mitaa | -0/+129 |
| 2015-12-05 | Auto merge of #30177 - retep998:handling-threads, r=alexcrichton | bors | -0/+122 |
| 2015-12-05 | DOCS: update reference about paths | Aleksey Kladov | -0/+19 |
| 2015-12-05 | Auto merge of #30215 - SimonSapin:ipv6-display-alloc, r=brson | bors | -11/+11 |
| 2015-12-05 | fix const index feature-gate regression | Oliver Schneider | -11/+41 |
| 2015-12-05 | Auto merge of #30102 - jFransham:feature/better-lifetime-errors, r=Manishearth | bors | -7/+24 |
| 2015-12-05 | Reuse `record_extern_fqn` | mitaa | -23/+8 |
| 2015-12-05 | Resolved warnings about unused result | Christopher Sumnicht | -3/+3 |
| 2015-12-05 | Auto merge of #30207 - jwworth:pull-request-1449250353, r=apasel422 | bors | -1/+1 |
| 2015-12-05 | Use a struct instead of a tuple for inline asm output operands | Amanieu d'Antras | -52/+87 |
| 2015-12-05 | Remove allocations in `impl Display for Ipv6Addr` | Simon Sapin | -11/+11 |
| 2015-12-05 | Auto merge of #30185 - fhahn:improve-borrowck-public-accessibility, r=pnkfelix | bors | -28/+14 |
| 2015-12-05 | Fix liveness analysis for read-write inline asm operands | Amanieu d'Antras | -2/+3 |
| 2015-12-05 | Add proper support for indirect output constraints in inline asm | Amanieu d'Antras | -39/+78 |
| 2015-12-05 | Auto merge of #30211 - pnkfelix:fix-getopts-for-issue-30204, r=alexcrichton | bors | -1/+44 |
| 2015-12-04 | Add JoinHandleExt to get the pthread_t on unix platforms | Peter Atashian | -0/+79 |
| 2015-12-04 | AsRawHandle and IntoRawHandle for JoinHandle | Peter Atashian | -0/+43 |
| 2015-12-04 | Auto merge of #30130 - tbu-:pr_array_clone, r=alexcrichton | bors | -8/+28 |
| 2015-12-05 | Do MTWT resolution during lowering to HIR | Vadim Petrochenkov | -86/+156 |
| 2015-12-04 | Expand run-make test with regression tests for #30204 | Felix S. Klock II | -0/+29 |
| 2015-12-04 | Change internal `getopts` so `--a=b=c` acts like `--a b=c` rather than `--a b`. | Felix S. Klock II | -1/+15 |
| 2015-12-04 | Auto merge of #30173 - sgrif:sg-fix-time-bug, r=alexcrichton | bors | -2/+7 |
| 2015-12-04 | Auto merge of #30084 - oli-obk:const_fn, r=pnkfelix | bors | -29/+56 |
| 2015-12-04 | Fix typo | Jake Worth | -1/+1 |
| 2015-12-04 | Fix the time overflow on mac as well | Sean Griffin | -1/+1 |
| 2015-12-04 | Add E0452 error explanation | Guillaume Gomez | -2/+18 |
| 2015-12-04 | Don't use an explicit temporary for cloning an array | Tobias Bucher | -2/+1 |
| 2015-12-04 | Implement `Clone` for arrays without using slice patterns | Tobias Bucher | -10/+9 |
| 2015-12-04 | Implement `Clone` for `[T; 0]` to `[T; 32]` if `T: Clone` | Tobias Bucher | -8/+30 |
| 2015-12-04 | Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelix | bors | -586/+2283 |
| 2015-12-04 | Auto merge of #30189 - crumblingstatue:patch-1, r=alexcrichton | bors | -4/+2 |
| 2015-12-04 | Auto merge of #30190 - tshepang:dir_builder-example, r=alexcrichton | bors | -0/+14 |
| 2015-12-04 | Ignore rpass-fulldeps test in cross compile tests | Marvin Löbel | -0/+2 |
| 2015-12-04 | Auto merge of #30183 - retep998:min-align, r=alexcrichton | bors | -3/+3 |
| 2015-12-04 | Split rustdoc css to modify it more easily | Guillaume Gomez | -65/+144 |
| 2015-12-04 | Address review comments | mitaa | -49/+43 |
| 2015-12-03 | Auto merge of #30149 - mitaa:fqn, r=alexcrichton | bors | -10/+84 |
| 2015-12-03 | Use the extern item-path for documentation links | mitaa | -4/+53 |
| 2015-12-03 | doc: add example for std::fs::DirBuilder | Tshepang Lekhonkhobe | -0/+14 |
| 2015-12-03 | Add a `build-aux-docs` directive to compiletest | mitaa | -6/+31 |
| 2015-12-03 | Auto merge of #29999 - SingingTree:libterm_unwrapping, r=alexcrichton | bors | -698/+545 |
| 2015-12-03 | Link to lazy_static crate in Design FAQ | Mika Attila | -4/+2 |
| 2015-12-03 | Make public borrowck api more accessible | Florian Hahn | -28/+14 |
| 2015-12-03 | Auto merge of #30167 - GuillaumeGomez:patch-3, r=Manishearth | bors | -1/+44 |
| 2015-12-03 | Add E0400 error explanation | Guillaume Gomez | -1/+44 |
| 2015-12-03 | Fix tests for SystemTime addition on mac and ios | Sean Griffin | -2/+2 |
| 2015-12-03 | Auto merge of #30180 - tbu-:pr_isize_to_i32, r=arielb1 | bors | -30/+30 |
| 2015-12-03 | Auto merge of #30171 - nikomatsakis:re-enable-mir, r=arielb1 | bors | -15/+4 |