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
/
libterm
Age
Commit message (
Expand
)
Author
Lines
2014-08-24
Adjust the error messages to match the pattern "expected foo, found bar"
Jonas Hietala
-1
/
+1
2014-08-23
Complete renaming of win32 to windows
Vadim Chugunov
-1
/
+1
2014-08-06
Use byte literals in libterm
nham
-17
/
+16
2014-07-23
collections: Deprecate shift/unshift
Brian Anderson
-2
/
+2
2014-07-17
librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,
Patrick Walton
-1
/
+1
2014-07-17
deprecate Vec::get
Nick Cameron
-3
/
+3
2014-07-15
Fix errors
Adolfo Ochagavía
-3
/
+2
2014-07-15
Deprecate `str::from_char`
Adolfo Ochagavía
-1
/
+1
2014-07-15
Deprecate `str::from_utf8_owned`
Adolfo Ochagavía
-3
/
+3
2014-07-11
Update doc URLs for version bump
Brian Anderson
-1
/
+1
2014-07-09
Register new snapshots
Alex Crichton
-2
/
+0
2014-07-05
Add #[crate_name] attributes as necessary
Alex Crichton
-1
/
+3
2014-07-04
librustc: Remove the `&LIFETIME EXPR` production from the language.
Patrick Walton
-6
/
+6
2014-07-02
Merge remote-tracking branch 'origin/master' into 0.11.0-release
Alex Crichton
-22
/
+52
2014-06-28
librustc: Match trait self types exactly.
Patrick Walton
-22
/
+52
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
-2
/
+8
2014-06-19
auto merge of #15014 : brson/rust/all-crates-experimental, r=cmr
bors
-0
/
+1
2014-06-18
Deprecate the bytes!() macro.
Simon Sapin
-32
/
+30
2014-06-17
Mark all crates except std as experimental
Brian Anderson
-0
/
+1
2014-06-15
Register new snapshots
Alex Crichton
-22
/
+22
2014-06-14
Register new snapshots
Alex Crichton
-2
/
+1
2014-06-13
Fix all violations of stronger guarantees for mutable borrows
Cameron Zwarich
-1
/
+2
2014-06-11
std: Remove i18n/l10n from format!
Alex Crichton
-3
/
+3
2014-06-10
Fix more misspelled comments and strings.
Joseph Crail
-1
/
+1
2014-06-09
Use phase(plugin) in bootstrap crates
Keegan McAllister
-1
/
+2
2014-06-06
rustdoc: Submit examples to play.rust-lang.org
Alex Crichton
-1
/
+2
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-3
/
+2
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-3
/
+3
2014-05-30
windows: Allow snake_case errors for now.
Kevin Butler
-0
/
+1
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-12
/
+8
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-77
/
+77
2014-05-27
std: Remove String's to_owned
Richo Healey
-1
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-11
/
+11
2014-05-22
auto merge of #14357 : huonw/rust/spelling, r=pnkfelix
bors
-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 all uses of `~str` from `libstd`
Patrick Walton
-1
/
+2
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-4
/
+6
2014-05-22
Spelling/doc formatting fixes.
Huon Wilson
-1
/
+1
2014-05-21
Change static.rust-lang.org to doc.rust-lang.org
Alex Crichton
-1
/
+1
2014-05-17
term: update example to be right (thanks @SiegeLord)
Corey Richardson
-2
/
+5
2014-05-16
term: Don't run the code example, just compile it
Alex Crichton
-1
/
+1
2014-05-16
Some fixes
Corey Richardson
-1
/
+1
2014-05-16
Fix example
Corey Richardson
-4
/
+4
2014-05-16
Flush before applying console attributes
Corey Richardson
-0
/
+1
2014-05-16
Add a bang
Corey Richardson
-1
/
+1
2014-05-16
Update for Box
Corey Richardson
-23
/
+23
2014-05-16
Update for master
Corey Richardson
-2
/
+3
2014-05-16
Add WinConsole docs
Corey Richardson
-0
/
+1
2014-05-16
term: add docs and windows support
Corey Richardson
-179
/
+439
[prev]
[next]