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
/
middle
/
alias.rs
Age
Commit message (
Expand
)
Author
Lines
2012-06-08
remove alias analysis and replace with borrowck
Niko Matsakis
-848
/
+0
2012-06-08
Get rid of little-used logging fns in util::common. Closes #2553.
Lindsey Kuper
-1
/
+2
2012-06-07
Revert "remove alias analysis and replace with borrowck"
Brian Anderson
-0
/
+847
2012-06-07
remove alias analysis and replace with borrowck
Niko Matsakis
-847
/
+0
2012-06-04
Get rid of warnings from instantiating typarams with non-implicitly copyable ...
Michael Sullivan
-0
/
+1
2012-05-21
rustc: Move ast_map to the syntax crate
Brian Anderson
-1
/
+1
2012-05-21
rustc: Move path_to_ident to ast_util
Brian Anderson
-0
/
+1
2012-05-21
change list so that it must be used in a purely boxed fashion
Niko Matsakis
-20
/
+17
2012-05-15
make poison-on-free work, disable copying if borrowck is enabled
Niko Matsakis
-0
/
+6
2012-05-10
replace mutbl pass with borrowck
Niko Matsakis
-4
/
+133
2012-05-10
Remove `do { ... } while ...` from the language.
Paul Stansifer
-1
/
+1
2012-05-04
new cap clause syntax
Niko Matsakis
-5
/
+5
2012-04-20
Add new syntax for patterns that match the head constructor only
Tim Chevalier
-3
/
+3
2012-04-19
make nominal types optionally parameterized by a self region.
Niko Matsakis
-5
/
+6
2012-04-06
Remove support for old-style for
Marijn Haverbeke
-4
/
+0
2012-04-06
Convert old-style for loops to new-style
Marijn Haverbeke
-32
/
+32
2012-03-28
Allow references to "self" within classes
Tim Chevalier
-1
/
+1
2012-03-27
Emergency safe-ref-checker maintenance
Marijn Haverbeke
-81
/
+91
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-14
/
+14
2012-03-21
add mut decls to rustc and make them mandatory
Niko Matsakis
-23
/
+23
2012-03-15
Remove support for dynamically-sized types from translation code
Marijn Haverbeke
-10
/
+1
2012-03-14
std: Rename the hashmap constructors to conform to new standards
Brian Anderson
-2
/
+2
2012-03-10
Use loop instead of while(true) in libraries and compiler itself
Tim Chevalier
-4
/
+3
2012-03-08
Change util::unreachable to core::unreachable
Tim Chevalier
-1
/
+1
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-0
/
+1
2012-03-07
Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"
Patrick Walton
-1
/
+0
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-0
/
+1
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-0
/
+715