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
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
2015-01-13
Return the Vec from csearch::get_item_attrs.
Ms2ger
-7
/
+2
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-2
/
+2
2014-12-26
Changes to RustDoc
Nick Cameron
-3
/
+2
2014-12-24
rustdoc: render higher-rank trait bounds
Tom Jakubowski
-1
/
+1
2014-12-22
Rote changes that don't care to distinguish between a fn pointer and a fn item.
Niko Matsakis
-1
/
+1
2014-12-15
rollup merge of #19774: tomjakubowski/rustdoc-consts-statics
Brian Anderson
-0
/
+22
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
-4
/
+4
2014-12-12
rustdoc: Properly inline const items
Tom Jakubowski
-0
/
+22
2014-12-06
librustdoc: remove unnecessary `as_slice()` calls
Jorge Aparicio
-2
/
+2
2014-11-26
rollup merge of #19272: tomjakubowski/rustdoc-sized
Alex Crichton
-1
/
+2
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-11-24
rustdoc: Render Sized? on traits and generics
Tom Jakubowski
-1
/
+2
2014-11-19
rustc: middle: remove obsolete ty::get.
Eduard Burtescu
-2
/
+2
2014-11-06
rollup merge of #18630 : nikomatsakis/purge-the-bars
Alex Crichton
-1
/
+0
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-2
/
+2
2014-11-06
Remove the unboxed closure `|:|` notation from types and trait references com...
Niko Matsakis
-1
/
+0
2014-11-01
Fix RustDoc bug
Nick Cameron
-9
/
+8
2014-10-29
Rename fail! to panic!
Steve Klabnik
-3
/
+3
2014-10-06
rustdoc: Remove dummy UnknownBound variant
Tom Jakubowski
-2
/
+1
2014-10-06
rustdoc: Support unboxed fn sugar in bounds
Tom Jakubowski
-1
/
+1
2014-10-06
rustdoc: Correctly name lifetimes in bounds
Tom Jakubowski
-1
/
+3
2014-09-30
Fixes ICE when using reexported unit-like structs
Michael Kainer
-5
/
+1
2014-09-17
librustc: Implement associated types behind a feature gate.
Patrick Walton
-0
/
+4
2014-09-17
rustdoc: Correctly distinguish enums and types
P1start
-1
/
+6
2014-09-16
Fallout from renaming
Aaron Turon
-8
/
+8
2014-09-15
Port coherence to use the new trait matching code
Niko Matsakis
-1
/
+1
2014-09-08
rustdoc: fix fallout from the addition of a 'tcx lifetime on tcx.
Eduard Burtescu
-57
/
+52
2014-08-28
auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton
bors
-3
/
+3
2014-08-28
Fallout from stabilizing core::option
Aaron Turon
-3
/
+3
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-9
/
+3
[next]