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
/
util
Age
Commit message (
Expand
)
Author
Lines
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
2014-02-09
std: Move byteswap functions to mem
Brian Anderson
-2
/
+2
2014-02-08
Fixed error starting with uppercase
mr.Shu
-2
/
+2
2014-02-07
Removed @self and @Trait.
Eduard Burtescu
-2
/
+0
2014-02-02
Substitute type params in default type params using them.
Eduard Burtescu
-7
/
+19
2014-02-02
rustc: Remove the vstore handling of @str and @[].
Huon Wilson
-1
/
+0
2014-02-02
rustc: remove use of @[].
Huon Wilson
-4
/
+4
2014-02-02
librustc: Remove uses of `token::ident_to_str()` from librustc
Patrick Walton
-1
/
+2
2014-01-31
Fix minor doc typos
Virgile Andreani
-2
/
+2
2014-01-30
Implement default type parameters in generics.
Eduard Burtescu
-6
/
+24
2014-01-30
Remove Times trait
Brendan Zabarauskas
-2
/
+2
2014-01-27
Demote self to an (almost) regular argument and remove the env param.
Eduard Burtescu
-17
/
+6
2014-01-26
Fix privacy fallout from previous change
Alex Crichton
-2
/
+2
2014-01-19
syntax: convert ast_map to use a SmallIntMap.
Huon Wilson
-23
/
+19
2014-01-17
auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwalton
bors
-0
/
+8
2014-01-16
Merge Bitwise and BitCount traits and remove from prelude, along with Bounded
Brendan Zabarauskas
-0
/
+1
2014-01-15
Issue #3511 - Rationalize temporary lifetimes.
Niko Matsakis
-0
/
+8
2014-01-12
Removed remnants of `@mut` and `~mut` from comments and the type system.
Eduard Burtescu
-1
/
+1
2014-01-11
Use the right type for self in methods and remove obsoleted items.
Eduard Burtescu
-2
/
+1
2014-01-11
Removed obsolete 'e' prefix on ty_evec and ty_estr.
Eduard Burtescu
-3
/
+3
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-29
/
+29
2014-01-07
Fixup the rest of the tests in the compiler
Alex Crichton
-2
/
+2
2014-01-06
Disowned the Visitor.
Eduard Burtescu
-6
/
+6
2014-01-03
librustc: Remove `@mut` support from the typechecker and borrow checker
Patrick Walton
-1
/
+1
2014-01-03
librustc: De-`@mut` the AST map
Patrick Walton
-12
/
+20
2013-12-26
librustc: Remove the unused `stmt_map` from the borrow checker
Patrick Walton
-3
/
+0
2013-12-26
librustc: Remove `ty_param_defs` from the type context
Patrick Walton
-4
/
+3
2013-12-16
librustc: Implement a `Pod` kind for types that can be `memcpy`'d.
Patrick Walton
-0
/
+2
2013-12-15
std::vec: remove unnecessary count parameter on {bytes,
Huon Wilson
-6
/
+3
2013-12-11
Make 'self lifetime illegal.
Erik Price
-7
/
+7
2013-12-10
Make crate hash stable and externally computable.
Jack Moffitt
-0
/
+670
2013-12-09
Implement LTO
Alex Crichton
-1
/
+10
[prev]
[next]