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
/
librustc
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2014-03-31
Bump version to 0.10
Alex Crichton
-1
/
+1
2014-03-31
vec: convert `append` and `append_one` to methods
Daniel Micay
-4
/
+1
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-10
/
+10
2014-03-27
Fix fallout of removing default bounds
Alex Crichton
-3
/
+3
2014-03-23
Register new snapshots
Flavio Percoco
-1
/
+0
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-2
/
+2
2014-03-20
Register new snapshots
Alex Crichton
-2
/
+3
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
-3
/
+3
2014-03-17
De-@ codemap and diagnostic.
Eduard Burtescu
-13
/
+13
2014-03-17
De-@ ParseSess uses.
Eduard Burtescu
-2
/
+2
2014-03-17
De-@ Session usage.
Eduard Burtescu
-6
/
+6
2014-03-15
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-2
/
+4
2014-03-14
extra: Put the nail in the coffin, delete libextra
Alex Crichton
-1
/
+0
2014-03-14
auto merge of #12874 : huonw/rust/printier-rustc, r=alexcrichton
bors
-7
/
+21
2014-03-13
auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestinger
bors
-0
/
+1
2014-03-14
lint: add lint for use of a `~[T]`.
Huon Wilson
-0
/
+1
2014-03-14
rustc: make stack traces print for .span_bug/.bug.
Huon Wilson
-7
/
+21
2014-03-13
std: Rename Chan/Port types and constructor
Alex Crichton
-3
/
+3
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-9
/
+12
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-3
/
+3
2014-03-06
rustc: Move to FNV hashing for node/def ids
Alex Crichton
-1
/
+2
2014-03-04
auto merge of #12697 : thestinger/rust/vec, r=huonw
bors
-0
/
+1
2014-03-04
mark the `map` method on Vec<T> as deprecated
Daniel Micay
-0
/
+1
2014-03-04
auto merge of #12667 : Kimundi/rust/any_improv, r=cmr
bors
-0
/
+1
2014-03-04
Cleaned up `std::any`
Marvin Löbel
-0
/
+1
2014-03-04
doc: use the newer favicon
Adrien Tétar
-1
/
+1
2014-03-02
Make visible types public in rustc
Steven Fackler
-2
/
+0
2014-03-01
librustc: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-6
/
+10
2014-03-01
std: Switch stdout/stderr to buffered by default
Alex Crichton
-2
/
+1
2014-03-01
auto merge of #12627 : alexcrichton/rust/issue-12623, r=brson
bors
-4
/
+3
2014-02-28
syntax: Refactor diagnostics to focus on Writers
Alex Crichton
-4
/
+3
2014-02-28
rustc: Add the concept of a Strict Version Hash
Alex Crichton
-24
/
+14
2014-03-01
Publicise types/add #[allow(visible_private_types)] to a variety of places.
Huon Wilson
-0
/
+2
2014-02-27
Forbid certain types for static items
Flavio Percoco
-0
/
+1
2014-02-23
Register snapshots.
Huon Wilson
-1
/
+0
2014-02-21
Move time out of extra (cc #8784)
Arcterus
-0
/
+1
2014-02-16
Update clients of the TaskBuilder API
Kevin Ballard
-2
/
+1
2014-02-14
extern mod => extern crate
Alex Crichton
-8
/
+8
2014-02-13
Removed num::Orderable
Michael Darakananda
-2
/
+2
2014-02-10
auto merge of #12155 : sanxiyn/rust/binary, r=pnkfelix
bors
-1
/
+1
2014-02-11
Remove binary field
Seo Sanghyeon
-1
/
+1
2014-02-10
Add pointer to extended-help entry for `-C help` codegen options.
Felix S. Klock II
-0
/
+1
2014-02-10
Consolidate codegen-related compiler flags
Alex Crichton
-3
/
+25
2014-02-07
Span debugger
Seo Sanghyeon
-0
/
+1
2014-02-07
moved collections from libextra into libcollections
HeroesGrave
-0
/
+1
2014-02-07
Removed @self and @Trait.
Eduard Burtescu
-10
/
+10
2014-02-06
auto merge of #12020 : alexcrichton/rust/output-flags, r=brson
bors
-4
/
+4
2014-02-06
Redesign output flags for rustc
Alex Crichton
-4
/
+4
[next]