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
Age
Commit message (
Expand
)
Author
Lines
2015-04-24
Rollup merge of #24717 - liigo:add-back-toggle-links, r=alexcrichton
Manish Goregaokar
-3
/
+7
2015-04-23
rustdoc: add back [-]/[+] toggle links for unstable-methods
Liigo Zhuang
-3
/
+7
2015-04-23
rustdoc: toggle collapse/expand all docs using the same link
Liigo Zhuang
-15
/
+20
2015-04-21
implement rfc 1054: split_whitespace() fn, deprecate words()
kwantam
-5
/
+4
2015-04-20
Auto merge of #24597 - bombless:doc, r=steveklabnik
bors
-1
/
+1
2015-04-19
rustdoc: don't inject "extern crate std;"
York Xiang
-1
/
+1
2015-04-18
Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton
bors
-2
/
+2
2015-04-17
Auto merge of #24461 - nikomatsakis:issue-22077-unused-lifetimes, r=aturon
bors
-1
/
+1
2015-04-17
Fix some missing cases
Niko Matsakis
-1
/
+1
2015-04-17
Remove info for path (fixup #24452)
Manish Goregaokar
-2
/
+0
2015-04-16
Use BTreeMap in build_sidebar_items
Mathijs van de Nes
-3
/
+4
2015-04-16
deprecate Unicode functions that will be moved to crates.io
kwantam
-2
/
+2
2015-04-16
rustdoc: Inline methods inhereted through Deref
Alex Crichton
-66
/
+220
2015-04-16
rustdoc: Fix cross-crate macro source links
Alex Crichton
-20
/
+51
2015-04-16
rustdoc: Overhaul stability displays
Alex Crichton
-447
/
+132
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-26
/
+26
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-21
/
+21
2015-04-14
rollup merge of #24385: aturon/unstable-scoped
Alex Crichton
-2
/
+2
2015-04-14
Fallout: move from scoped to spawn
Aaron Turon
-2
/
+2
2015-04-13
rustdoc: Prevent '/' from showing the help dialog
Barosl Lee
-3
/
+5
2015-04-10
Test fixes and review feedback
Alex Crichton
-1
/
+1
2015-04-07
rustdoc: Index inherent methods on primitives
Alex Crichton
-42
/
+32
2015-04-07
rustdoc: Handle duplicate reexports listed
Alex Crichton
-2
/
+7
2015-04-07
rustdoc: Handle tests with bare `#` marks
Alex Crichton
-1
/
+3
2015-04-07
rustdoc: Encode ABI in all methods
Alex Crichton
-6
/
+33
2015-04-07
rustdoc: Simplify predicates with paren notation
Alex Crichton
-12
/
+56
2015-04-07
rustdoc: Detect provided methods on inlined traits
Alex Crichton
-7
/
+30
2015-04-07
book: Emit links to play.rust-lang.org to run examples
Alex Crichton
-1
/
+1
2015-04-07
rustdoc: Don't duplicate inlined impl blocks
Alex Crichton
-2
/
+14
2015-04-07
rustdoc: Improve handling inlined associated types
Alex Crichton
-68
/
+195
2015-04-07
rustdoc: Simplify cross-crate where clauses
Alex Crichton
-10
/
+149
2015-04-07
rustdoc: Show impls for references to types
Alex Crichton
-1
/
+6
2015-04-07
rustdoc: Render methods/impls for bare traits
Alex Crichton
-32
/
+35
2015-04-07
rustdoc: Allowing specifying attrs for doctests
Alex Crichton
-44
/
+59
2015-04-07
rustdoc: Link "Trait Implementations" to sources
Alex Crichton
-105
/
+107
2015-04-07
rustdoc: Only hide possibly private modules
Alex Crichton
-1
/
+3
2015-04-07
rustdoc: Add a primitive page for raw pointers
Alex Crichton
-4
/
+14
2015-04-07
rustdoc: Run external traits through filters
Alex Crichton
-23
/
+22
2015-04-07
Auto merge of #24116 - zaeleus:rustdoc-codespan, r=alexcrichton
bors
-3
/
+46
2015-04-06
rustdoc: Use iterators to collapse whitespace
Michael Macias
-21
/
+8
2015-04-06
rustdoc: Add a custom callback for codespan to collapse whitespace
Michael Macias
-3
/
+59
2015-04-05
Changes rustdoc --passes help message
Remi Rampin
-2
/
+3
2015-04-05
Auto merge of #24055 - estsauver:24044, r=alexcrichton
bors
-0
/
+2
2015-04-04
Make changing doc search unhighlight current result
Earl St Sauver
-0
/
+2
2015-04-04
Rollup merge of #23941 - carloslfu:patch-1, r=steveklabnik
Manish Goregaokar
-4
/
+6
2015-04-01
rollup merge of #23860: nikomatsakis/copy-requires-clone
Alex Crichton
-6
/
+6
2015-04-01
Test fixes and rebase conflicts, round 1
Alex Crichton
-2
/
+4
2015-04-01
rollup merge of #23939: nikomatsakis/fn-box
Alex Crichton
-2
/
+1
2015-04-01
std: Changing the meaning of the count to splitn
Alex Crichton
-1
/
+1
2015-04-01
Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias
Niko Matsakis
-2
/
+1
[next]