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
/
session.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-06
Don't attempt duplicate outputs
Alex Crichton
-1
/
+3
2014-01-03
auto merge of #11251 : pcwalton/rust/remove-at-mut, r=pcwalton
bors
-3
/
+3
2014-01-03
librustc: De-`@mut` the span handler
Patrick Walton
-2
/
+2
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
-4
/
+13
2014-01-01
syntax::diagnostic: Remove unnecessary traits
klutzy
-2
/
+2
2014-01-01
rustc::driver: Remove two @s
klutzy
-2
/
+2
2013-12-31
Add a --no-analysis command line switch
SiegeLord
-0
/
+2
2013-12-26
librustc: De-`@mut` `outputs` in the session
Patrick Walton
-1
/
+1
2013-12-26
librustc: De-`@mut` `building_library` in the session
Patrick Walton
-1
/
+1
2013-12-26
librustc: De-`@mut` `node_id` in the session
Patrick Walton
-3
/
+3
2013-12-26
librustc: De-`@mut` the entry function and entry type in the session
Patrick Walton
-3
/
+3
2013-12-26
librustc: De-`@mut` the additional library search paths
Patrick Walton
-4
/
+4
2013-12-26
librustc: De-`@mut` `lints` in the session
Patrick Walton
-3
/
+6
2013-12-26
librustc: De-`@mut` `cstore::CStore`
Patrick Walton
-1
/
+1
2013-12-22
Allow optional filename argument for --dep-info
Andreas Neuhaus
-3
/
+3
2013-12-20
rustc: Improve crate id extraction
Alex Crichton
-2
/
+3
2013-12-19
Add some things to inspect crate-id's
Corey Richardson
-1
/
+4
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
-0
/
+3
2013-12-11
Disable all unwinding on -Z no-landing-pads LTO
Alex Crichton
-0
/
+3
2013-12-11
Remove -Z coherence
Seo Sanghyeon
-26
/
+23
2013-12-09
Implement LTO
Alex Crichton
-0
/
+30
2013-12-08
Use LLVM integrated assembler on Windows too.
Vadim Chugunov
-0
/
+6
2013-12-05
Remove unused upcalls
Alex Crichton
-25
/
+22
2013-12-05
Update LLVM and jettison jit support
Alex Crichton
-16
/
+12
2013-11-30
Test fixes and merge conflicts
Alex Crichton
-72
/
+0
2013-11-29
Add generation of static libraries to rustc
Alex Crichton
-40
/
+37
2013-11-27
Shink NodeId, CrateNum, Name and Mrk down to 32 bits on x64.
Eduard Burtescu
-7
/
+8
2013-11-19
librustc: Change most uses of `&fn()` to `||`.
Patrick Walton
-2
/
+1
2013-11-11
Add a flag to force generating toplevel crate map
Alex Crichton
-0
/
+5
2013-11-09
Add a "system" ABI
Alex Crichton
-10
/
+7
2013-10-26
Make addl_lib_search_paths a HashSet (Closes #7718).
Joshua Yanovski
-5
/
+5
2013-10-17
Removed the -Z once_fns compiler flag and added the new feature directive of ...
Chris Sainty
-11
/
+6
2013-10-04
rustc: Use static strings in a few literals
blake2-ppc
-40
/
+39
2013-10-01
remove the `float` type
Daniel Micay
-2
/
+1
2013-10-01
auto merge of #9599 : alexcrichton/rust/less-fmt, r=huonw
bors
-1
/
+1
2013-09-30
rustc: Remove usage of fmt!
Alex Crichton
-1
/
+1
2013-10-01
add -Z soft-float option
Jyun-Yan You
-0
/
+2
2013-09-26
remove type_use
Daniel Micay
-19
/
+13
2013-09-10
Delay assignment of node ids until after expansion. Ensures that each AST node
Niko Matsakis
-46
/
+56
2013-09-02
Renamed syntax::ast::ident -> Ident
Marvin Löbel
-2
/
+2
2013-09-01
Modernized a few type names in rustc and syntax
Marvin Löbel
-19
/
+19
2013-08-30
Tweak pass management and add some more options
Alex Crichton
-0
/
+10
2013-08-26
Rewrite pass management with LLVM
Alex Crichton
-0
/
+21
2013-08-11
auto merge of #8410 : luqmana/rust/mcpu, r=sanxiyn
bors
-0
/
+2
2013-08-11
librustc: Convert from `@Object` to `@mut Object` as needed
Niko Matsakis
-2
/
+2
2013-08-10
rustc: Add --target-cpu flag to select a more specific processor instead of t...
Luqman Aden
-0
/
+2
[next]