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
Age
Commit message (
Expand
)
Author
Lines
2013-02-12
Revert "librustc: Make monomorphic newtype structs work cross-crate"
Graydon Hoare
-70
/
+30
2013-02-11
librustc: Make monomorphic newtype structs work cross-crate
Patrick Walton
-30
/
+70
2013-02-08
oldmap: get rid of legacy _ref suffixes
Daniel Micay
-4
/
+4
2013-02-07
librustc: Lots of de-muting. rs=demuting
Patrick Walton
-168
/
+194
2013-02-07
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
Niko Matsakis
-66
/
+101
2013-02-05
oldmap: use &K instead of K in find and get
Patrick Walton
-14
/
+14
2013-02-05
Revert "oldmap: use &K instead of K in find and get"
Graydon Hoare
-14
/
+14
2013-02-03
oldmap: use &K instead of K in find and get
Daniel Micay
-14
/
+14
2013-02-03
Merge remote-tracking branch 'thestinger/old_map' into incoming
Brian Anderson
-20
/
+20
2013-02-03
librustc: Fix bugs regarding to impl privacy. rs=bugfix
Patrick Walton
-2
/
+2
2013-02-03
Converted libcore/uint-template.rs to the new string functions.
Marvin Löbel
-2
/
+2
2013-02-03
Converted libcore/int-template.rs to the new string functions.
Marvin Löbel
-1
/
+1
2013-02-03
oldmap: remove legacy each method
Daniel Micay
-1
/
+1
2013-02-03
oldmap: remove the legacy each_value method
Daniel Micay
-1
/
+1
2013-02-03
oldmap: get rid of the legacy contains_key method
Daniel Micay
-2
/
+2
2013-02-03
rename map -> oldmap and mark it as deprecated
Daniel Micay
-16
/
+16
2013-02-01
Merge remote-tracking branch 'nickdesaulniers/issue4524' into nocomm1
Brian Anderson
-2
/
+2
2013-01-31
test cases, cleanup
John Clements
-8
/
+8
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-2
/
+2
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-32
/
+32
2013-01-31
Finalize moves-based-on-type implementation.
Niko Matsakis
-30
/
+48
2013-01-30
librustc: Remove legacy exports from the language. r=brson
Patrick Walton
-3
/
+2
2013-01-29
librustc: De-export metadata. rs=deexporting
Patrick Walton
-428
/
+279
2013-01-29
libstd: Remove "dual impls" from the language and enforce coherence rules. r=...
Patrick Walton
-12
/
+16
2013-01-28
Do not try to encode/decode inference types, should not be necessary
Niko Matsakis
-16
/
+2
2013-01-24
remove remaining is_not_empty functions/methods
Daniel Micay
-3
/
+3
2013-01-24
replace ConstVector trait with the Container trait
Daniel Micay
-2
/
+2
2013-01-24
rustc: One Less Bad Copy
Tim Chevalier
-2
/
+4
2013-01-23
libsyntax: Remove `fn() unsafe { ... }`. r=graydon
Patrick Walton
-40
/
+42
2013-01-22
syntax/rustc: Make some metadata-related functions take slices, kill bad copies
Tim Chevalier
-61
/
+59
2013-01-22
Simplify path_entry's closure argument
Tim Chevalier
-32
/
+13
2013-01-21
rustc: Make metadata::encoder::encode_path take an &path
Tim Chevalier
-27
/
+20
2013-01-20
convert librustc record types to structs
Erick Tryzelaar
-8
/
+12
2013-01-17
rustc: One Less Bad Copy
Tim Chevalier
-2
/
+3
2013-01-17
When decoding types, indicate to the def-id conversion function what kind of
Niko Matsakis
-18
/
+34
2013-01-15
librustc: Make the default sigil for block lambdas `&` instead of `@`.
Graydon Hoare
-5
/
+5
2013-01-14
convert ast::{field_,capture_item_,mt} and middle::ty::mt into structs
Erick Tryzelaar
-1
/
+1
2013-01-14
convert ast::attribute_ and ast::view_item to a struct
Erick Tryzelaar
-4
/
+8
2013-01-14
Convert ast::def_id into a struct.
Erick Tryzelaar
-11
/
+15
2013-01-14
Change ast::path into a struct.
Erick Tryzelaar
-3
/
+5
2013-01-14
syntax/rustc: Eliminate some bad copies
Tim Chevalier
-13
/
+12
2013-01-13
Support ARM and Android
kyeongwoon
-2
/
+5
2013-01-10
librustc: Implement a #[no_mangle] attribute to suppress name mangling. r=brson
Patrick Walton
-2
/
+1
2013-01-10
mode: reset mode on entry to fn body.
Niko Matsakis
-1
/
+2
2013-01-09
A collection of refactorings that I found it hard/tiresome to divide:
Niko Matsakis
-30
/
+33
2013-01-09
syntax: convert ast::spanned into a struct
Erick Tryzelaar
-3
/
+4
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-2
/
+19
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-19
/
+2
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-2
/
+19
2013-01-08
Implement GLB algorithm. (Issue #2263)
Niko Matsakis
-0
/
+3
[prev]
[next]