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
2014-02-02
librustc: Remove one more `@str` from librustc
Patrick Walton
-5
/
+5
2014-02-02
librustc: De-`@str` `ident()` and `str_of()`
Patrick Walton
-3
/
+5
2014-02-02
libsyntax: De-`@str` pathnames
Patrick Walton
-6
/
+8
2014-02-02
librustc: Stop using `@str` for source.
Patrick Walton
-7
/
+8
2014-02-02
libsyntax: De-`@str` literal strings in the AST
Patrick Walton
-21
/
+33
2014-02-02
libsyntax: Introduce an `InternedString` type to reduce `@str` in the
Patrick Walton
-12
/
+20
2014-01-28
Generate rlibs by default (instead of dylibs)
Alex Crichton
-3
/
+9
2014-01-27
debuginfo: Fix name attribute for DWARF compile units
Michael Woerister
-20
/
+27
2014-01-24
auto merge of #11774 : sfackler/rust/move-macros, r=pcwalton
bors
-6
/
+5
2014-01-24
auto merge of #11744 : alexcrichton/rust/issue-5219, r=thestinger
bors
-0
/
+5
2014-01-24
Allow opting-out of rpath usage
Alex Crichton
-0
/
+5
2014-01-24
Move macro_rules! macros to libstd
Steven Fackler
-6
/
+5
2014-01-23
auto merge of #11718 : ktt3ja/rust/borrowck-error-msg, r=brson
bors
-0
/
+3
2014-01-23
Make some borrow checker errors more user friendly
Kiet Tran
-0
/
+3
2014-01-22
Don't fatally fail in driver::early_error
Alex Crichton
-1
/
+1
2014-01-21
auto merge of #11700 : bharrisau/rust/thumb, r=alexcrichton
bors
-0
/
+1
2014-01-21
Capitalize debugging opts and make them u64
Alex Crichton
-88
/
+89
2014-01-21
Remove obsoleted -Z options
Alex Crichton
-24
/
+0
2014-01-21
Stop using hardcoded numbers for -Z options
Alex Crichton
-30
/
+45
2014-01-21
Add support for ARM thumb architecture
Ben Harris
-0
/
+1
2014-01-17
auto merge of #11598 : alexcrichton/rust/io-export, r=brson
bors
-1
/
+1
2014-01-17
Tweak the interface of std::io
Alex Crichton
-1
/
+1
2014-01-17
rustc::metadata: Remove trait FileSearch
klutzy
-1
/
+1
2014-01-17
rustc::driver: Capitalize structs and enums
klutzy
-38
/
+33
2014-01-16
auto merge of #11151 : sfackler/rust/ext-crate, r=alexcrichton
bors
-5
/
+22
2014-01-16
Load macros from external modules
Steven Fackler
-5
/
+22
2014-01-15
Revert "show options for -W help and -W". Fixes #11458.
lucy
-1
/
+1
2014-01-09
rustc: Fix style of Lint enum
Brian Anderson
-5
/
+5
2014-01-09
rustc: Fix style of OutputType enum
Brian Anderson
-16
/
+16
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-27
/
+27
2014-01-08
auto merge of #11370 : alexcrichton/rust/issue-10465, r=pwalton
bors
-0
/
+1
2014-01-07
Fixup the rest of the tests in the compiler
Alex Crichton
-0
/
+1
2014-01-07
Inline reexports in rustdoc
Alex Crichton
-3
/
+6
2014-01-06
Don't attempt duplicate outputs
Alex Crichton
-1
/
+3
2014-01-06
Disowned the Visitor.
Eduard Burtescu
-17
/
+15
2014-01-03
auto merge of #11251 : pcwalton/rust/remove-at-mut, r=pcwalton
bors
-21
/
+30
2014-01-03
librustc: Remove `@mut` support from the typechecker and borrow checker
Patrick Walton
-2
/
+1
2014-01-03
librustc: Eliminate an unnecessary `@mut` in pretty printing.
Patrick Walton
-2
/
+2
2014-01-03
libsyntax: De-`@mut` `CodeMap::files`
Patrick Walton
-3
/
+13
2014-01-03
librustc: De-`@mut` all writers
Patrick Walton
-1
/
+1
2014-01-03
librustc: De-`@mut` (and de-`@`) the pretty printer
Patrick Walton
-9
/
+9
2014-01-03
librustc: De-`@mut` the span handler
Patrick Walton
-3
/
+3
2014-01-03
librustc: De-`@mut` the parse session
Patrick Walton
-1
/
+1
2014-01-01
Add linting for `crate_type` attribute values.
a_m0d
-5
/
+14
2014-01-01
syntax::diagnostic: Remove unnecessary traits
klutzy
-3
/
+3
2014-01-01
rustc::driver: Remove two @s
klutzy
-6
/
+6
2013-12-31
Add a --no-analysis command line switch
SiegeLord
-0
/
+17
2013-12-31
Generate --dep-info earlier in the compillation.
SiegeLord
-30
/
+44
2013-12-29
Rename pkgid variables
Luis de Bethencourt
-5
/
+5
2013-12-26
librustc: De-`@mut` `outputs` in the session
Patrick Walton
-3
/
+3
[prev]
[next]