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-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
2015-01-01
Implement an iterator for walking types rather than the old callback code.
Niko Matsakis
-2
/
+54
2014-12-30
Move the scalar types out of static data so that we can put `Rc` into sty.
Niko Matsakis
-46
/
+57
2014-12-30
More rebase fixes.
Huon Wilson
-2
/
+2
2014-12-29
Update rustc_driver tests.
Huon Wilson
-13
/
+17
2014-12-29
Collect tcx arenas into a single struct.
Huon Wilson
-6
/
+2
2014-12-29
Intern BareFnTys to make sty slightly smaller.
Huon Wilson
-1
/
+4
2014-12-27
save-analysis: emit names of items that a glob import actually imports.
Nick Cameron
-1
/
+1
2014-12-22
Rote changes that don't care to distinguish between a fn pointer and a fn item.
Niko Matsakis
-1
/
+12
2014-12-20
Split resolve from rustc::middle into rustc_resolve.
Eduard Burtescu
-1
/
+1
2014-12-19
Centralize on using `Binder` to introduce new binding levels, rather than hav...
Niko Matsakis
-2
/
+2
2014-12-19
Fix bug in higher-ranked code that would sometimes leak skolemized regions an...
Niko Matsakis
-0
/
+42
2014-12-19
Add tests for sub relationship on free/bound regions, revealing a bug.
Niko Matsakis
-0
/
+81
2014-12-17
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-12-14
Rename FnStyle trait to Unsafety.
Niko Matsakis
-1
/
+1
2014-12-13
librustc_driver: use unboxed closures
Jorge Aparicio
-3
/
+5
2014-12-05
Fix various references in late-running tests and things
Niko Matsakis
-18
/
+18
2014-12-04
Separate the driver into its own crate that uses trans, typeck.
Niko Matsakis
-0
/
+683
[prev]