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
/
front
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
-3
/
+2
2014-03-29
Use new inner attribute syntax in test framework
Steven Fackler
-3
/
+3
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-2
/
+2
2014-03-22
rustc: Fix fallout of removing get()
Alex Crichton
-18
/
+6
2014-03-21
auto merge of #13016 : huonw/rust/new-opt-vec, r=cmr
bors
-6
/
+6
2014-03-22
Migrate all users of opt_vec to owned_slice, delete opt_vec.
Huon Wilson
-6
/
+6
2014-03-21
rustc: Switch defaults from libgreen to libnative
Alex Crichton
-13
/
+5
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-3
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-8
/
+8
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-1
/
+1
2014-03-18
rustc: test: don't silently ignore bad benches
Corey Richardson
-5
/
+10
2014-03-17
De-@ ParseSess uses.
Eduard Burtescu
-1
/
+1
2014-03-17
De-@ Session usage.
Eduard Burtescu
-29
/
+29
2014-03-15
auto merge of #12791 : alexcrichton/rust/liblog, r=brson
bors
-0
/
+1
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-0
/
+1
2014-03-15
Squash test ~[] warning
Steven Fackler
-0
/
+1
2014-03-12
Changed lists of lifetimes in ast and ty to use Vec instead of OptVec.
Felix S. Klock II
-4
/
+4
2014-03-11
rustc: Support various flavors of linkages
Alex Crichton
-0
/
+14
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-4
/
+6
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-12
/
+12
2014-03-07
rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM...
Liigo Zhuang
-5
/
+5
2014-03-06
syntax: Conditionally deriving(Hash) with Writers
Alex Crichton
-1
/
+6
2014-03-03
Register new snapshots
Alex Crichton
-18
/
+0
2014-03-01
librustc: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-50
/
+72
2014-02-26
Replace callee_id with information stored in method_map.
Eduard Burtescu
-1
/
+1
2014-02-24
Gate default type parameter overrides.
Eduard Burtescu
-0
/
+17
2014-02-20
move extra::test to libtest
Liigo Zhuang
-23
/
+22
2014-02-14
extern mod => extern crate
Alex Crichton
-1
/
+1
2014-02-14
Refactored ast_map and friends, mainly to have Paths without storing them.
Eduard Burtescu
-19
/
+15
2014-02-13
Replace `crate` usage with `krate`
Flavio Percoco
-52
/
+52
2014-02-11
front -- collapse iterator actions that require access to the same &mut state
Niko Matsakis
-22
/
+28
2014-02-08
Converted fourcc! to loadable syntax extension
Derek Guenther
-1
/
+4
2014-02-07
Add comments to span debugger
Seo Sanghyeon
-0
/
+5
2014-02-07
Span debugger
Seo Sanghyeon
-0
/
+31
2014-02-04
Replaced with a single "quote" feature gate.
James Deng
-7
/
+2
2014-02-04
Feature gate all quasi-quoting macros.
James Deng
-4
/
+21
2014-02-02
syntax: remove the handling of @str and @[] from the parser completely.
Huon Wilson
-2
/
+1
2014-02-02
librustc: Remove uses of `token::ident_to_str()` from librustc
Patrick Walton
-1
/
+2
2014-02-02
libsyntax: Fix tests.
Patrick Walton
-1
/
+1
2014-02-02
librustc: De-`@str` `NameAndSpan`
Patrick Walton
-1
/
+1
2014-02-02
librustc: Fix merge fallout.
Patrick Walton
-6
/
+13
2014-02-02
libsyntax: De-`@str` literal strings in the AST
Patrick Walton
-1
/
+3
2014-02-02
libsyntax: Introduce an `InternedString` type to reduce `@str` in the
Patrick Walton
-9
/
+15
2014-01-30
Implement default type parameters in generics.
Eduard Burtescu
-0
/
+15
2014-01-28
Feature gate #[simd]
David Manescu
-0
/
+8
2014-01-27
Feature gate trace_macros.
xales
-0
/
+5
2014-01-24
Move macro_rules! macros to libstd
Steven Fackler
-20
/
+46
2014-01-21
[std::vec] Rename .last_opt() to .last(), drop the old .last() behavior
Simon Sapin
-3
/
+3
2014-01-20
Register new snapshots
Alex Crichton
-2
/
+1
[next]