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
Age
Commit message (
Expand
)
Author
Lines
2015-01-05
Rename macro_escape to macro_use
Keegan McAllister
-1
/
+1
2015-01-05
Implement macro re-export
Keegan McAllister
-0
/
+2
2015-01-05
Replace LetSyntaxTT with MacroRulesTT
Keegan McAllister
-1
/
+1
2015-01-05
Ungate default type parameters.
Huon Wilson
-1
/
+0
2015-01-04
auto merge of #20393 : japaric/rust/impl-any, r=aturon
bors
-1
/
+0
2015-01-03
remove `Any[Mut]RefExt` traits in favor of `impl Any`
Jorge Aparicio
-1
/
+0
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-3
/
+3
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-8
/
+8
2015-01-03
rustc_driver: fix fallout
Jorge Aparicio
-1
/
+4
2015-01-02
rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2
Alex Crichton
-1
/
+9
2015-01-02
rollup merge of #20416: nikomatsakis/coherence
Alex Crichton
-2
/
+54
2015-01-02
rollup merge of #20377: alexcrichton/issue-20352
Alex Crichton
-9
/
+3
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-1
/
+1
2015-01-02
Refactor object-safety into its own (cached) module so that we can
Niko Matsakis
-2
/
+10
2015-01-02
Fix fallout from change, adding explicit `Sized` annotations where necessary.
Niko Matsakis
-1
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+2
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-9
/
+3
2015-01-01
Implement an iterator for walking types rather than the old callback code.
Niko Matsakis
-2
/
+54
2015-01-01
auto merge of #20190 : cmr/rust/gate-macro-args, r=alexcrichton
bors
-15
/
+25
2015-01-01
Feature gate macro arguments
Corey Richardson
-15
/
+25
2014-12-31
rustc_driver: unbox closures used in let bindings
Jorge Aparicio
-6
/
+6
2014-12-30
Fallout from stabilization
Aaron Turon
-3
/
+5
2014-12-30
auto merge of #20307 : nikomatsakis/rust/assoc-types-normalization-extend-bou...
bors
-46
/
+57
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
auto merge of #19941 : alexcrichton/rust/issue-19767, r=brson
bors
-2
/
+3
2014-12-29
rollup merge of #20248: steveklabnik/gh20038
Alex Crichton
-1
/
+1
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-1
/
+1
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-0
/
+2
2014-12-30
More rebase fixes.
Huon Wilson
-2
/
+2
2014-12-29
Update rustc_driver tests.
Huon Wilson
-13
/
+17
2014-12-29
Rebase fixes.
Huon Wilson
-2
/
+2
2014-12-29
Fix rebase artifacts.
Huon Wilson
-1
/
+0
2014-12-29
Collect tcx arenas into a single struct.
Huon Wilson
-40
/
+15
2014-12-29
Intern BareFnTys to make sty slightly smaller.
Huon Wilson
-5
/
+20
2014-12-29
Store Substs in an arena in the tcx.
Huon Wilson
-7
/
+13
2014-12-29
Implement debug printing for tcx interner sty's.
Huon Wilson
-0
/
+11
2014-12-27
Extend span debugger
Seo Sanghyeon
-2
/
+2
2014-12-27
Use -Z unstable-options for span debugger
Seo Sanghyeon
-3
/
+7
2014-12-27
Add unstable_options method
Seo Sanghyeon
-1
/
+1
2014-12-27
Rebasing changes
Nick Cameron
-2
/
+4
2014-12-26
s/task/thread/g
Steve Klabnik
-1
/
+1
2014-12-27
Fix fallout
Nick Cameron
-3
/
+4
2014-12-27
save-analysis: emit names of items that a glob import actually imports.
Nick Cameron
-5
/
+17
2014-12-23
rustc: Add knowledge of separate lookup paths
Alex Crichton
-2
/
+3
2014-12-22
rollup merge of #19964: pnkfelix/everybody-loops-pprint
Alex Crichton
-23
/
+145
2014-12-22
rollup merge of #19891: nikomatsakis/unique-fn-types-3
Alex Crichton
-1
/
+12
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-22
Add an unstable `--xpretty _` option to `rustc`. Moved `flowgraph`
Felix S. Klock II
-15
/
+35
2014-12-22
Add `--pretty everybody_loops` option.
Felix S. Klock II
-1
/
+74
2014-12-22
Add `-Z unstable-options` debugging flag, which can then be used to
Felix S. Klock II
-7
/
+36
[prev]
[next]