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
/
liblog
Age
Commit message (
Expand
)
Author
Lines
2014-07-03
Fix spelling errors.
Joseph Crail
-1
/
+1
2014-07-02
Merge remote-tracking branch 'origin/master' into 0.11.0-release
Alex Crichton
-3
/
+3
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-3
/
+3
2014-06-27
Update to 0.11.0
0.11.0
Alex Crichton
-2
/
+2
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-6
/
+6
2014-06-17
Mark all crates except std as experimental
Brian Anderson
-0
/
+1
2014-06-15
Register new snapshots
Alex Crichton
-3
/
+3
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-1
/
+1
2014-06-11
sync: Move underneath libstd
Alex Crichton
-4
/
+1
2014-06-09
Use phase(plugin) in other crates
Keegan McAllister
-7
/
+7
2014-06-06
rustdoc: Submit examples to play.rust-lang.org
Alex Crichton
-1
/
+2
2014-06-02
docs: Stop using `notrust`
Florian Gilcher
-2
/
+2
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-19
/
+19
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-1
/
+1
2014-05-22
auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw
bors
-1
/
+1
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-3
/
+5
2014-05-21
Change static.rust-lang.org to doc.rust-lang.org
Alex Crichton
-1
/
+1
2014-05-15
Updates with core::fmt changes
Alex Crichton
-1
/
+1
2014-05-14
liblog: Remove all uses of `~str` from `liblog`
Patrick Walton
-23
/
+41
2014-05-12
Add the patch number to version strings. Closes #13289
Brian Anderson
-1
/
+1
2014-05-11
core: Remove the cast module
Alex Crichton
-3
/
+3
2014-05-07
std: Modernize the local_data api
Alex Crichton
-6
/
+3
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-4
/
+4
2014-05-06
log: Use writeln!() instead of write!()
Alex Crichton
-5
/
+5
2014-05-05
auto merge of #13912 : seanmonstar/rust/logrecord, r=alexcrichton
bors
-12
/
+78
2014-05-05
log: Logger receiveis a LogRecord
Sean McArthur
-12
/
+78
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-2
/
+2
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-18
/
+18
2014-04-11
liblog doc: Fix apparent search-and-replace errors
Simon Sapin
-3
/
+3
2014-04-04
Fix inner attribute syntax from `#[foo];` to `#![foo]`
Timothée Ravier
-8
/
+8
2014-04-03
Bump version to 0.11-pre
Brian Anderson
-1
/
+1
2014-04-03
auto merge of #13286 : alexcrichton/rust/release, r=brson
bors
-1
/
+1
2014-03-31
log: Swith field privacy as necessary
Alex Crichton
-2
/
+2
2014-03-31
Bump version to 0.10
Alex Crichton
-1
/
+1
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-11
/
+11
2014-03-27
Fix fallout of removing default bounds
Alex Crichton
-3
/
+3
2014-03-22
Add #[deny(deprecated_owned_vector)] to several modules.
Huon Wilson
-1
/
+1
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-2
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-2
/
+2
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-2
/
+2
2014-03-15
Test fixes and rebase conflicts
Alex Crichton
-3
/
+18
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-0
/
+615
[prev]