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
/
util
Age
Commit message (
Expand
)
Author
Lines
2014-03-30
Removed deprecated functions `map` and `flat_map` for vectors and slices.
Marvin Löbel
-4
/
+4
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-28
Rename Pod into Copy
Flavio Percoco
-2
/
+2
2014-03-23
use TotalEq for HashMap
Daniel Micay
-1
/
+1
2014-03-22
auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton
bors
-2
/
+0
2014-03-22
rustc: Fix fallout of removing get()
Alex Crichton
-3
/
+1
2014-03-22
rustc: Remove special treatment for Freeze and NoFreeze
Flavio Percoco
-2
/
+0
2014-03-22
Migrate all users of opt_vec to owned_slice, delete opt_vec.
Huon Wilson
-7
/
+3
2014-03-20
Register new snapshots
Alex Crichton
-38
/
+0
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-4
/
+0
2014-03-20
auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis
bors
-0
/
+2
2014-03-20
Add a Share kind
Flavio Percoco
-0
/
+2
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-4
/
+4
2014-03-19
auto merge of #12772 : thestinger/rust/slice, r=alexcrichton
bors
-3
/
+3
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-3
/
+3
2014-03-19
rustc: put ty_closure behind some indirection.
Huon Wilson
-1
/
+1
2014-03-19
rustc: put ty_trait behind some indirection.
Huon Wilson
-1
/
+3
2014-03-17
De-@ codemap and diagnostic.
Eduard Burtescu
-9
/
+8
2014-03-17
De-@ ty::ctxt usage.
Eduard Burtescu
-82
/
+82
2014-03-13
Implement automatic overloaded dereference.
Eduard Burtescu
-24
/
+23
2014-03-12
Add proper support for early/late distinction for lifetime bindings.
Felix S. Klock II
-0
/
+12
2014-03-12
alpha-rename .ident to .name in Lifetime, including in rustdoc.
Felix S. Klock II
-8
/
+8
2014-03-12
Alpha-rename `.ident` fields of type `Name` to `.name`.
Felix S. Klock II
-1
/
+1
2014-03-12
Update users for the std::rand -> librand move.
Huon Wilson
-2
/
+4
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-12
/
+26
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-9
/
+8
2014-03-07
change FVN hash function to the FVN-1a variant
Ted Horst
-1
/
+1
2014-03-06
syntax: Conditionally deriving(Hash) with Writers
Alex Crichton
-1
/
+48
2014-03-06
rustc: Move to FNV hashing for node/def ids
Alex Crichton
-0
/
+80
2014-03-04
Rename struct fields with uppercase characters in their names to use lowercase
Palmer Cox
-48
/
+48
2014-03-04
Rename all variables that have uppercase characters in their names to use onl...
Palmer Cox
-4
/
+4
2014-03-01
librustc: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-1
/
+1
2014-02-26
Replace callee_id with information stored in method_map.
Eduard Burtescu
-3
/
+9
2014-02-26
Rename a few typeck method-related structures to UpperCamelCase.
Eduard Burtescu
-9
/
+9
2014-02-22
auto merge of #12451 : edwardw/rust/ident-2-name, r=cmr
bors
-5
/
+5
2014-02-22
Represent lifetimes as Names instead of Idents
Edward Wang
-5
/
+5
2014-02-21
Move time out of extra (cc #8784)
Arcterus
-1
/
+2
2014-02-21
Changed NonCamelCaseTypes lint to warn by default
mr.Shu
-0
/
+1
2014-02-20
auto merge of #12403 : eddyb/rust/generic-dtors-with-bounds, r=nikomatsakis
bors
-6
/
+0
2014-02-20
move extra::test to libtest
Liigo Zhuang
-1
/
+2
2014-02-19
Replaced method_map_entry with method_origin and cleaned up vtable checking a...
Eduard Burtescu
-6
/
+0
2014-02-19
Change the format_args! macro expansion for temporaries
Edward Wang
-2
/
+2
2014-02-14
Removed libextra dependency from libsyntax.
HeroesGrave
-3
/
+3
2014-02-14
Refactored ast_map and friends, mainly to have Paths without storing them.
Eduard Burtescu
-60
/
+39
2014-02-13
auto merge of #12017 : FlaPer87/rust/replace-mod-crate, r=alexcrichton
bors
-1
/
+1
2014-02-13
Move base64 and hex from libextra to libserialize
Liigo Zhuang
-2
/
+2
2014-02-13
Replace `crate` usage with `krate`
Flavio Percoco
-1
/
+1
2014-02-12
Removed ty_type (previously used to represent *tydesc).
Eduard Burtescu
-2
/
+1
2014-02-11
sha2 -- introduce locals to clarify which subportions are being borrowed
Niko Matsakis
-3
/
+5
2014-02-11
ppaux -- add Repr implementations
Niko Matsakis
-1
/
+45
[next]