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
/
metadata
/
decoder.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-10
auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwalton
bors
-7
/
+46
2013-05-10
renamed vec::from_slice to vec::to_owned
Youngsoo Son
-1
/
+1
2013-05-10
rustc: Use the new `for` protocol
Alex Crichton
-7
/
+46
2013-05-09
Use a specialized string interner to reduce the need for owned strings
Björn Steinbrink
-5
/
+5
2013-05-08
librustc: Remove mutable fields from the language.
Patrick Walton
-15
/
+0
2013-05-05
Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze
Niko Matsakis
-25
/
+2
2013-05-04
Register snapshots
Brian Anderson
-8
/
+0
2013-05-02
librustc: Update the serializer to work properly with INHTWAMA, removing muta...
Patrick Walton
-0
/
+9
2013-05-02
Remove 'Local Variable' comments
Brendan Zabarauskas
-8
/
+0
2013-05-01
rustc: remove the rest of drop
Erick Tryzelaar
-16
/
+0
2013-04-30
new borrow checker (mass squash)
Niko Matsakis
-2
/
+2
2013-04-29
librustc: Remove the concept of modes from the compiler.
Patrick Walton
-2
/
+2
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-3
/
+0
2013-04-23
core, rustc: Warning police
Tim Chevalier
-1
/
+1
2013-04-19
librustc: Optimize metadata::decoder::item_name.
Patrick Walton
-2
/
+8
2013-04-19
librustc: Remove def_ids from types.
Patrick Walton
-6
/
+1
2013-04-09
Cleanup substitutions and treatment of generics around traits in a number of ...
Niko Matsakis
-19
/
+21
2013-04-05
Refactor so that references to traits are not represented using a type with a
Niko Matsakis
-19
/
+52
2013-04-05
Add a (currently unused) "transformed self type" pointer into ty::method
Niko Matsakis
-2
/
+17
2013-04-05
Compute a ty::method for methods that appear in impls as well
Niko Matsakis
-3
/
+4
2013-04-05
Rather than storing a list of ty::method per trait, store one ty::method
Niko Matsakis
-51
/
+51
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-28
Removing unused imports
Alex Crichton
-1
/
+1
2013-03-27
remove sty_by_ref, though traces still remain due to dtors
Niko Matsakis
-1
/
+0
2013-03-26
librustc: Modify all code to use new lifetime binder syntax
Patrick Walton
-2
/
+2
2013-03-26
option: rm functions that duplicate methods
Daniel Micay
-3
/
+2
2013-03-26
rustc: Remove uses of oldmap::HashMap
Alex Crichton
-1
/
+1
2013-03-22
librustc: Remove `pure` from libsyntax and librustc.
Patrick Walton
-1
/
+1
2013-03-22
rustc: replace uses of old deriving attribute with new one
Andrew Paseltiner
-1
/
+1
2013-03-21
librustc: Forbid access to cross-crate private static methods
Patrick Walton
-9
/
+12
2013-03-19
auto merge of #5442 : pcwalton/rust/extern-block-restriction, r=pcwalton
bors
-0
/
+1
2013-03-19
librustc: Enforce privacy for static methods.
Patrick Walton
-0
/
+1
2013-03-19
auto merge of #5426 : nikomatsakis/rust/issue-4846-lifetimes-in-expl-self, r=...
bors
-1
/
+4
2013-03-18
librustc: Convert all uses of old lifetime notation to new lifetime notation....
Patrick Walton
-2
/
+2
2013-03-18
Make &self permit explicit lifetimes, but don't really use them
Niko Matsakis
-1
/
+4
2013-03-13
librustc: Don't accept `as Trait` anymore; fix all occurrences of it.
Patrick Walton
-4
/
+5
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
-5
/
+5
2013-03-08
rustc: Remove uses of DVec
Alex Crichton
-9
/
+7
2013-03-07
librustc: Add #[link_args] to metadata
Patrick Walton
-0
/
+9
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-06
Add manual &self/ and &static/ and /&self declarations that
Niko Matsakis
-2
/
+2
2013-03-05
core: convert vec::{init,initn} to return references
Erick Tryzelaar
-3
/
+5
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-6
/
+1
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-3
/
+3
2013-03-01
Merge remote-tracking branch 'remotes/origin/incoming' into incoming
Erick Tryzelaar
-2
/
+17
2013-02-28
librustc: Enforce cross-crate method privacy
Patrick Walton
-2
/
+17
2013-02-25
libsyntax: Convert ast::attribute_ to store a @meta_item
Erick Tryzelaar
-1
/
+1
2013-02-20
librustc: Get rid of structural records save for front/test.rs.
Luqman Aden
-43
/
+45
2013-02-19
librustc: convert creader and cstore to use @~strs
Erick Tryzelaar
-11
/
+11
[prev]
[next]