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
/
librustc
/
front
/
core_inject.rs
Age
Commit message (
Expand
)
Author
Lines
2013-05-22
librustc: Rename core injection to std injection
Patrick Walton
-108
/
+0
2013-05-20
Remove all unnecessary allocations (as flagged by lint)
Alex Crichton
-1
/
+1
2013-05-09
Use a specialized string interner to reduce the need for owned strings
Björn Steinbrink
-3
/
+3
2013-04-27
only use #[no_core] in libcore
Daniel Micay
-3
/
+0
2013-04-10
Bump version to 0.7-pre
Brian Anderson
-1
/
+1
2013-04-10
path -> Path
John Clements
-1
/
+1
2013-04-09
Bump version to 0.7-pre
Brian Anderson
-1
/
+1
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-1
/
+1
2013-03-18
librustc: Convert all uses of old lifetime notation to new lifetime notation....
Patrick Walton
-1
/
+1
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-1
/
+0
2013-02-25
libsyntax: progress on making syntax::visit vecs_implicitly_copyable-free
Erick Tryzelaar
-5
/
+11
2013-02-25
libsyntax: Convert ast::attribute_ to store a @meta_item
Erick Tryzelaar
-1
/
+1
2013-02-20
librustc: Separate most trait bounds with '+'. rs=plussing
Patrick Walton
-1
/
+1
2013-02-19
convert ast::meta_items to take @~strs
Erick Tryzelaar
-1
/
+1
2013-02-17
libsyntax: Update view_item_use/import to reflect actual usage
Luqman Aden
-2
/
+3
2013-01-31
test cases, cleanup
John Clements
-2
/
+3
2013-01-29
librustc: De-export back, lib, and util. rs=deexporting
Patrick Walton
-4
/
+2
2013-01-20
convert the remaining ast record types into structs
Erick Tryzelaar
-2
/
+2
2013-01-18
Comments: turn XXXes into FIXMEs
Tim Chevalier
-2
/
+2
2013-01-14
convert ast::crate_ into a struct.
Erick Tryzelaar
-1
/
+1
2013-01-14
convert ast::attribute_ and ast::view_item to a struct
Erick Tryzelaar
-20
/
+19
2013-01-14
Change ast::path into a struct.
Erick Tryzelaar
-1
/
+1
2013-01-09
A collection of refactorings that I found it hard/tiresome to divide:
Niko Matsakis
-1
/
+1
2013-01-09
syntax: convert ast::spanned into a struct
Erick Tryzelaar
-1
/
+1
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-4
/
+13
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-13
/
+4
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-4
/
+13
2013-01-07
librustc: Make vectors no longer implicitly copyable in rustc. r=graydon
Patrick Walton
-3
/
+10
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-24
/
+56
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-13
librustc: Stop reexporting all of core in every crate. rs=really-bad-bug
Patrick Walton
-2
/
+2
2012-11-07
Rename src/rustc to src/librustc. Use the driver crate
Brian Anderson
-0
/
+49