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
/
middle
/
astencode.rs
Age
Commit message (
Expand
)
Author
Lines
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
2014-03-13
Implement automatic overloaded dereference.
Eduard Burtescu
-3
/
+5
2014-03-13
Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC...
Eduard Burtescu
-1
/
+1
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-10
/
+21
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-9
/
+9
2014-03-01
librustc: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-4
/
+10
2014-02-28
std: Change assert_eq!() to use {} instead of {:?}
Alex Crichton
-1
/
+1
2014-02-26
Replace callee_id with information stored in method_map.
Eduard Burtescu
-17
/
+52
2014-02-26
Rename a few typeck method-related structures to UpperCamelCase.
Eduard Burtescu
-20
/
+18
2014-02-21
Changed NonCamelCaseTypes lint to warn by default
mr.Shu
-1
/
+2
2014-02-19
Replaced method_map_entry with method_origin and cleaned up vtable checking a...
Eduard Burtescu
-34
/
+6
2014-02-14
Refactored ast_map and friends, mainly to have Paths without storing them.
Eduard Burtescu
-35
/
+34
2014-02-13
Replace `crate` usage with `krate`
Flavio Percoco
-4
/
+4
2014-02-07
Removed @self and @Trait.
Eduard Burtescu
-6
/
+3
2014-02-05
pull extra::{serialize, ebml} into a separate libserialize crate
Jeff Olson
-6
/
+6
2014-02-02
rustc: remove use of @[].
Huon Wilson
-11
/
+9
2014-01-27
Demote self to an (almost) regular argument and remove the env param.
Eduard Burtescu
-20
/
+2
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-1
/
+1
2014-01-17
auto merge of #11598 : alexcrichton/rust/io-export, r=brson
bors
-1
/
+1
2014-01-17
Tweak the interface of std::io
Alex Crichton
-1
/
+1
2014-01-17
auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwalton
bors
-2
/
+4
2014-01-16
Load macros from external modules
Steven Fackler
-0
/
+14
2014-01-15
Issue #3511 - Rationalize temporary lifetimes.
Niko Matsakis
-2
/
+4
2014-01-13
librustc: Remove `@` pointer patterns from the language
Patrick Walton
-9
/
+7
2014-01-11
Use the right type for self in methods and remove obsoleted items.
Eduard Burtescu
-8
/
+1
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-39
/
+39
2014-01-08
Remove the io::Decorator trait
Alex Crichton
-2
/
+1
2014-01-06
Disowned the Visitor.
Eduard Burtescu
-51
/
+58
2014-01-03
librustc: Remove `@mut` support from the typechecker and borrow checker
Patrick Walton
-1
/
+0
2014-01-03
librustc: De-`@mut` the parse session
Patrick Walton
-3
/
+3
2014-01-01
syntax::codemap: Add static DUMMY_SP
klutzy
-1
/
+1
2013-12-29
Make ast_fold take &mut self
Steven Fackler
-5
/
+5
2013-12-27
librustc: Implement coercion for traits.
Luqman Aden
-12
/
+102
2013-12-26
librustc: De-`@mut` the def map.
Patrick Walton
-2
/
+4
2013-12-26
librustc: De-`@mut` the method map
Patrick Walton
-4
/
+5
[next]