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
/
pretty.rs
Age
Commit message (
Expand
)
Author
Lines
2016-03-22
try! -> ?
Jorge Aparicio
-26
/
+26
2016-03-21
scaffolding for borrowck on MIR.
Felix S. Klock II
-7
/
+12
2016-03-13
Auto merge of #31916 - nagisa:mir-passmgr-2, r=arielb1
bors
-29
/
+28
2016-03-12
Implement --unpretty mir-cfg for graphviz output
Simonas Kazlauskas
-29
/
+28
2016-03-09
Auto merge of #31631 - jonas-schievink:agoraphobia, r=nrc
bors
-1
/
+1
2016-03-03
Rename middle::ty::ctxt to TyCtxt
Jeffrey Seyfried
-3
/
+3
2016-02-27
Fix MIR unpretty on failure conditions
Simonas Kazlauskas
-12
/
+13
2016-02-16
Move more uses of `panictry!` out of libsyntax
Jonas Schievink
-1
/
+1
2016-02-14
Implement --unpretty mir
Jonas Schievink
-1
/
+49
2016-02-12
Use more autoderef in rustc_driver
Jonas Schievink
-2
/
+2
2016-02-11
Remove some unnecessary indirection from AST structures
Vadim Petrochenkov
-2
/
+2
2016-02-11
[breaking-change] don't glob export ast::TraitItemKind variants
Oliver 'ker' Schneider
-1
/
+1
2016-02-11
[breaking-change] don't glob export ast::Item_ variants
Oliver 'ker' Schneider
-4
/
+4
2016-02-11
[breaking-change] don't glob export ast::Expr_ variants
Oliver Schneider
-1
/
+1
2016-02-11
[breaking-change] don't glob export ast::BlockCheckMode variants
Oliver Schneider
-2
/
+2
2016-02-05
Instrument a bunch of tasks that employ the HIR map in one way or
Niko Matsakis
-4
/
+7
2016-02-01
Try to run compiler callbacks when we error out
Nick Cameron
-2
/
+2
2016-01-26
Initial work towards abort-free compilation
Nick Cameron
-31
/
+31
2016-01-05
Annotate the compiler with information about what it is doing when.
Niko Matsakis
-0
/
+1
2015-12-05
Auto merge of #30185 - fhahn:improve-borrowck-public-accessibility, r=pnkfelix
bors
-3
/
+4
2015-12-03
Make public borrowck api more accessible
Florian Hahn
-3
/
+4
2015-11-26
Add syntax support for attributes on expressions and all syntax
Marvin Löbel
-0
/
+1
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-1
/
+1
2015-11-26
make CrateStore a trait object
Ariel Ben-Yehuda
-1
/
+8
2015-11-18
Port a bunch of code new-visitor; all of these ports were
Niko Matsakis
-1
/
+2
2015-11-16
rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*`
Oliver Schneider
-1
/
+1
2015-11-10
Rustfmting librustc_driver.
Jose Narvaez
-136
/
+173
2015-11-03
Pass the mir map to trans
Niko Matsakis
-2
/
+2
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
[prev]
[next]