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
/
rustc
/
metadata
/
csearch.rs
Age
Commit message (
Expand
)
Author
Lines
2012-10-09
Remove old serialization2 vestigial code
Erick Tryzelaar
-2
/
+2
2012-10-07
migrate libsyntax/rustc to auto_serialize2
Erick Tryzelaar
-2
/
+2
2012-09-20
Revert "syntax: Make attributes sendable for rustdoc's benefit"
Brian Anderson
-1
/
+1
2012-09-20
syntax: Make attributes sendable for rustdoc's benefit
Brian Anderson
-1
/
+1
2012-09-10
Convert std::map to camel case
Brian Anderson
-1
/
+1
2012-09-04
rustc: "import" -> "use"
Patrick Walton
-12
/
+12
2012-08-29
std: Camel case some constructors
Brian Anderson
-1
/
+1
2012-08-27
Camel case various core constructors
Brian Anderson
-1
/
+1
2012-08-26
Camel case the option type
Brian Anderson
-6
/
+6
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-7
/
+7
2012-08-23
Infer variance of types with respect to the region parameter.
Niko Matsakis
-2
/
+4
2012-08-22
Dead code elimination
Tim Chevalier
-9
/
+1
2012-08-22
intern identifiers
Paul Stansifer
-12
/
+12
2012-08-17
rustc: Remove resolve_path
Patrick Walton
-24
/
+0
2012-08-17
rustc: Remove lookup_defs; unused.
Patrick Walton
-12
/
+0
2012-08-15
Convert more core types to camel case
Brian Anderson
-2
/
+2
2012-08-08
Convert impls to new syntax
Brian Anderson
-1
/
+1
2012-08-07
Implement static typeclass methods. Closes #3132.
Michael Sullivan
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-1
/
+1
2012-08-05
Switch alts to use arrows
Brian Anderson
-1
/
+1
2012-08-01
Convert ret to return
Brian Anderson
-8
/
+8
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-10
/
+10
2012-07-25
rustc: Introduce a lang_items pass, part of coherence and operator overloading.
Patrick Walton
-0
/
+9
2012-07-18
rustc: Implement multiple-traits-per-impl for cross-crate stuff
Patrick Walton
-5
/
+6
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-0
/
+9
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-1
/
+1
2012-07-11
infer when types are region parameterized rather than requiring /&
Niko Matsakis
-1
/
+8
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-10
/
+10
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-1
/
+1
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-0
/
+8
2012-07-01
Convert to new closure syntax
Brian Anderson
-7
/
+7
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-1
/
+1
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-11
/
+11
2012-06-28
Replaced almost all vector+ in rustc (#2719)
Eric Holk
-1
/
+1
2012-06-26
Getting rid of lots more vector +=. (issue #2719)
Eric Holk
-3
/
+3
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-14
/
+15
2012-06-13
Box AST idents
Brian Anderson
-4
/
+6
2012-05-22
rustc: Eliminate metadata's dependency on session
Brian Anderson
-12
/
+12
2012-05-21
rustc: Move ast_map to the syntax crate
Brian Anderson
-1
/
+2
2012-05-17
Annotate or fix FIXMEs in LLVM bindings and metadata code
Tim Chevalier
-1
/
+0
2012-05-16
rustc: Sever the link between metadata and resolve
Brian Anderson
-1
/
+1
2012-05-15
Generate drop glue correctly for classes with destructors
Tim Chevalier
-0
/
+7
2012-05-14
rustc: Eliminate metadata's dependency on astencode
Brian Anderson
-2
/
+4
2012-05-13
rustc: Eliminate metadata's dependency on trans
Brian Anderson
-1
/
+0
2012-05-01
Don't re-export a glob-imported ID when the same ID is defined within
Tim Chevalier
-1
/
+1
2012-04-23
Allow classes to be cast to ifaces that are in the same crate
Tim Chevalier
-2
/
+3
2012-04-19
make nominal types optionally parameterized by a self region.
Niko Matsakis
-1
/
+1
2012-04-16
rustc: Resolve external impls defined in yet other crates. Issue #2196
Brian Anderson
-1
/
+3
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-2
/
+3
2012-03-26
Enforce privacy declarations for class fields and methods
Tim Chevalier
-9
/
+0
[next]