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-06-24
Store the registered lints in the Session
Keegan McAllister
-2
/
+7
2014-06-24
Replace enum LintId with an extensible alternative
Keegan McAllister
-3
/
+4
2014-06-24
Rename lint::Lint to lint::LintId
Keegan McAllister
-2
/
+2
2014-06-24
Move lint.rs out of middle
Keegan McAllister
-1
/
+1
2014-06-16
auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton
bors
-1
/
+0
2014-06-13
Dump results of analysis phase as CSV
Nick Cameron
-0
/
+1
2014-06-12
Basic iOS support
Valerii Hiora
-1
/
+0
2014-06-09
Implement #[plugin_registrar]
Keegan McAllister
-2
/
+2
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-3
/
+3
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-1
/
+2
2014-05-15
Add compiler flag to configure output coloring
Hanno Braun
-1
/
+1
2014-05-12
librustc: Remove all uses of `~str` from librustc.
Patrick Walton
-8
/
+5
2014-05-11
Reorganise driver code.
Nick Cameron
-366
/
+73
2014-05-08
libsyntax: Remove uses of `~str` from libsyntax, and fix fallout
Patrick Walton
-1
/
+2
2014-05-06
auto merge of #13892 : alexcrichton/rust/mixing-rlib-dylib-deps, r=brson
bors
-2
/
+2
2014-05-02
rustc: Remove the session building_library flag
Alex Crichton
-22
/
+0
2014-05-02
rustc: Add some suppot for mixing rlibs and dylibs
Alex Crichton
-2
/
+2
2014-04-23
Enable use of syntax extensions when cross compiling.
Douglas Young
-6
/
+14
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-5
/
+5
2014-04-17
auto merge of #13557 : FlaPer87/rust/ls-behind-z, r=brson
bors
-2
/
+4
2014-04-16
Move `--ls` behind `-Z ls`
Flavio Percoco
-2
/
+4
2014-04-15
auto merge of #13489 : JustAPerson/rust/crate-file-name, r=alexcrichton
bors
-33
/
+41
2014-04-14
Only check --crate-type flags if present.
JustAPerson
-33
/
+41
2014-04-13
rustc: Don't link in syntax extensions
Alex Crichton
-1
/
+1
2014-04-06
auto merge of #13340 : FlaPer87/rust/code-model, r=cmr
bors
-0
/
+2
2014-04-06
Add support for different relocation models
Flavio Percoco
-0
/
+2
2014-04-05
Added session.fileline_note() method and support infrastucture for it.
Felix S. Klock II
-0
/
+3
2014-03-31
rustc: Switch field privacy as necessary
Alex Crichton
-40
/
+40
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
[next]