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
/
rustc
/
front
Age
Commit message (
Expand
)
Author
Lines
2012-09-04
std: Convert test to camel case
Brian Anderson
-1
/
+1
2012-09-04
Remove 'with'
Brian Anderson
-9
/
+9
2012-09-04
rustc: "import" -> "use"
Patrick Walton
-18
/
+18
2012-09-02
Camel case core::intrinsic
Brian Anderson
-24
/
+23
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-1
/
+4
2012-08-29
Allow extern mods to be anonymous
Tim Chevalier
-0
/
+1
2012-08-27
Camel case various core constructors
Brian Anderson
-2
/
+2
2012-08-27
Mark intrinsic::tydesc with #[allow(non_camel_case_types)]
Brian Anderson
-0
/
+1
2012-08-26
Camel case the option type
Brian Anderson
-26
/
+26
2012-08-25
Fix more unused variable warnings
Brian Anderson
-1
/
+1
2012-08-23
Remove purity from fn_decl and move it out to containing AST elements.
Michael Sullivan
-8
/
+5
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-10
/
+10
2012-08-22
intern identifiers
Paul Stansifer
-27
/
+39
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-06
Convert alt to match. Stop parsing alt
Brian Anderson
-7
/
+7
2012-08-05
Switch alts to use arrows
Brian Anderson
-14
/
+14
2012-08-03
rustc: Add the notion of inherited visibility
Patrick Walton
-1
/
+1
2012-08-01
Convert ret to return
Brian Anderson
-31
/
+35
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-1
/
+1
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-7
/
+7
2012-07-16
Fix reflection on vstore_fixed estrs and evecs.
Graydon Hoare
-4
/
+3
2012-07-14
remove typestate from code, tests, and docs
Niko Matsakis
-6
/
+3
2012-07-14
Tear out ty_str and ty_vec.
Michael Sullivan
-3
/
+3
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-33
/
+33
2012-07-13
Change (hopefully) all of the code that generates strs asts to produce ~strs.
Michael Sullivan
-6
/
+15
2012-07-13
Support prefix notation for vstore strings. Closes #2906.
Michael Sullivan
-18
/
+21
2012-07-12
Obliterate the callee_id hack
Tim Chevalier
-8
/
+20
2012-07-10
Modify reflect interface to pass tydescs back to client, stop on false return.
Graydon Hoare
-44
/
+39
2012-07-10
Get rid of places that expected foo.bar to implicitly bind.
Michael Sullivan
-5
/
+5
2012-07-09
Allow folds to drop items.
Paul Stansifer
-2
/
+2
2012-07-09
rustc: Conditionally compile view items. #2357
Brian Anderson
-6
/
+24
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-1
/
+1
2012-07-03
Revert "Remove rule requiring non-nil block-style statements to be semi-termi...
Brian Anderson
-1
/
+1
2012-07-03
Remove rule requiring non-nil block-style statements to be semi-terminated
Brian Anderson
-1
/
+1
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-1
/
+1
2012-07-01
Convert to new closure syntax
Brian Anderson
-15
/
+15
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-2
/
+2
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-47
/
+47
2012-06-28
Replaced almost all vector+ in rustc (#2719)
Eric Holk
-6
/
+7
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-8
/
+8
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-50
/
+51
2012-06-25
When we cons up vector asts, generate evecs.
Michael Sullivan
-6
/
+16
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-5
/
+6
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-9
/
+9
2012-06-14
Complete a data visitor type that does proper pointer-walking.
Graydon Hoare
-10
/
+20
2012-06-13
Box AST idents
Brian Anderson
-20
/
+20
2012-06-08
Pass names of fields and variants when reflecting.
Graydon Hoare
-10
/
+12
2012-06-08
Visit the substructure for classes and enums as well.
Graydon Hoare
-3
/
+18
2012-06-08
More work on reflect, only missing enum and class substructures.
Graydon Hoare
-0
/
+37
[next]