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
/
driver
Age
Commit message (
Expand
)
Author
Lines
2013-01-29
librustc: De-export driver. rs=deexport
Patrick Walton
-125
/
+118
2013-01-20
convert the remaining ast record types into structs
Erick Tryzelaar
-1
/
+1
2013-01-17
Add a license check to tidy. #4018
Brian Anderson
-1
/
+0
2013-01-17
librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma...
Patrick Walton
-2
/
+3
2013-01-15
librustc: minor missing change for crate-as-struct.
Graydon Hoare
-1
/
+1
2013-01-14
convert ast::attribute_ and ast::view_item to a struct
Erick Tryzelaar
-1
/
+1
2013-01-14
syntax/rustc: Eliminate some bad copies
Tim Chevalier
-2
/
+1
2013-01-13
Support ARM and Android
kyeongwoon
-4
/
+16
2013-01-10
librustc: Make all external functions unsafe. r=tjc
Patrick Walton
-1
/
+3
2013-01-10
mode: reset mode on entry to fn body.
Niko Matsakis
-2
/
+2
2013-01-09
A collection of refactorings that I found it hard/tiresome to divide:
Niko Matsakis
-4
/
+7
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+14
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-14
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+14
2013-01-08
arrange core::os::consts
ILyoan
-3
/
+3
2013-01-08
Rename identifiers that still use 'alt' to use 'match'
Lindsey Kuper
-2
/
+2
2013-01-07
librustc: Fix some librustc test modes. rs=bustage
Patrick Walton
-1
/
+1
2013-01-07
librustc: Make vectors no longer implicitly copyable in rustc. r=graydon
Patrick Walton
-23
/
+26
2012-12-27
librustc: Fix some unresolved imports in the test runner. rs=bustage
Patrick Walton
-0
/
+6
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-17
/
+46
2012-12-13
librustc: Make `use` statements crate-relative by default. r=brson
Patrick Walton
-6
/
+7
2012-12-07
librustc: De-mode pattern bindings. r=nmatsakis
Patrick Walton
-3
/
+3
2012-12-06
Remove hack to not use type_use on x86
Brian Anderson
-4
/
+1
2012-12-06
Turn off type_use on x86. #4127
Brian Anderson
-1
/
+4
2012-12-06
Eleminate pattern warnings
Brian Anderson
-4
/
+4
2012-12-05
librustc: Implement "-Z no-monomorphic-collapse" as a debugging tool to diagn...
Patrick Walton
-0
/
+6
2012-12-05
librustc: Make a context including the method map in check_alt, in preparatio...
Patrick Walton
-1
/
+1
2012-12-04
librustc: Long lines. rs=rustbot
Patrick Walton
-2
/
+2
2012-12-04
librustc: Implement moves based on type. r=nmatsakis
Patrick Walton
-0
/
+3
2012-12-04
librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...
Patrick Walton
-15
/
+15
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+30
2012-11-28
Remove uses of #[merge]
Brian Anderson
-0
/
+8
2012-11-28
Merge remote-tracking branch 'brson/companion' into incoming
Brian Anderson
-41
/
+5
2012-11-28
Register snapshots
Brian Anderson
-40
/
+0
2012-11-26
Remove the crate language
Brian Anderson
-1
/
+5
2012-11-24
[libstd] getopts, now with fewer copies
Tim Chevalier
-3
/
+3
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-0
/
+40
2012-11-17
Merge remote-tracking branch 'brson/codemap'
Brian Anderson
-4
/
+4
2012-11-14
librustc: discard side tables after translation, before llvm passes.
Graydon Hoare
-40
/
+52
2012-11-12
Objectify the codemap
Brian Anderson
-2
/
+2
2012-11-12
Remove CodeMap box typedef from codemap
Brian Anderson
-3
/
+3
2012-11-07
Rename src/rustc to src/librustc. Use the driver crate
Brian Anderson
-0
/
+1212
[prev]