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
/
creader.rs
Age
Commit message (
Expand
)
Author
Lines
2013-03-31
Fix warnings
Brian Anderson
-1
/
+0
2013-03-29
Add AbiSet and integrate it into the AST.
Niko Matsakis
-6
/
+2
2013-03-29
librustc: Remove `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-28
Removing unused imports
Alex Crichton
-1
/
+1
2013-03-26
rustc: Remove uses of oldmap::HashMap
Alex Crichton
-3
/
+3
2013-03-20
rustc: Remove some bad copies throughout
Alex Crichton
-4
/
+4
2013-03-18
librustc: Make the compiler ignore purity.
Patrick Walton
-0
/
+2
2013-03-13
librustc: Don't accept `as Trait` anymore; fix all occurrences of it.
Patrick Walton
-5
/
+5
2013-03-13
Remove `++` mode from the compiler (it is parsed as `+` mode)
Niko Matsakis
-1
/
+1
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-1
/
+1
2013-03-05
core: convert vec::{last,last_opt} to return references
Erick Tryzelaar
-1
/
+3
2013-03-05
rustc: remove some copies
Erick Tryzelaar
-1
/
+1
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-3
/
+0
2013-03-02
librustc: Forbid chained imports and fix the logic for one-level renaming imp...
Patrick Walton
-1
/
+1
2013-02-20
librustc: Get rid of structural records save for front/test.rs.
Luqman Aden
-11
/
+19
2013-02-19
librustc: convert creader and cstore to use @~strs
Erick Tryzelaar
-27
/
+26
2013-02-19
librustc: minor cleanup
Erick Tryzelaar
-30
/
+31
2013-02-19
convert syntax::attr to use @~strs
Erick Tryzelaar
-10
/
+11
2013-02-18
auto merge of #5004 : luqmana/rust/rename-use-import, r=catamorphism
bors
-3
/
+4
2013-02-17
libsyntax: Update view_item_use/import to reflect actual usage
Luqman Aden
-3
/
+4
2013-02-17
rustc: Don't copy in add_used_link_args
Zack Corr
-1
/
+1
2013-02-17
Support link_args at the crate level. Closes #1301
Zack Corr
-0
/
+15
2013-02-07
librustc: Lots of de-muting. rs=demuting
Patrick Walton
-33
/
+40
2013-02-03
rename map -> oldmap and mark it as deprecated
Daniel Micay
-1
/
+1
2013-01-31
test cases, cleanup
John Clements
-2
/
+2
2013-01-31
Finalize moves-based-on-type implementation.
Niko Matsakis
-3
/
+4
2013-01-29
librustc: De-export metadata. rs=deexporting
Patrick Walton
-9
/
+7
2013-01-24
replace ConstVector trait with the Container trait
Daniel Micay
-2
/
+2
2013-01-17
rustc: One Less Bad Copy
Tim Chevalier
-2
/
+3
2013-01-14
syntax/rustc: Eliminate some bad copies
Tim Chevalier
-2
/
+1
2013-01-10
librustc: Implement a #[no_mangle] attribute to suppress name mangling. r=brson
Patrick Walton
-2
/
+1
2013-01-10
mode: reset mode on entry to fn body.
Niko Matsakis
-1
/
+2
2013-01-09
A collection of refactorings that I found it hard/tiresome to divide:
Niko Matsakis
-4
/
+4
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-2
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+2
2013-01-07
librustc: Make vectors no longer implicitly copyable in rustc. r=graydon
Patrick Walton
-20
/
+25
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-11
/
+22
2012-12-17
Change iter::find's closure to take a ref
Erick Tryzelaar
-1
/
+1
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-2
/
+2
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-7
/
+7
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-28
core: Convert some records to structs
Brian Anderson
-1
/
+1
2012-11-07
Rename src/rustc to src/librustc. Use the driver crate
Brian Anderson
-0
/
+286