summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2015-10-26Auto merge of #29303 - petrochenkov:unistrimp, r=eddybbors-6/+6
2015-10-25Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brsonbors-1/+4
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-1/+4
2015-10-25syntax/rustc_front: Simplify VariantData::fieldsVadim Petrochenkov-6/+6
2015-10-24Auto merge of #29215 - fhahn:issue-28157-bad-semicolon, r=alexcrichtonbors-2/+2
2015-10-24Remove bare semicolonsFlorian Hahn-2/+2
2015-10-22Auto merge of #28963 - mdinger:arrow, r=steveklabnikbors-7/+10
2015-10-21save-analysis: don't recompute crate nameNick Cameron-1/+1
2015-10-16Auto merge of #28683 - GuillaumeGomez:rustdoc_error, r=alexcrichtonbors-64/+107
2015-10-17Improve error handling by providing Error struct with Path informationGuillaume Gomez-64/+107
2015-10-16Auto merge of #29014 - petrochenkov:stability, r=brsonbors-27/+32
2015-10-15rustdoc: Report deprecation reason firstVadim Petrochenkov-3/+8
2015-10-14Make the rustdoc example links more noticablemdinger-7/+10
2015-10-13Merge VariantData and VariantData_Vadim Petrochenkov-2/+2
2015-10-13Merge struct fields and struct kindVadim Petrochenkov-7/+7
2015-10-13Dict -> Struct, StructDef -> VariantData, def -> dataVadim Petrochenkov-12/+12
2015-10-13Remove now redundant NodeId from VariantVadim Petrochenkov-4/+2
2015-10-13Decouple structure kinds from NodeIdsVadim Petrochenkov-18/+3
2015-10-13Unify structures and enum variants in HIRVadim Petrochenkov-3/+13
2015-10-13Refactor attr::StabilityVadim Petrochenkov-27/+27
2015-10-09Auto merge of #28857 - nrc:lowering, r=nikomatsakisbors-8/+10
2015-10-09review commentsNick Cameron-5/+0
2015-10-09Misc fixupsNick Cameron-2/+2
2015-10-09Some cleanup of no longer used AST thingsNick Cameron-4/+2
2015-10-09Fixes to rustdoc, etc.Nick Cameron-7/+16
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-3/+3
2015-10-04Auto merge of #28573 - ruud-v-a:rustdoc-license, r=brsonbors-0/+309
2015-10-02Rollup merge of #28736 - nagisa:rustdocjsfix, r=alexcrichtonSteve Klabnik-12/+18
2015-10-02Auto merge of #28768 - alexcrichton:dep-info++, r=brsonbors-2/+4
2015-10-02Fix librustdoc search eventsSimonas Kazlauskas-11/+17
2015-10-02Fix misnamed variable in rustdocSimonas Kazlauskas-1/+1
2015-10-02Auto merge of #28795 - marti1125:28696, r=alexcrichtonbors-0/+9
2015-10-01fixes #28696 Return to the default content when .search-input is empty -Add a...Willy Aguirre-0/+9
2015-10-01Convert DefId to use DefIndex, which is an index into a list ofNiko Matsakis-16/+16
2015-10-01build up a set of node-ids that we can construct def-ids fromNiko Matsakis-3/+6
2015-10-01Make calling def_id on a DefSelfTy an error; the previous defids thatNiko Matsakis-1/+7
2015-10-01move direct accesses of `node` to go through `as_local_node_id`, unlessNiko Matsakis-50/+59
2015-10-01move job of creating local-def-ids to ast-map (with a few stragglers)Niko Matsakis-38/+39
2015-10-01move LOCAL_CRATE to cstoreNiko Matsakis-2/+5
2015-10-01kill the fake provided method stubsAriel Ben-Yehuda-7/+5
2015-09-30rustc: Support output filenames for each emit typeAlex Crichton-2/+4
2015-09-27rustdoc: Remove crate name from primitives, make them turn up first in searchManish Goregaokar-0/+7
2015-09-26Auto merge of #28649 - nhowell:improve-rustbook, r=steveklabnikbors-0/+2
2015-09-24Add 'use strict' to playpen.jsNick Howell-0/+2
2015-09-23Remove random Idents outside of libsyntaxVadim Petrochenkov-8/+2
2015-09-22Use Names in the remaining HIR structures with exception of...Vadim Petrochenkov-5/+5
2015-09-22Use Names in path fragments and MacroDefVadim Petrochenkov-10/+10
2015-09-22Use Names in HIR ItemsVadim Petrochenkov-19/+19
2015-09-21Clarify rustdoc output licensing with a copyright fileRuud van Asseldonk-0/+66
2015-09-20Auto merge of #28499 - semmaz:doc-anchor-fix, r=steveklabnikbors-49/+62