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
/
clean
/
inline.rs
Age
Commit message (
Expand
)
Author
Lines
2016-01-14
Support generic associated consts
Michael Wu
-2
/
+2
2016-01-13
Fix rustdoc reexports.
Lee Jeffery
-1
/
+1
2015-12-12
Support `#[deprecated]` in rustdoc
Vadim Petrochenkov
-0
/
+5
2015-12-12
Implement `#[deprecated]` attribute (RFC 1270)
Vadim Petrochenkov
-5
/
+5
2015-12-03
Use the extern item-path for documentation links
mitaa
-1
/
+1
2015-11-26
fix tidy
Ariel Ben-Yehuda
-2
/
+2
2015-11-26
fix tests & rustdoc
Ariel Ben-Yehuda
-9
/
+9
2015-11-26
make check works
Ariel Ben-Yehuda
-31
/
+25
2015-11-19
Show constness for functions of reexported docs
mitaa
-2
/
+15
2015-10-01
kill the fake provided method stubs
Ariel Ben-Yehuda
-7
/
+5
2015-09-22
Use Names in path fragments and MacroDef
Vadim Petrochenkov
-1
/
+1
2015-09-16
Use ast attributes every where (remove HIR attributes).
Nick Cameron
-1
/
+1
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-11
/
+12
2015-08-24
fallout from moving def-id
Niko Matsakis
-15
/
+15
2015-08-12
Replace get_item_path[-1] with get_item_name
mitaa
-2
/
+1
2015-08-06
use VariantDef instead of struct_fields
Ariel Ben-Yehuda
-4
/
+4
2015-08-06
introduce an ADTDef struct for struct/enum definitions
Ariel Ben-Yehuda
-2
/
+2
2015-08-04
rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer.
Eduard Burtescu
-1
/
+1
2015-06-26
rustc: switch most remaining middle::ty functions to methods.
Eduard Burtescu
-18
/
+18
2015-06-12
Cleanup: rename middle::ty::sty and its variants.
Eli Friedman
-2
/
+2
2015-06-11
Conver reborrows to .iter() calls where appropriate
Joshua Landau
-1
/
+1
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-5
/
+5
2015-05-27
Auto merge of #25796 - arielb1:default-assoc, r=eddyb
bors
-3
/
+5
2015-05-26
Auto merge of #25675 - bluss:rustdoc-assoc-types-index, r=alexcrichton
bors
-2
/
+2
2015-05-26
Implement defaults for associated types
Ariel Ben-Yehuda
-3
/
+5
2015-05-21
syntax: parse `const fn` for free functions and inherent methods.
Eduard Burtescu
-0
/
+2
2015-05-21
rustdoc: Skip types in impls in search index
Ulrik Sverdrup
-2
/
+2
2015-05-12
rustc: rename ty::populate_implementations_for_type_if_necessary to make it c...
Eduard Burtescu
-1
/
+1
2015-04-23
Functional changes for associated constants. Cross-crate usage of associated ...
Sean Patrick Santos
-4
/
+25
2015-04-23
Structural changes for associated constants
Sean Patrick Santos
-0
/
+1
2015-04-16
rustdoc: Inline methods inhereted through Deref
Alex Crichton
-20
/
+29
2015-04-07
rustdoc: Handle duplicate reexports listed
Alex Crichton
-2
/
+7
2015-04-07
rustdoc: Encode ABI in all methods
Alex Crichton
-2
/
+3
2015-04-07
rustdoc: Improve handling inlined associated types
Alex Crichton
-2
/
+50
2015-04-07
rustdoc: Run external traits through filters
Alex Crichton
-3
/
+4
2015-03-12
rustdoc: Fix ICE with cross-crate default impls
Alex Crichton
-11
/
+30
2015-03-11
syntax: gather common fields of impl & trait items into their respective types.
Eduard Burtescu
-17
/
+1
2015-03-04
Separate supertrait collection from processing a `TraitDef`. This allows
Niko Matsakis
-3
/
+1
2015-02-27
Auto merge of #22765 - sanxiyn:dedup-rustdoc, r=alexcrichton
bors
-0
/
+3
2015-02-24
Fix duplicate methods in rustdoc
Seo Sanghyeon
-0
/
+3
2015-02-24
rustc: combine partial_def_map and last_private_map into def_map.
Eduard Burtescu
-1
/
+1
2015-02-24
Revert bogus rename from DefTrait to DefaultImpl.
Eduard Burtescu
-1
/
+1
2015-02-22
Rename DefTrait to DefaultImpl
Flavio Percoco
-1
/
+1
2015-02-12
Rote changes to fix fallout throughout the compiler from splitting the
Niko Matsakis
-7
/
+13
2015-02-06
rustdoc: Show non-Rust ABIs on methods
Tom Jakubowski
-1
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-2
/
+2
2015-01-21
rollup merge of #21368: tomjakubowski/rustdoc-miscellany
Alex Crichton
-7
/
+27
2015-01-21
Display negative trait implementations correctly in rustdoc
Diggory Blake
-0
/
+2
2015-01-17
rustdoc: Handle associated types on inlined impls
Tom Jakubowski
-3
/
+15
2015-01-17
rustdoc: Separate associated types from methods
Tom Jakubowski
-4
/
+12
[next]