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-08-04
rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer.
Eduard Burtescu
-1
/
+1
2015-06-26
rustc: switch most remaining middle::ty functions to methods.
Eduard Burtescu
-18
/
+18
2015-06-12
Cleanup: rename middle::ty::sty and its variants.
Eli Friedman
-2
/
+2
2015-06-11
Conver reborrows to .iter() calls where appropriate
Joshua Landau
-1
/
+1
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-5
/
+5
2015-05-27
Auto merge of #25796 - arielb1:default-assoc, r=eddyb
bors
-3
/
+5
2015-05-26
Auto merge of #25675 - bluss:rustdoc-assoc-types-index, r=alexcrichton
bors
-2
/
+2
2015-05-26
Implement defaults for associated types
Ariel Ben-Yehuda
-3
/
+5
2015-05-21
syntax: parse `const fn` for free functions and inherent methods.
Eduard Burtescu
-0
/
+2
2015-05-21
rustdoc: Skip types in impls in search index
Ulrik Sverdrup
-2
/
+2
2015-05-12
rustc: rename ty::populate_implementations_for_type_if_necessary to make it c...
Eduard Burtescu
-1
/
+1
2015-04-23
Functional changes for associated constants. Cross-crate usage of associated ...
Sean Patrick Santos
-4
/
+25
2015-04-23
Structural changes for associated constants
Sean Patrick Santos
-0
/
+1
2015-04-16
rustdoc: Inline methods inhereted through Deref
Alex Crichton
-20
/
+29
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
[next]