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
about
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-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
2014-05-12
librustdoc: Remove all `~str` usage from librustdoc.
Patrick Walton
-19
/
+26
2014-05-10
auto merge of #14068 : alexcrichton/rust/rustdoc-xcrate-links, r=brson
bors
-42
/
+19
2014-05-09
rustdoc: Hyperlink cross-crate reexports
Alex Crichton
-42
/
+19
2014-05-08
Handle more fallout
Kevin Ballard
-1
/
+1
2014-05-08
auto merge of #13835 : alexcrichton/rust/localdata, r=brson
bors
-69
/
+60
2014-05-07
std: Modernize the local_data api
Alex Crichton
-69
/
+60
2014-05-06
rustc: Enable writing "unsafe extern fn() {}"
Alex Crichton
-5
/
+4
2014-04-22
add support for quadruple precision floating point
Daniel Micay
-0
/
+1
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-7
/
+7
2014-04-16
rustc: Remove private enum variants
Alex Crichton
-1
/
+0
2014-04-14
rustdoc: Represent item types as a small number in the search index.
Kang Seonghoon
-8
/
+10
2014-04-13
rustdoc: Fix rendering closures and trait bounds
Alex Crichton
-21
/
+53
2014-04-11
rustdoc: fix fallout from removing ast::Sigil.
Eduard Burtescu
-8
/
+13
2014-04-10
auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton
bors
-8
/
+10
2014-04-10
Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up...
Kasey Carrothers
-9
/
+9
2014-04-10
libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and
Patrick Walton
-8
/
+10
2014-03-31
Switch some tuple structs to pub fields
Alex Crichton
-3
/
+3
2014-03-24
test: Update all tests with the sync changes
Alex Crichton
-4
/
+4
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-8
/
+8
2014-03-12
rustc: Remove matching on ~str from the language
Michael Darakananda
-1
/
+2
2014-02-20
Mass rename if_ok! to try!
Alex Crichton
-44
/
+44
2014-02-13
auto merge of #12017 : FlaPer87/rust/replace-mod-crate, r=alexcrichton
bors
-4
/
+4
2014-02-13
Add some missing Show implementations in libstd
Brendan Zabarauskas
-15
/
+14
2014-02-13
Replace `crate` usage with `krate`
Flavio Percoco
-4
/
+4
2014-02-08
std::fmt: convert the formatting traits to a proper self.
Huon Wilson
-37
/
+37
2014-02-07
Removed @self and @Trait.
Eduard Burtescu
-1
/
+0
[prev]
[next]