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
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
2014-05-31
rustdoc: Suck in all impls from external crates
Alex Crichton
-4
/
+38
2014-05-31
rustdoc: Filter inlining private external items
Alex Crichton
-1
/
+2
2014-05-27
rustdoc: Only link to local inlined foreign items
Alex Crichton
-0
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-2
/
+2
2014-05-25
rustdoc: Move inlining to its own module
Alex Crichton
-0
/
+278