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
/
librustc
/
metadata
/
common.rs
Age
Commit message (
Expand
)
Author
Lines
2013-06-29
Great renaming: propagate throughout the rest of the codebase
Corey Richardson
-2
/
+1
2013-06-28
Rewrite each_path to allow performance improvements in the future.
Patrick Walton
-0
/
+4
2013-06-22
Cleaned up middle a bit.
Steven Stewart-Gallus
-2
/
+14
2013-05-14
rustc: rename ast::self_ty and related fields to explicit_self
Erick Tryzelaar
-1
/
+1
2013-05-03
add gitattributes and fix whitespace issues
Daniel Micay
-1
/
+0
2013-05-01
rustc: remove the rest of drop
Erick Tryzelaar
-1
/
+0
2013-04-29
librustc: Remove the concept of modes from the compiler.
Patrick Walton
-1
/
+0
2013-04-09
Cleanup substitutions and treatment of generics around traits in a number of ...
Niko Matsakis
-1
/
+1
2013-04-05
Refactor so that references to traits are not represented using a type with a
Niko Matsakis
-1
/
+3
2013-04-05
Add a (currently unused) "transformed self type" pointer into ty::method
Niko Matsakis
-0
/
+1
2013-04-05
Rather than storing a list of ty::method per trait, store one ty::method
Niko Matsakis
-0
/
+4
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-61
/
+61
2013-03-07
librustc: Add #[link_args] to metadata
Patrick Walton
-0
/
+3
2013-02-28
Remove legacy object creation mode, and convert remaining uses of it
Niko Matsakis
-3
/
+2
2013-02-28
librustc: Enforce cross-crate method privacy
Patrick Walton
-0
/
+1
2013-02-20
librustc: Get rid of structural records save for front/test.rs.
Luqman Aden
-1
/
+5
2013-02-13
librustc: Make monomorphic newtype structs work cross-crate
Patrick Walton
-0
/
+3
2013-02-12
Revert "librustc: Make monomorphic newtype structs work cross-crate"
Graydon Hoare
-2
/
+0
2013-02-11
librustc: Make monomorphic newtype structs work cross-crate
Patrick Walton
-0
/
+2
2013-01-31
Finalize moves-based-on-type implementation.
Niko Matsakis
-1
/
+2
2013-01-29
librustc: De-export metadata. rs=deexporting
Patrick Walton
-58
/
+58
2013-01-14
syntax/rustc: Eliminate some bad copies
Tim Chevalier
-1
/
+1
2013-01-07
librustc: Make vectors no longer implicitly copyable in rustc. r=graydon
Patrick Walton
-0
/
+1
2013-01-07
librustc: Encode language items into a special lookup table. 9% improvement i...
Patrick Walton
-0
/
+12
2012-12-10
Remove un-needed code for obsolete classes
Tim Chevalier
-1
/
+1
2012-12-04
librustc: Implement moves based on type. r=nmatsakis
Patrick Walton
-1
/
+2
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-07
Rename src/rustc to src/librustc. Use the driver crate
Brian Anderson
-0
/
+132