| Age | Commit message (Expand) | Author | Lines |
| 2015-10-26 | Auto merge of #29303 - petrochenkov:unistrimp, r=eddyb | bors | -6/+6 |
| 2015-10-25 | Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson | bors | -1/+4 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -1/+4 |
| 2015-10-25 | syntax/rustc_front: Simplify VariantData::fields | Vadim Petrochenkov | -6/+6 |
| 2015-10-24 | Auto merge of #29215 - fhahn:issue-28157-bad-semicolon, r=alexcrichton | bors | -2/+2 |
| 2015-10-24 | Remove bare semicolons | Florian Hahn | -2/+2 |
| 2015-10-22 | Auto merge of #28963 - mdinger:arrow, r=steveklabnik | bors | -7/+10 |
| 2015-10-21 | save-analysis: don't recompute crate name | Nick Cameron | -1/+1 |
| 2015-10-16 | Auto merge of #28683 - GuillaumeGomez:rustdoc_error, r=alexcrichton | bors | -64/+107 |
| 2015-10-17 | Improve error handling by providing Error struct with Path information | Guillaume Gomez | -64/+107 |
| 2015-10-16 | Auto merge of #29014 - petrochenkov:stability, r=brson | bors | -27/+32 |
| 2015-10-15 | rustdoc: Report deprecation reason first | Vadim Petrochenkov | -3/+8 |
| 2015-10-14 | Make the rustdoc example links more noticable | mdinger | -7/+10 |
| 2015-10-13 | Merge VariantData and VariantData_ | Vadim Petrochenkov | -2/+2 |
| 2015-10-13 | Merge struct fields and struct kind | Vadim Petrochenkov | -7/+7 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -12/+12 |
| 2015-10-13 | Remove now redundant NodeId from Variant | Vadim Petrochenkov | -4/+2 |
| 2015-10-13 | Decouple structure kinds from NodeIds | Vadim Petrochenkov | -18/+3 |
| 2015-10-13 | Unify structures and enum variants in HIR | Vadim Petrochenkov | -3/+13 |
| 2015-10-13 | Refactor attr::Stability | Vadim Petrochenkov | -27/+27 |
| 2015-10-09 | Auto merge of #28857 - nrc:lowering, r=nikomatsakis | bors | -8/+10 |
| 2015-10-09 | review comments | Nick Cameron | -5/+0 |
| 2015-10-09 | Misc fixups | Nick Cameron | -2/+2 |
| 2015-10-09 | Some cleanup of no longer used AST things | Nick Cameron | -4/+2 |
| 2015-10-09 | Fixes to rustdoc, etc. | Nick Cameron | -7/+16 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -3/+3 |
| 2015-10-04 | Auto merge of #28573 - ruud-v-a:rustdoc-license, r=brson | bors | -0/+309 |
| 2015-10-02 | Rollup merge of #28736 - nagisa:rustdocjsfix, r=alexcrichton | Steve Klabnik | -12/+18 |
| 2015-10-02 | Auto merge of #28768 - alexcrichton:dep-info++, r=brson | bors | -2/+4 |
| 2015-10-02 | Fix librustdoc search events | Simonas Kazlauskas | -11/+17 |
| 2015-10-02 | Fix misnamed variable in rustdoc | Simonas Kazlauskas | -1/+1 |
| 2015-10-02 | Auto merge of #28795 - marti1125:28696, r=alexcrichton | bors | -0/+9 |
| 2015-10-01 | fixes #28696 Return to the default content when .search-input is empty -Add a... | Willy Aguirre | -0/+9 |
| 2015-10-01 | Convert DefId to use DefIndex, which is an index into a list of | Niko Matsakis | -16/+16 |
| 2015-10-01 | build up a set of node-ids that we can construct def-ids from | Niko Matsakis | -3/+6 |
| 2015-10-01 | Make calling def_id on a DefSelfTy an error; the previous defids that | Niko Matsakis | -1/+7 |
| 2015-10-01 | move direct accesses of `node` to go through `as_local_node_id`, unless | Niko Matsakis | -50/+59 |
| 2015-10-01 | move job of creating local-def-ids to ast-map (with a few stragglers) | Niko Matsakis | -38/+39 |
| 2015-10-01 | move LOCAL_CRATE to cstore | Niko Matsakis | -2/+5 |
| 2015-10-01 | kill the fake provided method stubs | Ariel Ben-Yehuda | -7/+5 |
| 2015-09-30 | rustc: Support output filenames for each emit type | Alex Crichton | -2/+4 |
| 2015-09-27 | rustdoc: Remove crate name from primitives, make them turn up first in search | Manish Goregaokar | -0/+7 |
| 2015-09-26 | Auto merge of #28649 - nhowell:improve-rustbook, r=steveklabnik | bors | -0/+2 |
| 2015-09-24 | Add 'use strict' to playpen.js | Nick Howell | -0/+2 |
| 2015-09-23 | Remove random Idents outside of libsyntax | Vadim Petrochenkov | -8/+2 |
| 2015-09-22 | Use Names in the remaining HIR structures with exception of... | Vadim Petrochenkov | -5/+5 |
| 2015-09-22 | Use Names in path fragments and MacroDef | Vadim Petrochenkov | -10/+10 |
| 2015-09-22 | Use Names in HIR Items | Vadim Petrochenkov | -19/+19 |
| 2015-09-21 | Clarify rustdoc output licensing with a copyright file | Ruud van Asseldonk | -0/+66 |
| 2015-09-20 | Auto merge of #28499 - semmaz:doc-anchor-fix, r=steveklabnik | bors | -49/+62 |