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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2015-07-28
remove `get_ident` and `get_name`, make `as_str` sound
Oliver Schneider
-11
/
+11
2015-07-21
Use a span from the correct file for the inner span of a module
Nick Cameron
-0
/
+4
2015-07-12
Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton
bors
-3
/
+3
2015-07-10
Change some instances of .connect() to .join()
Wesley Wiser
-3
/
+3
2015-07-08
Remove snake_case names from ty.rs
Jared Roesch
-1
/
+1
2015-06-26
rustc: switch most remaining middle::ty functions to methods.
Eduard Burtescu
-4
/
+4
2015-06-23
Remove the mostly unecessary ParamBounds struct
Jared Roesch
-13
/
+0
2015-06-19
rustc: replace Repr/UserString impls with Debug/Display ones.
Eduard Burtescu
-1
/
+1
2015-06-12
Split TyArray into TyArray and TySlice.
Eli Friedman
-3
/
+3
2015-06-12
Cleanup: rename middle::ty::sty and its variants.
Eli Friedman
-39
/
+37
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-6
/
+6
2015-06-08
Auto merge of #26077 - SimonSapin:patch-6, r=alexcrichton
bors
-1
/
+1
2015-06-08
Replace usage of String::from_str with String:from
Simon Sapin
-1
/
+1
2015-06-07
change some statics to constants
Oliver 'ker' Schneider
-1
/
+1
2015-05-27
Auto merge of #25796 - arielb1:default-assoc, r=eddyb
bors
-36
/
+33
2015-05-26
Auto merge of #25675 - bluss:rustdoc-assoc-types-index, r=alexcrichton
bors
-16
/
+30
2015-05-26
Implement defaults for associated types
Ariel Ben-Yehuda
-36
/
+33
2015-05-26
Make caching in stability work. This improves stability check performance
Ariel Ben-Yehuda
-0
/
+15
2015-05-25
rustdoc: Fix associated types in signatures
Ulrik Sverdrup
-12
/
+26
2015-05-21
Make various fixes:
Niko Matsakis
-2
/
+5
2015-05-21
syntax: parse `const fn` for free functions and inherent methods.
Eduard Burtescu
-2
/
+7
2015-05-21
rustdoc: Skip types in impls in search index
Ulrik Sverdrup
-4
/
+4
2015-05-11
Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnik
bors
-1
/
+1
2015-05-06
fix typos caught by codespell
Tshepang Lekhonkhobe
-1
/
+1
2015-05-03
Update old uses of ~ in comments and debugging statements
Carol Nichols
-1
/
+1
2015-04-23
Get associated consts working in match patterns.
Sean Patrick Santos
-0
/
+2
2015-04-23
Structural changes for associated constants
Sean Patrick Santos
-0
/
+27
2015-04-17
Fix some missing cases
Niko Matsakis
-1
/
+1
2015-04-16
rustdoc: Inline methods inhereted through Deref
Alex Crichton
-7
/
+77
2015-04-16
rustdoc: Fix cross-crate macro source links
Alex Crichton
-0
/
+3
2015-04-16
rustdoc: Overhaul stability displays
Alex Crichton
-0
/
+16
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-04-07
rustdoc: Index inherent methods on primitives
Alex Crichton
-0
/
+15
2015-04-07
rustdoc: Encode ABI in all methods
Alex Crichton
-1
/
+11
2015-04-07
rustdoc: Simplify predicates with paren notation
Alex Crichton
-1
/
+1
2015-04-07
rustdoc: Detect provided methods on inlined traits
Alex Crichton
-7
/
+30
2015-04-07
rustdoc: Improve handling inlined associated types
Alex Crichton
-55
/
+121
2015-04-07
rustdoc: Simplify cross-crate where clauses
Alex Crichton
-10
/
+13
2015-04-07
rustdoc: Allowing specifying attrs for doctests
Alex Crichton
-1
/
+2
2015-04-07
rustdoc: Add a primitive page for raw pointers
Alex Crichton
-0
/
+3
2015-04-07
rustdoc: Run external traits through filters
Alex Crichton
-1
/
+4
2015-04-01
Test fixes and rebase conflicts, round 1
Alex Crichton
-2
/
+4
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-11
/
+11
2015-03-23
rollup merge of #23633: tomjakubowski/rustdoc-array-prim
Alex Crichton
-1
/
+5
2015-03-23
Add generic conversion traits
Aaron Turon
-1
/
+1
2015-03-23
rustdoc: Support for "array" primitive
Tom Jakubowski
-1
/
+5
2015-03-12
rustdoc: Fix ICE with cross-crate default impls
Alex Crichton
-0
/
+27
2015-03-11
syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...
Eduard Burtescu
-12
/
+22
2015-03-11
syntax: rename TypeMethod to MethodSig and use it in MethDecl.
Eduard Burtescu
-8
/
+8
[next]