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
about
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-11-26
Use the TypeOrigin variants qualified.
Ms2ger
-2
/
+2
2015-11-18
Update unit tests in driver.
Niko Matsakis
-2
/
+3
2015-11-10
Rustfmting librustc_driver.
Jose Narvaez
-122
/
+103
2015-11-04
Remove use of RefCell<DefMap> in resolve_lifetime
Jonathan S
-1
/
+1
2015-10-28
Remove contraction. The contraction rules predated the notion of an
Niko Matsakis
-10
/
+14
2015-10-09
Misc fixups
Nick Cameron
-3
/
+4
2015-10-01
move direct accesses of `node` to go through `as_local_node_id`, unless
Niko Matsakis
-1
/
+1
2015-10-01
move job of creating local-def-ids to ast-map (with a few stragglers)
Niko Matsakis
-1
/
+1
2015-09-22
Use Names in HIR Items
Vadim Petrochenkov
-1
/
+1
2015-09-14
move middle::ty and related modules to middle/ty/
Ariel Ben-Yehuda
-1
/
+1
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-13
/
+17
2015-08-24
fix other test
Ariel Ben-Yehuda
-3
/
+5
2015-08-24
Use a Vec instead of an HashMap for the scope hierarchy
Ariel Ben-Yehuda
-18
/
+28
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+1
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
[prev]
[next]