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-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
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-14
/
+14
2015-02-02
Avoid an excessive use of iterator chain
Seo Sanghyeon
-15
/
+15
2015-01-30
rollup merge of #21693: tomjakubowski/rustdoc-fix-21442
Alex Crichton
-1
/
+1
2015-01-29
rustdoc: Render new `self` syntax in `use`
Tom Jakubowski
-1
/
+1
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-49
/
+49
2015-01-28
Update Rustdoc to deal with the Fn return type being an associated type.
Niko Matsakis
-5
/
+7
2015-01-26
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-1
/
+1
2015-01-26
Remove "unboxed" attribute in code referring to new closures.
Eduard Burtescu
-1
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-153
/
+175
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+2
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-3
/
+10
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-111
/
+78
2015-01-21
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
[next]