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-05-18
Declare DefIndex with the newtype_index macro
Fabian Drinck
-1
/
+1
2019-05-11
Eliminate `comments::Literal`
Vadim Petrochenkov
-4
/
+2
2019-05-09
cleanup: Remove `DefIndexAddressSpace`
Vadim Petrochenkov
-2
/
+1
2019-05-08
Optimize HIR map
John Kåre Alsaker
-5
/
+7
2019-05-04
Remove `def_path_from_id`, `node_id_to_string`
Fabian Drinck
-1
/
+4
2019-03-27
librustc_driver => 2018
Taiki Endo
-14
/
+18
2019-03-17
Use a valid name for graphviz graphs
Matthew Jasper
-1
/
+11
2019-03-15
rustc: replace node_path_str with uses of def_path_str.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-166
/
+107
2019-03-02
hir: remove NodeId from Pat and FieldPat
ljedrz
-2
/
+2
2019-03-02
hir: remove NodeId from Item
ljedrz
-2
/
+2
2019-02-28
Introduce rustc_interface and move some methods there
John Kåre Alsaker
-236
/
+34
2019-02-24
hir: remove NodeId from Expr
ljedrz
-7
/
+7
2019-02-24
hir: remove NodeId from Block
ljedrz
-2
/
+2
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
[next]