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
/
librustc
/
middle
/
astencode.rs
Age
Commit message (
Expand
)
Author
Lines
2014-07-09
Fix all the test fallout
Corey Richardson
-1
/
+2
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-8
/
+8
2014-07-05
Refactored VecPerParamSpace to hide exposure of `Vec` representation.
Felix S. Klock II
-1
/
+1
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-1
/
+1
2014-06-22
Rename ty_param_bounds_and_ty to Polytype
Niko Matsakis
-19
/
+19
2014-06-17
librustc: Don't overwrite vtables when coercing to trait object.
Luqman Aden
-23
/
+47
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-1
/
+1
2014-06-13
Introduce VecPerParamSpace and use it to represent sets of types and
Niko Matsakis
-44
/
+81
2014-06-11
rustc: Move the AST from @T to Gc<T>
Alex Crichton
-7
/
+7
2014-06-06
Move Def out of syntax crate, where it does not belong
Niko Matsakis
-34
/
+35
2014-06-06
Move subst data structures into subst.rs, fix capitalization
Niko Matsakis
-6
/
+7
2014-05-30
librustc: Fix snake case errors.
Kevin Butler
-7
/
+7
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-3
/
+3
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-2
/
+4
2014-05-12
librustc: Remove all uses of `~str` from librustc.
Patrick Walton
-2
/
+2
2014-05-11
core: Remove the cast module
Alex Crichton
-3
/
+3
2014-05-09
Currently trans uses Vec<ty::t> to represent substitutions instead of a proper
Niko Matsakis
-9
/
+30
2014-04-24
Pre-step towards issue #12624 and others: Introduce ExprUseVisitor, remove the
Niko Matsakis
-65
/
+4
2014-04-23
rustc: remove usage of root_map from astencode
Flavio Percoco
-1
/
+0
2014-04-22
rustc: de-@ metadata::cstore.
Eduard Burtescu
-16
/
+16
2014-04-22
rustc: de-@ freevars.
Eduard Burtescu
-4
/
+4
2014-04-22
rustc: de-@ some RefCell's.
Eduard Burtescu
-1
/
+1
2014-04-22
rustc: de-@ ty::AutoAdjustment.
Eduard Burtescu
-4
/
+4
2014-04-22
rustc: de-@ method and vtable maps.
Eduard Burtescu
-17
/
+11
2014-04-22
rustc: move the method and vtable maps into ty::ctxt.
Eduard Burtescu
-8
/
+6
2014-04-13
Make Result::{unwrap, unwrap_err} require Show
Steven Fackler
-3
/
+3
2014-04-11
rustc: fix fallout from removing ast::Sigil and use ty::TraitStore in ty::Clo...
Eduard Burtescu
-8
/
+5
2014-04-11
auto merge of #13424 : eddyb/rust/ty-mut-in-store, r=nikomatsakis
bors
-27
/
+22
2014-04-11
rustc: fix the fallout from moving mutability into VstoreSlice and RegionTrai...
Eduard Burtescu
-27
/
+22
2014-04-10
rustc: rename ty::vstore and its variants to UpperCamelCase.
Eduard Burtescu
-2
/
+2
2014-04-10
libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and
Patrick Walton
-2
/
+3
2014-04-04
Fix fallout from std::libc separation
Corey Richardson
-1
/
+1
2014-04-02
middle: astencode: remove dead code
Corey Richardson
-14
/
+0
2014-03-31
rustc: Switch field privacy as necessary
Alex Crichton
-4
/
+4
2014-03-29
auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton
bors
-180
/
+132
2014-03-29
Register new snapshot
Flavio Percoco
-180
/
+132
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-2
/
+2
2014-03-27
serialize: use Result
Sean McArthur
-169
/
+231
2014-03-23
Implement cross-crate support for autoderef.
Eduard Burtescu
-20
/
+92
2014-03-22
Implement vtable support for autoderef.
Eduard Burtescu
-2
/
+3
2014-03-22
rustc: Remove all usage of manual deref()
Alex Crichton
-2
/
+1
2014-03-22
rustc: Fix fallout of removing get()
Alex Crichton
-111
/
+60
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-17
Fix rustdoc and tests.
Eduard Burtescu
-1
/
+1
2014-03-17
De-@ move maps and rework parts of trans.
Eduard Burtescu
-19
/
+16
2014-03-17
De-@ ParseSess uses.
Eduard Burtescu
-4
/
+4
2014-03-17
De-@ tyencode::ctxt and related parts of astencode.
Eduard Burtescu
-50
/
+50
2014-03-17
De-@ ty::ctxt usage.
Eduard Burtescu
-22
/
+22
2014-03-17
De-@ Session usage.
Eduard Burtescu
-3
/
+3
[next]