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
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
2017-11-12
rustc_driver: expose a way to override query providers in CompileController.
Eduard-Mihai Burtescu
-2
/
+6
2017-11-02
add -Zunpretty=hir-tree
Niko Matsakis
-0
/
+42
2017-09-26
Fix issue #44731.
kennytm
-1
/
+17
2017-09-23
incr.comp.: Do some various cleanup.
Michael Woerister
-7
/
+0
2017-09-20
incr.comp.: Remove IncrementalHashesMap and calculate_svh module.
Michael Woerister
-2
/
+2
2017-09-17
rustc: Move codegen to a query
Alex Crichton
-3
/
+11
2017-09-12
Remove the `cstore` reference from Session in order to prepare encapsulating ...
Michael Woerister
-0
/
+9
2017-09-01
rustc: use hir::ItemLocalId instead of ast::NodeId in CFG.
Eduard-Mihai Burtescu
-1
/
+1
2017-08-17
Auto merge of #43878 - kennytm:fix-43869-put-impl-trait-out-of-the-loop, r=al...
bors
-6
/
+35
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-9
/
+9
2017-08-15
Exclude `impl Trait` functions from everybody_loops.
kennytm
-6
/
+35
2017-08-14
Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1
bors
-1
/
+1
2017-08-11
Improve validation of TypeckTables keys.
Michael Woerister
-2
/
+1
2017-08-11
Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId.
Michael Woerister
-1
/
+2
2017-08-10
Strip out function implementation when documenting.
kennytm
-30
/
+32
2017-07-11
Refactor call_with_pp functions to not take a payload.
Mark Simulacrum
-21
/
+17
2017-07-11
Refactor methods onto Printer struct.
Mark Simulacrum
-20
/
+20
2017-05-02
introduce `mir_keys()`
Niko Matsakis
-13
/
+4
2017-03-27
Fix various useless derefs and slicings
Oliver Schneider
-3
/
+3
2017-03-18
move the drop expansion code to rustc_mir
Ariel Ben-Yehuda
-2
/
+1
[prev]
[next]