summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
AgeCommit message (Expand)AuthorLines
2015-10-25syntax/rustc_front: Simplify VariantData::fieldsVadim Petrochenkov-2/+2
2015-10-16Auto merge of #29014 - petrochenkov:stability, r=brsonbors-23/+27
2015-10-15rustdoc: Report deprecation reason firstVadim Petrochenkov-3/+8
2015-10-13Merge VariantData and VariantData_Vadim Petrochenkov-1/+1
2015-10-13Merge struct fields and struct kindVadim Petrochenkov-4/+4
2015-10-13Dict -> Struct, StructDef -> VariantData, def -> dataVadim Petrochenkov-4/+4
2015-10-13Remove now redundant NodeId from VariantVadim Petrochenkov-1/+1
2015-10-13Decouple structure kinds from NodeIdsVadim Petrochenkov-17/+2
2015-10-13Unify structures and enum variants in HIRVadim Petrochenkov-1/+11
2015-10-13Refactor attr::StabilityVadim Petrochenkov-23/+22
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-1/+1
2015-10-01Convert DefId to use DefIndex, which is an index into a list ofNiko Matsakis-5/+6
2015-10-01build up a set of node-ids that we can construct def-ids fromNiko Matsakis-1/+1
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-6/+5
2015-10-01move job of creating local-def-ids to ast-map (with a few stragglers)Niko Matsakis-24/+24
2015-10-01move LOCAL_CRATE to cstoreNiko Matsakis-1/+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-3/+3
2015-09-22Use Names in path fragments and MacroDefVadim Petrochenkov-3/+3
2015-09-22Use Names in HIR ItemsVadim Petrochenkov-3/+3
2015-09-17Remove Visibility field from enum variantsSimonas Kazlauskas-1/+1
2015-09-16Use ast attributes every where (remove HIR attributes).Nick Cameron-45/+43
2015-09-03Use consistent terminology for byte string literalsVadim Petrochenkov-1/+1
2015-09-03Add an intital HIR and lowering stepNick Cameron-161/+151
2015-08-24split ReInfer into ReVar and ReSkolemizedAriel Ben-Yehuda-1/+2
2015-08-24fallout from moving def-idNiko Matsakis-42/+42
2015-08-23Auto merge of #27919 - Eljay:doc-varargs, r=alexcrichtonbors-0/+5
2015-08-20Show variadic args in rustdoc output.Lee Jeffery-0/+5
2015-08-16rustdoc: Added issue tracker option and issue data to clean::StabilityMartin Wernstål-1/+4
2015-08-12Add two new kinds of predicates, WellFormed and ObjectSafe.Niko Matsakis-1/+3
2015-08-10Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichtonbors-3/+6
2015-08-08rustc: rename multiple imports in a listSean McArthur-3/+6
2015-08-07Auto merge of #27551 - arielb1:adt-def, r=nikomatsakisbors-24/+25
2015-08-07rename ADTDef to AdtDef etc.Ariel Ben-Yehuda-2/+2
2015-08-06use VariantDef instead of struct_fieldsAriel Ben-Yehuda-22/+22
2015-08-06introduce an ADTDef struct for struct/enum definitionsAriel Ben-Yehuda-2/+3
2015-08-04Add feature gateJared Roesch-1/+1
2015-08-04Add a macro invocation to the type ASTJared Roesch-0/+3
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-11/+11
2015-07-21Use a span from the correct file for the inner span of a moduleNick Cameron-0/+4
2015-07-12Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichtonbors-3/+3
2015-07-10Change some instances of .connect() to .join()Wesley Wiser-3/+3
2015-07-08Remove snake_case names from ty.rsJared Roesch-1/+1
2015-06-26rustc: switch most remaining middle::ty functions to methods.Eduard Burtescu-4/+4
2015-06-23Remove the mostly unecessary ParamBounds structJared Roesch-13/+0
2015-06-19rustc: replace Repr/UserString impls with Debug/Display ones.Eduard Burtescu-1/+1
2015-06-12Split TyArray into TyArray and TySlice.Eli Friedman-3/+3
2015-06-12Cleanup: rename middle::ty::sty and its variants.Eli Friedman-39/+37
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-6/+6