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
/
pretty.rs
Age
Commit message (
Expand
)
Author
Lines
2015-10-22
fix bug in hir,identified
Niko Matsakis
-1
/
+1
2015-10-21
save-analysis: don't recompute crate name
Nick Cameron
-4
/
+4
2015-10-09
review comments
Nick Cameron
-16
/
+16
2015-10-09
Misc fixups
Nick Cameron
-1
/
+1
2015-10-09
Cache ids between lowering runs
Nick Cameron
-2
/
+1
2015-10-09
Move `for` loop desugaring to lowering
Nick Cameron
-30
/
+30
2015-10-09
Add a lowering context
Nick Cameron
-2
/
+4
2015-09-24
Cleanup interfaces of Name, SyntaxContext and Ident
Vadim Petrochenkov
-1
/
+1
2015-09-23
Remove random Idents outside of libsyntax
Vadim Petrochenkov
-2
/
+1
2015-09-17
Add an early lint pass for lints that operate on the AST
Nick Cameron
-5
/
+1
2015-09-16
Use ast attributes every where (remove HIR attributes).
Nick Cameron
-0
/
+1
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-68
/
+204
2015-07-30
Rename the unstable option `--xpretty` to `--unpretty`
Felix S. Klock II
-2
/
+2
2015-07-10
Change some instances of .connect() to .join()
Wesley Wiser
-1
/
+1
2015-06-26
rustc: switch most remaining middle::ty functions to methods.
Eduard Burtescu
-1
/
+1
2015-06-19
rustc: remove Repr and UserString.
Eduard Burtescu
-2
/
+1
2015-06-19
rustc: use the TLS type context in Repr and UserString.
Eduard Burtescu
-1
/
+1
2015-06-19
rustc: use Repr and UserString instead of ppaux::ty_to_string.
Eduard Burtescu
-4
/
+2
2015-06-19
rustc: enforce stack discipline on ty::ctxt.
Eduard Burtescu
-17
/
+21
2015-06-19
rustc: remove ownership of tcx from trans' context.
Eduard Burtescu
-18
/
+16
2015-06-10
syntax: move ast_map to librustc.
Eduard Burtescu
-1
/
+1
2015-04-23
Functional changes for associated constants. Cross-crate usage of associated ...
Sean Patrick Santos
-0
/
+24
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-01
rollup merge of #23860: nikomatsakis/copy-requires-clone
Alex Crichton
-3
/
+3
2015-04-01
rollup merge of #23951: alexcrichton/splitn
Alex Crichton
-1
/
+1
2015-04-01
std: Changing the meaning of the count to splitn
Alex Crichton
-1
/
+1
2015-04-02
Rollup merge of #23924 - nrc:unqual-assoc3, r=alexcrichton
Manish Goregaokar
-0
/
+4
2015-04-01
Fallout out rustc
Niko Matsakis
-3
/
+3
2015-04-01
Pretty print ids for assoc items
Nick Cameron
-0
/
+4
2015-03-31
std: Stabilize last bits of io::Error
Alex Crichton
-2
/
+2
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-8
/
+7
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-37
/
+39
2015-03-04
Encode codemap and span information in crate metadata.
Michael Woerister
-1
/
+5
2015-02-22
Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturon
bors
-1
/
+1
2015-02-20
Remove remaining uses of `[]`. This time I tried to use deref coercions where...
Niko Matsakis
-3
/
+3
2015-02-20
Addressed PR comments
Marvin Löbel
-1
/
+1
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-6
/
+6
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-5
/
+5
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-1
/
+1
2015-02-02
More deprecating of i/u suffixes
Alfie John
-1
/
+1
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-8
/
+6
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-4
/
+4
2015-01-26
Fallout of io => old_io
Alex Crichton
-12
/
+12
2015-01-21
rustc_driver: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-1
/
+1
2015-01-12
add --xpretty flowgraph,unlabelled variant.
Felix S. Klock II
-17
/
+26
2015-01-12
Make the compilation process more easily customisable
Nick Cameron
-2
/
+11
2015-01-08
librustc::session : Make DebuggingOpts use the options! macro
Manish Goregaokar
-9
/
+8
2015-01-07
fix the `&mut _` patterns
Jorge Aparicio
-2
/
+2
2015-01-07
use slicing sugar
Jorge Aparicio
-12
/
+12
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-4
/
+4
[next]