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
/
test.rs
Age
Commit message (
Expand
)
Author
Lines
2015-07-10
Change some instances of .connect() to .join()
Wesley Wiser
-1
/
+1
2015-07-01
Update librustc_driver/test.rs
Jared Roesch
-1
/
+1
2015-06-28
Fix librustc_driver/test.rs
Jared Roesch
-1
/
+1
2015-06-26
rustc: switch most remaining middle::ty functions to methods.
Eduard Burtescu
-10
/
+10
2015-06-26
rustc: make ty::mk_* constructors into methods on ty::ctxt.
Eduard Burtescu
-37
/
+31
2015-06-26
rustc: combine type-flag-checking traits and fns and into one trait.
Eduard Burtescu
-7
/
+7
2015-06-20
Auto merge of #26417 - brson:feature-err, r=steveklabnik
bors
-0
/
+2
2015-06-18
Make a better error message for using #[feature] on stable rust
Brian Anderson
-0
/
+2
2015-06-19
rustc: remove Repr and UserString.
Eduard Burtescu
-35
/
+25
2015-06-19
rustc: replace Repr/UserString impls with Debug/Display ones.
Eduard Burtescu
-7
/
+4
2015-06-19
rustc: use the TLS type context in Repr and UserString.
Eduard Burtescu
-19
/
+19
2015-06-19
rustc: use Repr and UserString instead of ppaux::ty_to_string.
Eduard Burtescu
-2
/
+2
2015-06-19
rustc: enforce stack discipline on ty::ctxt.
Eduard Burtescu
-14
/
+16
2015-06-19
rustc_resolve: don't require redundant arguments to resolve_crate.
Eduard Burtescu
-1
/
+1
2015-06-12
Cleanup: rename middle::ty::sty and its variants.
Eli Friedman
-1
/
+1
2015-06-10
syntax: move ast_map to librustc.
Eduard Burtescu
-1
/
+2
2015-05-14
syntax: refactor (Span)Handler and ParseSess constructors to be methods.
Eduard Burtescu
-2
/
+2
2015-04-24
fix rustc_driver tests
Niko Matsakis
-1
/
+3
2015-04-17
Fix some missing cases
Niko Matsakis
-1
/
+6
2015-04-02
Rollup merge of #23895 - nikomatsakis:fn-trait-inheritance-add-impls, r=pnkfelix
Manish Goregaokar
-9
/
+9
2015-04-01
Auto merge of #23109 - nikomatsakis:closure-region-hierarchy, r=pnkfelix
bors
-0
/
+1
2015-04-01
Implement the new region hierarchy rules, in which regions from distinct
Niko Matsakis
-0
/
+1
2015-03-31
std: Remove #[old_orphan_check] from PartialEq
Alex Crichton
-6
/
+5
2015-03-31
Port over type inference to using the new type relation stuff
Niko Matsakis
-9
/
+9
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-64
/
+64
2015-03-02
Use `const`s instead of `static`s where appropriate
Florian Zeitz
-1
/
+1
2015-02-28
Separate most of rustc::lint::builtin into a separate crate.
Huon Wilson
-0
/
+2
2015-02-24
Use arrays instead of vectors in tests
Vadim Petrochenkov
-5
/
+5
2015-02-22
Fix test fallouts
Flavio Percoco
-1
/
+1
2015-02-18
rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket
Alex Crichton
-1
/
+1
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-1
/
+1
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-1
/
+1
2015-02-11
Added DestructionScope variant to CodeExtent, representing the area
Felix S. Klock II
-2
/
+2
2015-02-07
Feature-gate #![no_std]
Keegan McAllister
-1
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-02-04
More test fixes
Manish Goregaokar
-2
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-01-30
Remove the capture mode map and just store the capture mode for individual va...
Niko Matsakis
-2
/
+1
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-2
/
+2
2015-01-27
accommodate new scoping rules in librustc_driver unit tests.
Felix S. Klock II
-1
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-0
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-21
tests: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-0
/
+1
2015-01-08
librustc::session : Make DebuggingOpts use the options! macro
Manish Goregaokar
-1
/
+1
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-1
/
+1
2015-01-06
More test fixes
Alex Crichton
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2015-01-05
remove mk_closure
Jorge Aparicio
-33
/
+0
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-3
/
+3
[next]