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-03-26
auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson
bors
-2
/
+0
2014-03-25
Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...
Marvin Löbel
-2
/
+2
2014-03-24
rustc: Remove all crate map support
Alex Crichton
-2
/
+0
2014-03-22
rustc: Fix fallout of removing get()
Alex Crichton
-2
/
+2
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-2
/
+1
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-2
/
+2
2014-03-17
De-@ codemap and diagnostic.
Eduard Burtescu
-28
/
+29
2014-03-17
De-@ ParseSess uses.
Eduard Burtescu
-1
/
+1
2014-03-17
De-@ CStore uses.
Eduard Burtescu
-1
/
+1
2014-03-17
De-@ filesearch.
Eduard Burtescu
-4
/
+15
2014-03-17
De-@ Session usage.
Eduard Burtescu
-5
/
+3
2014-03-13
Introduce a common recursion limit for auto-dereference and monomorphization.
Eduard Burtescu
-1
/
+5
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-13
/
+4
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-17
/
+26
2014-03-07
create a sensible comparison trait hierarchy
Daniel Micay
-1
/
+1
2014-03-06
debuginfo: Re-introduce the notion of line-table-only debuginfo.
Michael Woerister
-2
/
+9
2014-03-01
librustc: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-2
/
+4
2014-02-24
Gate default type parameter overrides.
Eduard Burtescu
-0
/
+2
2014-02-23
Move std::{trie, hashmap} to libcollections
Alex Crichton
-1
/
+1
2014-02-19
rustc: support dumping the AST as JSON
Corey Richardson
-1
/
+5
2014-02-14
Refactored ast_map and friends, mainly to have Paths without storing them.
Eduard Burtescu
-20
/
+1
2014-02-13
Replace `crate` usage with `krate`
Flavio Percoco
-2
/
+2
2014-02-11
Remove binary field
Seo Sanghyeon
-2
/
+0
2014-02-10
Consolidate codegen-related compiler flags
Alex Crichton
-66
/
+109
2014-02-08
Fixed error starting with uppercase
mr.Shu
-1
/
+1
2014-02-07
Add comments to span debugger
Seo Sanghyeon
-1
/
+1
2014-02-07
Span debugger
Seo Sanghyeon
-0
/
+5
2014-02-06
Redesign output flags for rustc
Alex Crichton
-25
/
+24
2014-02-02
Remove rustpkg.
Corey Richardson
-2
/
+3
2014-02-02
librustc: De-`@str` `ident()` and `str_of()`
Patrick Walton
-3
/
+5
2014-02-02
libsyntax: De-`@str` literal strings in the AST
Patrick Walton
-8
/
+19
2014-02-02
libsyntax: Introduce an `InternedString` type to reduce `@str` in the
Patrick Walton
-1
/
+1
2014-01-28
Generate rlibs by default (instead of dylibs)
Alex Crichton
-1
/
+5
2014-01-27
debuginfo: Fix name attribute for DWARF compile units
Michael Woerister
-0
/
+3
2014-01-24
auto merge of #11744 : alexcrichton/rust/issue-5219, r=thestinger
bors
-0
/
+2
2014-01-24
Allow opting-out of rpath usage
Alex Crichton
-0
/
+2
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-21
Capitalize debugging opts and make them u64
Alex Crichton
-80
/
+81
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-17
rustc::driver: Capitalize structs and enums
klutzy
-12
/
+7
2014-01-16
Load macros from external modules
Steven Fackler
-0
/
+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
-2
/
+2
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-4
/
+4
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
[next]