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
Age
Commit message (
Expand
)
Author
Lines
2012-07-09
rustc: Fix the collision with Tim's change
Patrick Walton
-1
/
+12
2012-07-09
Tag re-exports differently in metadata
Tim Chevalier
-9
/
+19
2012-07-09
Switch 'cont' to 'again' everywhere. Close #2229.
Graydon Hoare
-2
/
+2
2012-07-09
Fix metadata serialization of foreign functions. Properly take the value of f...
Josh Matthews
-1
/
+2
2012-07-09
rustc: Switch to the new resolution pass
Patrick Walton
-0
/
+1
2012-07-06
Revert "rustc: Switch to the new resolution pass"
Niko Matsakis
-1
/
+0
2012-07-06
rustc: Switch to the new resolution pass
Patrick Walton
-0
/
+1
2012-07-06
Plumbing and parsing for item-position macros.
Eric Holk
-0
/
+2
2012-07-05
Remove duplicate, un-used copy of astencode
Tim Chevalier
-940
/
+0
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-51
/
+51
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-12
/
+4
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-14
/
+14
2012-07-03
rustc: Make a note of the fact that each_path doesn't handle path nesting pro...
Patrick Walton
-0
/
+3
2012-07-03
rustc: Speed up def ID parsing in the metadata
Patrick Walton
-10
/
+11
2012-07-03
rustc: Avoid a lot of copying in metadata when reading impls
Patrick Walton
-6
/
+20
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-7
/
+7
2012-07-02
rustc: Implement a new resolve pass behind a compile flag
Patrick Walton
-21
/
+148
2012-07-02
Merge remote-tracking branch 'Dretch/prettydocs'
Brian Anderson
-1
/
+2
2012-07-01
Convert to new closure syntax
Brian Anderson
-145
/
+146
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-54
/
+54
2012-06-30
initial draft of fix for issue #2498:
Gareth Daniel Smith
-1
/
+2
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-188
/
+188
2012-06-28
Replaced almost all vector+ in rustc (#2719)
Eric Holk
-35
/
+47
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-32
/
+33
2012-06-26
Getting rid of lots more vector +=. (issue #2719)
Eric Holk
-57
/
+58
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-252
/
+255
2012-06-25
Add class fields to the global index
Tim Chevalier
-6
/
+12
2012-06-24
Remove resources
Tim Chevalier
-55
/
+0
2012-06-21
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
Graydon Hoare
-10
/
+8
2012-06-20
Remove bind. Issue #2189
Brian Anderson
-8
/
+8
2012-06-14
Further work on integer literal suffix inference (#1425)
Lindsey Kuper
-2
/
+1
2012-06-13
Allow impls to be re-exported
Tim Chevalier
-5
/
+9
2012-06-13
Box AST idents
Brian Anderson
-106
/
+111
2012-06-12
Handle class destructors correctly in metadata
Tim Chevalier
-21
/
+34
2012-06-12
Introduce an unboxed_vec type
Michael Sullivan
-0
/
+2
2012-06-08
remove alias analysis and replace with borrowck
Niko Matsakis
-1
/
+0
2012-06-08
WIP on issue #1425: mostly infrastructure changes.
Lindsey Kuper
-1
/
+1
2012-06-07
Revert "remove alias analysis and replace with borrowck"
Brian Anderson
-0
/
+1
2012-06-07
remove alias analysis and replace with borrowck
Niko Matsakis
-1
/
+0
2012-06-06
Merge remote-tracking branch 'mozilla/incoming'
Niko Matsakis
-1
/
+1
2012-06-06
move to dvec in metadata
Niko Matsakis
-14
/
+19
2012-06-06
Revert "Revert "Merge pull request #2516 from mozilla/incoming" due to failures"
Tim Chevalier
-1
/
+1
2012-06-04
better support for classes with polymorphic methods
Niko Matsakis
-1
/
+1
2012-06-02
Add ty_var_integral (WIP on issue #1425).
Lindsey Kuper
-0
/
+6
2012-05-31
Rename librustsyntax to libsyntax
Kevin Cantu
-1
/
+1
2012-05-30
integrate purity into type
Niko Matsakis
-6
/
+26
2012-05-29
rustc: Move filesearch into metadata mod
Brian Anderson
-2
/
+177
2012-05-26
core: Make range follow the for loop protocol
Brian Anderson
-1
/
+1
2012-05-25
Get rid of many implicit copies as a preliminary to Issue #2448.
Michael Sullivan
-3
/
+3
2012-05-24
Teach parser and related things to understand const kind bounds.
Eric Holk
-0
/
+2
[next]