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-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
2014-02-03
Fixing remaining warnings and errors throughout
Alex Crichton
-1
/
+0
2014-02-03
rustdoc: Remove io_error usage
Alex Crichton
-88
/
+124
2014-02-02
std: rename fmt::Default to `Show`.
Huon Wilson
-14
/
+14
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-3
/
+3
2014-01-21
[std::vec] Rename .last_opt() to .last(), drop the old .last() behavior
Simon Sapin
-4
/
+4
2014-01-12
Removed remnants of `@mut` and `~mut` from comments and the type system.
Eduard Burtescu
-2
/
+1
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-25
/
+25
2014-01-04
Don't allow newtype structs to be dereferenced. #6246
Brian Anderson
-3
/
+15
2014-01-03
librustc: Remove `@mut` support from the parser
Patrick Walton
-7
/
+1
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-57
/
+55
2013-12-11
Make 'self lifetime illegal.
Erik Price
-3
/
+3
[prev]
[next]