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
2019-02-06
Overhaul `syntax::fold::Folder`.
Nicholas Nethercote
-22
/
+20
2019-01-19
Rollup merge of #57598 - h-michael:unpretty-help, r=oli-obk
Mazdak Farrokhzad
-1
/
+2
2019-01-17
Querify glob map usage (last use of CrateAnalysis)
Igor Matuszewski
-13
/
+3
2019-01-15
Add missing unpretty option help message
Hirokazu Hata
-1
/
+2
2018-12-27
Get rid of `Block::recovered`
Vadim Petrochenkov
-4
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-13
Make the 'a lifetime on TyCtxt useless
John Kåre Alsaker
-10
/
+4
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-14
/
+11
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-9
/
+9
2018-11-29
Use `Cow` in `Token::String`.
Nicholas Nethercote
-1
/
+1
2018-11-12
Turn `HirLocalId` into a `newtype_index`
Oliver Scherer
-4
/
+4
2018-11-12
Make `NodeId` a `newtype_index` to enable niche optimizations
Oliver Scherer
-1
/
+1
2018-10-13
rustc/driver: whitespace & formatting fixes
ljedrz
-27
/
+27
2018-10-12
rustc/driver: improve macro calls
ljedrz
-1
/
+1
2018-09-26
Remove OneVector
ljedrz
-3
/
+3
2018-08-27
Remove Node* prefix from AnnNode
varkor
-19
/
+19
2018-08-19
mv codemap() source_map()
Donato Sciarra
-5
/
+5
2018-08-19
mv filemap source_file
Donato Sciarra
-1
/
+1
2018-08-13
Move SmallVec and ThinVec out of libsyntax
ljedrz
-5
/
+5
2018-08-06
Auto merge of #53002 - QuietMisdreavus:brother-may-i-have-some-loops, r=pnkfelix
bors
-24
/
+78
2018-08-03
Store concrete crate stores where possible
Mark Rousskov
-4
/
+4
2018-08-02
preserve order if blocks are between items
QuietMisdreavus
-9
/
+9
2018-08-02
more fixes for everybody_loops
QuietMisdreavus
-1
/
+9
2018-08-02
make `everybody_loops` keep item declarations
QuietMisdreavus
-24
/
+70
2018-07-12
Deny bare trait objects in librustc_driver
ljedrz
-17
/
+17
2018-06-27
Generate the `NodeId` for `existential type` in the AST
Oliver Schneider
-1
/
+1
2018-06-21
Parse async fn header.
Without Boats
-6
/
+6
2018-06-20
Rename structures in ast
varkor
-1
/
+1
2018-06-20
Remove AngleBracketedArgs impl
varkor
-5
/
+11
2018-06-20
Make method and variable names more consistent
varkor
-1
/
+1
2018-06-20
Rename "parameter" to "arg"
varkor
-1
/
+1
2018-06-20
Rename PathParameter(s) to GenericArg(s)
varkor
-2
/
+2
2018-06-20
Consolidate PathParameters and AngleBracketedParameterData
varkor
-1
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-4
/
+4
2018-05-13
Add Sync bounds to the crate store
John Kåre Alsaker
-4
/
+4
2018-04-06
Use `Span` instead of `SyntaxContext` in `Ident`
Vadim Petrochenkov
-2
/
+2
2018-03-20
Implement some trivial size_hints for various iterators
Phlosioneer
-0
/
+7
2018-01-27
rustc: Load the `rustc_trans` crate at runtime
Alex Crichton
-2
/
+4
2018-01-23
Rollup merge of #47440 - mark-i-m:zunpretty, r=nikomatsakis
kennytm
-4
/
+4
2018-01-19
Allow runtime switching between trans backends
bjorn3
-2
/
+4
2018-01-18
Change the --unpretty flag to -Z unpretty
Mark Mansi
-4
/
+4
2018-01-09
Replace uses of DepGraph.in_ignore with DepGraph.with_ignore
John Kåre Alsaker
-2
/
+3
2017-12-22
Auto merge of #46779 - Zoxc:par-merge-without-sync, r=arielb1
bors
-16
/
+4
2017-12-21
Do not emit type errors on recovered blocks
Esteban Küber
-2
/
+4
2017-12-21
Combine GlobalArenas and DroplessArena into AllArenas
John Kåre Alsaker
-16
/
+4
2017-12-15
Auto merge of #46537 - pnkfelix:two-phase-borrows, r=arielb1
bors
-4
/
+8
2017-12-14
Use PathBuf instead of String where applicable
Oliver Schneider
-6
/
+6
2017-12-13
Expanded HIR `--unpretty hir,identified` to include HIR local id.
Felix S. Klock II
-4
/
+8
2017-11-25
rustbuild: Enable WebAssembly backend by default
Alex Crichton
-13
/
+16
2017-11-23
Auto merge of #45721 - nikomatsakis:hir-tree, r=arielb1
bors
-0
/
+42
[next]