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
Age
Commit message (
Expand
)
Author
Lines
2015-04-23
Fix some missing cases
Niko Matsakis
-1
/
+1
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: Handle duplicate reexports listed
Alex Crichton
-2
/
+7
2015-04-07
rustdoc: Encode ABI in all methods
Alex Crichton
-3
/
+14
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
rustdoc: Improve handling inlined associated types
Alex Crichton
-57
/
+171
2015-04-07
rustdoc: Simplify cross-crate where clauses
Alex Crichton
-10
/
+149
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
-4
/
+8
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
-11
/
+57
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
2015-03-11
syntax: gather common fields of impl & trait items into their respective types.
Eduard Burtescu
-162
/
+64
2015-03-05
Auto merge of #23026 - nikomatsakis:issue-20220-supertrait, r=nikomatsakis
bors
-3
/
+1
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-3
/
+3
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
Remove bounds struct from TypeParameterDef. Bounds information is now
Niko Matsakis
-5
/
+2
2015-02-24
Fix duplicate methods in rustdoc
Seo Sanghyeon
-0
/
+3
2015-02-24
Implement `<T>::method` UFCS expression syntax.
Eduard Burtescu
-5
/
+5
2015-02-24
rustc: combine partial_def_map and last_private_map into def_map.
Eduard Burtescu
-3
/
+3
2015-02-24
rustc_resolve: use the visitor model more, remove redundant repeated lookups.
Eduard Burtescu
-3
/
+0
2015-02-24
syntax: use a single Path for Trait::Item in QPath.
Eduard Burtescu
-2
/
+4
2015-02-24
rustc_resolve: use DefAssociatedTy for TyQPath.
Eduard Burtescu
-11
/
+7
2015-02-24
syntax: don't use TraitRef in QPath.
Eduard Burtescu
-1
/
+1
2015-02-24
syntax: don't store a secondary NodeId for TyPath.
Eduard Burtescu
-2
/
+2
2015-02-24
Revert bogus rename from DefTrait to DefaultImpl.
Eduard Burtescu
-2
/
+2
2015-02-24
Remove ty_open and treat Unsized lvalues as *Unsized.
Eduard Burtescu
-1
/
+0
2015-02-24
Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis
bors
-2
/
+2
2015-02-22
Rename DefTrait to DefaultImpl
Flavio Percoco
-2
/
+2
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-1
/
+1
2015-02-15
Count and show the deprecated attribute again
Simonas Kazlauskas
-0
/
+3
2015-02-12
Rote changes to fix fallout throughout the compiler from splitting the
Niko Matsakis
-14
/
+25
2015-02-08
Auto merge of #21999 - tomjakubowski:rustdoc-fixes, r=alexcrichton
bors
-1
/
+8
2015-02-07
Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton
bors
-18
/
+18
2015-02-06
librustdoc has been updated
GuillaumeGomez
-18
/
+18
2015-02-06
rustdoc: Show non-Rust ABIs on methods
Tom Jakubowski
-1
/
+8
2015-02-05
make codemap more robust in face of ill-formed spans.
Felix S. Klock II
-2
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-21
/
+20
2015-02-03
Rename std::path to std::old_path
Aaron Turon
-1
/
+1
2015-02-02
`for x in xs.iter_mut()` -> `for x in &mut xs`
Jorge Aparicio
-1
/
+1
[next]