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
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-5
/
+4
2013-06-28
Rework vtable_res to not be flattened. It is now a list of the resolutions fo...
Michael Sullivan
-3
/
+7
2013-06-28
Make calling methods parameterized on the trait work from default methods.
Michael Sullivan
-1
/
+17
2013-06-28
librustc: Rewrite reachability and forbid duplicate methods in type implement...
Patrick Walton
-14
/
+17
2013-06-25
Merge remote-tracking branch 'mozilla/master' into incoming
Brian Anderson
-1
/
+1
2013-06-23
Add 'static mut' items to the language
Alex Crichton
-1
/
+1
2013-06-22
Cleaned up middle a bit.
Steven Stewart-Gallus
-86
/
+89
2013-06-16
remove unused imports
Huon Wilson
-1
/
+0
2013-06-16
Remove @-fields from CrateContext
James Miller
-21
/
+31
2013-06-14
add IteratorUtil to the prelude
Daniel Micay
-1
/
+0
2013-06-13
Use @str instead of @~str in libsyntax and librustc. Fixes #5048.
Huon Wilson
-4
/
+4
2013-06-11
option: remove redundant old_iter impls
Daniel Micay
-52
/
+83
2013-06-10
clean-up unused import warnings
Huon Wilson
-1
/
+0
2013-06-10
std: convert str::reserve* to methods, and methodise str::push_*.
Huon Wilson
-1
/
+1
2013-06-08
tydecode: Accept a plain borrowed pointer to the data
Björn Steinbrink
-2
/
+2
2013-06-05
interner just uses uints, not idents with syntax context
John Clements
-1
/
+1
2013-06-05
removed some interner fields
John Clements
-7
/
+8
2013-06-01
Remove all uses of `pub impl`. rs=style
Patrick Walton
-5
/
+5
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+3
2013-05-22
librustc: Change `std` to `extra` throughout libsyntax and librustc
Patrick Walton
-6
/
+6
2013-05-22
libextra: Rename the actual metadata names of libcore to libstd and libstd to...
Patrick Walton
-0
/
+2
2013-05-20
Remove all unnecessary allocations (as flagged by lint)
Alex Crichton
-7
/
+7
2013-05-19
Use assert_eq! rather than assert! where possible
Corey Richardson
-1
/
+1
2013-05-16
rename `at_vec::from_owned` and `at_vec::from_slice` to `at_vec::to_managed_c...
Youngsoo Son
-1
/
+1
2013-05-14
rustc: rename ast::self_ty and related fields to explicit_self
Erick Tryzelaar
-2
/
+2
2013-05-14
rustc: Remove ty::arg
Erick Tryzelaar
-23
/
+4
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-2
/
+2
2013-05-09
Use a specialized string interner to reduce the need for owned strings
Björn Steinbrink
-3
/
+3
2013-05-08
libcore: Fix tests.
Patrick Walton
-1
/
+1
2013-05-05
Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze
Niko Matsakis
-233
/
+239
2013-05-05
Address all FIXMEs from #5562
Niko Matsakis
-5
/
+3
2013-05-04
Register snapshots
Brian Anderson
-774
/
+0
2013-05-02
librustc: Update the serializer to work properly with INHTWAMA, removing muta...
Patrick Walton
-93
/
+795
2013-05-01
rustc: remove the rest of drop
Erick Tryzelaar
-26
/
+0
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-38
/
+5
2013-04-30
adapt to snapshot
Niko Matsakis
-104
/
+0
2013-04-29
librustc: Remove the concept of modes from the compiler.
Patrick Walton
-16
/
+16
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-2
/
+0
2013-04-19
rustc: de-mode + fallout from libsyntax changes
Alex Crichton
-43
/
+44
2013-04-12
auto merge of #5827 : nikomatsakis/rust/issue-5656-change-meaning-of-borrowed...
bors
-1
/
+4
2013-04-10
std: rename {read,emit}_field to {read,emit}_struct_field
Erick Tryzelaar
-0
/
+97
2013-04-10
Reason about nested free variables that appear in a function
Niko Matsakis
-1
/
+4
2013-04-09
Cleanup substitutions and treatment of generics around traits in a number of ...
Niko Matsakis
-18
/
+24
2013-04-05
Refactor so that references to traits are not represented using a type with a
Niko Matsakis
-16
/
+24
2013-04-05
Rather than storing a list of ty::method per trait, store one ty::method
Niko Matsakis
-0
/
+1
2013-03-30
rustc: fix astencode test
Erick Tryzelaar
-12
/
+1
2013-03-29
Merge remote-tracking branch 'remotes/origin/incoming' into serial
Erick Tryzelaar
-4
/
+4
2013-03-29
Merge remote-tracking branch 'remotes/origin/incoming' into serial
Erick Tryzelaar
-39
/
+0
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-4
/
+4
2013-03-29
Register snapshots
Brian Anderson
-39
/
+0
[next]