index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
visit_ast.rs
Age
Commit message (
Expand
)
Author
Lines
2016-09-20
rustc_metadata: go only through rustc_serialize in astencode.
Eduard Burtescu
-1
/
+2
2016-09-03
Support unions in rustdoc
Vadim Petrochenkov
-2
/
+22
2016-09-03
Add unions to HIR
Vadim Petrochenkov
-0
/
+2
2016-08-30
Auto merge of #36066 - jseyfried:rollup, r=Manishearth
bors
-4
/
+3
2016-08-28
Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrc
Jeffrey Seyfried
-1
/
+0
2016-08-28
Rollup merge of #35850 - SergioBenitez:master, r=nrc
Jeffrey Seyfried
-3
/
+3
2016-08-27
Use deterministic `FnvHash{Map,Set}` in rustdoc
Jonas Schievink
-3
/
+3
2016-08-25
Refactor away `AttrMetaMethods`.
Jeffrey Seyfried
-1
/
+0
2016-08-25
Refactor away `AttrNestedMetaItemMethods`.
Jeffrey Seyfried
-1
/
+1
2016-08-25
Implement RFC#1559: allow all literals in attributes.
Sergio Benitez
-3
/
+3
2016-08-21
Fix fallout in `rustdoc`.
Jeffrey Seyfried
-1
/
+1
2016-06-28
Rollup merge of #34479 - ollie27:rustdoc_renamed_reexport_list, r=GuillaumeGomez
Guillaume Gomez
-2
/
+2
2016-06-26
rustdoc: Fix inlined renamed reexports in import lists
Oliver Middleton
-2
/
+2
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-06-14
Auto merge of #34232 - ollie27:rustdoc_inline, r=alexcrichton
bors
-1
/
+3
2016-06-11
rustdoc: Don't inline #[doc(hidden)] pub use
Oliver Middleton
-1
/
+3
2016-06-10
Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos...
Vadim Petrochenkov
-3
/
+3
2016-05-11
rustc: Avoid free functions taking &TyCtxt and &InferCtxt.
Eduard Burtescu
-3
/
+2
2016-04-25
Linkify extern crates on rustdoc pages
mitaa
-0
/
+3
2016-04-18
Perform doc-reachability check for inlined impls
mitaa
-7
/
+33
2016-04-13
Retire rustdocs `ANALYSISKEY`
mitaa
-8
/
+2
2016-04-07
Make `hir::Visibility` non-copyable and add `ty::Visibility`
Jeffrey Seyfried
-12
/
+12
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-2
/
+2
2016-03-22
Consider `doc(no_inline)` in crate-local inlining
mitaa
-2
/
+5
2016-03-10
Consider `doc(hidden)` for crate-local inlining
mitaa
-6
/
+36
2016-03-09
Check for `doc(inline)` instead of `.*(inline)`
mitaa
-2
/
+2
2016-03-04
Simplify `if let`/`match` expressions
mitaa
-5
/
+1
2015-12-18
Abstract away differences between Vec and ptr::P in HIR
Vadim Petrochenkov
-4
/
+4
2015-12-12
Support `#[deprecated]` in rustdoc
Vadim Petrochenkov
-0
/
+18
2015-12-12
Implement `#[deprecated]` attribute (RFC 1270)
Vadim Petrochenkov
-1
/
+1
2015-11-26
rustdoc: only show macro arm's lhs
Jonas Schievink
-0
/
+4
2015-11-19
Changes to data produced by privacy pass
Vadim Petrochenkov
-1
/
+1
2015-11-18
Port a bunch of code new-visitor; all of these ports were
Niko Matsakis
-4
/
+6
2015-10-25
syntax/rustc_front: Simplify VariantData::fields
Vadim Petrochenkov
-2
/
+2
2015-10-13
Merge VariantData and VariantData_
Vadim Petrochenkov
-1
/
+1
2015-10-13
Merge struct fields and struct kind
Vadim Petrochenkov
-1
/
+1
2015-10-13
Dict -> Struct, StructDef -> VariantData, def -> data
Vadim Petrochenkov
-5
/
+5
2015-10-13
Remove now redundant NodeId from Variant
Vadim Petrochenkov
-2
/
+1
2015-10-13
Unify structures and enum variants in HIR
Vadim Petrochenkov
-1
/
+1
2015-10-01
build up a set of node-ids that we can construct def-ids from
Niko Matsakis
-2
/
+5
2015-10-01
move direct accesses of `node` to go through `as_local_node_id`, unless
Niko Matsakis
-5
/
+7
2015-10-01
move job of creating local-def-ids to ast-map (with a few stragglers)
Niko Matsakis
-2
/
+1
2015-09-22
Use Names in path fragments and MacroDef
Vadim Petrochenkov
-4
/
+4
2015-09-22
Use Names in HIR Items
Vadim Petrochenkov
-5
/
+5
2015-09-17
Remove Visibility field from enum variants
Simonas Kazlauskas
-1
/
+0
2015-09-16
Use ast attributes every where (remove HIR attributes).
Nick Cameron
-4
/
+4
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-51
/
+50
2015-08-24
fallout from moving def-id
Niko Matsakis
-3
/
+3
2015-06-19
rustc: enforce stack discipline on ty::ctxt.
Eduard Burtescu
-2
/
+2
2015-06-10
syntax: move ast_map to librustc.
Eduard Burtescu
-1
/
+1
[next]