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-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
2013-03-29
Merge remote-tracking branch 'remotes/origin/incoming' into serial
Erick Tryzelaar
-1
/
+1
2013-03-29
std: remove Encoder::read_rec and Decoder::emit_rec
Erick Tryzelaar
-4
/
+4
2013-03-28
Removing unused imports
Alex Crichton
-1
/
+1
2013-03-27
auto merge of #5578 : erickt/rust/incoming, r=jbclements,erickt
bors
-0
/
+39
2013-03-27
Autoref the argument to the index operator (#4920)
Niko Matsakis
-5
/
+5
2013-03-27
std: Decode::read_enum_variant should pass in the variant names
Erick Tryzelaar
-0
/
+39
2013-03-26
rustc: Purge of HashMap, fixing segfaulting cases
Alex Crichton
-2
/
+4
2013-03-26
rustc: Remove uses of oldmap::HashMap
Alex Crichton
-10
/
+10
2013-03-20
rustc: Remove some bad copies throughout
Alex Crichton
-3
/
+3
2013-03-14
librustc: Remove another deprecated use of `as Trait`. rs=burningtree
Patrick Walton
-2
/
+2
2013-03-13
librustc: Don't accept `as Trait` anymore; fix all occurrences of it.
Patrick Walton
-1
/
+1
2013-03-13
Remove `++` mode from the compiler (it is parsed as `+` mode)
Niko Matsakis
-1
/
+1
2013-03-11
librustc: Replace all uses of `fn()` with `&fn()`. rs=defun
Patrick Walton
-2
/
+2
2013-03-08
Finish de-implicit-selfing everything but the test suite
Ben Striegel
-3
/
+3
2013-03-08
test: Removing dvec uses
Alex Crichton
-1
/
+1
2013-03-08
rustc: Remove uses of DVec
Alex Crichton
-5
/
+4
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-5
/
+7
2013-03-06
Make object types not implement associated trait. Fixes #5087.
Niko Matsakis
-20
/
+0
2013-03-06
Fix bug in coherence that causes all cross-crate impls to be regarded as
Niko Matsakis
-2
/
+3
2013-03-05
rustc: remove some copies
Erick Tryzelaar
-1
/
+1
2013-03-05
auto merge of #5212 : thestinger/rust/iter, r=graydon
bors
-12
/
+13
2013-03-04
Adding missing imports for tests, and gate off others
Alex Crichton
-0
/
+5
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-9
/
+0
2013-03-03
replace option::iter with a BaseIter impl
Daniel Micay
-12
/
+13
2013-03-02
librustc: Remove `fn@`, `fn~`, and `fn&` from librustc. rs=defun
Patrick Walton
-1
/
+1
2013-03-01
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-3
/
+11
2013-03-01
Merge remote branch 'nmatsakis/issue-4808-representation-of-extern-fn' into i...
Patrick Walton
-3
/
+11
2013-03-01
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-10
/
+2
2013-02-28
Remove legacy object creation mode, and convert remaining uses of it
Niko Matsakis
-9
/
+1
2013-02-28
Change bare functions so that they are represented by a single pointer.
Niko Matsakis
-3
/
+11
2013-02-28
librustc: Mark all type implementations public. rs=impl-publicity
Patrick Walton
-1
/
+1
2013-02-28
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-3
/
+3
2013-02-27
Introduce lifetime declarations into the lists of type parameters.
Niko Matsakis
-4
/
+4
2013-02-27
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-2
/
+2
2013-02-25
libsyntax: progress on making syntax::visit vecs_implicitly_copyable-free
Erick Tryzelaar
-4
/
+4
2013-02-23
remove oldsmallintmap
Daniel Micay
-2
/
+2
2013-02-22
De-implicit-self librustc
Ben Striegel
-87
/
+98
2013-02-21
librustc: Fix broken test.
Luqman Aden
-2
/
+2
2013-02-21
Get rid of structural records in libsyntax and the last bit in librustc.
Luqman Aden
-3
/
+3
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-4
/
+4
2013-02-20
librustc: tidy
Luqman Aden
-2
/
+4
2013-02-20
librustc: Get rid of structural records save for front/test.rs.
Luqman Aden
-79
/
+81
2013-02-19
librustc: change driver::session::Session::str_of to return @~str
Erick Tryzelaar
-4
/
+4
2013-02-17
Removed more capture claueses.
Seth Pink
-1
/
+1
2013-02-15
librustc: Get rid of `move`.
Luqman Aden
-1
/
+1
[next]