| Age | Commit message (Expand) | Author | Lines |
| 2016-07-12 | Auto merge of #34755 - jonas-schievink:minor-differences, r=eddyb | bors | -254/+135 |
| 2016-07-12 | tyencode: Make sure that projection bounds are handled in stable order. | Michael Woerister | -1/+74 |
| 2016-07-12 | doc: Mention that writeln! and println! always use LF | Mike Hommey | -1/+5 |
| 2016-07-11 | Auto merge of #34637 - GuillaumeGomez:syntax_codes, r=jonathandturner | bors | -12/+146 |
| 2016-07-11 | std: clear errno before readdir, then check it (solaris) | Josh Stone | -17/+32 |
| 2016-07-11 | libc: fast-forward for solaris `RTLD_DEFAULT` | Josh Stone | -0/+0 |
| 2016-07-11 | std: Fix IPV6 imports for solaris | Josh Stone | -4/+8 |
| 2016-07-11 | std: Fix `Thread::set_name()` for newlib and solaris | Josh Stone | -1/+0 |
| 2016-07-12 | Fix fallout. | Jeffrey Seyfried | -5/+5 |
| 2016-07-12 | Parse macro-expanded statements like ordinary statements. | Jeffrey Seyfried | -3/+9 |
| 2016-07-12 | Clean up statement parsing without changing the semantics of `parse_stmt`. | Jeffrey Seyfried | -112/+59 |
| 2016-07-11 | Mark Ipv4Addr is_unspecified as stable and provide reference. | Ben Stern | -0/+4 |
| 2016-07-12 | Improve arc doc, fixing #32905 | Zhen Zhang | -43/+46 |
| 2016-07-11 | Factor the `RefCell` out of the `Interner`. | Jeffrey Seyfried | -66/+41 |
| 2016-07-11 | Refactor `get_ident_interner` -> `with_ident_interner`. | Jeffrey Seyfried | -19/+19 |
| 2016-07-11 | Avoid passing around the thread-local interner in `librustc_metadata`. | Jeffrey Seyfried | -132/+69 |
| 2016-07-11 | Remove `Interner<T>` and rename `StrInterner` to `Interner`. | Jeffrey Seyfried | -144/+21 |
| 2016-07-11 | Encapsulate `RcStr` in `syntax::util::interner`. | Jeffrey Seyfried | -62/+25 |
| 2016-07-11 | Remove unused field `interner` from the parser. | Jeffrey Seyfried | -2/+0 |
| 2016-07-11 | Fixed some typos | David | -2/+2 |
| 2016-07-11 | Move E0533 to E0558 (because of external change) | Guillaume Gomez | -24/+24 |
| 2016-07-11 | Fix typos | ggomez | -26/+28 |
| 2016-07-11 | Update make tidy | Guillaume Gomez | -2/+3 |
| 2016-07-11 | Add E0537 error explanation | Guillaume Gomez | -1/+31 |
| 2016-07-11 | Add E0536 error explanation | Guillaume Gomez | -3/+27 |
| 2016-07-11 | Add E0535 error explanation | Guillaume Gomez | -1/+31 |
| 2016-07-11 | Add E0534 error explanation | Guillaume Gomez | -2/+35 |
| 2016-07-11 | Add E0533 error explanation | Guillaume Gomez | -2/+16 |
| 2016-07-11 | std: Correct tracking issue for SipHash{13,24} | Alex Crichton | -8/+8 |
| 2016-07-11 | Auto merge of #34686 - alexcrichton:new-stage, r=luqmana | bors | -42/+11 |
| 2016-07-11 | `std::process` doc improvements. | Corey Farwell | -11/+29 |
| 2016-07-11 | Improve boxed docs | Guillaume Gomez | -3/+46 |
| 2016-07-11 | Add missing examples for std::cell types | Guillaume Gomez | -0/+49 |
| 2016-07-11 | Register reads on the corrent HIR item | Jonas Schievink | -2/+8 |
| 2016-07-11 | Set unwind_safe_lock_refs stability to 1.12.0. | Aaron Gallagher | -3/+2 |
| 2016-07-11 | Auto merge of #34725 - GuillaumeGomez:doc_slice, r=steveklabnik | bors | -9/+236 |
| 2016-07-11 | Don't register reads for external items | Jonas Schievink | -1/+6 |
| 2016-07-11 | Calculate the 2 largest variants using iterators | Jonas Schievink | -21/+22 |
| 2016-07-11 | Get rid of `node_levels` and `node_lint_levels` | Jonas Schievink | -13/+0 |
| 2016-07-10 | Derive Debug on FileType. | Martin Pool | -3/+3 |
| 2016-07-10 | Mutex and RwLock need RefUnwindSafe too. | Aaron Gallagher | -0/+8 |
| 2016-07-10 | Add examples for std::Error module | Guillaume Gomez | -0/+70 |
| 2016-07-10 | Move variant_size_differences out of trans | Jonas Schievink | -241/+123 |
| 2016-07-10 | Auto merge of #34753 - sfackler:demangle-curly-braces, r=alexcrichton | bors | -1/+3 |
| 2016-07-10 | Improve std::any module doc | Guillaume Gomez | -2/+158 |
| 2016-07-10 | Demangle curly braces | Steven Fackler | -1/+3 |
| 2016-07-10 | Auto merge of #34657 - oli-obk:no_needless_const_eval, r=eddyb | bors | -28/+1 |
| 2016-07-10 | Auto merge of #34731 - GGist:fix_sync_try_recv, r=alexcrichton | bors | -1/+10 |
| 2016-07-09 | Auto merge of #34745 - alexandermerritt:slice-doc, r=brson | bors | -1/+1 |
| 2016-07-09 | make clone_from_slice consistent with copy_from_slice | Alexander Merritt | -1/+1 |