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_interface
/
passes.rs
Age
Commit message (
Expand
)
Author
Lines
2020-01-08
Remove `-Z continue-parse-after-error`
Vadim Petrochenkov
-3
/
+0
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-7
/
+7
2020-01-05
Use self profile infrastructure for -Z time and -Z time-passes
John Kåre Alsaker
-53
/
+46
2020-01-04
Auto merge of #67788 - cjgillot:delint-day, r=Zoxc
bors
-4
/
+3
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Move stability queries to librustc_passes.
Camille GILLOT
-3
/
+2
2020-01-01
Move lint levels machanism in librustc_lint.
Camille GILLOT
-1
/
+0
2020-01-01
Move late lint machanism in librustc_lint.
Camille GILLOT
-1
/
+1
2020-01-01
Move early lint machanism in librustc_lint.
Camille GILLOT
-2
/
+2
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-2
/
+2
2019-12-31
Auto merge of #67764 - Centril:rollup-ycbq3os, r=Centril
bors
-3
/
+8
2019-12-31
Rollup merge of #67574 - Centril:librustc_lowering, r=Mark-Simulacrum
Mazdak Farrokhzad
-3
/
+8
2019-12-31
librustc_ast_lowering: fix misc fallout.
Mazdak Farrokhzad
-3
/
+8
2019-12-31
Auto merge of #67699 - cjgillot:passes-resolve, r=Zoxc
bors
-2
/
+2
2019-12-31
Rollup merge of #67697 - cjgillot:passes-scope-tree, r=Zoxc
Dylan DPC
-1
/
+0
2019-12-31
Move resolve_lifetimes query in librustc_resolve.
Camille GILLOT
-2
/
+2
2019-12-30
Rename `libsyntax_ext` and `libsyntax_expand` in code
Vadim Petrochenkov
-10
/
+10
2019-12-30
Move region_scope_tree query to librustc_passes.
Camille GILLOT
-1
/
+0
2019-12-29
Move reachable_set query in librustc_passes.
Camille GILLOT
-3
/
+1
2019-12-22
Format the world
Mark Rousskov
-178
/
+173
2019-12-21
Use Arena inside hir::Crate.
Camille GILLOT
-8
/
+9
2019-12-06
Rename to `then_some` and `then`
varkor
-1
/
+1
2019-12-06
Use `to_option_with` in several places
varkor
-1
/
+1
2019-12-06
Use `to_option` in various places
varkor
-7
/
+1
2019-12-03
Move early lint declarations to librustc_session
Mark Rousskov
-2
/
+1
2019-12-01
rustc_plugin: Some further cleanup
Vadim Petrochenkov
-2
/
+1
2019-12-01
rustc_plugin: Remove support for plugins adding LLVM passes
Vadim Petrochenkov
-10
/
+5
2019-12-01
rustc_plugin: Remove support for adding plugins from command line
Vadim Petrochenkov
-8
/
+2
2019-12-01
rustc_plugin: Remove support for plugin arguments
Vadim Petrochenkov
-2
/
+1
2019-11-29
Rollup merge of #66791 - cjgillot:arena, r=Mark-Simulacrum
Ralf Jung
-67
/
+52
2019-11-28
rustc_metadata: Merge `cstore.rs` into `creader.rs`
Vadim Petrochenkov
-3
/
+2
2019-11-27
Misc renames.
Camille GILLOT
-4
/
+3
2019-11-27
Simplify handling of AllArenas.
Camille GILLOT
-3
/
+2
2019-11-27
Rename BoxedGlobalCtxt.
Camille GILLOT
-4
/
+4
2019-11-27
Rename lifetimes.
Camille GILLOT
-9
/
+9
2019-11-26
Move local Arena to Queries.
Camille GILLOT
-1
/
+4
2019-11-26
Formatting.
Camille GILLOT
-37
/
+35
2019-11-26
Have Queries own the GlobalCtxt.
Camille GILLOT
-35
/
+21
2019-11-26
Make the HIR map own the Definitions.
Camille GILLOT
-1
/
+1
2019-11-24
rustc_plugin: Remove support for syntactic plugins
Vadim Petrochenkov
-16
/
+4
2019-11-22
Rollup merge of #66575 - Mark-Simulacrum:no-uii, r=petrochenkov
Mazdak Farrokhzad
-1
/
+1
2019-11-20
Remove pretty printing of specific nodes in AST
Mark Rousskov
-1
/
+1
2019-11-17
rustc_plugin: Remove the compatibility shim
Vadim Petrochenkov
-2
/
+2
2019-11-16
rustc_plugin: Remove `Registry::register_attribute`
Vadim Petrochenkov
-8
/
+1
2019-11-13
Enable const-checking HIR bodies
Dylan MacKenzie
-0
/
+1
2019-11-11
Add a callback that allows compiler consumers to override queries.
Vytautas Astrauskas
-0
/
+5
2019-11-10
Auto merge of #65324 - Centril:organize-syntax, r=petrochenkov
bors
-9
/
+8
2019-11-10
move syntax::parse -> librustc_parse
Mazdak Farrokhzad
-8
/
+7
2019-11-10
move config.rs to libsyntax_expand
Mazdak Farrokhzad
-1
/
+1
2019-11-09
Move pretty parsing into Session options
Mark Rousskov
-1
/
+6
[prev]
[next]