| Age | Commit message (Expand) | Author | Lines |
| 2015-12-01 | Auto merge of #30126 - steveklabnik:rollup, r=steveklabnik | bors | -13/+54 |
| 2015-11-30 | Rollup merge of #30122 - steveklabnik:last_trpl_fix, r=Manishearth | Steve Klabnik | -1/+1 |
| 2015-11-30 | Rollup merge of #30120 - steveklabnik:doc_string_parse_error, r=alexcrichton | Steve Klabnik | -1/+12 |
| 2015-11-30 | Rollup merge of #30119 - steveklabnik:doc_to_string, r=alexcrichton | Steve Klabnik | -2/+20 |
| 2015-11-30 | Rollup merge of #30115 - nilcons-contrib:fix-book-stack, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-11-30 | Rollup merge of #30114 - sourcefrog:doc-casts2, r=Manishearth | Steve Klabnik | -7/+19 |
| 2015-11-30 | Rollup merge of #30108 - bhargavrpatel:master, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-11-30 | Improved comments around dropped attributes in the macro expander | Marvin Löbel | -2/+2 |
| 2015-11-30 | Document std::string::ParseError | Steve Klabnik | -1/+12 |
| 2015-11-30 | Auto merge of #30080 - durka:patch-10, r=alexcrichton | bors | -4/+4 |
| 2015-11-30 | Better docs for the str primitive | Steve Klabnik | -256/+621 |
| 2015-11-30 | Simplyfied map_thin_attrs() | Marvin Löbel | -19/+3 |
| 2015-11-30 | Fix path to TRPL in doc README | Steve Klabnik | -1/+1 |
| 2015-11-30 | Added test for attributes on parens hir folder | Marvin Löbel | -0/+34 |
| 2015-11-30 | Write some docs for ToString | Steve Klabnik | -2/+20 |
| 2015-11-30 | std: Bump time margin in std::time tests | Alex Crichton | -1/+1 |
| 2015-11-30 | Auto merge of #30113 - sourcefrog:doc-casts, r=steveklabnik | bors | -7/+0 |
| 2015-11-30 | Correct grammar | Martin Pool | -1/+1 |
| 2015-11-30 | Added a test for #[cfg] on non-optional positions | Marvin Löbel | -0/+18 |
| 2015-11-30 | Fix regression in patterns with empty variants | Vadim Petrochenkov | -1/+26 |
| 2015-11-30 | Additional text and examples around casting | Martin Pool | -7/+19 |
| 2015-11-30 | Fix pointer value in the 'complex example' | Mihaly Barasz | -1/+1 |
| 2015-11-30 | Remove broken explicit coercion example | Martin Pool | -7/+0 |
| 2015-11-30 | Auto merge of #29929 - michaelwoerister:mir-repr-to-librustc, r=nikomatsakis | bors | -64/+73 |
| 2015-11-30 | Reword E0492 | Guillaume Gomez | -3/+3 |
| 2015-11-30 | Also move the MIR visitor to librustc. | Michael Woerister | -4/+4 |
| 2015-11-30 | Move the core MIR datastructures to librustc. | Michael Woerister | -61/+70 |
| 2015-11-29 | tweak cfg! doc comment | Alex Burka | -3/+3 |
| 2015-11-29 | Change verbiage in Stack & Heap page | Bhargav Patel | -1/+1 |
| 2015-11-30 | Auto merge of #30101 - istankovic:fix-typos, r=steveklabnik | bors | -4/+4 |
| 2015-11-29 | Auto merge of #29976 - GuillaumeGomez:patch-5, r=Manishearth | bors | -2/+80 |
| 2015-11-29 | Auto merge of #30088 - sourcefrog:doc-casts, r=steveklabnik | bors | -5/+113 |
| 2015-11-29 | Rephrased description of casting | Martin Pool | -9/+21 |
| 2015-11-29 | Add information about numeric casts, from the nomicon | Martin Pool | -0/+26 |
| 2015-11-29 | Auto merge of #30100 - jFransham:patch-1, r=steveklabnik | bors | -1/+1 |
| 2015-11-29 | Auto merge of #30059 - androm3da:master, r=bluss | bors | -6/+6 |
| 2015-11-29 | Avoid showing no-derivable-lifetime error message when there are no arguments | Jack Fransham | -7/+7 |
| 2015-11-29 | Better errors when rustc cannot derive lifetimes | Jack Fransham | -1/+14 |
| 2015-11-29 | libcore/iter: fix typos | Ivan Stankovic | -4/+4 |
| 2015-11-29 | Fix #30093 | Jack Fransham | -1/+1 |
| 2015-11-29 | Auto merge of #30075 - kyeah:mac-span, r=sanxiyn | bors | -5/+9 |
| 2015-11-28 | Use last_span for macro spans | Kevin Yeh | -3/+4 |
| 2015-11-29 | Add E0492 error explanation | Guillaume Gomez | -19/+79 |
| 2015-11-28 | Auto merge of #30092 - semarie:to_socket_addr_str_bad, r=alexcrichton | bors | -2/+2 |
| 2015-11-28 | Auto merge of #29651 - tshepang:misc, r=steveklabnik | bors | -5/+8 |
| 2015-11-28 | Auto merge of #30074 - jonas-schievink:macro-doc, r=sanxiyn | bors | -2/+30 |
| 2015-11-28 | Add a test | Jonas Schievink | -0/+20 |
| 2015-11-28 | disable net::addr::to_socket_addr_str_bad test under openbsd | Sébastien Marie | -2/+2 |
| 2015-11-28 | doc(book/ffi): remove duplicate link reference `[libc]' | xd1le | -2/+0 |
| 2015-11-28 | Add E0498 error explanation | Guillaume Gomez | -0/+18 |