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
/
driver
Age
Commit message (
Expand
)
Author
Lines
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
2013-12-26
librustc: De-`@mut` `building_library` in the session
Patrick Walton
-5
/
+5
2013-12-26
librustc: De-`@mut` `node_id` in the session
Patrick Walton
-4
/
+4
2013-12-26
librustc: De-`@mut` the entry function and entry type in the session
Patrick Walton
-6
/
+6
2013-12-26
librustc: De-`@mut` several instances of `io::Writer`.
Patrick Walton
-2
/
+3
2013-12-26
librustc: De-`@mut` the additional library search paths
Patrick Walton
-5
/
+5
2013-12-26
librustc: De-`@mut` the export map
Patrick Walton
-2
/
+1
2013-12-26
librustc: De-`@mut` the `reachable` map
Patrick Walton
-4
/
+11
2013-12-26
librustc: De-`@mut` `lints` in the session
Patrick Walton
-4
/
+8
2013-12-26
librustc: De-`@mut` `cstore::CStore`
Patrick Walton
-2
/
+2
2013-12-25
Method-ify CStore
Steven Fackler
-2
/
+3
2013-12-22
Allow optional filename argument for --dep-info
Andreas Neuhaus
-22
/
+32
2013-12-20
auto merge of #11077 : alexcrichton/rust/crate-id, r=cmr
bors
-39
/
+4
2013-12-20
rustc: Improve crate id extraction
Alex Crichton
-39
/
+4
2013-12-19
rustc: Optimize reading metadata by 4x
Alex Crichton
-1
/
+0
2013-12-19
Add some things to inspect crate-id's
Corey Richardson
-3
/
+50
2013-12-17
auto merge of #10979 : alexcrichton/rust/less-bc, r=cmr
bors
-1
/
+6
2013-12-16
Detect stability attributes on methods.
Kiet Tran
-1
/
+1
2013-12-15
Move logic for test output generation forward
Alex Crichton
-1
/
+6
2013-12-13
auto merge of #10916 : alexcrichton/rust/nounwind, r=pcwalton
bors
-0
/
+3
2013-12-13
auto merge of #10909 : sanxiyn/rust/coherence, r=alexcrichton
bors
-26
/
+23
2013-12-12
Add --dep-info to write Makefile-compatible dependency info.
Jack Moffitt
-3
/
+31
2013-12-11
Disable all unwinding on -Z no-landing-pads LTO
Alex Crichton
-0
/
+3
2013-12-10
Make crate hash stable and externally computable.
Jack Moffitt
-11
/
+8
2013-12-11
Remove -Z coherence
Seo Sanghyeon
-26
/
+23
2013-12-09
Implement LTO
Alex Crichton
-6
/
+34
2013-12-09
Store metadata separately in rlib files
Alex Crichton
-7
/
+6
2013-12-09
auto merge of #10874 : vadimcn/rust/integrated-as, r=alexcrichton
bors
-8
/
+8
2013-12-08
Use LLVM integrated assembler on Windows too.
Vadim Chugunov
-8
/
+8
2013-12-08
Add dead-code warning pass
Kiet Tran
-13
/
+4
2013-12-05
Remove unused upcalls
Alex Crichton
-25
/
+22
[next]