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
/
html
/
format.rs
Age
Commit message (
Expand
)
Author
Lines
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-3
/
+3
2014-10-06
rustdoc: Remove dummy UnknownBound variant
Tom Jakubowski
-5
/
+1
2014-10-06
rustdoc: Support unboxed fn sugar in bounds
Tom Jakubowski
-3
/
+3
2014-10-06
rustdoc: Correctly name lifetimes in bounds
Tom Jakubowski
-3
/
+11
2014-10-02
rollup merge of #17666 : eddyb/take-garbage-out
Alex Crichton
-1
/
+1
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-3
/
+3
2014-10-02
rustdoc: remove handling of Gc.
Eduard Burtescu
-1
/
+1
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-3
/
+3
2014-09-29
rustdoc: Render where clauses as appropriate
Tom Jakubowski
-8
/
+37
2014-09-19
Add enum variants to the type namespace
Nick Cameron
-1
/
+1
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-8
/
+1
2014-08-18
libsyntax: Remove the `use foo = bar` syntax from the language in favor
Patrick Walton
-1
/
+1
2014-08-12
Implement Index for HashMap
P1start
-6
/
+6
2014-07-28
rustdoc: improvements to stability dashboard
Aaron Turon
-24
/
+33
2014-07-25
rustdoc: Fix links to Box/Gc
Alex Crichton
-3
/
+3
2014-07-24
libsyntax: Remove `~self` and `mut ~self` from the language.
Patrick Walton
-1
/
+1
2014-07-16
librustc: Implement the fully-expanded, UFCS form of explicit self.
Patrick Walton
-0
/
+3
2014-07-17
deprecate Vec::get
Nick Cameron
-1
/
+1
2014-07-13
auto merge of #15614 : lucidd/rust/#15474, r=alexcrichton
bors
-1
/
+4
2014-07-12
auto merge of #15605 : blake2-ppc/rust/rustdoc-const-t, r=alexcrichton
bors
-1
/
+12
2014-07-11
rustdoc: render 1-tuples as (T,) instead of (T)
Kevin Walter
-1
/
+4
2014-07-11
rustdoc: Change type name of raw pointer from *T to *const T
root
-1
/
+12
2014-07-10
rustdoc: Add stability dashboard
Aaron Turon
-0
/
+70
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-4
/
+4
2014-07-02
rustdoc: s/nil/unit/ internally.
Huon Wilson
-4
/
+4
2014-06-30
rustdoc: incorporate stability index throughout
Aaron Turon
-0
/
+35
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-1
/
+1
2014-06-21
rustdoc: show default type parameters in generics
Tom Jakubowski
-0
/
+5
2014-06-17
rustdoc: Remove outdated syntax
Alex Crichton
-7
/
+4
2014-06-15
Register new snapshots
Alex Crichton
-1
/
+0
2014-06-11
std: Remove i18n/l10n from format!
Alex Crichton
-24
/
+17
2014-06-06
rustdoc: Inline static documentation across crates
Alex Crichton
-22
/
+19
2014-06-06
Change to_str().to_string() to just to_str()
Adolfo OchagavĂa
-1
/
+1
2014-05-31
rustdoc: Fix cross-crate links to reexported items
Alex Crichton
-8
/
+2
2014-05-31
doc: Fix a number of broken links
Alex Crichton
-4
/
+10
2014-05-31
rustdoc: Create anchor pages for primitive types
Alex Crichton
-30
/
+60
2014-05-29
auto merge of #14510 : kballard/rust/rename_strallocating_into_owned, r=alexc...
bors
-1
/
+1
2014-05-28
Replace StrAllocating.into_owned() with .into_string()
Kevin Ballard
-1
/
+1
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-3
/
+3
2014-05-27
rustdoc: Only link to local inlined foreign items
Alex Crichton
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-10
/
+10
2014-05-27
std: Remove String's to_owned
Richo Healey
-1
/
+1
2014-05-25
rustdoc: Fix rendering of the 'static bound
Alex Crichton
-1
/
+1
2014-05-25
rustdoc: Link to local reexportations of items
Alex Crichton
-1
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-9
/
+9
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-1
/
+1
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-11
/
+19
2014-05-22
rustdoc: Fill in external trait methods
Alex Crichton
-3
/
+7
2014-05-15
core: Update all tests for fmt movement
Alex Crichton
-1
/
+1
2014-05-15
Updates with core::fmt changes
Alex Crichton
-70
/
+70
[next]