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
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
2019-11-09
Move next_node_id to Resolver
Mark Rousskov
-1
/
+1
2019-11-07
move PResult to librustc_errors
Mazdak Farrokhzad
-1
/
+2
2019-11-03
Delete lint buffer from Session
Mark Rousskov
-6
/
+6
2019-11-03
Move crate type checking later
Mark Rousskov
-0
/
+2
2019-11-03
Migrate resolver over to internal lint buffer
Mark Rousskov
-3
/
+5
2019-10-27
rustc, rustc_passes: don't depend on syntax_expand.
Mazdak Farrokhzad
-1
/
+1
2019-10-24
rustc_interface: Remove `ExpansionResult` and some `Steal`s
Vadim Petrochenkov
-21
/
+4
2019-10-24
Turn crate store into a resolver output
Vadim Petrochenkov
-31
/
+29
2019-10-24
rustc: Combine resolver outputs into a single struct
Vadim Petrochenkov
-12
/
+8
2019-10-24
resolve: Privatize all resolver fields
Vadim Petrochenkov
-38
/
+5
2019-10-24
rustc_metadata: Remove unnecessary use of crate store in plugin loader
Vadim Petrochenkov
-4
/
+3
2019-10-17
Update API to be more compatible with plugin needs
Mark Rousskov
-0
/
+3
2019-10-17
Create lint store during plugin registration
Mark Rousskov
-22
/
+16
2019-10-17
Remove all borrows of lint store from Session from librustc
Mark Rousskov
-1
/
+8
2019-10-17
Make get_lints be a static function
Mark Rousskov
-2
/
+2
2019-10-17
No longer implicitly register lints when registering passes
Mark Rousskov
-0
/
+2
2019-10-17
Split out just registration to separate function
Mark Rousskov
-2
/
+2
2019-10-17
Split module and crate late pass registration
Mark Rousskov
-1
/
+1
2019-10-17
Lints being from a plugin is dependent on the lint, not the registration
Mark Rousskov
-2
/
+2
[prev]
[next]