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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
doctree.rs
Age
Commit message (
Expand
)
Author
Lines
2016-04-25
Linkify extern crates on rustdoc pages
mitaa
-0
/
+1
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-1
/
+1
2015-12-18
Abstract away differences between Vec and ptr::P in HIR
Vadim Petrochenkov
-21
/
+21
2015-12-12
Support `#[deprecated]` in rustdoc
Vadim Petrochenkov
-0
/
+12
2015-12-07
Remove some unnecessary indirection from HIR structures
Vadim Petrochenkov
-2
/
+2
2015-11-26
rustdoc: only show macro arm's lhs
Jonas Schievink
-0
/
+1
2015-10-25
syntax/rustc_front: Simplify VariantData::fields
Vadim Petrochenkov
-2
/
+2
2015-10-13
Merge struct fields and struct kind
Vadim Petrochenkov
-2
/
+2
2015-10-13
Dict -> Struct, StructDef -> VariantData, def -> data
Vadim Petrochenkov
-3
/
+3
2015-10-13
Remove now redundant NodeId from Variant
Vadim Petrochenkov
-1
/
+0
2015-10-13
Decouple structure kinds from NodeIds
Vadim Petrochenkov
-1
/
+1
2015-10-13
Unify structures and enum variants in HIR
Vadim Petrochenkov
-1
/
+1
2015-09-22
Use Names in the remaining HIR structures with exception of...
Vadim Petrochenkov
-2
/
+2
2015-09-22
Use Names in path fragments and MacroDef
Vadim Petrochenkov
-2
/
+2
2015-09-22
Use Names in HIR Items
Vadim Petrochenkov
-11
/
+11
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
-15
/
+15
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-59
/
+60
2015-05-21
syntax: parse `const fn` for free functions and inherent methods.
Eduard Burtescu
-0
/
+1
2015-04-16
rustdoc: Fix cross-crate macro source links
Alex Crichton
-0
/
+1
2015-04-07
rustdoc: Encode ABI in all methods
Alex Crichton
-0
/
+2
2015-03-12
rustdoc: Fix ICE with cross-crate default impls
Alex Crichton
-0
/
+2
2015-03-11
syntax: move indirection around {Trait,Impl}Item, from within.
Eduard Burtescu
-2
/
+2
2015-02-22
Rename DefTrait to DefaultImpl
Flavio Percoco
-2
/
+2
2015-02-22
Fix rustdoc fallout
Flavio Percoco
-0
/
+8
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-2
/
+2
2015-01-21
rustdoc: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-2
/
+20
2015-01-04
Add syntax for negative implementations of traits
Flavio Percoco
-0
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-2
/
+2
2014-12-26
Changes to RustDoc
Nick Cameron
-1
/
+0
2014-12-22
serialize: Fully deprecate the library
Alex Crichton
-1
/
+1
2014-12-19
librustdoc: use `#[deriving(Copy)]`
Jorge Aparicio
-3
/
+1
2014-12-14
Parse `unsafe impl` but don't do anything particularly interesting with the r...
Niko Matsakis
-0
/
+1
2014-12-14
Parse `unsafe trait` but do not do anything with it beyond parsing and integr...
Niko Matsakis
-0
/
+1
2014-12-14
Rename FnStyle trait to Unsafety.
Niko Matsakis
-1
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+2
2014-11-24
rustdoc: Render Sized? on traits and generics
Tom Jakubowski
-0
/
+1
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+2
2014-10-16
librustdoc: Remove all uses of {:?}.
Luqman Aden
-0
/
+1
2014-10-09
rustdoc: Implement constant documentation
Alex Crichton
-0
/
+13
2014-09-14
rustdoc: fix fallout from using ptr::P.
Eduard Burtescu
-6
/
+5
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-1
/
+1
2014-08-14
librustc: Implement simple `where` clauses.
Patrick Walton
-9
/
+9
2014-08-14
librustc: Stop assuming that implementations and traits only contain
Patrick Walton
-2
/
+2
2014-06-30
rustdoc: incorporate stability index throughout
Aaron Turon
-0
/
+12
2014-06-11
rustc: Move the AST from @T to Gc<T>
Alex Crichton
-2
/
+4
2014-04-27
rustdoc: External module item links to the module contents. Fixes #12926.
Kang Seonghoon
-2
/
+4
2014-04-16
rustc: Remove private enum variants
Alex Crichton
-1
/
+1
2014-04-10
Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up...
Kasey Carrothers
-1
/
+1
2014-03-31
rustdoc: Switch field privacy as necessary
Alex Crichton
-81
/
+81
[next]