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
/
metadata
/
encoder.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-22
Rename ty_param_bounds_and_ty to Polytype
Niko Matsakis
-11
/
+11
2014-06-18
Add stability inheritance
Aaron Turon
-1
/
+31
2014-06-13
Introduce VecPerParamSpace and use it to represent sets of types and
Niko Matsakis
-15
/
+18
2014-06-11
rustc: Move the AST from @T to Gc<T>
Alex Crichton
-7
/
+9
2014-06-09
Implement #[plugin_registrar]
Keegan McAllister
-20
/
+20
2014-06-06
rustc: Preserve reachable extern fns with LTO
Alex Crichton
-0
/
+25
2014-06-06
Rename Iterator::len to count
Aaron Turon
-1
/
+1
2014-06-06
rustc: Encode argument names for traits
Alex Crichton
-0
/
+2
2014-06-06
Move Def out of syntax crate, where it does not belong
Niko Matsakis
-1
/
+1
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-05-30
librustc: Fix snake case errors.
Kevin Butler
-1
/
+1
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-2
/
+2
2014-05-25
rustc: Encode module attributes
Alex Crichton
-0
/
+4
2014-05-25
rustdoc: Inline names of function arguments
Alex Crichton
-13
/
+18
2014-05-25
rustdoc: Inline argument names of foreign methods
Alex Crichton
-0
/
+15
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-5
/
+5
2014-05-24
Get "make check" to work with unused-attribute
Steven Fackler
-1
/
+1
2014-05-24
Add AttrId to Attribute_
Steven Fackler
-1
/
+1
2014-05-22
libstd: Remove all uses of `~str` from `libstd`
Patrick Walton
-3
/
+3
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-3
/
+6
2014-05-21
auto merge of #14320 : kballard/rust/fix_stdlib_inject_attrs, r=alexcrichton
bors
-1
/
+1
2014-05-20
Change std inject attributes to outer attributes
Kevin Ballard
-1
/
+1
2014-05-19
rustc: Add official support for weak failure
Alex Crichton
-0
/
+4
2014-05-12
librustc: Remove all uses of `~str` from librustc.
Patrick Walton
-24
/
+33
2014-05-11
auto merge of #14096 : nick29581/rust/driver, r=brson
bors
-2
/
+2
2014-05-11
core: Remove the cast module
Alex Crichton
-4
/
+4
2014-05-11
Reorganise driver code.
Nick Cameron
-2
/
+2
2014-05-08
libsyntax: Remove uses of `~str` from libsyntax, and fix fallout
Patrick Walton
-1
/
+1
2014-05-07
auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwalton
bors
-2
/
+0
2014-05-06
rustc: Enable writing "unsafe extern fn() {}"
Alex Crichton
-2
/
+0
2014-05-02
rustc: Add some suppot for mixing rlibs and dylibs
Alex Crichton
-0
/
+19
2014-04-23
auto merge of #13584 : rcxdude/rust/cross-syntax-ext, r=alexcrichton
bors
-0
/
+7
2014-04-23
Enable use of syntax extensions when cross compiling.
Douglas Young
-0
/
+7
2014-04-23
auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakis
bors
-25
/
+33
2014-04-23
Fix other bugs with new closure borrowing
Alex Crichton
-25
/
+33
2014-04-23
Support unsized types with the `type` keyword
Nick Cameron
-1
/
+14
2014-04-22
rustc: de-@ stats.
Eduard Burtescu
-58
/
+52
2014-04-22
rustc: de-@ middle::ty.
Eduard Burtescu
-7
/
+6
2014-04-22
rustc: remove ty::Impl.
Eduard Burtescu
-13
/
+16
2014-04-22
rustc: de-@ some RefCell's.
Eduard Burtescu
-82
/
+55
2014-04-22
rustc: de-@ method and vtable maps.
Eduard Burtescu
-2
/
+2
2014-04-20
Allow inheritance between structs.
Nick Cameron
-31
/
+32
2014-04-16
rustc: Remove private enum variants
Alex Crichton
-2
/
+0
2014-04-13
rustc: Don't link in syntax extensions
Alex Crichton
-6
/
+2
2014-04-11
auto merge of #13424 : eddyb/rust/ty-mut-in-store, r=nikomatsakis
bors
-12
/
+0
2014-04-11
rustc: fix the fallout from moving mutability into VstoreSlice and RegionTrai...
Eduard Burtescu
-12
/
+0
2014-04-10
Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up...
Kasey Carrothers
-16
/
+16
2014-04-10
rustc: rename ty::vstore and its variants to UpperCamelCase.
Eduard Burtescu
-1
/
+1
2014-04-08
Register new snapshots
Alex Crichton
-3
/
+3
[next]