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-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
2014-08-26
rustdoc: Don't assume that a doc attribute was sugared: Fixes #15976
Kevin Mehall
-8
/
+1
2014-08-14
librustc: Stop assuming that implementations and traits only contain
Patrick Walton
-27
/
+33
2014-07-28
rustdoc: show struct field docs when inlined
Corey Richardson
-1
/
+1
2014-07-25
rustdoc: Inline items from foreign mods
Alex Crichton
-16
/
+22
2014-07-25
rustdoc: Correctly handle local renamings
Alex Crichton
-2
/
+13
2014-07-25
rustdoc: Fix inlining type parameters
Alex Crichton
-6
/
+7
2014-07-25
rustdoc: Hide impls for #[doc(hidden)] traits
Alex Crichton
-2
/
+27
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-2
/
+2
2014-06-30
rustdoc: incorporate stability index throughout
Aaron Turon
-0
/
+3
2014-06-09
rustdoc: Correctly classify enums/typedefs
Alex Crichton
-1
/
+1
2014-06-06
Test fixes from the rollup
Alex Crichton
-1
/
+1
2014-06-06
rustdoc: Inline static documentation across crates
Alex Crichton
-0
/
+14
2014-06-06
Move Def out of syntax crate, where it does not belong
Niko Matsakis
-10
/
+11
2014-06-06
auto merge of #14667 : aochagavia/rust/pr2, r=huonw
bors
-1
/
+1
2014-06-06
Change to_str().to_string() to just to_str()
Adolfo OchagavĂa
-1
/
+1
2014-06-05
rustdoc: Include supertraits on inlined traits
Tom Jakubowski
-1
/
+9
2014-06-02
rustdoc: Correctly inline required/provided methods
Alex Crichton
-7
/
+12
2014-06-01
rustdoc: Ensure external impls are inlined once
Alex Crichton
-10
/
+17
2014-06-01
rustdoc: Filter private methods from inlined impls
Alex Crichton
-2
/
+7
2014-05-31
rustdoc: Don't inline tuple struct constructors
Alex Crichton
-0
/
+5
[next]